/*
Theme Name: codeflixpro Child Theme
Theme URI: [Enter the URL of your child theme's website or leave it blank]
Description: My custom child theme based on generatepress.
Author: Joy Maa Tara
Author URI: [Your website URL or leave it blank]
Template: codeflixpro
Version: 1.0.1
*/

/* Custom styles go below this line */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: "Plus Jakarta Sans", sans-serif; */

:root {
    --primary-color: #DE5826;
    --secondary-color: #171717;
    --accent-color: #2D592B;
    --background-color: #F5F7F8;
    --text-color: #fff;
    --dark-color: #000;
}


body {
    font-family: "Poppins", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

p {
    font-size: 1.2rem;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lexend Deca", sans-serif;
    line-height: 1.5em;
}

img {
    max-width: 100%;
}

.page-title {
    color: red;
}

.font {
    font-family: "Quantico", sans-serif;
}

/* Content Format -- GLOBAL */
.globaltext-format h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 6.25rem;
    line-height: normal;
    font-weight: 800;
    margin-bottom: 0em;
    color: #fff;
}

.globaltext-format h3 {
    font-size: 2.25rem;
    color: #13a9e1;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}

.globaltext-format h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 6.25rem;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 0.8em;
    color: #fff;
}

.globaltext-format h5 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.5em;
}

.globaltext-format p {
    font-size: 1.50rem;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 2.0em;
    color: var(--text-color);
    ;
}

/* .globaltext-format a {font-size:1.25rem; border:2px solid #13a9e1; background:#13a9e1; color:#fff; padding:12px 60px; border-radius:10px; text-decoration:none;} */
.globaltext-format a:hover {
    background: none;
    color: var(--text-color);
}

.globaltext-format a.outline {
    border: 2px solid #13a9e1;
    background: none;
    color: #13a9e1;
}

.globaltext-format a.outline:hover {
    background: #13a9e1;
    color: #fff;
}

.globaltext-format a.no-class {
    width: auto !important;
    display: inline !important;
    padding: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    border: none !important;
}

/* .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba(255, 255, 255, 1)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E') !important;
} */
nav.navbar.navbar-expand-lg.navbar-light {
    margin-top: 0;
    /* padding: 0; */
    display: inline-block;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    margin-top: 30px;
}

.navbar-expand-md .navbar-nav .dropdown-menu li a:hover {
    background: none;
}

.button {
    background-color: var(--primary-color);
    color: var(--text-color) !important;
    border: 1px solid var(--primary-color);
    padding: 8px 25px 8px 22px;
    border-radius: 7px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 29%;
    background-position-y: -4px;
    transition: 0.3s all;
    border-left: 16px solid #FF7B4A;
    display: inline-block;
}

.button:hover {
    color: var(--text-color) !important;
    background-size: 29% !important;
    background-position-y: -4px !important;
    border: 1px solid #fff;

}

.services-area .button:hover {
    background-size: 24% !important;
}

.right-content-area .button:hover {
    background-size: 23% !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    background-image: url('./images/get_quote_arrow.png') !important;
}

.contact-link {
    width: 320px;
}

.phone-link a,
.contact-link a {
    color: #C32866;
}

#menu-get-a-quote li a:visited {
    color: #fff !important;
}

/********************************************header area*******************************************************************/
/*************************************************************************************************************************/
#banner {
    position: relative;
    padding-top: 8em;
}

.banner-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    transition: 0.3s all;
}

button.navbar-toggler {
    position: relative;
    z-index: 99;
}

#navbarNav {
    position: relative;
    z-index: 99;
}

header#header {
    position: fixed;
    z-index: 9999;
    background: #fff;
    -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
    transition: .4s cubic-bezier(0, 0, .3642, 1);
    box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.39);

}

.header.scrolled {
    -webkit-transform: translateY(-41px);
    transform: translateY(-41px)
}

.header {
    background-color: transparent;
    padding: 0 0 0rem;
    position: relative;
    width: 100%;
    /* overflow: hidden; */
}

div#inner-header {
    position: relative;
    margin-top: 0%;
    padding-left: 5%;
}

#inner-header .row {
    align-items: center;
}

.right-info {
    position: relative;
}

.right-contact-info {
    background: var(--accent-color);
    padding: 2em 2em 1.3em;
    border-top-left-radius: 100px;
    position: absolute;
    width: 90%;
    color: #fff;
    top: -56px;
    right: 0;
}

.right-contact-info a {
    font-size: 2rem;
    color: var(--text-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
}

.right-contact-info span {
    font-size: 1.2rem;
    display: block;
}

.right-contact-info .inner-content {
    display: flex;
}

.inner-content .left-icon {
    margin-right: 1em;
}



.top-bar-left {
    background: var(--primary-color);
}

.top-bar {
    position: relative;
    width: 100%;

}

.top-bar-inner {
    padding: 0.4% 12%;
}

.top-bar-inner a {
    color: var(--text-color) !important;
    text-decoration: none;
    font-size: 0.8rem;
}

.top-bar ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.top-bar ul li {
    margin-right: 1.5em;
    display: flex;
    align-items: center;
}

.top-bar ul li img {
    margin-right: 0.5em;
}




.footer-top-bar .right-contact-con {
    position: relative;
}

.footer-top-bar .right-contact-info {
    background: var(--primary-color);
    padding: 2em 2em 1.3em;
    border-top-left-radius: 100px;
    position: relative;
    top: 0;
    width: 70%;
    color: #fff;
    float: right;
}

.footer-top-bar-left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-top-bar {
    position: relative;
    width: 100%;
    background-color: var(--secondary-color);

}

.footer-top-bar-inner {
    padding: 0.4% 10%;
}

.footer-top-bar-inner a {
    color: var(--text-color) !important;
    text-decoration: none;
    font-size: 1rem;
}

.footer-top-bar ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.footer-top-bar ul li {
    margin-right: 1.5em;
    display: flex;
    align-items: center;
}

.footer-top-bar ul li img {
    margin-right: 0.5em;
}









.nav li {
    padding: 0.35em;
}

.nav li a {
    color: #171717;
    position: relative;
    padding: 0;
    transition: 0.3s ease all;
}

.nav li.current_page_item a {
    color: var(--primary-color) !important;
}

.nav li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/* .nav li a:hover::after{    
    position: absolute;
    content: '';
    width: 100%;
    border-bottom: 5px solid #C32866;
    bottom: -7px;
    left: 0;
} */
nav {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100%;
}

#menu-get-a-quote {
    margin-bottom: 0;
}

#menu-get-a-quote li a {
    background-color: var(--primary-color);
    padding: 0.4em 0.6em 0.4em 1.2em;
    color: var(--text-color);
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s ease all;
    border: 2px solid #C32866;
}

#menu-get-a-quote li a:hover {
    background: transparent;
    border: 2px solid #fff;
    color: var(--text-color);
}

/********************************************header area end*******************************************************************/
/*************************************************************************************************************************/







/********************************************Banner area*******************************************************************/
/*************************************************************************************************************************/

.banner-area {
    background: #000 url('./images/banner_bg1.png') no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    padding: 11% 12% 7%;
    position: relative;
}

