/* Import Fonts & All CSS */
@import url('https://fonts.googleapis.com/css?family=family=Lato:300,400,700,900|Oswald:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/nice-select.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);
@import url(css/bootstrap-datepicker.min.css);
@import url(css/jquery-ui.min.css);

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    z-index: auto;
    overflow-x: hidden;
    color: #636a76;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    color: #2a303b;
    line-height: 1.3;
    font-weight: 500;
}


a:active,
a:focus,
a:hover {
    color: #f58634;
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
    font-weight: 500;
}

li {
    list-style-type: none;
}

p {
    line-height: 1.7;
    color: #868585;
    font-size: 18px;
    font-weight: 400;
}

font {
    line-height: 1.7;
    color: #555555;
    font-size: 18px;
    font-weight: 400;
}

sup font {
    font-size: 12px;
}

h3 font {
    font-size: 28px;
}

img {
    max-width: 100%;
    height: auto;
}

.section-heading .h6,
h6 {
    font-size: 1.3rem;
}

.modal-header {
    border-bottom: 0px solid #e9ecef !important;
}

.maincolor {
    color: #f58634;
}

li p {
    margin-bottom: 0.5rem;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-img {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'Oswald', sans-serif;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: 20px;
    text-align: center;
    padding-right: 0;
    width: 100%;
    position: fixed;
    top: 20px;
    width: 30px;
    background: #f58634;
    height: 30px;
    line-height: 30px;
}

button.mfp-close,
button.mfp-arrow {
    background: #f58634;
}

.mfp-bottom-bar {
    display: none !important;
}

.mfp-bg {
    background-color: #000000;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gray {
    background-color: #e8f1f8 !important;
}

.why-choose-us-img-div {
    background-image: url("img/why-choose-us/why-choose-us.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
}

.imgcenter {
    display: block;
    margin: auto;
    width: 50%;
    padding-top: 10%;
}

textarea:focus,
input:focus {
    outline: none;
}

.border {
    border-color: #ebebeb;
}

.mfp-arrow-left::after {
    border-right-color: transparent;
}

.mfp-arrow-left::before {
    border-right-color: #ffffff;
}

.mfp-arrow-right::after {
    border-left-color: transparent;
}

.mfp-arrow-right::before {
    border-left-color: #ffffff;
}

/* :: 02.0 Spacing Area CSS */
.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding-0-80 {
    padding-top: 0;
    padding-bottom: 80px;
}

.section-padding-80-0 {
    padding-top: 20px;
    padding-bottom: 0;
}


.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0;
}



.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 50px;
}

.section-padding-100-0 {
    padding-top: 50px;
    padding-bottom: 0;
}

/* :: 3.0 Preloader Area CSS */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #f58634;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.0s infinite ease-in-out;
    animation: load7 1.0s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 6px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/* :: 4.0 Heading Area CSS */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.section-heading h6 {
    text-transform: uppercase;
    color: #f58634;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 5px;
}

.section-heading h2 {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
}

.section-heading h1 {
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
}


.puffintech-about-area {
    background-image: url(./img/pics/homeintrobg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.homeintrotext {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    padding: 0px 10%;
    text-align: center;
}

.homeheadh1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.homebgbtn a,
a:active a:focus {
    color: #fff !important;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .section-heading h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 769px) {
    .section-heading h2 {
        font-size: 42px;
    }
}

.section-heading.white h6,
.section-heading.white h2 {
    color: #ffffff;
}

/* :: 5.0 Backtotop Area CSS */
#scrollUp {
    position: fixed;
    right: 40px;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    bottom: 70px;
    background-color: #f58634;
    color: #ffffff;
    text-align: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    z-index: 15962536;
}

@media only screen and (max-width: 769px) {
    #scrollUp {
        right: 20px;
        bottom: 20px;
    }
}

#scrollUp:focus,
#scrollUp:hover {
    background-color: #000000;
    color: #ffffff;
}

/* :: 6.0 Buttons Area CSS */
.btn:focus {
    box-shadow: none;
}

.puffintech-btn {
    position: relative;
    z-index: 1;
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 0 40px;
    text-align: center;
    text-transform: capitalize;
    background-color: #f58634;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.puffintech-btn:focus,
.puffintech-btn:hover {
    font-weight: 500;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: #ffffff;
    color: #f58634;
}

.puffintech-btn.btn-2 {
    min-width: 180px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #f58634;
    background-color: #f58634;
    color: #ffffff;
}

.puffintech-btn.btn-2:focus,
.puffintech-btn.btn-2:hover {
    color: #ffffff;
    background-color: #f58634;
}

.hb30px {
    border-bottom: 5px solid #f58634;
    max-width: 30px;
    padding: 10px;
}

.continue-btn {
    padding: 0;
    line-height: 1;
    color: #afb4bf;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: 500;
}

.partners-bolg-posts .continue-btn {
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: underline;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    background-color: #f58634;
    color: #fff;
    padding: 12px 16px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
}

.partners-bolg-posts .single-blog-post .post-content .post-meta p {
    color: #676363;
}

.continue-btn:focus,
.continue-btn:hover {
    text-decoration: underline;
    color: #000000;
}

/* :: 7.0 Header Area CSS */
.header-area {
    position: relative;
    z-index: 100;
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #f58634;
}

.header-area .search-form {
    -webkit-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    transition-timing-function: ease-in;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: #212120;
}

.header-area .search-form.search-form-active {
    height: 80px;
    z-index: 99999999;
}

.header-area .search-form form {
    position: relative;
    z-index: 1;
}

.header-area .search-form form input {
    background-color: transparent;
    width: 100%;
    height: 60px;
    border: none;
    font-size: 14px;
    color: #ffffff;
}

.header-area .search-form form button {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 6px;
    right: -4px;
    z-index: 10;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.header-area .search-form form button:focus {
    outline: none;
}

.top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 50px;
    background-color: #f58634;
    border-bottom: 5px solid #2b4099;
}

.top-header-area .top-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-header-area .top-header-content > a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    display: inline-block;
    margin-right: 25px;
}

.top-header-area .top-header-content > a:last-child {
    margin-right: 0;
}

.top-header-area .top-header-content > a i {
    padding-right: 12px;
    color: #fff;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .top-header-area .top-header-content > a {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 769px) {
    .top-header-area .top-header-content > a {
        margin-right: 15px;
    }
}

.top-header-area .top-header-content > a:hover,
.top-header-area .top-header-content > a:focus {
    color: #484848;
}

.top-header-area .top-header-content a {
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
}

.top-header-area .top-header-content span {
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
}

.top-header-area .top-header-content a i,
.top-header-area .top-header-content span i {
    margin-right: 10px;
    position: relative;
    top: 2px;
    font-size: 14px;
}

.top-header-area .top-header-content .top-social-area a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 769px) {
    .top-header-area .top-header-content .top-social-area a {
        margin-right: 15px;
    }
}

.top-header-area .top-header-content .top-social-area a:hover,
.top-header-area .top-header-content .top-social-area a:focus {
    color: #4a4847;
}

.classy-nav-container {
    background-color: transparent;
    padding: 0;
}

.classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 80px;
    padding: 0;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .classy-nav-container .classy-navbar {
        height: 70px;
    }
}

@media only screen and (max-width: 769px) {
    .classy-nav-container .classy-navbar {
        height: 70px;
    }

    .classy-nav-container .classy-navbar {
        padding: 14px 0px;
        box-sizing: content-box;
    }
}

.classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #737373;
    font-weight: 500;
    padding: 0 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
        color: #2a303b;
    }

    .classy-nav-container .classy-navbar .classynav ul li a:hover,
    .classy-nav-container .classy-navbar .classynav ul li a:focus {
        color: #f58634;
    }
}

