/* --------------------------------
 Global css 
--------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    margin-bottom: 20px;
}
.left-right-section h2, .full-width-content h2, .card_grid h2{font-size: 42px;}
p { margin-bottom: 0.9rem;}
section.left-right-section ul li, .full-width-content ul li, .card_grid ul li{
      position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    padding-left: 28px;
    margin-bottom: 10px;
}
section.left-right-section ul li:before, .full-width-content ul li:before, .card_grid ul li:before {
    position: absolute;
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-weight: 700;
    left: 0px;
    top: 1px;
}
/* .home .news-section {
    padding-bottom: 10px !important;
} */
/* --------------------------------
Top Bar Css
--------------------------*/
@media only screen and (max-width: 499px){
    .main-header.style-two .header-top .right-column{display: none;}
    .header-top .phone-box{margin-left: 0px;}
    .header-top .top-inner{justify-content: center;}
    .header-top .phone-box p{padding-left: 0px;font-size: 14px;}
    .header-top .phone-box .call-number a{font-size: 14px;}
    .header-top .phone-box .call-number{ padding: 10px 15px;}
}

/* --------------------------------
Header Css
--------------------------*/
.main-header .menu-right-content{padding: 15px 10px;}
.main-header.style-two .header-lower .menu-right-content .btn-box{padding-left: 0px;}

/* --------------------------------
Banner CSS
--------------------------*/
.page-title .content-box .title .h1{
    font-size: 42px;
    font-weight: 600;
}
.banner-section.style-two .banner-carousel .content-box .h3{
	    font-size: 24px;
    display: block;
    line-height: 32px;
	font-weight: 400;
    margin-bottom: 6px;
}
.banner-carousel .content-box .h1 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 66px;
    line-height: 76px;
	font-weight: 600;}
/* --------------------------------
Feature Service Cards
--------------------------*/
.feature-block-two .inner-box h3 {
    max-width: 270px;
    margin: 0 auto;
}
/* --------------------------------
About css start from here  *
--------------------------*/
.content_block_5 .content-box .text ul li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    padding-left: 28px;
    margin-bottom: 5px;
    font-weight: 500;
}

.content_block_5 .content-box .text ul li:last-child{
  margin-bottom: 0px;
}

.content_block_5 .content-box .text ul li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 1px;
}
/* --------------------------------
Why choose service section *
--------------------------*/
.service-style-two .service-img video{
    max-height: 750px
}

section.service-style-two .service-block-two .wc_content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

section.service-style-two .service-block-two .wc_content ul li {
    width: 50%;
    box-sizing: border-box;
}

section.service-style-two .service-block-two .wc_content ul li{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    padding-left: 28px;
    margin-bottom: 10px;
	padding-right: 12px;
}
section.service-style-two .service-block-two .wc_content ul li:before {
    position: absolute;
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-weight: 700;
    left: 0px;
    top: 1px;
}

/* --------------------------------
Home Contact Form
--------------------------*/
.appointment-section .appointment-form .form-group input[type='tel']{
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #dddddd;
    padding: 10px 20px;
    font-size: 16px;
    color: #777;
    transition: all 500ms ease;
}

/* --------------------------------
FAQ CSS START FROM HERE
--------------------------*/
.faq-modern {
    max-width: 100%;
}

.faq-modern .card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.faq-modern .card-header {
    padding: 0;
    background: #fff;
    border: 0;
}

.faq-modern .btn-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    text-align: left;
    text-decoration: none;
    color: #222;
    font-size: 18px;
    font-weight: 600;
}

.faq-modern .btn-link:hover,
.faq-modern .btn-link:focus {
    text-decoration: none;
}

.faq-modern .faq-title {
    padding-right: 20px;
}

.faq-modern .faq-icon {
    transition: all .3s ease;
    font-size: 16px;
}

.faq-modern .btn-link:not(.collapsed) .faq-icon {
    transform: rotate(180deg);
}

.faq-modern .card-body {
    padding: 0 25px 25px;
    border-top: 1px solid #eee;
}

/* --------------------------------
Contact Section
--------------------------*/
.contact-section .inner-content {
    margin-top: unset;
}
section.contact-info-two.centred {
    border-bottom: 0px;
    padding: 50px 0px;
}
.contact-section .default-form .form-group input[type='tel']{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #777777;
    padding: 10px 30px;
}
/* --------------------------------
BLOG DETAILS CONTENT
--------------------------*/
/* Table Styling */
.blog-details-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    background: #fff;
}

.blog-details-content table th,
.blog-details-content table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
}

.blog-details-content table th {
    background-color: #f4f4f4;
    font-weight: 600;
    color: #333;
}

.blog-details-content table tr:nth-child(even) {
    background-color: #fafafa;
}

.blog-details-content table tr:hover {
    background-color: #f1f1f1;
}

/* Unordered List Styling */
.blog-details-content ul {
    margin: 16px 0;
    padding-left: 24px;
}

.blog-details-content ul li {
    margin-bottom: 8px;
    line-height: 1.6;
    list-style: disc;
}

/* Ordered List Styling */
.blog-details-content ol {
    margin: 16px 0;
    padding-left: 24px;
}

.blog-details-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
     list-style:auto;
}