.banner-area .left-half-circle {
    background-image: url('./images/half_circle.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 145px;
    height: 770px;
    background-size: 72%;
}

.banner-inner-content {
    width: 100%;
    display: inline-block;
}

.banner-inner-content h2 {
    letter-spacing: normal;
    margin-bottom: 0.5em;
    width: 60%;
    font-weight: 800;
    line-height: 6rem;
}

.banner-inner-content p {
    margin-bottom: 1em;
    font-size: 1.2rem;
    width: 35%;
}

.banner-inner-content h2 span {
    padding: 0.01em;
    background: var(--primary-color);
}

.banner-inner-content ul {
    margin: 0.2em 0;
    display: flex;
    flex-direction: row;
    padding: 0;
}

.banner-inner-content ul li {
    display: inline-block;
    color: var(--text-color);
    font-size: 1.8rem;
    font-weight: 300;
    position: relative;
}

.banner-inner-content ul li span {
    position: absolute;
    top: 15%;
    width: 6em;
    left: 47%;
}

.banner-inner-content ul li:last-child {
    margin-left: 4.8em;
}

.banner-inner-content .round {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.inner-banner-area h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0.2em;
}

.inner-banner-area h1 {
    text-align: center;
    font-size: 4rem;
}

.inner-banner-area span {
    color: var(--primary-color);
}

.article-header .entry-title a,
.article-header .entry-author a {
    color: var(--primary-color);
}

.content-area {
    width: 100%;
    display: inline-block;
}


.banner-area .owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.banner-area .owl-dots {
    transform: rotate(90deg);
    position: absolute;
    left: -10%;
    bottom: 13%;

}

.banner-area .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    position: relative;
}

.banner-area .owl-theme .owl-dots .owl-dot.active span::after {
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    left: 0;
    top: -2.2px;
    border: 1.5px solid var(--text-color);
    border-radius: 50%;
}

.banner-area .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--text-color) !important;
}


.banner-area .owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: transparent !important;
    border: 1px solid #fff !important;
}

.banner-area .owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
}

/********************************************Banner area end*******************************************************************/
/*************************************************************************************************************************/

/*Inner banner area*/
.inner-banner-area {
    background: #000 url('./images/banner_bg.png') no-repeat;
    background-size: cover;
    height: 100%;
    padding: 18% 5% 8%;
    margin-bottom: 3em;
    display: inline-block;
    width: 100%;
}



/* Footer area */
.footer {
    clear: both;
    background-color: var(--background-color);
    color: var(--text-color);

}

.footer-area-inner ul li a:hover {
    color: #000;
}

.footer-area-inner {
    padding: 5% 6% 1%;
    background-image: url('./images/footer_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-area-inner .widget {
    padding: 0 10px;
    margin: 0 0;
}

ul.address-area li {
    display: flex;
    height: 44px;
    justify-content: flex-start;
    align-items: center;
}

div#block-11 img {
    width: 72%;
}

.footer-area-inner .widget p {
    font-size: 1.2rem;
    word-break: keep-all;
    margin-bottom: 0;
    color: var(--secondary-color);
    font-weight: 400;
}

.footer-area-inner .widget p a {
    color: #fff;
    text-decoration: none;
}

.copyright-area {
    padding: 2% 3% 2%;
    text-align: center;
}

.copyright-area p {
    margin-bottom: 0;
    font-size: 1rem;
    color: var(--primary-color);
}

.useful-link-area h1 {
    font-size: 2rem;
    padding-left: 0;
    margin-bottom: 0.5em;
    color: var(--primary-color);

}

.about-us-text h1 {
    font-size: 2rem;
    padding-left: 0;
    margin-bottom: 0.5em;
    color: var(--primary-color);

}

.address-area h1 {
    font-size: 2rem;
    padding-left: 0.3em;
    margin-bottom: 0.5em;
    color: var(--primary-color);

}

.newsletter-area h1 {
    font-size: 1.8rem;
    padding-left: 0;
    margin-bottom: 1em;

}

.address-area ul {
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    width: 100%;
    padding: 0.5em;
}

.useful-link-area ul li a {
    font-size: 1.1rem;
}

.useful-link-area ul li a {
    padding: 0 !important;
    background: none !important;
    margin: 0 !important;
    border: 0 !important;
	color:#000;
}

.useful-link-area ul li a:ho .tnp-widget-minimal {
    position: relative;
}

.tnp-widget-minimal input.tnp-submit {
    width: 47px !important;
    height: 43px !important;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: none !important;
    border-color: #ddd;
    background-color: transparent !important;
    background-image: url('./images/send_bttn1.png') !important;
    text-indent: -999999px;
    background-repeat: no-repeat;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    position: absolute;
    margin: 0;
    top: -4px;
    right: 0;
}

/************************************************Service Area**************************************************/
/*************************************************************************************************************/

.services-area {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('./images/service-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 5% 6%;
}

.services-area h1 {
    font-weight: 700;
    width: 65%;
    margin-bottom: 1.6em;
    font-size: 4rem;
    color: var(--text-color);
    line-height: 4rem;
}

.services-area h3 {
    font-size: 1.575rem;
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 700;
}

.services-area .service-box {
    text-align: left;
    margin-bottom: 0;
    padding: 0em;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.services-area .service-box .description-area p {
    font-size: 0.8rem;
    line-height: normal;
    margin-bottom: 0;
    padding: 0px;
    color: var(--secondary-color);
}

.services-area .service-box .content-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    color: #171717;
    position: relative;
    z-index: 999;
	display:none;
}

.services-area .icon-area {
    background: #F4F4F4;
    margin-right: 1em;
    padding: 1em 0.8em;
    width: 100px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-area .icon-area img {
    width: 54px !important;
}

.services-area .service-box a {
    font-weight: 700;
    font-size: 2.2rem;
    margin-top: 0.8em;
    position: absolute;
    text-decoration: none;
    line-height: normal;
    color: var(--text-color);
    z-index: 999;
    width: 80%;
    padding-left: 20px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.services-area .service-box .header-area .service-title h4 span {
    color: var(--primary-color);
}

.services-area .pr-3 {
    padding-right: 3em;
}

.services-area .pl-3 {
    padding-left: 3em;
}

.service-active-area {
    position: relative;
}
.service-box img{
	height:370px;
	object-fit:cover;
}
.service-box .icon-area img{
	height:auto;
}




.service-active-area .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;

}

.carousel-area {
    width: 100%;
    display: inline-block;

}

.white-area .carousel-area {
    margin-top: -4%;
}

.services-area .service-box .service-title {
    width: 60%;
}


.services-area .button {
    padding: 14px 63px 14px 22px;
    background-size: 24%;
}

.service-all-inner {
    margin-top: 0em;
}

.services-area-all {
    padding: 5% 8%;
}

.services-area-all h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.2em;
}

.services-area-all p {
    margin-bottom: 0;
    font-size: 1rem;
}

.services-area-all .service-box .header-area .service-title h4 {
    font-weight: 700;
    font-size: 2.2rem;
    margin-top: 0;
}

.services-area-all .service-box .header-area .service-title h4 span {
    color: var(--primary-color);
}

.services-area-all .header-area-top {
    background-repeat: no-repeat;
    padding: 4% 6%;
    background-image: url(./images/why_choose_bg.png);
    color: #fff;
}

.services-area-all .service-box {
    padding: 0em;
    background: #fff;
    border: 0px solid #eee;
    margin: 0.7em 0.7em 3em 0.7em;
    border-radius: 5px;
    min-height: 27.5em;
    position: relative;
    box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s linear all;
}

.services-area-all .service-box::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 8px;
    height: 33%;
    background-color: var(--primary-color);
    z-index: 999;
}

.services-area-all .service-box:hover {
    background-color: var(--primary-color);
    color: var(--text-color);
    cursor: pointer;
}

.services-area-all .service-box:hover::after {
    background-color: var(--text-color) !important;
}

.services-area-all .service-box .icon-area img {
    width: 52%;
    position: relative;
    z-index: 9;
}

.services-area-all .service-box .icon-area {
    position: relative;
    display: none;
}

.services-area-all .service-box .icon-area .round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 21px;
    background-color: rgba(222, 88, 38, 0.6);
}

.services-area-all .service-box h4 {
    font-size: 0.8rem;
    margin-top: 0em;
    color: var(--secondary-color);
    font-weight: 600;
    border-bottom: 0px solid var(--secondary-color);

}

