/*navbarcss*/
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: #5c5b5b;
    font-family: Arial, Helvetica, sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.carousel-inner{
    height:100% !important;
}
.top_header {
    background: linear-gradient(#fffcdacc, #ffffff00);
    padding: 15px;
}

.top-header .container {
    width: 1300px;
}

.logo a {
    font-size: 20px;
}

.logo a:hover {
    text-decoration: none;
}

.top_header .social {
    display: flex;
    list-style: none;
}

.top_header .social li a {
    font-size: 20px;
    padding: 10px;
    color: black;
}

.top_header .social li a:hover {
    color: #f0ad4e;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #000000a3;
    font-size: 16px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown:hover .submenu {
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000a3;
    font-weight: bold;
    font-size: 16px;
}

.bg-light {
    background-color: #f6c87a !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .75rem 1.5rem;
    clear: both;
    font-weight: 400;
    font-size: 16px;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #eee;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f0ad4e;
}

.logo .company_name {
    font-family: 'Cooper Black';
    color: #f0ad4e;
    font-size: 28px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px #b5b5b5;
}

.logo .slogan {
    font-size: 12px;
    color: #212529;
    letter-spacing: 0;
    margin-bottom: 0;
}

.img {
    height: 25px;

}

/*endofnavbar*/

/*indexpage start*/
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    top: 40%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption h1 {
    font-size: 70px;
}

.image_about img {
    position: relative;
    transition: all .3s ease;
    height: 382px;
    padding: 15px;
    border: 2px solid #363636;
}

.post-aria img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.pclass {
    text-align: justify;
    margin-bottom: 20px;
    line-height: 26px;
    color: #999;
    text-indent: 0px;
    font-size: 16px;
    font-family: 'Bahnschrift Light';
}

.container {
    max-width: 1250px;
}

.about .col-md-6 .col-lg-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.btn-primary {
    color: #000;
    background-color: #fff !important;
    border: 2px solid #f0ad4e !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .175rem .35rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.below_About {
    background-color: #ddcfb82e;
}

.blog_section {
    background-color: #ddcfb82e;
}

.below_About .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
    box-shadow: 5px 5px 5px #cccccc;
}

.below_About .card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.below_About .card-body {
    height: 300px;
    background-color: #fffdf3;
}

.below_About .card-title {
    color: #f0ad4e;
}

.below_About .date_updated {
    font-weight: bold;
    color: #545b62c7;
}

body {
    margin: 0;
    padding: 0;
    overflow-x:hidden !important;
}

/* .container{
	width:90%
	margin:10px auto;
} */
.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}

.portfolio-item {
    /*width:100%;*/
}