@media only screen and (max-width: 769px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
        color: #2a303b;
    }

    .classy-nav-container .classy-navbar .classynav ul li a:hover,
    .classy-nav-container .classy-navbar .classynav ul li a:focus {
        color: #f58634;
    }
}

.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover {
    color: #0f619a;
    font-weight: 700;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
    font-size: 14px;
    text-transform: capitalize;
    height: auto;
    line-height: 42px;
    padding: 0 30px;
    color: #2a303b;
    min-height: 42px;

}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
    color: #f58634;
}

.classynav ul li.active a {
    position: relative;
    z-index: 1;
}

.classynav ul li.active a::before {
    width: 80%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1;
    content: '';
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .classynav ul li.active a::before {
        display: none;
    }
}

@media only screen and (max-width: 769px) {
    .classynav ul li.active a::before {
        display: none;
    }
}

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
    color: #f58634;
}

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
    width: 266px;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    border-radius: 6px;
}

.breakpoint-off .classynav ul li .megamenu {
    width: 100%;
}

.classy-navbar-toggler .navbarToggler span {
    background-color: #2a303b;
}

.main-header-area {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

.main-header-area .search-btn-box a {
    padding: 0 30px;
    background-color: #f58634;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.main-header-area .book-now-btn a i {
    padding-left: 5px;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .main-header-area .book-now-btn a {
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
    }
}

@media only screen and (max-width: 769px) {
    .main-header-area .book-now-btn a {
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
    }
}

.main-header-area .book-now-btn a:hover,
.main-header-area .book-now-btn a:focus {
    background-color: #2a303b;
    color: #ffffff;
}

.main-header-area .search-btn {
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .main-header-area .search-btn {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 769px) {
    .main-header-area .search-btn {
        padding: 30px 15px;
    }
}

.main-header-area .search-btn:hover,
.main-header-area .search-btn:focus {
    color: #f58634;
}

/* :: 8.0 Hero Area CSS */
.welcome-area {
    position: relative;
    z-index: 1;
}

.welcome-slides {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.welcome-slides .owl-prev,
.welcome-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f58634;
    text-indent: -50000em;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -40px;
    z-index: 10;
    background-position: center center !important;
    background-size: cover !important;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 769px) {

    .welcome-slides .owl-prev,
    .welcome-slides .owl-next {
        width: 40px;
        left: 20px;
        height: 40px;
    }
}

.welcome-slides .owl-next {
    left: auto;
    right: 30px;
}

@media only screen and (max-width: 769px) {
    .welcome-slides .owl-next {
        right: 20px;
    }
}

.welcome-slides:hover .owl-prev,
.welcome-slides:hover .owl-next,
.welcome-slides:focus .owl-prev,
.welcome-slides:focus .owl-next {
    opacity: 1;
    visibility: visible;
}

.single-welcome-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 520px;
    background-color: #f58634;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
        height: 450px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .single-welcome-slide {
        height: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .single-welcome-slide {
        height: 300px;
    }
}

.single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1;
}

.single-welcome-slide .welcome-text h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 3px 5px 8px #908f8f;
}

.single-welcome-slide .welcome-text h2 {
    font-size: 52px;
    display: block;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 3px 5px 8px #908f8f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 769px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 38px;
        font-weight: 600;
    }
}



@media only screen and (max-width: 500px) {
    .single-welcome-slide .puffintech-btn.btn-2 {
        min-width: 124px;
        height: 40px;
        line-height: 38px;
        border: 2px solid #f58634;
        background-color: transparent;
        color: #ffffff;
        font-size: 14px;
        padding: 0 20px;
    }
}