.services-area-all .bottom-widget-block {
    min-height: 9em;
}

.category-title {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.8rem;
}

.services-area-all .service-box:hover .category-title,
.services-area-all .service-box:hover .read_more_txt {
    color: #fff;

}

.services-area-all .service-box:hover .read_more_txt {
    background-image: url('./images/read-more-icon-hover.png');
}

.read_more_txt {
    font-size: 0.8rem;
    width: 33%;
    padding-top: 0.5em;
    display: flex;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 600;
    color: var(--primary-color);
    background-image: url('./images/read-more-icon.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30px;
    height: 3.5em;
}

.services-area-all .bottom-widget-block {
    border-bottom: 1px solid var(--primary-color);
    display: inline-block;
    padding-bottom: 1em;
    width: 100%;
}

.services-area-all .service-box:hover .bottom-widget-block {
    border-bottom: 1px solid var(--text-color);
}

.services-area-all .service-box:hover .icon-area .round {
    background-color: #EB9B7D;
}

.services-area-all .service-box .left-image {
    position: relative;
}

.services-area-all .service-box .wp-post-image {
    position: relative;
    z-index: 1;
    height: auto;
}

.services-area-all .service-box .left-image::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
}

.services-area-all .description {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5em;
}

.services-area-all .button {
    background-size: 36%;
    display: inline-block;
    margin-top: 1em;
}



.services-area-all .right-desc-area {
    padding: 0px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding-bottom: 0em;
    border-bottom: 0 solid var(--primary-color);
    /* align-content: center; */
}

.services-area-all .right-desc-area h1 {
    padding: 7% 0 1%;
    font-size: 1.6rem;
    min-height: 3em;
}

.detail-page span {
    color: var(--primary-color);
    font-size: 2.2rem;
    font-weight: 700;
}

.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
	border-radius:20px;
    width: 100%;
}

.byline {

    display: none;
}

.article-footer {
    display: none;
}

.left-service {
    margin: 0;
    padding: 0;
}

li.active-service a {
    color: var(--text-color);
    text-decoration: none;
}

.left-service li {
    margin-bottom: 0.3em !important;
}

.left-service li a {
    padding: 0.5em 0.5em;
    color: var(--dark-color);
    text-decoration: none;
    font-size: 1rem;
    width: 100%;
    display: inline-block;
}