.portfolio-item .item {
    /*width:303px;*/
    float: left;
    margin-bottom: 10px;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-dark {
    font-size: 16px;
    font-weight: 600;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.title {
    text-transform: uppercase;
    font-size: 35px;
}

.gallery .img-fluid {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.about h2 {
    text-transform: capitalize;
}

.blog_section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.blog_section .blog_content .blog_item {
    margin-bottom: 30px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.blog_section .blog_content .blog_item:hover .blog_image img {
    transform: scale(1.1);
}

.blog_section .blog_content .blog_item .blog_image {
    overflow: hidden;
    padding: 0;
}

.blog_section .blog_content .blog_item .blog_image img {
    width: 100%;
    height: 250px;
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    transition: transform 0.5s ease-in-out;
    border:3px solid #f0ad4e;
}

.blog_section .blog_content .blog_item .blog_image span i {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 45px;
    padding-top: 7px;
    text-align: center;
    right: 20px;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
    background-color: #f0ad4e;
}

.blog_section .blog_content .blog_item .blog_details {
    padding: 10px 20px 0px 20px;
    height: 280px;
    background-color: #fffdf3;
    /*background-color: #ef531a21;*/
}

.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
    color: #020d26;
    margin-top: 0;
    margin-bottom: 1px;
    font-size: 15px;
    line-height: 32px;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
}

.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
    color: #ff5e14;
}

.blog_section .blog_content .blog_item .blog_details ul {
    padding: 0 3px 10px 0;
    margin: 0;
}

.blog_section .blog_content .blog_item .blog_details ul li {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    color: #7f7f7f;
    font-size: 12px;
}

.blog_section .blog_content .blog_item .blog_details ul li i {
    padding-right: 7px;
}

.blog_section .blog_content .blog_item .blog_details p {
    border-top: 1px solid #e5e5e5;
    margin-top: 4px;
    padding: 20px 0 4px;
    font-size: 15px;
}

.blog_section .blog_content .blog_item .blog_details a {
    font-size: 16px;
    display: inline-block;
    color: #f0ad4e;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.blog_section .blog_content .blog_item .blog_details a:hover {
    color: #020d26;
}

.blog_section .blog_content .blog_item .blog_details a i {
    vertical-align: middle;
    font-size: 20px;
}

.blog_section .blog_content .owl-nav {
    display: block;
}

.blog_section .blog_content .owl-nav .owl-prev {
    position: absolute;
    left: -27px;
    top: 33%;
    border: 5px solid #fff;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 0;
    background: #f0ad4e;
    transition: all 0.3s;
    color: #fff;
}

.blog_section .blog_content .owl-nav .owl-prev span {
    font-size: 25px;
    margin-top: -6px;
    display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-prev:hover {
    background: #fff;
    border-color: #f0ad4e;
    color: #f0ad4e;
}

.blog_section .blog_content .owl-nav .owl-next {
    position: absolute;
    right: -27px;
    top: 33%;
    border: 5px solid #fff;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 0;
    background: #f0ad4e;
    color: #fff;
    transition: all 0.3s;
}

.blog_section .blog_content .owl-nav .owl-next span {
    font-size: 25px;
    margin-top: -6px;
    display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-next:hover {
    background: #fff;
    border-color: #f0ad4e;
    color: #f0ad4e;
}

@media only screen and (max-width: 577px) {
    .blog_section .owl-nav .owl-prev {
        left: -17px !important;
    }

    .blog_section .owl-nav .owl-next {
        right: -17px !important;
    }
}

/*footer css*/

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: #f6c87a !important;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #0000007d;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #000000a3;
}

#footer a {
    color: #000000a3;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #000000a3;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Bahnschrift Light';
}

#footer ul.social li a:hover {
    color: #fff;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width: 767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

/*aboutpage*/

.about_page {
    background-color: #ddcfb82e;
}

.description p {
    margin-bottom: 20px;
    line-height: 24px;
    text-align: justify;
    font-size: 1.2em;
}

.single_sidebar_widget {
    background: #9b6b541f;
    padding: 20px;
    margin-bottom: 30px;
}

.search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}

.search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}

.search_widget .input-group button i, .blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999;
}

.single_sidebar_widget .btn_1 {
    margin-top: 0;
}

.boxed-btn {
    background: #f0ad4e;
    color: #fff !important;
    display: inline-block;
    padding: 10px 40px;
    font-family: lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #f0ad4e;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.single_sidebar_widget .widget_title {
    font-size: 20px;
    margin-bottom: 15px;
}

.single_sidebar_widget .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
}

.single_sidebar_widget .cat-list li {
    transition: all .3s ease 0s;
    padding-bottom: 12px;
}

.single_sidebar_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cat-list li a {
    font-size: 16px;
    font-family: 'Bahnschrift Light';
    line-height: 20px;
    color: #888;
}

.cat-list li a:hover {
    text-decoration: none;
    color: #f0ad4e;
}

.cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all .3s ease 0s;
    padding-bottom: 12px;
    padding-top: 12px;
}

.image_service {
    height: 100%;
    width: 100%;
}

.heading h2 {
    display: table;
}