/* :: 9.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
}

.footer-bg {
    background-image: url("imgs/btm-bg.jpg");
    background-size: cover;
    padding-top: 80px;
}

.single-footer-widget {
    position: relative;
    z-index: 1;
}

.single-footer-widget .widget-title {
    font-size: 22px;
    color: #f58634;
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-footer-widget .widget-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 769px) {
    .single-footer-widget .widget-title {
        font-size: 18px;
    }
}

.single-footer-widget .latest-blog-area {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.single-footer-widget .latest-blog-area:last-child {
    margin-bottom: 0;
}

.single-footer-widget .latest-blog-area .post-title {
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
}

.single-footer-widget .latest-blog-area .post-date {
    text-align: justify;
    font-size: 14px;
}

.single-footer-widget .latest-blog-area .post-title:focus,
.single-footer-widget .latest-blog-area .post-title:hover {
    color: #f58634;
}

.single-footer-widget .footer-nav {
    position: relative;
    z-index: 1;
}

.single-footer-widget .footer-nav li a {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.single-footer-widget .footer-nav li a i {
    padding-right: 10px;
}

.single-footer-widget .footer-nav li a:focus,
.single-footer-widget .footer-nav li a:hover {
    color: #f58634;
}

.single-footer-widget .footer-nav li:last-child a {
    margin-bottom: 0;
}

.single-footer-widget .nl-form {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.single-footer-widget .nl-form input {
    width: 100%;
    height: 46px;
    background-color: #ffffff;
    border-radius: 30px;
    border: none;
    padding: 0 20px;
    color: #f58634;
    font-size: 14px;
}

.single-footer-widget .nl-form input:focus {
    box-shadow: none;
}

.single-footer-widget .nl-form button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    top: 3px;
    right: 3px;
    color: #ffffff;
    background-color: #f58634;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-footer-widget .nl-form button:focus,
.single-footer-widget .nl-form button:hover {
    background-color: #2a303b;
}

.single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 20px;
}

.single-footer-widget .footer-logo img {
    width: 240px;
}

.single-footer-widget p {
    color: #afb4bf;
}

.single-footer-widget h4 {
    color: #f58634;
}



.single-footer-widget span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}


.footer-contact-box span .fa {
    padding-right: 5px;
    display: inline-block;
    float: left;
    line-height: 36px;
    font-size: 30px;
    width: 32px;
    font-size: 20px;
    text-align: left;
}

.footer-contact-box span p {
    padding-left: 35px;
    line-height: initial;
    padding: 0px;
    display: inline-block;
    width: 240px;
    float: left;
    margin-top: 7px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0.8rem;
}





.single-footer-widget span:last-child {
    margin-bottom: 0;
}

.copywrite-text {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 769px) {
    .copywrite-text {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .develop-text {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .copywrite-content {
        padding: 5px 0;
    }

}

.copywrite-text p {
    font-size: 14px;
    color: #484848;
    margin-bottom: 0;
    text-align: left;
}

.develop-text p,
.develop-text a {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    text-align: right;
}



@media only screen and (max-width: 769px) {
    .copywrite-text p {
        font-size: 12px;
    }
}

.copywrite-text p a {
    color: #1d77b5;
    font-size: 14px;
}

@media only screen and (max-width: 769px) {
    .copywrite-text p a {
        font-size: 12px;
    }
}

.copywrite-text p a:focus,
.copywrite-text p a:hover,
.develop-text a:hover {
    color: #f58634;
}

.copywrite-content {
    position: relative;
    z-index: 1;
    padding: 15px 0;
    border-top: 1px solid #e2e2e2;
}

.copywrite-content .social-info {
    text-align: right;
}

@media only screen and (max-width: 769px) {
    .copywrite-content .social-info {
        text-align: center;
    }
}

.copywrite-content .social-info a {
    display: inline-block;
    color: #f58634;
    padding-left: 20px;
}

.copywrite-content .social-info a:focus,
.copywrite-content .social-info a:hover {
    color: #ffffff;
}

/* :: 10.0 Partner Area CSS */
.partner-logo-content {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.partner-logo-content a {
    display: inline-block;
}

.partner-logo-content a img {
    max-height: 50px;
    max-width: 108px;
}

@media only screen and (max-width: 769px) {
    .partner-logo-content a img {
        max-height: 30px;
    }
}

/* :: 11.0 Project Area CSS */
.single-project-slide {
    position: relative;
    z-index: 1;
    height: 350px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    background-size: contain !important;
}


.puffintech-project-area-home .single-project-slide {
    background-size: 100% 100% !important;
}


.single-project-slide .project-content {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.single-project-slide .project-content .text {
    text-align: center;
    width: 100%;
}

.single-project-slide .project-content .text h6 {
    color: #ffffff;
}

.single-project-slide .project-content .text h5 {
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-project-slide .hover-effects {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #f58634;
    z-index: 100;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
}

.single-project-slide .hover-effects .text {
    padding: 30px;
}

.single-project-slide .hover-effects .text h6 {
    color: #ffffff;
}

.single-project-slide .hover-effects .text h5 {
    color: #ffffff;
    margin-bottom: 10px;
}

.single-project-slide .hover-effects .text p {
    margin-bottom: 0;
    color: #ffffff;
}

.single-project-slide .hover-effects .project-btn {
    font-size: 16px;
    padding: 0 30px;
    display: block;
    background-color: #0e2737;
    border-radius: 0;
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    height: 100px;
    width: 100%;
    line-height: 100px;
}

.single-project-slide.active .hover-effects {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

/* :: 12.0 CTA CSS */
.puffintech-cta-area {
    position: relative;
    z-index: 1;
}

.puffintech-cta-area .cta-content {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.puffintech-cta-area .cta-text h2 {
    color: #f58634;
    font-size: 36px;
    margin-bottom: 10px;
    text-shadow: 3px 5px 8px #eeecec;
    text-transform: uppercase;
}

.puffintech-cta-area .cta-text h6 {
    margin-bottom: 0;
    color: #2b4099;
    text-shadow: 3px 5px 8px #908f8f;
}

/* :: 13.0 Testimonial Area CSS */
.puffintechnologies-why-choose-us {
    position: relative;
    z-index: 1;
    background-color: #f58634;
    padding: 80px 45px 45px 45px;
    margin-bottom: 80px;
}

.puffintechnologies-why-choose-us .testimonial-thumbnail {
    position: relative;
    z-index: 1;
    padding-right: 15px;
}

.puffintechnologies-why-choose-us .testimonial-thumbnail img {
    border-radius: 8px;
    width: 100% !important;
}

.puffintechnologies-why-choose-us .single-testimonial-slide h5 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    max-width: 95%;
    font-family: 'Lato', sans-serif;
}

.puffin-servicesp {
    font-size: 20px;
    line-height: 1.5;
    max-width: 95%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .puffintechnologies-why-choose-us .single-testimonial-slide h5 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .puffintechnologies-why-choose-us .single-testimonial-slide h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 769px) {
    .puffintechnologies-why-choose-us .single-testimonial-slide h5 {
        font-size: 20px;
    }
}

.puffintechnologies-why-choose-us .single-testimonial-slide .rating-title {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.puffintechnologies-why-choose-us .single-testimonial-slide .rating-title .rating {
    display: block;
    margin-bottom: 10px;
}

.puffintechnologies-why-choose-us .single-testimonial-slide .rating-title .rating i {
    color: #f5b917;
    font-size: 14px;
}

.puffintechnologies-why-choose-us .single-testimonial-slide .rating-title h6 {
    margin-bottom: 0;
}

.puffintechnologies-why-choose-us .single-testimonial-slide .rating-title h6 span {
    color: #f58634;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.testimonial-slides .owl-dots .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    max-width: 12px;
    width: 12px;
    height: 12px;
    background-color: #c0c8d7;
    border-radius: 50%;
    margin: 0 5px;
}

.testimonial-slides .owl-dots .owl-dot.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    max-width: 12px;
    width: 12px;
    background-color: #f58634;
    border-radius: 50%;
}

.single-testimonial-area {
    position: relative;
    z-index: 1;
}

.single-testimonial-area .testimonial-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    padding: 40px;
    border-radius: 3px;
    box-shadow: 0 15px 9px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial-area .testimonial-content {
        padding: 30px;
    }
}

@media only screen and (max-width: 769px) {
    .single-testimonial-area .testimonial-content {
        padding: 30px;
    }
}

.single-testimonial-area .testimonial-content .ratings-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.single-testimonial-area .testimonial-content .ratings-icon .rating {
    color: #f3b409;
}

.single-testimonial-area .testimonial-content h5 {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    color: #707070;
    line-height: 1.5;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial-area .testimonial-content h5 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .single-testimonial-area .testimonial-content h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 769px) {
    .single-testimonial-area .testimonial-content h5 {
        font-size: 16px;
    }
}

/* :: 14.0 Block 1 Area CSS */
.single-block1-slide {
    position: relative;
    z-index: 1;
    height: 600px;
    background-color: #f9f9f9;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 769px) {
    .single-block1-slide {
        height: auto;
    }
}

.single-block1-slide .block1-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

@media only screen and (max-width: 769px) {
    .single-block1-slide .block1-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 450px !important;
    }
}

.single-block1-slide .block1-content {
    background-color: #f9f9f9;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 80px;
    padding-right: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-block1-slide .block1-content {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .single-block1-slide .block1-content {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 769px) {
    .single-block1-slide .block1-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        margin-bottom: 50px;
    }
}

.single-block1-slide .block1-content h2 {
    color: #484848;
    font-size: 38px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-block1-slide .block1-content h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .single-block1-slide .block1-content h2 {
        font-size: 30px;
    }
}

.single-block1-slide .block1-content h3 {
    color: #f58634;
    font-size: 36px;
    display: block;
    margin-bottom: 25px;
    padding-top: 50px;
}



@media only screen and (max-width: 769px) {

    .why-choose-us-img-div {
        text-align: center;
    }

    .single-block1-slide .block1-content {
        padding-top: 40px;
        min-height: 420px;

    }


    .single-block1-slide .block1-content h3 {
        font-size: 30px;
    }
}

.single-block1-slide .block1-content h3 span {
    color: #484848;
    font-size: 16px;
}

.single-block1-slide .block1-content .block1-feature {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

@media only screen and (max-width: 769px) {
    .single-block1-slide .block1-content .block1-feature {
        margin-bottom: 0;
    }
}

.single-block1-slide .block1-content .block1-feature li {
    color: #494949;
    display: block;
    margin-bottom: 15px;
}

.single-block1-slide .block1-content .block1-feature li span {
    min-width: 110px;
    display: inline-block;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .single-block1-slide .block1-content .block1-feature li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 769px) {
    .single-block1-slide .block1-content .block1-feature li {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.single-block1-slide .block1-content .block1-feature li:last-child {
    margin-bottom: 0;
}

.blocks1-slides {
    position: relative;
    z-index: 1;
}

.blocks1-slides .owl-prev,
.blocks1-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    z-index: 100;
    background-image: none !important;
    background-color: #ffffff !important;
}

.blocks1-slides .owl-prev:hover,
.blocks1-slides .owl-prev:focus,
.blocks1-slides .owl-next:hover,
.blocks1-slides .owl-next:focus {
    background-color: #f58634 !important;
    color: #ffffff;
}

.blocks1-slides .owl-prev {
    right: 50%;
}

.blocks1-slides .owl-next {
    background-color: #2b4099 !important;
    left: 50%;
    color: #ffffff;
}

.blocks1-slides .owl-next:hover,
.blocks1-slides .owl-next:focus {
    background-color: #2a303b !important;
    color: #ffffff;
}

.single-block1-area {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 769px) {
    .single-block1-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-block1-area .block1-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

@media only screen and (max-width: 769px) {
    .single-block1-area .block1-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
}

.single-block1-area .block1-thumbnail img {
    border-radius: 4px;
}

.single-block1-area .block1-content {
    position: relative;
    z-index: 1;
    padding-left: 35px;
}

@media only screen and (max-width: 769px) {
    .single-block1-area .block1-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }
}

.single-block1-area .block1-content h2 {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-block1-area .block1-content h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 769px) {
    .single-block1-area .block1-content h2 {
        font-size: 24px;
    }
}

.single-block1-area .block1-content h4 {
    color: #f58634;
    margin-bottom: 20px;
}

.single-block1-area .block1-content h4 span {
    color: #afb4bf;
    font-size: 14px;
}

.single-block1-area .block1-content .block1-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.single-block1-area .block1-content .block1-feature h6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    font-weight: 400;
    color: #afb4bf;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-block1-area .block1-content .block1-feature h6 {
        font-size: 14px;
    }
}

.single-block1-area .block1-content .block1-feature h6 span {
    color: #2a303b;
    display: block;
}

.single-block1-area .block1-content .view-detail-btn {
    padding: 0;
    font-size: 16px;
    color: #f58634;
    font-weight: 500;
}

.single-block1-area .block1-content .view-detail-btn:hover,
.single-block1-area .block1-content .view-detail-btn:focus {
    color: #000000;
}


.datepicker {
    padding: 15px;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
}

.datepicker.dropdown-menu {
    font-size: 14px;
    color: #636a76;
    font-weight: 400;
}

.ui-slider .ui-slider-range {
    height: 5px !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-widget-header {
    border: 1px solid #e8f1f8;
    background: #f58634;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e8f1f8;
    background-color: #e8f1f8;
    height: 5px !important;
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #f58634;
    background: #f58634;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.block1-features-area {
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.contact-page-6-blocks h6 .fa {
    font-size: 36px;
    margin-bottom: 12px;
    color: #f58634;
}

.contact-page-6-blocks h6 .contact-name {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #f58634;
}

.block1-features-area h6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 32%;
    max-width: 32%;
    width: 32%;
    padding: 30px 15px;
    border-left: 1px solid #f7f6f6;
    border-top: 1px solid #f7f6f6;
    border-bottom: 1px solid #f7f6f6;
    text-align: center;
    color: #5a5856;
    line-height: 1.5;
    font-size: 1.4rem;
    margin: 15px 0px;
    ;
    border-right: 1px solid #f7f6f6;

}

/*
.block1-features-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 32%;
    max-width: 32%;
    width: 32%;
    padding: 30px 15px;
    border-left: 1px solid #f7f6f6;
    border-top: 1px solid #f7f6f6;
    border-bottom: 1px solid #f7f6f6;
    text-align: center;
    color: #5a5856;
    line-height: 1.5;
    font-size: 1.4rem;
    margin: 14px 0px;
    border-right: 1px solid #f7f6f6;


}
*/


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .block1-features-area h6 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 769px) {
    .block1-features-area h6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        font-size: 22px;
        padding: 20px 10px;
    }
}

.block1-features-area h6 span {
    display: block;
    color: #9a9b9c;
    font-size: 1rem;
    line-height: 1.5;
}

.block1-features-area h6:last-child {
    border-right: 1px solid #ebebeb;
}

/* :: 15.0 About CSS */
.about-content {
    position: relative;
    z-index: 1;
}

.about-us-content {
    position: relative;
    z-index: 1;
}

.about-us-content h5 {
    line-height: 1.2;
    color: #636a76;
    margin-bottom: 10px;
    font-weight: 400;
}

.about-us-content p {
    margin-bottom: 15px;
}

.about-us-content p span {
    color: #f58634;
}

.about-thumbnail {
    position: relative;
    z-index: 1;
}

.about-thumbnail img {
    border-radius: 6px;
    width: 100%;
}

.about-us-thumbnail {
    position: relative;
    z-index: 1;
}

.about-us-thumbnail .single-thumb {
    position: relative;
    z-index: 1;
    margin: 5px;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.about-us-thumbnail .single-thumb img {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 6px;
}

.about-us-thumbnail .single-thumb:first-child {
    margin-bottom: 10px;
}

.about-us-thumbnail .single-thumb:hover img,
.about-us-thumbnail .single-thumb:focus img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.single-service-area {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
    border-radius: 3px;
}



.single-service-area .service-title {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    background-color: rgba(42, 48, 59, 0.5);
    bottom: 0;
    left: 0;
    height: 80px;
    text-align: center;
}

.single-service-area .service-title h5 {
    margin-bottom: 0;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
}

.single-service-area:hover .service-title,
.single-service-area:focus .service-title {
    background-color: #2a303b;
}

.puffintech-service-area {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 769px) {
    .puffintech-service-area .service-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 70px;
    }
}

.single-service--area {

    position: relative;
    z-index: 1;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    min-width: 220px;
    margin: 45px;
}

.service-content {
    background-color: #f58634;
    margin: 0px 20px;
    position: relative;
    top: -25px;
    border-radius: 12px;
    background-image: url("imgs/services-mainbg.jpg");
    background-size: cover;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .single-service--area {
        padding: 20px;
    }
}

.single-service--area img {
    margin-bottom: 20px;
    display: inline-block;
    max-height: 40px;
}

@media only screen and (max-width: 769px) {
    .single-service--area img {
        max-height: 30px;
    }
}

.single-service--area h5 {
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #f68330;
    text-transform: uppercase;
    text-shadow: 2px 1px 2px #0000001a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service--area h5 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .single-service--area h5 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 769px) {
    .single-service--area h5 {
        font-size: 18px;
    }
}


/* :: 16.0 Contact Area CSS */
.puffintech-contact-form {
    position: relative;
    z-index: 1;
}

.puffintech-contact-form h2 {
    margin-bottom: 30px;
    font-size: 22px;
    display: block;
}

@media only screen and (max-width: 769px) {
    .puffintech-contact-form h2 {
        font-size: 24px;
    }
}

.puffintech-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 2px;
    color: #afb4bf;
    font-size: 14px;
    border: 1px solid #ebebeb;
}

.puffintech-contact-form .form-control:focus {
    box-shadow: none;
    border-color: #f58634;
}

.puffintech-contact-form textarea.form-control {
    height: 150px;
    padding: 20px;
}


.puffintech-search-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 2px;
    color: #afb4bf;
    font-size: 14px;
    border: 1px solid #ebebeb;
}