li.active-service a {
    background-color: var(--primary-color);
    color: #fff !important;
    background-image: url('./images/service-active.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 24px;
}

.left-service li a:hover {
    background-color: var(--primary-color);
    color: #fff !important;
}

h4.widgettitle {
    border: none;
    padding: 0.5em 0.5em 0 0.5em;
    margin-bottom: 0.5em;
    font-weight: 800;
    display: inline-block;
}

.widget_custom_posts_widget {
    border: 1px solid var(--secondary-color);
    padding: 1.3em;
    border-radius: 15px;
    margin-top: 0;
    background-color: var(--text-color);
    box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
}

.left-testimonials-area {
    background-image: url('./images/left-testi-back.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 2em 1em;
    text-align: center;
    color: #fff;
}

.service-testimonials-box {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    align-items: center;
    justify-content: center;
}

.left-testimonials-area {
    width: 100%;
    display: inline-block;
}

.service-testimonials-box .icon-area,
.service-testimonials-box .client-image {
    display: inline-block;
}

.client-image img {
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
    /* Initial border color */
    border-radius: 50%;
    /* For round shape */
    animation: blink 2s infinite;

}

@keyframes blink {
    50% {
        border-color: transparent;
        /* Change border color to transparent */
    }
}

.service-testimonials-box p.testimoni-des {
    font-size: 0.9rem;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 0;
    color: #fff;
}

.service-testimonials-box .client-title {
    color: var(--text-color) !important;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 0.5em;
}

.service-testimonials-box .subtitle {
    font-size: 1rem;
    color: var(--text-color);
}

.inner-page-options h1 {
    font-size: 2rem;
    line-height: normal;
    color: #000;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.inner-page-options h1 span {
    color: var(--primary-color);
}

.inner-page-options p {
    color: var(--secondary-color);
    font-size: 1rem;
}

p.next {
    margin-top: 1em;
}

.technology-area h1 {
    margin-bottom: 1em;
}

.technology-box {
    width: 100%;
    display: inline-block;
    padding: 1.6em;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 27.4em;
    box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
}

.technology-box .icon-container {
    display: inline-block;
    margin-bottom: 2em;
}

.technology-box .icon-container img {
    width: 70%;
}

.technology-box h1 {
    font-size: 1rem;
    margin-bottom: 1em;
}

.technology-box h1 span {
    color: var(--primary-color);
}

.technology-box .technologies {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.technology-box .technologies .item1 {
    flex: 0 0 20%;
}

.technology-box .technologies .item2 {
    flex: 0 0 80%;
}

.technology-box .technologies .left-icon {
    padding-right: 1em;
    box-sizing: border-box;
}

.technology-box .technologies .left-icon img {
    width: 100%;
}

.technology-box .technologies p {
    color: var(--secondary-color);
}

.technology-box .technologies .tech-desc h2 {
    font-size: 1rem;
    margin-bottom: 0.2em;
    color: var(--dark-color);
    font-weight: 800;

}

.technology-box .technologies .tech-desc p {
    font-size: 0.8rem;
    margin-bottom: 0.5em;
    line-height: normal;
}

/*************************************Our Pricing Area********************************************************/
.our-pricing-area {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.our-pricing-area h1 {
    font-size: 2.8rem;
    line-height: normal;
    color: #000;
    margin-bottom: 0.8em;
    text-transform: capitalize;
    font-weight: 700;
}

.our-pricing-area h1 span {
    color: var(--primary-color);
}

.our-pricing-area .price-block {
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
    box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    color: #747474 !important;
}

.our-pricing-area .price-block ul {
    margin: 0;
    padding: 0;
}

.our-pricing-area .price-block ul li {
    margin-bottom: 1em;
}

.our-pricing-area .active ul {
    margin: 0;
    padding: 0;
}

.our-pricing-area .active ul li {
    margin-bottom: 1em;
    color: #fff;
}

.our-pricing-area .active h3 {
    color: #fff;
    margin-bottom: 2em;
}

.our-pricing-area .price-block p {
    color: #747474;
    font-weight: 600;
}

.our-pricing-area .price-block h3 {
    font-size: 1rem !important;
    font-weight: bold;
    margin-bottom: 2rem;
}

.our-pricing-area .active h3 {
    font-size: 1rem !important;
    font-weight: bold;
}

.our-pricing-area .active p {
    color: var(--text-color);
}

.our-pricing-area .active .wp-block-separator {
    border-top: 2px solid #fff;
    opacity: 1;
}

.start-btn {
    margin-bottom: 1em !important;
    display: inline-block;
}

.start-btn a {
    font-weight: 700;
}

.our-pricing-area .active h2 {
    color: #fff;
}

our-pricing-area .activeh1 {
    color: #fff;
}

our-pricing-area .active p {
    color: #fff;
}

.our-pricing-area .active h1 {
    color: #fff;
}

/******************************************Blog Area **********************************************************/
/**************************************************************************************************************/
.common-page-area {
    padding: 0 6% 5%;
    color: var(--dark-color);
}

.common-page-area h1 {
    color: var(--primary-color);
    font-size: 2rem;
    text-align: left;
    margin-bottom: 0.5em;
    font-weight: 500;
}

.common-page-area p {
    color: var(--dark-color);
    font-size: 1rem;
}






/******************************************Blog Area **********************************************************/
/**************************************************************************************************************/

.blog-area {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('./images/map_bg.png');
    background-repeat: no-repeat;
    background-position: top;
    padding: 10% 6% 5%;
}

.blog-area h1 {
    font-weight: 700;
    width: 65%;
    margin-bottom: 1em;
    font-size: 3rem;
    color: var(--dark-color);
    line-height: 3rem;
    text-transform: uppercase;
}

.blog-area h3 {
    font-size: 1.575rem;
    color: var(--accent-color);
    text-transform: uppercase;
    font-weight: 700;
}

.blog-area .blog-box {
    text-align: left;
    margin-bottom: 0;
    padding: 1.2em 1em;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.blog-area .blog-box .description-area p {
    font-size: 0.8rem;
    line-height: normal;
    margin-bottom: 0;
    padding: 0.5em 0.5em 0.5em 0;
    color: var(--secondary-color);
}

.blog-area .blog-box .content-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    color: var(--secondary-color);
    padding: 1em 1em 2em;
    box-shadow: 4px 9px 10px -3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 4px 9px 10px -3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 4px 9px 10px -3px rgba(0, 0, 0, 0.29);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

span.date-txt {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 500;
    padding: 0.4em 0.5em;
    position: absolute;
    left: 1em;
    bottom: 0;
}

.blog-area .blog-box .content-area a {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0.2em 0;
    position: relative;
    z-index: 999;
    width: 100%;
    color: var(--dark-color);
    text-decoration: none;
}

.blog-area .featured-image {
    min-height: 355px;
    position: relative;
}

.blog-area .blog-box .header-area .blog-title h4 span {
    color: var(--primary-color);
}

.blog-area .pr-3 {
    padding-right: 3em;
}

.blog-area .pl-3 {
    padding-left: 3em;
}

.blog-active-area {
    position: relative;
}

.blog-active-area .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;

}

.blog-area .blog-box .blog-title {
    width: 60%;
}

.blog-carousel-area {
    width: 100%;
    display: inline-block;
    margin-top: 0;
}

.blog-area .button {
    padding: 14px 63px 14px 22px;
    background-size: 24%;
}

.sidebar {
    border: 1px solid #F8F8F8;
    padding: 1.3em;
    border-radius: 10px;
    background-color: #F8F8F8;
    box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
}

.sidebar a {
    color: var(--secondary-color);
}

.sidebar ol {
    margin: 0;
    padding: 0;
}

div#sidebar2 {
    background: none;
    box-shadow: none;
    border: none;
}

/******************************************Blog Area End**********************************************************/
/**************************************************************************************************************/

/****************************************** All industries css start here **************************************/
.industries-area {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('./images/industry_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5% 6%;
}

.industries-area .icon-area {
    display: inline-block;
}

.white-area .icon-area img {
    width: 40% !important;
}

.industries-area h1 {
    font-size: 3rem;
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.industries-area h2 {
    font-size: 1.75rem;
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.white-area .description-area a {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.2em;
    color: var(--secondary-color);
    text-transform: none;
    margin-top: 0.5em;
    display: inline-block;
    text-decoration: none;
}

.white-area .description-area a:hover {
    color: var(--primary-color);
}

.industries-area p {
    font-size: 0.8rem;
    color: var(--text-color);
    width: 38%;
    margin-bottom: 4em;
    margin-top: 2em;
}

.white-area {
    display: inline-block;
    background-color: #fff;
    width: 100%;
    padding: 0 5% 4%;
    text-align: center;
}

.white-area .content-area {
    text-align: left;
}

.white-area .content-area p {
    margin: 0;
    color: var(--secondary-color);
    font-size: 0.8rem;
    width: 80%;
}

.industries-area .industries-box .header-area .industries-title h4 {
    font-weight: 700;
    font-size: 2.2rem;
    margin-top: 0;
}

.industries-area .industries-box .header-area .industries-title h4 span {
    color: var(--primary-color);
}

.white-area .industries-box {
    padding: 1.3em 1.3em 2.8em;
    background: #fff;
    border: 0px solid #eee;
    margin-bottom: 0em;
    border-radius: 10px;
    position: relative;
    box-shadow: 4px 9px 10px -3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 4px 9px 10px -3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 4px 9px 10px -3px rgba(0, 0, 0, 0.29);
}

.white-area .industries-box::after {
    background-color: var(--primary-color);
    width: 95%;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    content: '';
    left: 31px;
    top: 20px;
    right: 0;
    bottom: -16px;
}

.white-area .owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
}

.white-area .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color) !important;
}

.industries-area .industries-box .left-image {
    position: relative;
}

.white-area .industries-box .wp-post-image {
    position: relative;
    z-index: 1;
    height: auto;
}

.white-area .owl-dots {
    margin-top: 3em !important;
    display: inline-block;

}

.white-area .owl-stage-outer {
    padding-bottom: 1em;
    margin-right: -15px;
}

.white-area .owl-nav button {
    position: absolute;
    top: 35%;
    font-size: 40px !important;
    width: 60px;
    height: 60px;
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 5px;
    margin: 0 50px;
    transform: translateY(-50%);
}

.white-area .owl-nav button.owl-prev {
    left: -1.5em;
}

.white-area .owl-nav button.owl-next {
    right: -1.5em;
}

.white-area .owl-nav button span {
    position: relative;
    top: -6px;
}

/****************************************** All industries end here **************************************/

/********************************************Get a quote ************************************************/
.get-quote-inner {
    background-image: url('./images/get_quote_bg.png');
    background-size: cover;
    background-position: top;
    padding: 2em 1em;
    color: var(--text-color);
    text-align: center;
    min-height: 22em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}

.get-quote-inner h1 {
    color: #fff;
    margin-bottom: 1em;
    text-transform: capitalize;
}

.get-quote-inner a {
    background-color: #2D592B;
    border: 1px solid #2D592B;
    border-left: 16px solid #5E8E3E;
}

/****************************************** All testimonials css start here **************************************/
/*****************************************************************************************************************/

.testimonial-area {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('./images/testimonial_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5% 6%;
}

.testimonial-area .icon-area {
    display: inline-block;
    position: relative;
    margin-right: 0.8em;
}

.testimonial-area .icon-area img {
    border-radius: 50%;
    position: relative;
}

.green-round {
    background: #5E8E3E;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    z-index: 99;
    right: 0;
}

.green-round i {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}

.testimonial-area h1 {
    font-size: 3rem;
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.testimonial-carousel-area {
    margin-top: 4em;
    margin-bottom: -8em;
}

.testimonial-area h2 {
    font-size: 1.75rem;
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.testimonial-area .description-area a {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0em;
    color: var(--secondary-color);
    text-transform: none;
    margin-top: 0;
    display: inline-block;
    text-decoration: none;
}

.testimonial-area .description-area a:hover {
    color: var(--primary-color);
}

.testimonial-area p {
    font-size: 0.8rem;
    color: var(--text-color);
    width: 38%;
    margin-bottom: 4em;
    margin-top: 2em;
}

.testimonial-area {
    display: inline-block;
    background-color: #fff;
    width: 100%;
    padding: 6% 6% 0;
    text-align: center;
}

.testimonial-area .content-area {
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.testimonial-area p {
    margin: 0;
    color: var(--secondary-color);
    font-size: 0.8rem;
    width: 100%;
    margin-top: 1em;
    text-align: left;
}

.testimonial-area .industries-box .header-area .industries-title h4 {
    font-weight: 700;
    font-size: 2.2rem;
    margin-top: 0;
}

.testimonial-area .testimonial-box .header-area .testimonial-title h4 span {
    color: var(--primary-color);
}

.testimonial-area .testimonial-box {
    padding: 1.3em 1.3em 2.8em;
    background: #fff;
    border: 0px solid #eee;
    margin-bottom: 0em;
    border-radius: 10px;
    position: relative;
    box-shadow: 4px 9px 10px -3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 4px 9px 10px -3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 4px 9px 10px -3px rgba(0, 0, 0, 0.29);
	min-height:312px;
}

.testimonial-area .testimonial-box:hover {
    cursor: pointer;
}

.testimonial-area .testimonial-box:hover.testimonial-box::after {
    background-color: var(--primary-color);
    width: 95%;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    content: '';
    left: 9px;
    top: 20px;
    right: 0;
    bottom: -16px;
    cursor: pointer;
}

.testimonial-area .testimonial-box::after {
    background-color: var(--text-color);
    width: 95%;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    content: '';
    left: 9px;
    top: 20px;
    right: 0;
    bottom: -16px;
    box-shadow: 4px 9px 10px -3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 4px 9px 10px -3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 4px 9px 10px -3px rgba(0, 0, 0, 0.29);
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
}

.testimonial-area .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color) !important;
}

.testimonial-area .testimonial-box .left-image {
    position: relative;
}

.testimonial-area .testimonial-box .wp-post-image {
    position: relative;
    z-index: 1;
    height: auto;
}

.testimonial-area .owl-dots {
    margin-top: 2em !important;
    display: inline-block;

}

.testimonial-area .owl-stage-outer {
    padding-bottom: 2em;
    margin-right: -15px;
}

.testimonial-area .owl-nav button {
    position: absolute;
    top: 35%;
    font-size: 40px !important;
    width: 60px;
    height: 60px;
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 5px;
    margin: 0 50px;
    transform: translateY(-50%);
}

.testimonial-area .owl-nav button.owl-prev {
    left: -1.5em;
}

.testimonial-area .owl-nav button.owl-next {
    right: -1.5em;
}

.testimonial-area .owl-nav button span {
    position: relative;
    top: -6px;
}

.testimonial-area h3 {
    font-size: 1.25rem;
    color: var(--primary-color);
    margin-bottom: 0;
    text-transform: none;
    font-weight: 500;
}

/****************************************** All Testimonials end here **************************************/

/***********************************************Why choose Area**********************************************/
/************************************************************************************************************/
.reason-area {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2F3F6;
    padding: 0;
}

.reason-area .left-inner {
    padding: 8% 2%;
}

.reason-area .reason-box .header-title {
    display: flex;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    align-items: center;
}

.reason-area .reason-box .header-title .icon {
    margin-right: 1em;
}

.reason-area .reason-box .header-title .icon img {
    height: auto !important;
}

.reason-area .reason-box .header-title h4 {
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 0.8em;
    color: var(--dark-color);
    margin-bottom: 0;
    margin-top: 0;
    width: 50%;

}

.reason-area .reason-box p {
    color: var(--secondary-color);
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
}

.reason-area .pr-3 {
    padding-right: 3em;
}

.reason-area .pl-3 {
    padding-left: 3em;
}

.reason-area .header-title {
    text-align: left;
    margin-bottom: 4em;
}

.reason-area h3 {
    font-size: 2rem;
    color: var(--accent-color);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.2em;
}

.reason-area h1 {
    font-size: 3rem;
    line-height: normal;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
}

.reason-area h2 {
    font-size: 3rem;
    line-height: normal;
    color: var(--primary-color);
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.reason-area .right-image {
    min-height: 694px;
    background-size: cover;
    background-position: center
}

/************************************About area ***************************************************/
/**************************************************************************************************/
.about-area {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2F3F6;
    padding: 0;
}

.about-area .left-inner {
    padding: 6% 0% 8% 8%;
    text-align: left;
}

.about-area .reason-box .header-title {
    display: flex;
    text-transform: uppercase;
    margin-bottom: 0;
    align-items: center;
}

.about-area .reason-box .header-title .icon {
    margin-right: 0.5em;
}

.about-area .reason-box .header-title .icon img {
    height: auto !important;
}

.about-area .reason-box .header-title h4 {
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0.8em;
    color: var(--primary-color);
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;

}

.about-area .reason-box p {
    color: var(--secondary-color);
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
}

.about-area .pr-3 {
    padding-right: 3em;
}

.about-area .pl-3 {
    padding-left: 3em;
}

.about-area .header-title {
    text-align: left;
    margin-bottom: 2em;
}

.about-area h3 {
    font-size: 2rem;
    color: var(--accent-color);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.2em;
}

.about-area h1 {
    font-size: 2.8rem;
    line-height: normal;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
}

.about-area h1 span {
    color: var(--primary-color);
}

.about-area h2 {
    font-size: 3rem;
    line-height: normal;
    color: var(--dark-color);
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.about-area p {
    font-size: 1rem;
    color: var(--secondary-color);
    line-height: normal;
    margin-right: 1.5em;
}

.about-area .right-image {
    min-height: 737px;
    background-size: cover;
    background-position: center;
    margin-top: 6%;
}

.about-area .reason-box .description {
    padding-left: 3.5em;
}

.about-area .button {
    background-color: #2D592B;
    border: 1px solid #2D592B;
    border-left: 16px solid #5E8E3E;
    margin-top: 1.5em;

}

.about-inner-right h3 {
    font-size: 2rem;
    color: var(--accent-color);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.2em;
}

.about-inner-right h2 {
    font-size: 2.5rem;
    line-height: normal;
    color: var(--dark-color);
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.about-inner-right h2 span {
    color: var(--primary-color);
}

.about-inner-right ul {
    margin: 2em 0 0;
    padding: 0;
}

.left-image {
    padding-left: 5%;
}

.about-inner-right {
    padding-right: 5%;
}

.about-inner-right ul li {
    background-image: url('./images/check-list.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 3em;
    height: 35px;
    margin-bottom: 0.8em;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
}

.history-con {
    width: 100%;
    text-align: center;
    align-items: center;
    background-image: url(./images/hire_bg.png);
    background-size: cover;
    background-position: center;
    padding: 5% 6%;
}

.my-acordion .button {
    float: left;
    margin-top: 1.2em;
}

.my-acordion dt {
    background: none !important;
    color: #000 !important;
    font-size: 2rem !important;
    padding: 0.8em 0 !important;
}

.my-acordion .babAccordion dd {
    background: none !important;
    padding: 3em 0 !important;
    border-bottom: 2px solid var(--secondary-color);
}

.my-acordion dt {
    background-image: url(./images/arrow_green1.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: 9% !important;
    border-bottom: 2px solid var(--secondary-color);
}

.my-acordion dt.accordionExpanded {
    background-image: url(./images/arrow_orange1.png) !important;
    background-size: 9% !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.my-acordion dt.accordionExpanded {
    background-image: url(./images/arrow_orange1.png) !important;
    background-size: 9% !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.why-choose-us-inner {
    text-align: center;
    padding: 5% 6% 2%;
}

.why-choose-us-inner h3 {
    font-size: 2rem;
    color: var(--accent-color);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.2em;
    text-align: left;
}

.why-choose-us-inner h2 {
    font-size: 2.5rem;
    line-height: normal;
    color: var(--dark-color);
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.7em;
    text-align: left;
}

.why-choose-us-inner h4 {
    font-weight: 800;
    font-size: 1rem;
}

.why-choose-us-inner .whychoose-inner-box {
    border-right: 1px solid #ccc;
    padding: 0.5em 2.5em 2.5em 0;
}

.why-choose-us-inner p {
    color: var(--secondary-color);
	text-align:left !important;
	margin-bottom:10px!important;
}

/*************************search page **********************************************/
.search-area p {
    color: var(--secondary-color);
}

.search-area h1 {
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2em;

}

.search-area h1 span {
    color: var(--primary-color);
}

.search-area .entry-title a {
    font-size: 2rem;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 700;
}

/********************Counter Area start**************************************************/
/****************************************************************************************/

.counter-area {
    padding: 4% 6%;
    background-color: #F4F4F4;
    text-align: center;
    margin-top: 4em;
}

.counter-area .counter-box {
    text-align: center;
}

.counter-area .counter-box .counter {
    font-size: 4rem;
    font-weight: 700;
    display: inline-block;
}

.counter-area .counter-box span {
    font-size: 4rem;
    font-weight: 700;
}

.counter-area .counter-box span.text {
    font-size: 1.4rem;
    display: block;
    font-weight: 600;
}

/**********************************All Testimonials Area**************************************/
/********************************************************************************************/
.all-testimonials-area {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    padding: 5% 6% 0;
}

.all-testimonials-area .all-testimonial-box {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 4em 1.6em 2em;
    border: 0px solid #ddd;
    border-radius: 5px;
    min-height: auto;
    margin-bottom: 5em;
    overflow: hidden;
    background-color: #F4F5F6;
    box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    cursor: pointer;

}

.all-testimonials-area .all-testimonial-box.active::before {
    bottom: -120px;
    left: -110px;
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #f57c00;
    opacity: .9;
    position: absolute;
    z-index: 1;
    -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
    transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.all-testimonials-area .all-testimonial-box::before {
    bottom: -150px;
    left: -200px;
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #f57c00;
    opacity: .9;
    position: absolute;
    z-index: 1;
    -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
    transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.all-testimonials-area .all-testimonial-box:hover::before {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #f57c00;
    opacity: .9;
    position: absolute;
    z-index: 1;
    bottom: -120px;
    left: -110px;
    cursor: pointer;

}


.all-testimonial-box .header-title h1 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0em;
    color: var(--secondary-color);
    text-transform: none;
    margin-top: 0;
    display: inline-block;
    text-decoration: none;
}

.all-testimonial-box .header-title h3 {
    font-size: 1.25rem;
    color: var(--primary-color);
    margin-bottom: 0;
    text-transform: none;
    font-weight: 500;
}

.all-testimonial-box .client-description p {
    margin: 0;
    color: var(--secondary-color);
    font-size: 1rem;
    width: 100%;
    margin-top: 1em;
    text-align: center;
}


.tetimonial-list-area {
    position: relative;
}

.client-icon-area {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.client-icon-area img {
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 1);
    /* Initial border color */
    border-radius: 50%;
    /* For round shape */
    /* animation: blinking 2s infinite; */

}

@keyframes blinking {
    50% {
        border-color: transparent;
        /* Change border color to transparent */
    }
}

.all-testimonials-area .client-icon-area.active img {
    border-radius: 50%;
    border: 6px solid rgba(245, 136, 24, 1);
    /* Initial border color */
    border-radius: 50%;
    /* For round shape */
    animation: blinking 2s infinite;

}

@keyframes blinking {
    50% {
        border-color: transparent;
        /* Change border color to transparent */
    }
}

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

.mil-social ul li {
    margin-top: 10px;
    display: inline-block;
    vertical-align: top
}

.mil-social ul li img,
.mil-social ul li svg,
.mil-social ul li i {
    max-width: 20px;
    font-size: 19px;
    color: #000
}

.mil-social ul li svg {
    fill: var(--primary-color);
    width: 18px;
    height: 18px
}

.mil-social ul li svg:hover {
    fill: var(--dark-color);
}

.mil-social .mil-icon-frame.mil-icon-bg {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 40px;
}

.mil-icon-frame.mil-icon-bg {
    background-color: rgba(18, 24, 32, .05);
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.mil-social .mil-icon-frame.mil-icon-bg svg {
    width: 22px;
    height: 22px
}

/******************************Portfolio Area**********************************/
/*****************************************************************************/

.all-portfolio-area {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 2em;
    overflow: hidden;
}

.all-portfolio-area h2 span {
    color: var(--primary-color);
}

.all-portfolio-area h2 {
    font-weight: 700;
    margin-bottom: 1.6em;
    font-size: 2rem;
    color: var(--secondary-color);
    line-height: 4rem;
    text-transform: uppercase;
}

.all-portfolio-area .portfolio-box {
    min-height: 352px;
    background-position: top;
    object-fit: cover;
    background-size: cover;
    position: relative;
    filter: grayscale(100%);
    overflow: hidden;
    position: relative;
}



.all-portfolio-area .portfolio-box:hover {
    filter: grayscale(0);
    cursor: pointer;
}

.all-portfolio-area .portfolio-box:hover .portfolio-content {
    bottom: 0;
}

.all-portfolio-area .portfolio-content {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: -165px;
    padding: 1em;
    color: var(--text-color);
    -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
    transition: .4s cubic-bezier(0, 0, .3642, 1);

}

.all-portfolio-area .portfolio-content h1 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 2rem;
    font-style: italic;
}

.all-portfolio-area .portfolio-content .description p {
    font-size: 0.9rem;
}

.all-portfolio-area .portfolio-content a {
    color: var(--primary-color);
}

















/* Container for the progress bar */
.progress-bar-area {
    width: 100%;
    margin-top: 3em;
}

.progress-bar-area span {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
}

.progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 25px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 0px;
    margin: 20px 0;
    overflow: hidden;
}

/* The actual progress bar */
.progress-bar {
    width: 0%;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    color: white !important;
    font-weight: bold;
    animation: progress-animation 5s ease-in-out forwards;
    background-color: var(--primary-color) !important;
}

/* Animation for the progress bar */
@keyframes progress-animation {
    0% {
        width: 0%;
    }

    100% {
        width: 75%;
        /* Change this to your desired final width */
    }
}

.about-area .green-border {
    border-right: 14px solid var(--accent-color);
}

/************************************About area end***************************************************/
/**************************************************************************************************/



/******************************************Hire Us***************************************************/
/****************************************************************************************************/

.hire-us-area {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('./images/hire_bg.png');
    background-size: cover;
    background-position: center;
    padding: 5% 6%;
}

.hire-us-area .left-inner {
    padding: 6% 0% 8% 8%;
    text-align: left;
}


.hire-us-area .header-title {
    text-align: left;
    margin-bottom: 1em;
}

.hire-us-area h3 {
    font-size: 2rem;
    color: var(--accent-color);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.2em;
}

.hire-us-area h1 {
    font-size: 2.8rem;
    line-height: normal;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
}

.hire-us-area h1 span {
    color: var(--primary-color);
}

.hire-us-area h2 {
    font-size: 2.8rem;
    line-height: normal;
    color: var(--primary-color);
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.hire-us-area p {
    font-size: 1rem;
    color: var(--secondary-color);
    line-height: normal;
}

.hire-us-area .right-image {
    min-height: 737px;
    background-size: 100%;
    background-position: center;
    margin-top: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.try-us-green {
    width: 130px;
    height: 130px;
    background-color: var(--accent-color);
    border-radius: 50%;
    text-align: center;
    font-weight: 800;
    color: var(--text-color);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    position: relative;

}

.try-us-green::after {
    position: absolute;
    content: '';
    border: 10px solid #fff;
    border-radius: 50%;
    opacity: 0.4;
    left: -10px;
    top: -10px;
    right: 0;
    bottom: 0;
    width: 149px;
    height: 149px;
}

.technology-con ul {
    margin: 0;
    padding: 0;
}

.technology-con ul li {
    margin-right: 1em;
    /* display: inline-block; */
    float: left;
    margin-top: 1em;
    margin-bottom: 0.3em;
    list-style-type: none;
}

.technology-con ul li:last-child {
    margin-right: 0;
}

.technology-con ul li div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.5em;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    position: relative;
    box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 4px 5px 6px -3px rgba(0, 0, 0, 0.29);
}

.technology-con ul li div span {
    font-size: 0.7rem;
    margin-top: 0.3em;
    position: absolute;
    bottom: 3px;

}

.technology-con ul li div img {
    width: 70%;
}





/******************************************Hire Us End***************************************************/
/****************************************************************************************************/

/************* small-business-area ***********/
.small-business-area {
    padding: 5% 6% 5% 0;
    width: 100%;
    display: inline-block;
    position: relative;
}

img.wp-image-2041 {
    position: absolute;
    right: 0;
    width: 45%;
    bottom: 0;
}

.small-business-area .pr-3 {
    padding-right: 3em;
}

.small-business-area .pl-3 {
    padding-left: 3em;
}

.small-business-area h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #000;
}

.small-business-area p {
    color: #000;
}

.small-business-area .description {
    margin-bottom: 2em;
    display: inline-block;
}

/***********************contact area****************************/
.map-area img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}

.page-template-contact-us-page .counter-area {
    margin-top: 0;
}

.contact-form-area-code {
    padding: 5% 6%;
    text-align: left;
}

.contact-form-area-inner {
    padding: 2em;
    background-color: #F8F8F8;
    border-radius: 20px;
    display: inline-block;
    position: relative;
}

.contact-form-area-inner h1 {
    font-size: 2.5rem;
    color: var(--dark-color);
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 0.5em;
}

.contact-form-area-inner p {
    font-size: 1rem;
    color: var(--secondary-color);
}

.contact-form-area-inner input,
select {
    padding: 18px;
    background-color: #fff;
    border: 0;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 98%;
    box-sizing: border-box;
    color: #333;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    max-width: 100%;
    display: inline-block;
}

.contact-form-area-inner textarea {
    padding: 28px;
    background-color: #fff;
    border: 0;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 98%;
    box-sizing: border-box;
    color: #333;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    max-width: 100%;
    display: inline-block;
}

.contact-right-area {
    padding: 2em;
    border: 1px solid #ddd;
    border-radius: 30px;
    position: relative;
    left: -7%;
    top: 26px;
    background: #fff;
    height: 457px;
}

.contact-right-area h3 {
    color: var(--accent-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.contact-right-area h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1em;
}

.contact-right-area p {
    margin-bottom: 0;
}

.contact-right-area a {
    color: #333 !important;
    text-decoration: none;
}

.contact-right-area p strong {
    color: var(--primary-color);
}

.contact-right-area figure {
    text-align: center;
}

.contact-right-area figure img {
    width: 70%;
    margin: 0;
}

.contact-left-area figure img {
    margin-bottom: 0;
}

.contact-right-area .link-list {
    margin-bottom: 2em;
}

.contact-form-area-inner select {
    height: 40px;
    padding: 0 25px 0 25px;
    margin-top: -9px;
	    max-width: 100%;
}

.contact-form-area-inner .wpcf7-submit {
    margin-top: 1em;
    background: #2D592B !important;
    border-left: 20px solid #5E8E3E !important;
    color: #fff;
}

#wpcf7-f406-o1 .wpcf7-response-output {
    color: #000;
}

ul.contact-list-view {
    margin: 0;
    padding: 0;
}

ul.contact-list-view li {
    width: 49%;
    display: inline-block;
    margin-bottom: 1em;
}

ul.contact-list-view li p {
    margin-bottom: 0;
}

/**********Quick contact area**************/


.form-con {
    width: 100%;
    display: inline-block;
    margin-top: 1em;
}

.form-con ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.form-con ul li {
    display: inline-block;
    margin-left: 0;
}

div#wpcf7-f2155-o1 br {
    display: none;
}


#wpcf7-f2144-p1900-o1 {
    background: #000;
    padding: 3em;
    border-radius: 20px;
}

#wpcf7-f224-o1 input {
    padding: 28px;
    background: #171717;
    border: 0;
    border: 1px solid #474646;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    max-width: 100%;
    display: inline-block;
}

#wpcf7-f224-o1 p {
    margin-bottom: 0;
}

#wpcf7-f224-o1 textarea {
    background: #171717;
    border: 0;
    border: 1px solid #474646;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    float: left;
    font-family: 'Open Sans', sans-serif;
}

div#wpcf7-f2155-o1 input {
    font-size: 0.8rem;
}

div#wpcf7-f2155-o1 textarea {
    font-size: 0.8rem;
}

#wpcf7-f224-o2 p {
    margin-bottom: 0;
}

#wpcf7-f224-o2 input {
    padding: 28px;
    background: #171717;
    border: 0;
    border: 1px solid #474646;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    max-width: 100%;
    display: inline-block;
}

#wpcf7-f224-o2 textarea {
    background: #171717;
    border: 0;
    border: 1px solid #474646;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    padding: 28px;
}

.footer-contact-area .wpcf7-submit {
    background: var(--text-color) !important;
    padding: 16px 55px !important;
    float: left !important;
    width: auto !important;
    color: var(--accent-color) !important;
    font-weight: 600;
    border-left: 20px solid #5E8E3E !important;
    margin-top: 0em;
    margin-bottom: 2em !important;
    border-radius: 7px !important;
}

.wpcf7-submit {
    background: var(--primary-color) !important;
    color: var(--text-color);
    padding: 16px 55px !important;
    float: left !important;
    width: auto !important;

    font-weight: 600;
    border-left: 20px solid #FF7B4A !important;
    margin-top: 0em;
    margin-bottom: 2em !important;
    border-radius: 7px !important;
}

div#wpcf7-f29-o1 br {
    display: none;
}