.heading h2:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #81725d;
    margin-top: 5px;
    border-radius: 2px;
}

.gallery .img-fluid {
    box-shadow: 5px 5px 5px #cccccc;
}

.news .heading::after, .news .heading::before {
    position: absolute;
    width: 4px;
    height: 14px;
    top: 3.2%;
    margin-top: -7px;
    background-color: #cc0000;
    content: "";
}

.news .heading h2 {
    background-color: #fff1ef9c;
    padding: 10px 20px;
    color: #cc0000;
    font-weight: 500;
}

.news .heading::after {
    left: 98%;
}

.news .title {
    padding: 10px 0;
}

.news .news_detail {
    display: inline-flex;
}

.news .imageClass {
    height: 300px;
    min-width: 400px;
}

.news .imageClass img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .descriptionClass {
    padding-left: 20px;
}

.news .descriptionClass p {
    text-align: justify;
    color: rgba(0, 0, 0, .88);
    font-weight: 400;
    line-height: 190%;
    font-size: 16px;
}

.time {
    margin-bottom: 0;
}

.time i {
    color: #e11b22;
    font-size: 12px;
    margin-right: 10px;
}

.time span {
    color: rgb(70 50 50 / 71%);
    font-size: 12px;
    font-weight: bold;
}

.news p:last-child {
    margin-bottom: 0;
}

.mt-30 {
    margin-top: 50px;
}

.below_img_ad {
    height: 170px;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.desc_below_add h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
    line-height: 128% !important;
    transition: all .3s ease;
}

.news .heading h2 .all {
    background-color: #cc00003d;
    color: #cc0000;
    padding: 0 5px 0 12px;
    font-size: 14px;
    border-radius: 10px;
}

.news .heading h2 .all:after {
    content: '\2807';
    font-size: 15px;
}

.news .title h2 a:hover {
    color: #000;
}

.news .title h2 a {
    font-weight: 600;
    text-decoration: none;
    color: #f0ad4e;
    line-height: 128% !important;
    transition: all .3s ease;
    font-size: 24px;
}

.news a:hover {
    text-decoration: none;
    color: #000;
}

.news a {
    color: #f0ad4e;
}

.news {
    background-color: #ddcfb82e;
}

.info-column {
    position: relative;
    margin-bottom: 30px;
}

.info-column .inner-column {
    position: relative;
    padding: 30px 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.info-column .inner-column .content {
    position: relative;
    padding-left: 60px;
}

.info-column .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #f0ad4e;
    font-size: 44px;
    line-height: 1em;
}

.flaticon-pin:before {
    content: "\f12f";
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.info-column ul li {
    position: relative;
    color: #555555;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 500;
}

.contact ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.info-column ul li strong {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #141d38;
    font-family: 'Montserrat', sans-serif;
}

.left_Article .review_heading {
    color: #f0ad4e;
}

.left_Article .form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6f7;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.left_Article .form-group label {
    font-size: 14px;
    font-weight: 600;
}

.left_Article .form_enquiry {
    background: #cccccc57;
    padding: 30px;
    margin-top: 0px;
}

.left_Article .btn-primary {
    color: #fff;
    background-color: #f0ad4e !important;
    border: 2px solid #f0ad4e !important;
    border-radius: .25rem;
}

.left_Article .btn-primary:hover {
    color: #000;
    background-color: #fff !important;
    border: 2px solid #f0ad4e !important;
}

.caption span {
    color: #6c757d;

}

.caption p {
    color: #6c757d;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videos h3 {
    color: #6c757d;
    font-weight: bold;
    font-size: 18px;
}

.videos h5 {
    color: #f0ad4e;
    font-size: 22px;
}

.videos {
    margin-bottom: 30px;
    padding: 0;
}

.input-group.md-form.form-sm.form-2 input .red-border {
    border: 1px solid #2f348f4a;
}
.news-title{
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.blog_item a {
    color: #000;
    cursor: pointer;
}