.puffintech-search-form .modal-dialog {

    margin: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;

}


.google-maps-contact-info {
    position: relative;
    z-index: -1;
    margin-top: -100px;
}


.google-maps-contact-content {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    padding: 35px;
}

.google-maps-contact-content p {
    text-align: center;
}

@media only screen and (max-width: 769px) {
    .google-maps-contact-content {
        padding: 20px;
    }
}

.google-maps-contact-content .single-contact-info {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 40px;
}


.google-maps-contact-content .single-contact-info .cnt-icon {
    height: 60px;
    width: 60px;
    background-size: contain;
}

.google-maps-contact-content .single-contact-info .cnt-icon-1 {
    background-image: url(img/contact-page-images/clock.png);
}

.google-maps-contact-content .single-contact-info .cnt-icon-2 {
    background-image: url(img/contact-page-images/team.png);
}

.google-maps-contact-content .single-contact-info .cnt-icon-3 {
    background-image: url(img/contact-page-images/hands.png);
}

.google-maps-contact-content .single-contact-info .cnt-icon-4 {
    background-image: url(img/contact-page-images/smile.png);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .google-maps-contact-content .single-contact-info h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 769px) {
    .google-maps-contact-content .single-contact-info h4 {
        font-size: 14px;
    }
}

.google-maps-contact-content .single-contact-info i {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 15px;
    color: #f58634;
}

@media only screen and (max-width: 769px) {
    .google-maps-contact-content .single-contact-info i {
        font-size: 24px;
    }
}