.wpcf7-response-output {
    position: absolute;
    bottom: 0;
    color: #fff;
}

#wpcf7-f29-o1 .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    color: #000;
    font-size: 0.8em;
}

#wpcf7-f29-o1 .wpcf7-submit {
    margin-bottom: 0 !important;
}

/*********************************footer-contact-area**********************************/
/*************************************************************************************/
.footer-contact-area {
    background-color: var(--accent-color);
    padding: 0% 0% 0% 6%;
    width: 100%;
}

.footer-contact-area .left-contact-con {
    padding: 2em 10em 2em 0px;
    position: relative;

}

.footer-contact-area .contact-right-image {
    background-repeat: no-repeat;
    background-image: url(./images/get_in_touch_image.png);
    background-size: cover;
    background-position: left;
    height: 100%;
}

/************** Contact Form *******************/
.contact-form-btn {
    position: fixed;
    top: 50%;
    right: -37px;
    transform: rotate(270deg);
    background-color: var(--text-color);
    color: var(--secondary-color);
    border: none;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0px;
    cursor: pointer;
    z-index: 1000;
    border: 1px solid #fff;
}

.contact-form {
    position: fixed;
    top: 30%;
    right: -304px;
    /* Width of the form */
    width: 300px;
    min-height: 453px;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3s;
    z-index: 1000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;

}