/* Nested Lists */
.blog-details-content ul ul,
.blog-details-content ol ol,
.blog-details-content ul ol,
.blog-details-content ol ul {
    margin-top: 8px;
    margin-bottom: 8px;
}
.sidebar-widget.post-widget.sidebar-post .post-inner h5 a{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.single-post .page-title .content-box .title .h1{
font-size: 42px;
    line-height: 1.2;
}
section.news-section .news-block-one .inner-box .lower-content .inner h3 a, section.news-section .news-block-one .inner-box .lower-content .inner p {
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
section.news-section .news-block-one .inner-box .image-box img{height: 250px; object-fit: cover;}

/* --------------------------------
Pagination css start from here
--------------------------*/
.th-pagination a, .th-pagination span {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: black;
    border: 2px solid #4776ef;
    width: 56px;
    height: 56px;
    line-height: 56px;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    /* border-radius: 99px; */
}

.th-pagination a:hover, .th-pagination span:hover {
    color: #fff;
    background-color: #4776ef;
}

.th-pagination .nav-links {
    text-align: center;
    margin: 0 auto;
}
.th-pagination .page-numbers.current {
    color: #fff;
    background-color: #4776ef;
}

/* --------------------------------
SERVICE CARDS START
--------------------------*/
.service-style-three .service-block-one .inner-box .lower-content .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service-block-one .inner-box .lower-content .text {
    padding: 30px 30px 30px 30px;
}
.service-block-one .inner-box {
    border-bottom: 2px solid #4776ef;
}
.service-block-one .inner-box .image-box {
    background-color: #1e263a;
}
/* --------------------------------
Footer CSS
--------------------------*/
footer .license-logo {
    display: flex;
    width: 100%;
    overflow: hidden;
}
footer .license-logo img{
  height: 35px;
  width: 100%;
  object-fit: contain;
}
.payment_option {
    display: flex;
  overflow: hidden;
    
}
.payment_option {
  height: 30px;
   object-fit: contain;
}
.main-footer .widget-section {
    padding: 61px 0px 50px 0px;
}
.footer_pro_icon img {
    max-width: 150px;
    height: auto;
}
.bas-item img-comparison-slider img {
    height: 300px;
    object-fit: cover;
}

.bas-item img-comparison-slider {
    height: 300px;
    border: 2px #4776ef solid;
}
.bas-item .before figcaption, .bas-item .after figcaption{
    background: #4776ef;
    color: #fff;
    border-radius: 5px;
}

/* --------------------------
 * galler css
 * ------------------------- */
/* Masonry gallery fix */
.project-section .row {
    column-count: 3;
    column-gap: 30px;
    display: block;
}

.project-section .project-block {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    break-inside: avoid;
}

.project-section .project-block-three,
.project-section .inner-box,
.project-section .image-box {
    height: auto;
}

.project-section .image-box img {
    width: 100%;
    height: auto;
    display: block;
}


.gallery-carousel .item img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:8px;
}

.gallery-carousel .owl-nav .owl-prev, .gallery-carousel .owl-nav .owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border-radius:50% !important;
   background: #4776ef !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    font-size: 24px !important;
    line-height: 45px !important;
    text-align: center;
    color: #fff;
}

.gallery-carousel .owl-prev{
    left:-25px;
}

.gallery-carousel .owl-next{
    right:-25px;
}

.gallery-carousel .owl-nav button:hover{
    background:#000 !important;
    color:#fff !important;
}

.gallery-carousel .owl-nav{
    margin-top:0;
}

.gallery-carousel .owl-dots{
    display:none;
}

/* --------------------------------
Resposive media query
--------------------------*/
@media (max-width: 1499px) {
.gallery-carousel .owl-prev{
    left:0px;
}

.gallery-carousel .owl-next{
    right:0px;
}
}


@media (min-width: 1201px) and (max-width: 1410px) {
    .main-header .main-menu .navigation > li > a{font-size: 14px}
  .main-header .logo-box .logo {max-width: 190px; top: 10px;}
    
	
}

@media (min-width: 1201px) {
	 .menu-item-has-children > a::after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        display: inline-block;
        margin-left: 8px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
	.main-header.style-two .header-lower .menu-right-content .btn-box a{padding: 17px 20px;}
}


@media (max-width: 991px) {
    section.service-style-two .service-block-two .wc_content ul li {
        width: 100%;
    }
	 .project-section .row {
        column-count: 1;
    }
	.left-right-section h2, .full-width-content h2, .card_grid h2 {
		font-size:36px;
	}
	.content-box {
		margin-top:20px;
	}
	
}
@media (max-width: 767px) {
   .banner-section.style-two .banner-carousel .content-box .h3 {
        font-size: 24px;
	   margin-bottom: 20px;
    }
	.banner-section.style-two .banner-carousel .content-box .h1 {
        font-size: 40px;
		line-height: 42px;
    }
	 .project-section .row {
        column-count: 2;
    }
	.theme-btn-one {
		padding: 15px 25px;
	}
	.left-right-section h2, .full-width-content h2, .card_grid h2 {
		font-size:32px;
	}
	.contact-section .inner-content {
		padding: 35px 35px 35px 35px;
	}
	
	
}
@media (max-width: 500px) {
section.service-style-two video {width: 100%;}
}
/* Mobile */