.google-maps-contact-content .single-contact-info p {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .google-maps-contact-content .single-contact-info p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 769px) {
    .google-maps-contact-content .single-contact-info p {
        font-size: 12px;
    }
}

.google-maps-contact-content .google-maps {
    position: relative;
    z-index: 1;
}

.google-maps-contact-content .google-maps iframe {
    width: 100%;
    height: 500px;
    border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .google-maps-contact-content .google-maps iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 769px) {
    .google-maps-contact-content .google-maps iframe {
        height: 300px;
    }
}



.contact-page-6-blocks span {
    font-family: 'Lato', sans-serif;
}

.tp-10 {
    padding-top: 10px;
}



/* :: 17.0 Widget Area CSS */
.single-widget-area {
    position: relative;
    z-index: 1;
}

.single-widget-area .widget-title {
    font-size: 22px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    font-weight: 500;
    padding-bottom: 10px;
}

.newsletter-form {
    padding: 40px 30px;
    background-color: #e8f1f8;
    border-radius: 4px;
}

.newsletter-form h5 {
    font-size: 22px;
}

.newsletter-form input {
    height: 46px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    color: #636a76;
    font-size: 13px;
    margin-bottom: 20px;
}

.newsletter-form input:focus {
    box-shadow: none;
    border-color: #f58634;
}


/* :: 18.0 Breadcrumb Area CSS */
.breadcrumb-area {
    position: relative;
    z-index: -1;
    height: 300px;
}

@media only screen and (max-width: 769px) {
    .breadcrumb-area {
        height: 200px;
    }
}

.breadcrumb-area .page-title {
    color: #ffffff;
    font-size: 48px;

    text-shadow: 3px 5px 8px #908f8f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area .page-title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .breadcrumb-area .page-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 769px) {
    .breadcrumb-area .page-title {
        font-size: 24px;
    }
}

.breadcrumb-area.contact-breadcrumb {
    height: 400px;
}

@media only screen and (max-width: 769px) {
    .breadcrumb-area.contact-breadcrumb {
        height: 300px;
    }
}

.breadcrumb-area .block1-title {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area .block1-title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .breadcrumb-area .block1-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 769px) {
    .breadcrumb-area .block1-title {
        font-size: 24px;
    }
}

.breadcrumb-area .block1-price {
    font-size: 36px;
    color: #f58634;
    margin-bottom: 0;
}

@media only screen and (max-width: 769px) {
    .breadcrumb-area .block1-price {
        font-size: 14px;
    }
}

.breadcrumb-area .block1-price span {
    font-size: 18px;
    color: #ffffff;
}

@media only screen and (max-width: 769px) {
    .breadcrumb-area .block1-price span {
        font-size: 12px;
    }
}

.breadcrumb-content {
    position: relative;
    z-index: 1;
}

.breadcrumb-content .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-content .breadcrumb .breadcrumb-item {
    color: #ffffff;
    text-shadow: 3px 3px 5px #383535;
}

.breadcrumb-content .breadcrumb .breadcrumb-item a {
    color: #ffffff;
}

.breadcrumb-content .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
    color: #f58634;
}

.breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '\f105';
    font-family: "FontAwesome";
    color: #ffffff;
}

/* :: 19.0 Blog CSS */
.single-post-area {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-post-area .post-thumbnail {
    display: block;
    margin-bottom: 30px;
}

.single-post-area .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}

.single-post-area .post-meta a {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #afb4bf;
    display: inline-block;
    margin-right: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-post-area .post-meta a:last-child {
    margin-right: 0;
    color: #f58634;
}

.single-post-area .post-meta a:hover,
.single-post-area .post-meta a:focus {
    color: #f58634;
}

.single-post-area .post-title {
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
}

.single-post-area .post-title:hover,
.single-post-area .post-title:focus {
    color: #f58634;
}

.single-post-area p {
    margin-bottom: 15px;
}

.single-post-area:hover,
.single-post-area:focus {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-post-area:hover .post-title,
.single-post-area:focus .post-title {
    color: #f58634;
}

.single-blog-post {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 769px) {
    .single-blog-post {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 30%;
    max-width: 30%;
    width: 30%;
}

@media only screen and (max-width: 769px) {
    .single-blog-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px;
    }
}

.single-blog-post .post-thumbnail a {
    display: block;
}

.single-blog-post .post-thumbnail img {
    border-radius: 4px;
}

.single-blog-post .post-content {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    width: 70%;
    padding-left: 30px;
}

@media only screen and (max-width: 769px) {
    .single-blog-post .post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }
}

.single-blog-post .post-content .post-title {
    font-size: 22px;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
    font-family: 'Oswald', sans-serif;
}

.puffintech-home-partners-area .single-blog-post .post-content .post-title {
    font-size: 32px;
    text-transform: uppercase;
}

.puffintech-home-partners-area .single-blog-post .post-content .post-meta p {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-post .post-content .post-title {
        font-size: 16px;
    }
}

.single-blog-post .post-content .post-title:hover,
.single-blog-post .post-content .post-title:focus {
    color: #f58634;
}

.single-blog-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    line-height: 18px;
}

.single-blog-post .post-content .post-meta a {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #f58634;
    display: inline-block;
    margin-right: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-post .post-content .post-meta a {
        font-size: 12px;
    }
}

.single-blog-post .post-content .post-meta a:last-child {
    margin-right: 0;
}

.single-blog-post .post-content .post-meta a:last-child::before {
    content: '>';
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
}

.single-blog-post .post-content .post-meta a:hover,
.single-blog-post .post-content .post-meta a:focus {
    color: #000000;
}







.single-blog-post .post-content .post-meta p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #b3b3b3;
    display: inline-block;
    margin-right: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.5;
    font-family: 'Oswald', sans-serif;
    margin-top: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-post .post-content .post-meta p {
        font-size: 12px;
    }
}

.single-blog-post .post-content .post-meta p:last-child {
    margin-right: 0;
}

.single-blog-post .post-content .post-meta p:last-child::before {
    content: '>';
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
}



.puffintech-home-partners-area .single-blog-post .post-content .post-meta p {
    font-size: 14px;
}

.puffintech-home-partners-area .post-thumbnail a {
    text-align: left;
}


.puffintech-home-partners-area .post-thumbnail img {
    max-width: 300px;
}




.single-blog-post .post-content p {
    margin-bottom: 10px;
    line-height: 1.6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-post .post-content p {
        font-size: 14px;
    }
}

.breadcrumb-post-content {
    position: relative;
    z-index: 1;
}

.breadcrumb-post-content .post-title {
    font-size: 48px;
    line-height: 1.5;
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-post-content .post-title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .breadcrumb-post-content .post-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 769px) {
    .breadcrumb-post-content .post-title {
        font-size: 24px;
    }
}