.form-area-code {
    margin-top: 2em;
}

.contact-form.open {
    right: 0;
}

.contact-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 19px;
    background-color: var(--primary-color);
    color: #fff;
    position: relative;
}

.close-form-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 29px;
    cursor: pointer;
    position: absolute;
    top: -3px;
    right: 7px;
}

.contact-form-content {
    padding: 20px;
}

.contact-form-content ul {
    margin: 0;
    padding: 0;
}

.contact-form-content ul li {
    width: 100% !important;
}

.contact-form-content input,
.contact-form-content textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form-content input[type="submit"] {
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
}

.contact-form-content input[type="submit"]:hover {
    background-color: #0056b3;
}

.left-contact-con h1 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.left-contact-con h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
}

#wa_btn-content {
    box-sizing: border-box;
    display: inline-flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    font-family: inherit, Roboto
}

#wa_btn-content p,
svg {
    box-sizing: border-box;
    display: inline-block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

#wa_btn-content p {
    margin-left: 8px !important;
    font-style: normal;
    font-size: 14px;
    line-height: 20px
}

#wa_widget-content {
    width: 350px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    border-radius: 8px;
    font-family: inherit, Roboto
}

div#custom_posts_widget-2 {
    margin-bottom: 1.5em;
}



/*********footer content **************/
.about-us-text {
    display: flex;
    flex-direction: column;
}

.address-area a {
    background-color: var(--accent-color);
    margin-top: 2em;
    border-left: 16px solid #5E8E3E !important;
    border: 2px solid #5E8E3E;
}

.address-area a:hover {
    border: 2px solid #5E8E3E;
    color: var(--accent-color) !important;
    border-left: none !important;
}

/******************************************* Portfolio area ******************************************************/
/*****************************************************************************************************************/
.portfolio-area {
    padding: 5% 0%;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.get-a-quote {
    position: relative;
    z-index: 99;
}

.portfolio-area h1 {
    font-size: 3rem;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.portfolio-area h3 {
    font-size: 1.75rem;
    color: var(--accent-color);
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.portfolio-area h2 {
    font-size: 3rem;
    color: var(--accent-color);
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
}

.portfolio-list {
    margin-top: 5em;
    display: inline-block !important;
}

.portfolios {
    padding: 0em;

}

.portfolio-area .owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.portfolio-area .owl-dots {
    margin-top: 3em !important;
    display: inline-block !important;
}

.portfolio-area .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color) !important;
}

.portfolio-area .owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
}

.portfolio-area .owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
}

/********************************Custom theme option style **********************/



/*************aioseo-breadcrumbs**********/

.breadcrumbs {
    text-align: center;
    font-size: 1rem;
    color: #fff;
}