.breadcrumb-post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.breadcrumb-post-content .post-meta a {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-right: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumb-post-content .post-meta a:last-child {
    margin-right: 0;
}

.breadcrumb-post-content .post-meta a:last-child::before {
    content: '/';
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
}

.breadcrumb-post-content .post-meta a:hover,
.breadcrumb-post-content .post-meta a:focus {
    color: #f58634;
}

.inline-block {
    display: inline-block;
}

.about-us-content ul li p {
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #2a303b;
}

.search-btn {
    padding: 13px 30px 13px 30px;
    background-color: #ffffff;
    margin-right: -15px;
    cursor: pointer;
    color: #f58634;
}

.search-btn .fa-search {
    color: #f58634;
}

.nav-brand img {
    width: 200px;
    height: 52px;
}



.home-hot-products .section-heading h2 {
    text-transform: uppercase;
}



/*
table img{
    margin-left: 50px;
}
*/


table .trightimg {
    margin-left: 50px;
    margin-right: 0px;
}

table .tleftimg {
    margin-left: 0px;
    margin-right: 50px;
}


table img[align="left"] {
    margin-left: 0px;
    margin-right: 50px;
    float: left;
}


table img[align="right"] {
    margin-left: 50px;
    margin-right: 0px;
    float: right;
}


table ul {
    padding-left: 30px;
}







font[color="#FF0000"] {
    color: #f58634;
    font-weight: 600;
    font-size: 16px !important;
}


b font[color="#FF0000"] {
    color: #f58634;
}

p[align="center"] {
    text-align: center;
}

strong font[color="#FF0000"] {
    color: #f58634;
}

font[size="4"] {
    font-family: 'Lato', sans-serif;
}

font[size="-1"] {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

font[size="-1"] strong,
font[size="-1"] b {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}


font[size="4"] * {
    font-family: 'Lato', sans-serif;
}

.imgtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}


.home-our-products .single-post-area .post-thumbnail img {
    max-width: 350px;
    min-height: 242px;
}


table {
    table-layout: auto !important;
}

br {
    clear: both;
}

.home-slider-welcome-area {
    z-index: -1;
}

@media (min-width:1200px) {
    .container {
        max-width: 1320px;
    }
}




.imglargeright786center {
    text-align: right;
}



h1 font[size="4"] {
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
}

font[size="2"] {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

span {
    line-height: 1.7;
    color: #555555;
    font-size: 18px;
    font-weight: 400;
}




@media (max-width:1200px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
}


.our-product-page .col-one-prod {
    height: 380px;
    margin-bottom: 40px;
}

.our-product-page .col-one-prod .single-service-area {
    height: 100%;
}

.our-product-page .col-one-prod .single-service-area img {
    height: 100%;
}

.gridimgtable p {
    text-align: center;
}

.gridimgtable {
    text-align: center;
}

.gridimgtable img {
    margin: 0px;
}

u {
    color: #f58634;
}

b,
strong {
    font-weight: 500;
    color: #f58634;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
}

td[bgcolor="#FF0000"] {
    background-color: #f58634;
}


td[bgcolor="#FF0000"] * {
    color: #fff;
}

td[bgcolor="#052868"] {
    background-color: #464444;
}

td[bgcolor="#052868"] * {
    color: #fff;
}

.bold {
    font-weight: bold;
}





table[width="95%"] {
    width: 100%;
}

.noleftpadding {
    padding-left: 0px;
}

.home-hot-products .single-post-area {
    text-align: center;
}

.home-hot-products .section-heading {
    margin-bottom: 50px;
}

.home-hot-products .single-post-area .post-thumbnail {
    margin-bottom: 10px;
}


.home-hot-products .single-post-area a {
    color: #ffffff;
    font-size: 17px;
    background-color: #3e3d3d;
    padding: 12px;
    text-transform: uppercase;
    margin: 0px !important;
}

.home-hot-products .single-post-area a.post-title {
    padding: 12px 12px 20px 12px;
}

p {
    text-align: justify;
    font-family: 'Lato', sans-serif;
}

body {
    font-family: 'Lato', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}



.otherpage-4-motive-box .single-service--area img {
    max-height: initial;
}


/*
.gridresponsivetable{
    display: block;
}

.gridresponsivetable tbody{

    display: block;

}


.gridresponsivetable tr:nth-child(even) {

display: block;

width: 100%;

position: absolute;

top: 0px;
}

.gridresponsivetable tr:nth-child(even) td{

display: block;

width: 100%;

padding-top: 132px;
}

.gridresponsivetable tr:nth-child(odd) {

    display: block;
    width: 100%;
}

.gridresponsivetable tr:nth-child(odd) td {
    vertical-align: top;
    display: block;
    width: 100%;
    padding-bottom: 40px;
}

.gridresponsivetable tr:nth-child(4) {
  top: 560px;
    color: red;
}

.gridresponsivetable tr:nth-child(6) {
  top: 1120px;
    color: green;
}

.gridresponsivetable tr:nth-child(8) {
  top: 1680px;
    color: yellow;
}

.gridresponsivetable tr:nth-child(10) {
  top: 2240px;
    color: yellow;
}
*/


.partners-tabs-container {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 50px;
}



.partners-tabs-container > .nav-pills {
    justify-content: space-between;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #fff;
}

.nav-pills .nav-link img {
    width: 124px;
}

.nav-pills .nav-link {
    border: 1px solid transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link.active {
    border: 1px solid #c9cbd5;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


.tab-pane .single-blog-post .post-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
}

.partners-tabs-container .nav-link {
    padding: .5rem 1rem .4rem 1rem;
}

.tab-content {
    border: 1px solid #c9cbd5;
    padding: 10px;
    width: 100%;
    margin: auto;
    margin-top: -1px;
    padding-left: 10px;
    padding-top: 50px;
}


.partners-bolg-posts .single-blog-post .post-content .post-title {
    font-size: 36px;
    margin-bottom: 10px;
    color: #2a303b;
    text-transform: uppercase;
}

p {
    font-family: 'Lato', sans-serif;
}

.pattern-heading {}

.pattern-heading {
    background-image: url(img/heading-pattern.png);
    padding: 12px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 50px;
    display: none;
}

.pattern-heading h1,
.pattern-heading h2 {
    font-size: 52px;
    text-align: center;
    font-weight: bolder;
    background-color: #f9f9f9;
    padding: 10px;
    color: #3e3d3d;
    text-transform: uppercase;
}

.pattern-heading-mb {
    margin-bottom: 5px;
}

.mainpages h3 {

    color: #3e3d3d;
    text-transform: uppercase;
    font-size: 2rem;

}

.search-modal .search-form form input::-webkit-input-placeholder {
    color: #cdced0;
}

.search-modal .search-form form input:-ms-input-placeholder {
    color: #cdced0;
}

.search-modal .search-form form input::placeholder {
    color: #cdced0;
}

.blackapage a {
    color: #1d77b5;
    font-weight: 600;
}

.blackapage a:active {
    color: #fff;
    font-weight: 600;
}

.blackapage a:hover {
    color: #4a4847;
}

.nowrap {
    margin: 0px;
}

.ulleftpadding40 {
    padding-left: 40px;
}

.uldotted {
    list-style: square;
}

.uldotted li {
    list-style: square;
}


.boldul li p {
    font-weight: 600;
    text-transform: uppercase;
    color: #3e3d3d;
}





@media screen and (max-width:1200px) {


    .single-project-slide .owl-item {}











    /* :: 02.0 Spacing Area CSS */
    .mt-15 {
        margin-top: 13px;
    }

    .mt-30 {
        margin-top: 25px;
    }

    .mt-40 {
        margin-top: 35px;
    }

    .mt-50 {
        margin-top: 40px;
    }

    .mt-70 {
        margin-top: 55px;
    }

    .mt-80 {
        margin-top: 70px;
    }

    .mt-100 {
        margin-top: 80px;
    }

    .mt-150 {
        margin-top: 130px;
    }


    .mb-15 {
        margin-bottom: 13px;
    }

    .mb-30 {
        margin-bottom: 25px;
    }

    .mb-40 {
        margin-bottom: 35px;
    }

    .mb-50 {
        margin-bottom: 40px;
    }

    .mb-60 {
        margin-bottom: 50px;
    }

    .mb-70 {
        margin-bottom: 55px;
    }

    .mb-80 {
        margin-bottom: 70px;
    }

    .mb-100 {
        margin-bottom: 80px;
    }

    .ml-15 {
        margin-left: 15px;
    }


    .pt-50 {
        padding-top: 40px !important;
    }

    .pt-100 {
        padding-top: 80px !important;
    }

    .mtb-20 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .section-padding-80 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-padding-0-80 {
        padding-top: 0;
        padding-bottom: 70px;
    }

    .section-padding-80-0 {
        padding-top: 70px;
        padding-bottom: 0;
    }


    .section-padding-50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-padding-0-50 {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .section-padding-50-0 {
        padding-top: 40px;
        padding-bottom: 0;
    }



    .section-padding-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-padding-0-100 {
        padding-top: 0;
        padding-bottom: 80px;
    }

    .section-padding-100-0 {
        padding-top: 80px;
        padding-bottom: 0;
    }

    /* :: 3.0 Preloader Area CSS */






    .pattern-heading {
        margin-bottom: 40px;
    }


    .single-footer-widget {
        margin-bottom: 40px;
    }


    .puffintech-cta-area .cta-content {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .pattern-heading h1,
    .pattern-heading h2 {
        font-size: 44px;
    }

    .partners-bolg-posts .single-blog-post .post-content .post-title {
        font-size: 32px;
    }

    .single-block1-slide .block1-content h2 {
        font-size: 32px;
    }

    p {
        font-size: 17px;
        line-height: 1.6;
    }


    .puffintech-btn {
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        padding: 0 36px;
    }

    .partners-bolg-posts .continue-btn {
        padding: 10px 14px;
        font-size: 11px;
    }

}

.partners-tabs-container .nav-link {
    padding: 0.2rem 0.5rem .2rem 0.5rem;
    height: 84px;
}

.nav-pills .nav-link img {
    width: 120px;
}

.classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 15px;
}

.our-product-page .col-one-prod {
    height: 400px;
    margin-bottom: 30px;
}
}


@media screen and (max-width:1100px) {


    .nav-pills .nav-link img {
        width: 98px;
        line-height: 84px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 15px;
        padding: 0px 8px;
    }

    .nav-brand img {
        width: 158px;
        height: 38px;
    }

    .nav-pills .nav-link img {
        width: 108px;
    }

}


@media screen and (max-width:1025px) {

    .nav-pills .nav-link img {
        width: 108px;
    }


    .partners-tabs-container > .nav-pills {
        display: block;
    }

    .partners-tabs-container .nav-link {
        padding: 0.2rem 0.5rem .2rem 0.5rem;
        height: 72px;
        display: inline-block;
    }

    .home-4-motive-box {
        flex-wrap: wrap !important;
    }

    .home-4-motive-box .single-service--area {
        width: 49%;
        display: inline-block;
        margin-left: 0%;
        margin-right: 0%;
    }
}

@media screen and (max-width:992px) {

    .single-project-slide .project-content {
        height: 72px;
    }

    .single-project-slide {
        height: 50vw;
    }


    /* :: 02.0 Spacing Area CSS */
    .mt-15 {
        margin-top: 10px;
    }

    .mt-30 {
        margin-top: 20px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .mt-70 {
        margin-top: 45px;
    }

    .mt-80 {
        margin-top: 40px;
    }

    .mt-100 {
        margin-top: 60px;
    }

    .mt-150 {
        margin-top: 110px;
    }


    .mb-15 {
        margin-bottom: 10px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .mb-50 {
        margin-bottom: 40px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .mb-70 {
        margin-bottom: 45px;
    }

    .mb-80 {
        margin-bottom: 40px;
    }

    .mb-100 {
        margin-bottom: 60px;
    }



    .pt-50 {
        padding-top: 30px !important;
    }

    .pt-100 {
        padding-top: 60px !important;
    }

    .mtb-20 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .section-padding-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-padding-0-80 {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .section-padding-80-0 {
        padding-top: 40px;
        padding-bottom: 0;
    }


    .section-padding-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-padding-0-50 {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .section-padding-50-0 {
        padding-top: 30px;
        padding-bottom: 0;
    }



    .section-padding-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-padding-0-100 {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .section-padding-100-0 {
        padding-top: 60px;
        padding-bottom: 0;
        position: sticky;
    }

    /* :: 3.0 Preloader Area CSS */




    .top-header-area {
        height: 44px;
    }

    .search-btn {
        padding: 10px 8px 10px 8px;
        margin-right: 0px;
    }

    .top-header-area .top-header-content .top-social-area a {
        margin-right: 10px;
        color: #ffffff;
        line-height: 44px;
    }

    .top-header-area .top-header-content > a {
        margin-right: 18px;
        line-height: 44px;
    }

    .top-header-area .top-header-content > a {
        font-size: 11px;
    }

    .top-header-area .top-header-content .top-social-area a {
        font-size: 14px;
    }

    .nav-brand img {
        width: 212px;
        height: 54px;
    }

    .classy-nav-container .classy-navbar {
        padding: 8px 0px;
        box-sizing: content-box;
    }
}

@media screen and (max-width:769px) {

    .mainpages h3 {
        font-size: 1.6rem;

    }


    .gridimgtable tr td font {
        font-size: 12px;
    }
}





@media screen and (max-width:993px) {


    .secondcatpages .mb-100 {
        margin-bottom: 0px;
    }

    .footer-area.section-padding-80-0 {
        padding-top: 40px;
    }

    .secondcatpages .section-padding-100-0 {}

    .fullmin992 {
        width: 100% !important;
        display: block;
    }

    .home-hot-products .single-post-area {
        text-align: center;
        margin-bottom: 40px;
        max-width: 320px;
        margin: 0px auto 40px auto;

    }

    .home-hot-products .section-heading {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:850px) {}

@media screen and (max-width:769px) {

    .partners-tabs-container .nav-link {
        height: 52px;
    }

    .nav-pills .nav-link img {
        width: 80px;
        height: auto;
    }

    .partners-bolg-posts .single-blog-post .post-content .post-title {
        font-size: 26px;
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .home-hot-products .single-post-area {
        text-align: center;
        margin-bottom: 40px;
        max-width: 320px;
        margin: 0px auto 40px auto;

    }


    .single-block1-slide .block1-content h2 {
        font-size: 32px;
    }

    .pattern-heading h1,
    .pattern-heading h2 {
        font-size: 42px;
    }

    .single-project-slide {
        height: 500px;
    }


    .single-project-slide {
        height: 400px;
        width: 400px;
        margin: auto;
    }

    .testimonial-slides .owl-dots {
        justify-content: center;
    }

    .classy-nav-container .classy-navbar {
        padding: 16px 0px;
    }

    .contact-page-6-blocks {
        justify-content: space-between;
    }

    .contact-page-6-blocks h6 {
        flex: 0 0 48%;
        max-width: 48%;
        width: 48%;
    }

    .imglargeright786center {
        text-align: center;
    }



    .our-product-page .col-one-prod {
        height: 80vw;
    }

    table[width="95%"] table[width="100%"] td[width="33%"] {
        vertical-align: top;
        display: inline-block;
        width: 100%;
        width: 48%;
        display: inline-block;
        float: left;
    }


    table[width="95%"] table[width="100%"] td[width="282"] {
        display: block;
        width: 100%;
        display: block;
        clear: both;
        float: left;
        font-size: 14px;
    }

    table[width="95%"] table[width="100%"] td[width="282"] + td {
        display: block;
        width: 100%;
        display: block;
        clear: both;
        float: left;
    }

    table[width="95%"] table[width="100%"] td[height="237"] {
        height: auto;
        display: block;
        width: 100%;
        display: block;
        clear: both;
        float: left;
    }

    table[width="95%"] table[width="100%"] td[width="282"] p,
    table[width="95%"] table[width="100%"] td[width="282"] + td p,
    table[width="95%"] table[width="100%"] td[height="237"] p {
        font-size: 14px;
    }

    .fullmin769 {
        width: 100% !important;
        display: block;
    }

    .marginautomin769 {
        margin: auto;
        float: none;
    }

    .col-home-stockiest-of-original-belts {
        border-left: none !important;
        padding-left: 0px !important;
        padding-top: 15px;
    }

    .col-home-stockiest-of-original-belts ul li p {
        text-transform: uppercase;
    }

    .nopadding769 {
        padding: 0px !important;
    }

    .home-welcome-msg-content {
        margin-bottom: 50px;
    }

    .puffintech-service-area .service-content {
        margin-bottom: 0px;
    }

    .feedback-your-inquiries-cont .cta-text {
        margin-bottom: 20px;
    }

    .feedback-your-inquiries-cont .cta-content {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .feedback-your-inquiries-cont .puffintech-btn {
        margin-bottom: 20px;
    }

    .feedback-your-inquiries-cont .cta-text h2 {
        font-size: 32px;
    }

    .footer-area {
        margin-top: 40px;
    }

    .tdwidthauto769 td {
        width: auto;
    }

    .single-blog-post .post-thumbnail a {
        text-align: center;
    }

    .single-blog-post .post-thumbnail img {
        max-width: 300px;
    }

}


@media screen and (max-width:600px) {




    /* :: 02.0 Spacing Area CSS */
    .mt-15 {
        margin-top: 6px;
    }

    .mt-30 {
        margin-top: 10px;
    }

    .mt-40 {
        margin-top: 10px;
    }

    .mt-50 {
        margin-top: 20px;
    }

    .mt-70 {
        margin-top: 30px;
    }

    .mt-80 {
        margin-top: 30px;
    }

    .mt-100 {
        margin-top: 60px;
    }

    .mt-150 {
        margin-top: 70px;
    }


    .mb-15 {
        margin-bottom: 4px;
    }

    .mb-30 {
        margin-bottom: 10px;
    }

    .mb-40 {
        margin-bottom: 10px;
    }

    .mb-50 {
        margin-bottom: 20px;
    }

    .mb-60 {
        margin-bottom: 20px;
    }

    .mb-70 {
        margin-bottom: 30px;
    }

    .mb-80 {
        margin-bottom: 30px;
    }

    .mb-100 {
        margin-bottom: 40px;
    }



    .pt-50 {
        padding-top: 20px !important;
    }

    .pt-100 {
        padding-top: 40px !important;
    }

    .mtb-20 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .section-padding-80 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-padding-0-80 {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .section-padding-80-0 {
        padding-top: 30px;
        padding-bottom: 0;
    }


    .section-padding-50 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-padding-0-50 {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .section-padding-50-0 {
        padding-top: 20px;
        padding-bottom: 0;
    }



    .section-padding-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-padding-0-100 {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .section-padding-100-0 {
        padding-top: 40px;
        padding-bottom: 0;
        position: sticky;
    }

    /* :: 3.0 Preloader Area CSS */




    .section-heading .h6,
    h6 {
        font-size: 1rem;
    }

    .section-heading h1 {
        font-size: 36px;
    }


    .hpr-one-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pattern-heading h1,
    .pattern-heading h2 {
        font-size: 32px;
    }

    .col-copywrite-text,
    .col-develop-text {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
        text-align: center;
    }

    .col-copywrite-text > div,
    .col-develop-text > div {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .col-copywrite-text > div > p,
    .col-develop-text > div > p {
        text-align: center;
    }


    .top-header-area {
        display: none;
    }

    .col-single-contact-info {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .google-maps-contact-content .single-contact-info i {
        font-size: 28px;
    }

    .google-maps-contact-content .single-contact-info p {
        font-size: 16px;
    }

    .google-maps-contact-content .single-contact-info h4 {
        font-size: 22px;
    }

    .contact-page-6-blocks h6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        font-size: 28px;
    }

    .block1-features-area h6 span {
        font-size: 1.1rem;
    }

    .puffintech-news-area .single-blog-post.mb-30 {
        margin-bottom: 10px;
    }




    .feedback-your-inquiries-cont .cta-text h2 {
        font-size: 28px;
    }

    .feedback-your-inquiries-cont .cta-text {
        margin-bottom: 20px;
        text-align: center;
    }

    .feedback-your-inquiries-cont .col-12.col-md-5.text-right {
        text-align: center !important;
    }

    .feedback-your-inquiries-cont .puffintech-btn {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 32px;
    }

    /*
    .partner-logo-content{
        display: block !important;
    }

    .partner-logo-content a{
        display: block;
        width: 100%;
    }
    */
    .fullwidthat600 {
        width: 100%;
    }

    .fullwidthat600block {
        width: 100%;
        display: block;
    }




    table[width="95%"] table[width="100%"] td[width="33%"] {
        vertical-align: top;
        display: block;
        width: 100%;
        display: block;
        clear: both;
        float: left;
    }


    .home-puffintech-service-area .single-service--area {
        flex: initial;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }


    .footer-area.section-padding-80-0 {
        padding-top: 50px;
    }

    .single-blog-post .post-thumbnail {
        margin-bottom: 20px;
    }

    .single-blog-post .post-content .post-title {
        font-size: 18px;
    }

    .single-blog-post .post-content p {
        font-size: 14px;
    }
}

@media screen and (max-width:500px) {

    .blackapage a {
        font-size: 16px;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
    }

    span {
        line-height: 1.7;
        color: #555555;
        font-size: 16px;
    }

    .section-heading h1 {
        font-size: 28px;
    }

    .single-block1-slide .block1-content h2 {
        font-size: 28px;
    }

    .nav-pills .nav-link img {
        width: 60px;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .puffintechnologies-why-choose-us .single-testimonial-slide h5 {
        font-size: 18px;
        line-height: 1.5;
    }

    .single-project-slide .project-content {
        height: 75px;
    }

    .google-maps-contact-content {
        padding: 40px 20px;
    }

    .google-maps-contact-info {
        padding-left: 0%;
        padding-right: 0%;
    }

    .fullwidthat500 {
        width: 100%;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 16px;
        padding: 0px 30px;
    }

    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }

    .col-topbar-links .top-social-area {
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .home-partner-area {
        display: none !important;
    }

    .nav-brand img {
        width: 168px;
        height: 40px;
    }

    .classy-nav-container .classy-navbar {
        padding: 5px 0px;
    }

    .top-header-area .top-header-content .top-social-area a {
        font-size: 10px;
        margin-right: 5px;
    }

    .footer-area.section-padding-80-0 {
        padding-top: 30px;
    }
}

@media screen and (max-width:400px) {

    .feedback-your-inquiries-cont .cta-text h2 {
        font-size: 24px;
    }

    .feedback-your-inquiries-cont .cta-content {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .single-block1-slide {
        height: auto;
        padding-bottom: 50px;
    }

    .pattern-heading h1,
    .pattern-heading h2 {
        font-size: 22px;
    }

    .single-project-slide .project-content {
        height: 50px;
    }

    .single-project-slide .project-content .text h5 {
        font-size: 1rem;
    }

    .single-project-slide {
        height: 300px;
        width: 300px;
        margin: auto;
    }


    .gridresponsivetable td img {
        width: 76px;
        height: 76px;
        max-width: initial;
    }


    .top-header-area .top-header-content .top-social-area a {
        font-size: 12px;
    }

    .fullwidthat400 {
        width: 100%;
    }

    .single-blog-post .post-thumbnail img {
        max-width: 150px;
    }

    .single-blog-post .post-thumbnail img {
        max-width: 200px;
    }

    .min400hide {
        display: none !important;
    }

    .our-product-page .col-one-prod {
        height: 92vw;
    }

    .classy-navbar-toggler .navbarToggler span {
        height: 2px;
        width: 25px;
        margin-right: 5px;
    }

    .nav-brand img {
        width: 148px;
        height: 34px;
    }
}

@media screen and (max-width:360px) {

    .gridresponsivetable td img {
        width: 56px;
        height: 56px;
        max-width: initial;
    }

}

.form-control:focus {
    box-shadow: none !important;
}