span.aioseo-breadcrumb {
    color: #fff;
    font-size: 1rem;
}

span.aioseo-breadcrumb a {
    color: #fff;
}

span.aioseo-breadcrumb-separator {
    color: #fff;
}


.hentry {

    border: 0px solid #cccccc;
}
    .menu ul li a {
        font-weight: 600;
        font-size: 17px;
    }
@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        /* flex-basis: auto; */
        align-items: flex-end;
        justify-content: flex-end;
    }
}
.hire-us-area a{
	text-decoration:none;
}
.footer .footer-contact p {
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
}
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.footer-contact li i {
    color: var(--primary-color);
    font-size: 1.1rem;
    margin-top: 0.2rem;
    min-width: 20px;
}

.footer-contact li span,
.footer-contact li a {
font-size: 1.2rem;
    margin-bottom: 0;
    color: var(--secondary-color);
    font-weight: 400;
    text-decoration: none;
}

.footer-contact li a {
font-size: 1.2rem;
    margin-bottom: 0;
    color: var(--secondary-color);
    font-weight: 400;
    text-decoration: none;
}
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact li a:hover,
.footer-contact li a:focus,
.footer-contact li a:visited {
    color: inherit;
}

.footer-social {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-icon {
    width: 45px;
    height: 45px;
    background: #de5826;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.social-icon:hover {
    background: #de5826 !important;
    border-color: var(--primary-color);
    transform: translateY(-5px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(40, 249, 96, 0.3);
    color: white;
}


.pricing-wrap {
  max-width: 1100px;
}

.service-tabs .btn {
  border-radius: 999px;
  min-width: 170px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #4a44f2;
  color: #4a44f2;
  background: transparent;
}

.service-tabs .btn.active {
  background: linear-gradient(135deg, #3b26d7, #4f67ff);
  color: #fff;
  border-color: transparent;
}

.table-pricing {
  background: #fff;
  border: 1px solid #d8d8d8;
}

.table-pricing thead th {
  background: linear-gradient(90deg, #5b77ff, #5860ea);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #7a86eb;
  padding: 10px 8px;
  white-space: nowrap;
}

.table-pricing tbody td,
.table-pricing tbody th {
  border: 1px solid #e2e2e2;
  padding: 9px 10px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}

.table-pricing tbody th {
  font-weight: 500;
  color: #333;
  min-width: 230px;
}

.mark-yes {
  color: #20b530;
  font-weight: 700;
}

.mark-no {
  color:#e33636;
  font-weight: 700;
}

.tfoot-row td,
.tfoot-row th {
  background: #071772 !important;
  color: #fff;
  border-color: #27359c !important;
  font-weight: 700;
  white-space: nowrap;
}

.price-pill {
  display: inline-block;
  background: #fff;
  color: #0d1b7a;
  border: 1px solid #a8b1ff;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 700;
  margin-right: 8px;
}

.quote-btn {
  display: inline-block;
  border: 1px solid #7487ff;
  color: #fff;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
  font-weight: 600;
}

.mobile-content {
  max-width: 1220px;
  margin-top: 56px;
}

.mobile-content h2 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #0f1523;
  margin-bottom: 36px;
  letter-spacing: 0.2px;
}

.mobile-content p {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 15px;
  color: #101828;
}

.mobile-content h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f1523;
  margin: 8px 0 22px;
}

.mobile-content .highlight {
  color: #4a44f2;
  font-weight: 600;
  margin-bottom: 26px;
}

.mobile-cta {
    display: inline-block;
    font-size: 18px;
    color: #2574ff;
    border: 1px solid #2574ff;
    border-radius: 10px;
    text-decoration: none;
    padding: 14px 16px;
    font-weight: 500;
    margin-top: 10px;
}

.dm-wrap {
  margin-top: 18px;
}

.dm-accordion .accordion-item {
  border: 1px solid #dcdcdc;
  margin-bottom: 12px;
  background: #fff;
}

.dm-accordion .accordion-button {
  font-weight: 700;
  color: #2b2f8d;
  background: #fff;
  box-shadow: none;
  border-left: 3px solid #5a5ef0;
  height:52px;
}

.dm-accordion .accordion-button:not(.collapsed) {
  background: #f6f7ff;
  color: #1f2494;
}

.dm-accordion .accordion-body {
  padding: 0;
}

.dm-table {
  margin-bottom: 0;
}

.dm-table thead th {
  background: linear-gradient(90deg, #5b77ff, #5860ea);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #7a86eb;
  white-space: nowrap;
}

.dm-table td,
.dm-table th {
  border: 1px solid #e6e6e6;
  font-size: 12px;
  padding: 8px 10px;
  vertical-align: middle;
  text-align: center;
}

.dm-table tbody th {
  font-weight: 500;
  min-width: 220px;
  text-align: left;
}

.dm-link {
  display: inline-block;
  color: #2e63ff;
  border: 1px solid #2e63ff;
  border-radius: 3px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 4px 10px;
  line-height: 1;
  background: #fff;
  transition: all 0.2s ease;
}

.dm-link:hover {
  background: #2e63ff;
  color: #fff;
}

@media (max-width: 991.98px) {
  .service-tabs .btn {
    min-width: 150px;
  }

  .table-pricing tbody th,
  .table-pricing tbody td {
    font-size: 12px;
  }

  .mobile-content {
    margin-top: 32px;
  }

  .mobile-content h2 {
    font-size: 24px;
  }

  .mobile-content h3 {
    font-size: 32px;
  }

  .mobile-content p {
    font-size: 14px;
  }

  .mobile-cta {
    font-size: 24px;
  }

  .dm-table td,
  .dm-table th {
    font-size: 11px;
  }
}
.contact-list-view input{
	max-width:100% !important;
}
.contact-area .entry-content p {
    margin: 0 0 .8em;
    font-size: 1rem;
}
.testimonial-box .description-area h3{
	display:none;
}
.why-choose-us-inner p strong{
	font-size:28px;
}
.read_more_txt{
	padding-left:15px;
}
.service-box img {
    height: 370px;
    object-fit: cover;
    width: 100%;
}


