/* COMMAN CSS */
body {
font-family: 'Montserrat', sans-serif;
}
li{
	list-style:none;
}
a {
    outline: none !important;
    box-shadow: none !important;
}
 a{text-decoration:none;}
.navbar-nav li  a.active, .navbar-nav li:hover  a {
    color: #0A5A93 !important;
}
h2 {
    font-size: 60px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
}
a.nav-link.white-bg.btn_comman {
    background: #0a5a93;
}
a.nav-link.white-bg.btn_comman span {
    color: #fff !important;
}
section{
    float: left;
    width:100%;
} 
.dark-bg-color {
    background: #121212;
}
 
 input, textarea {
    outline: none;
    box-shadow: none;
}
/* COMMAN CSS */
/* top header */
.top-header-language.text-right {
    color: #fff;
    text-align: right;
}
.top-header-language.text-right a img {
    margin-right: 10px;
}
.top-header-language.text-right ul li {
    margin-left:16px;
}
.top-header-language.text-right ul {
    display: flex;
    float: right;
    margin: 16px 0 0;
}
.top-header-language.text-right li:last-child {
    border-left: 3px solid #fff;
    padding-left: 15px;
}
.top-header-language.text-right ul li a {
    color: #fff;
    font-size: 14px;
}
/* navbar starts here */
nav.navbar {
    padding: 20px 0;
}
nav.navbar.navbar-expand-lg.navbar-dark {
    border-bottom: 1px solid #ffffff7a;
    background: transparent;
    width: 100%;
}
section.main {
    position: absolute;
    z-index: 1; 
    width: 100%;
}
a.nav-link.white-bg {
    text-decoration: none !important;
    border-radius: 10px;
    padding: 7px 18px !important;
    text-transform: uppercase;
    color: #0a5a93 !important;
    box-shadow: 0 3px 13px 0px #0000000d;
}
 
a.nav-link.active span:after {
    display: none !important;
}
li.nav-item a.nav-link.dark-blue-bg-color {
    border-radius: 10px;padding: 7px 19px;
    color: #ffffff !important;
}
.navbar-nav li a {
    font-size: 15px;  display: block;
    position: relative;
    padding: 4px 0;
}
ul.navbar-nav li {
    position: relative;  display: inline-block;
}
a.nav-link.active span:after{
    background: #0A5A93;
    display: block;
    content: " ";
    height: 2px;
    width: 100% !important;
}
ul.navbar-nav li a span:hover:after {
    transform: scale3d(1,1,1);
    background: #EC1F27;
}
ul.navbar-nav a.nav-link.active span {
    border-bottom: 2px solid #0A5A93;
}
ul.navbar-nav li a span:after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -11px;
    background: #ffffff;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 0 50%;
}
.current_page_item ul.navbar-nav li a span:after{
	display:none;
}
.header-social-icon ul li {
    list-style: none;
}
.header-social-icon ul {
    position: relative;
    top: 8px;
}

.header-social-icon ul li a {
padding: 0 9px;
    color: #CFAF03;
    text-decoration: none;
    font-size: 20px;
}
ul.navbar-nav a span{
    font-size: 16px;    font-weight:300;
    color: #fff !important;
    margin: 0 12px;    position: relative;
}
li.nav-item:hover a.nav-link.white-bg:after {
    display: none;
}
a.nav-link.white-bg:hover {
    color: #fff !important;
}
ul.navbar-nav li:hover a span {
    color: #EC1F27 !important;
} 
li.get_quote_btn a {
    letter-spacing: 0;
    position: relative;
    bottom: 2px;
    background: #0a5a93;
    text-decoration: none !important;
    border-radius: 10px;
    padding: 7px 18px !important;
    text-transform: uppercase;color:#fff !important;
    color: #0a5a93 !important;
    box-shadow: 0 3px 13px 0px #0000000d;
}

/* ul.navbar-nav .current-menu-item a span:after {
display:none;
}
ul.navbar-nav .current-menu-item a span:before {
    content: " ";
    display: block !important;
    width: 100%;
    height: 1px;    left: 0;
    position: absolute;
    background: #fff;
    bottom: -11px;
}*/
ul.navbar-nav .current-menu-item a span {
    color: #fff !important;
}
/* navbar ends here */
/* BANNER CSS START */
 
.carousel-indicators [data-bs-target] {
    position: relative;
    width:100%;
    height: 3px;
    background: #ec1f2778;
    border: none;
    border-radius: 24px;
  }  
 
  .carousel-indicators [data-bs-target] span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #EC1F27;
    border-radius: inherit;
  }
  .row-type-colom-slider button {
    text-indent: unset !important;
}
.row-type-colom-slider {
    width: 100%;
}
h4.absolute-heading-main-cstm {
    margin-top: 20px;
    color: #fff;    font-weight: 300;
    font-size: 20px;
    font-family: 'Outfit', sans-serif;
}
.absolute-on-banner-info {
    position: absolute;
    top: 40%;
    color: #fff;
}
.absolute-on-banner-info h5 {
    font-size: 17px;
    font-weight: 500;
}
.absolute-on-banner-info h2 {
    font-size: 63px;
    font-family: 'Outfit', sans-serif;
    margin: 4px 0;
    display: block;font-weight: 400;
}
.red-text {
    color: #EC1F27;
}
.learn-more {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin: 30px 0;
    font-weight: 400;
    border: 1px solid transparent; 
    padding: 12px 24px;
}
section.main_banner_section  .carousel-item img {
    height: 90vh;
}
.absolute-on-banner-info img {
    height: auto !important;
    margin-left: 9px;
}
.learn-more:hover {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 24px;
    border-radius: 0;
}
.inner-about-colom-text ul {
    background: #ec1f271f;
    padding: 15px 20px;
    border-left: 3px solid #EC1F27;
}
.inner-about-colom-text ul li {
    display: inline-block;
    margin: 8px;
    width: 47%;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
.inner-about-colom-text ul li i.fa.fa-angle-double-right.red-text {
    margin-right: 10px;
}
section.about-section {
    padding: 100px 0;
}
.inner-about-colom-text {
    margin-left: 70px;
}
.inner-about-colom-text h2 {
    line-height: 54px;
}
.inner-about-colom-text .info-abt {
    margin: 46px 0;
    font-size: 17px;
    line-height: 30px;
}
.learn-more-white {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    margin: 30px 0;
    font-weight: 400;
    border: 1px solid transparent;
    padding: 12px 24px;
}
.learn-more-white:hover{
    border: 1px solid #000;
}
.inner-about-colom-text h4 {
    margin: 0 0 30px;
}
section.bes-services-section {
    background: url(../../../../../wp-content/uploads/2023/05/Group-1000001698-1.jpg) no-repeat;
    background-size: cover;
    padding: 90px 0;
}
section.bes-services-section h2 span:after {
    background: #EC1F27;
    display: block;
    content: " ";
    width: 140px;
    height: 4px;
    position: absolute;
    left: 40%;
    bottom: -20px;
}
section.bes-services-section h2 span {
    position: relative;
}
.inner-best-services-col {
    background: #fff;min-height: 350px;
    padding: 30px;margin-bottom: 25px;
    box-shadow: 0 0 4px 0 #00000014;border-radius: 6px;
}
.inner-best-services-col img {
    margin-bottom: 20px;
}
.inner-best-services-col h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    margin: 0 0 15px;
    font-weight: 500;
}
.inner-best-services-col, .inner-best-services-col p {
    line-height: 35px;    font-size: 15px;
}
a.btn.read-more i.fa.fa-angle-right {
    margin-left: 9px;
}
a.btn.read-more {
    padding: 0;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
}
a.btn.read-more:hover {
    color: #EC1F27;
}
.row.mt-top-cstm {
    margin-top: 100px;
}

.inner-best-services-col.fixed-colom-img {
    background: url(../../../../../wp-content/uploads/2023/05/Group-1000001698-2-1.jpg) no-repeat;
    background-size: cover;color: #fff;
    position: relative;
}
.inner-colom-fixed {
    width: 40%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 30%;
    left: 30%;
}
section.company-progress-section {
    padding: 80px 0;
}
.comp-progress-row {
    background: #fff;
    border-radius: 60px;overflow: hidden;
}
.second-row-progress-comp {
    display: inline-block;
    width: 90%;
}
.second-row-progress-comp-img-col {
    display: inline-block;
    width: 10%;
}
.second-row-progress-comp-img-col {
    display: inline-block;
    width: 10%;
}
.company-progress-inner-col h2 {
    font-size: 56px;
}
.comp-progress-row .pl-none {
    padding: 0;
}
.row.mt-50 {
    margin: 50px 0;
    width: 98%;
}
.second-row-progress-comp-img-col img {
    background: #ff000026;
    padding: 10px;
    border-radius: 100%;
}
.company-progress-inner-col h4, section.bes-services-section h4.red-text.text-center, .inner-about-colom-text h4.red-text, section.welcoming_section h4 {
    font-size: 14px;
}
section.welcoming_section h2 {
    font-size: 43px;
}
.company-progress-inner-col h2 {
    text-transform: capitalize;
    margin: 0;
}
a.btn.red-btn img {
    margin-left: 10px;
}
a.btn.red-btn:hover {
    border: 1px solid #EC1F27;
    background: transparent;
    color: #000;
}
a.btn.red-btn {
    background: #EC1F27;
    border-radius: 0;
    padding: 11px 35px;
    color: #fff;
    border: 1px solid transparent;
}
.company-progress-inner-col.full-info-col-progress {
    position: relative;
    top: 30px;
}
a.btn.red-btn:hover img {
    filter: invert(1);
}
section.company-progress-section .container:after {
    background: #EC1F27;
    content: " ";
    display: block;
    width: 100%;
    height: 77%;
    padding: 20px;
    top: -30px;
    position: absolute;
    z-index: 0;
    border-radius: 50px;
    left: 0;
}
section.company-progress-section .container {
    position: relative;padding: 0 31px 0;
}
.row.comp-progress-row.align-items-center {
    position: relative;
    z-index: 1;
}

/* COUNTER */
#counter {
    text-align: center;
    align-items: center;
    justify-content: center;
    background: url(../../../../../wp-content/uploads/2023/05/Group-1000001698-1-1.jpg) no-repeat;
    padding: 290px 0px 90px;
    width: 100%;
    color: #fff;
    float: left;
    margin-top: -360px;
    background-size: cover;
}
  div#counter .item {
    display: inline-block;    margin: 0 40px;
}
div#counter h2.text {
    font-size: 19px;
    margin: 0 30px;
}
h1.count:after {
    content: " +";
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
h1.count {
    font-family: 'Neucha', cursive;
}
div#counter h2.text span {
    position: relative;
}
div#counter h2.text span:after {
    background: #EC1F27;
    display: block;
    content: " ";
    width: 70%;
    height: 3px;
    position: absolute;
    left: 14%;
    bottom: -12px;
}
section.main_banner_section.dark-bg-color {
    padding-bottom: 30px;
}
section.our-team-section {
    padding: 60px 0;
}
.absolute-team-info-col {
    position: absolute;
    background: #fff;
    width: 97%;
    margin: 0 auto;
    padding: 8px;
    left: 7px;
    bottom: 20px;
    box-shadow: 0 0 5px 0 #0000001a;
}
.inner-team-col {
    position: relative;
}
.absolute-team-info-col.text-center h4 {
    font-size: 24px;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 9px;
}
.absolute-team-info-col.text-center h5.red-text {
    text-transform: uppercase;
    font-size: 17px;
}
.pxl-item--social a i.fa {
    font-size: 17px;
    margin: 0 6px;
    background: #fff;
    border-radius: 100%;
    padding: 8px;
    box-shadow: 0 0 4px 0 #00000040;
}
.pxl-item--social {
    position: absolute;
    top: -60px;
    left: 11%;
}
.pxl-item--social a i.fa.fa-facebook {
    padding: 8px 11px;
}
.inner-team-col:hover .pxl-item--social {
    display: block !important;
}
.pxl-item--social {
    position: absolute;
    top: -60px;
    left: 22%;
}
.inner-team-col:hover .absolute-team-info-col:after {
    background: red;
    right: 0;
    content: " ";
    display: block;
    width:2%;
    height: 100%;
    position: absolute;
    bottom: 0;
}
.inner-team-col:hover .absolute-team-info-col {
    left: 0;
    width: 100%;
}
.inner-team-col:hover .absolute-team-info-col:before {
    background: red;
    left: 0;
    content: " ";
    display: block;
    width: 2%;
    height: 100%;
    position: absolute;
    bottom: 0;
}
section.our-team-section h2 {
    margin-bottom: 50px;
}
section.our-team-section h2 span {
    position: relative;
}
section.our-team-section h2 span:after {
    background: #EC1F27;
    display: block;
    content: " ";
    width: 140px;
    height: 4px;
    position: absolute;
    left: 40%;
    bottom: -20px;
}
section.our-team-section .col-xs-12 {
    padding: 0 20px;
}
section.our-team-section .col-xs-12 img {
    height: 390px;    transition: transform .2s;
    object-fit: cover;
}
section.our-team-section .col-xs-12 h2 {
    font-size: 45px;    margin: 20px 0;color: #222;
}
section.our-team-section .col-xs-12 a {
    color: #222;
}

/* SINGLE BLOG PAGE COMMENT SECTION */
div#comments, div#comments #wpdcom {
    max-width: 100% !important;
    width: 100%;
} 
div#wpd-bubble-wrapper, div#wpd-post-rating, #wpdcom .wpd-form-head  {
    display: none !important;
}

#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap.wpd-blog-post_author, #wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-post_author .wpd-avatar img {
    border-color: #4493cf  !important;
}
#wpdcom .wpd-blog-post_author .wpd-comment-author, #wpdcom .wpd-blog-post_author .wpd-comment-author a, #wpdcom .wpd-comment .wpd-reply-to a {
    color:#4493cf  !important;
}
#wpdcom .wpd-blog-post_author .wpd-comment-label { 
    background-color: #4493cf  !important; 
}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-text {
    text-align: left;
}
#wpdcom .wpd-comment-right .wpd-comment-last-edited {
    display: none;
} 
section.comments_section {
    padding: 40px 0 0;
}

.leatest-news-section  h2 span {
    position: relative;
    border-bottom: 4px solid #EC1F27;
    padding-bottom: 10px;
}
.leatest-news-section h2 span:after{
    display:none !important;
}
section.our-team-section.leatest-news-section a h2 {
    min-height: 100px;
    font-size: 41px;
}
span.name {
    border-right: 2px solid #EC1F27;
    padding-right: 12px;
    margin-right: 10px;
}
a.btn.learn-more-white img {
    margin-left: 12px;
}
.inner-best-services-col:nth-child(1):hover {
    background-size: cover !important;
    color: #fff; 
}
.inner-best-services-col:hover a.btn.read-more {
    color: #fff;
}
section.main:hover {
    background: #fff;
}
section.main:hover ul li a span {
    color: #222 !important;
}
section.main:hover .top-header-language ul li a {
    color: #222;
}
section.main:hover .top-header-language.text-right li:last-child {
    border-color: #222;
}
/* section.main:hover a img {
    filter: invert(1);
} */
section.main:hover a.navbar-brand img {
   opacity: 0;
}
section.main:hover img.logo-img-on-hover {
    display: block !important;  opacity: 1 !important;  bottom: 0;
}
a.navbar-brand {
    position: relative;
}
img.logo-img-on-hover {
    position: absolute;
    left: 0;
    display: none;
}
section.our-team-section .inner-team-col {
    overflow: hidden;
}
section.our-team-section .inner-team-col img:hover {
    transform: scale(1.1);
}
.inner-best-services-col {
    position: relative;
}
.on-hoverbg-image img {
    width: 100%;    filter: brightness(0.5);
    height: 100%;
    object-fit: cover;
}
.on-hoverbg-image {
    position: absolute;
    top: 0;    opacity: 0;
    left: 0;
    right: 0;    transition: 0.5s;
    height: 100%;
}
.z-index-custom {
    z-index: 9999;
    position: relative;
}
.inner-best-services-col:hover .on-hoverbg-image {
    opacity: 1;
}
section.our-team-section .slick-prev:before, section.our-team-section .slick-next:before {
    color: #22222285;
    border-radius: 100%;
    font-size: 38px;
}
section.our-team-section.leatest-news-section ul.slick-dots {
    display: none !important;
}









.slide-track {
    width: 100%;
    display: flex;
    gap: 2em;
    overflow: hidden;
    border-top: 1px solid #2222;
    padding: 50px 0 30px;
    border-bottom: 1px solid #2222;
}
  
  .logo-slider-class {
    margin-top: 70px; 
    padding: 40px 0 0;float: left;
    width: 100%;
  }
  
  .logo-slider-class img {
    width: 130px;
    animation: scroll 10s linear infinite;
}
/* FOOTER */
section.top-footer-section {
    background: #121212;
    padding: 40px 0;
    text-align: center;
}
.top-footer-logo-col.ul ul li a {
    color: #ffffffbd;
}
.top-footer-logo-col.ul ul li {
    display: inline-block;
}
.top-footer-logo-col.ul {
    border-bottom: 1px solid #ffffffbd;
}
section.footer h2 {
    font-size: 36px;
    color: #ffffff94;
    margin: 20px 0;
}
section.footer ul li a {
    margin: 33px 0;
    display: block;
    color: #ffffff94;
    font-size: 16px;
}
section.footer ul {
    padding: 0;
}
section.footer ul li a i.fa {
    color: #EC1F27;font-size:22px;
    margin-right: 15px;
}
section.footer.section-gap {
    color: #ffffff94;padding-bottom: 70px;
}
a.btn.location-btn-footer {
    border: 1px solid #EC1F27;
    color: #ffffff94;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
}
a.btn.location-btn-footer i.fa {
    margin-right: 11px;
}
.footer-newsletter p span.wpcf7-form-control-wrap input {
    width: 100%;
    background: transparent;
    border: none;color: #ffffff94;
    border-radius: 0; 
}
.footer-newsletter p span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 70%;
}
.footer-newsletter input.wpcf7-form-control {
    width: 30%;
    display: inline-block;
}
.footer-newsletter p {
    margin: 0;
}
.footer-newsletter {
    border-bottom: 1px solid #EC1F27;
    padding-bottom: 22px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: transparent;
    color: #ffffff94;
    border: 1px solid #ffffff94;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
}
span.wpcf7-spinner {
    display: none;
}
section.copy-right-footer .color-white ul li a {
    color: #ffffff94;
    font-size: 20px;
    margin-left: 22px;
}
section.copy-right-footer{
    text-align: right;
}
section.copy-right-footer .color-white ul li {
    display: inline-block;
}
.copy-right-cstm-class {
    text-align: left;
    color: #ffffff94;
}
section.copy-right-footer {
    padding: 30px 0 20px; border-top: 1px solid #ffffffbd;
}
.footer-newsletter .wpcf7-not-valid-tip {
    position: absolute;
}
.top-footer-logo-col img {
    margin: 30px 0;
}
/* ABOUT PAGE */
section.about-main-banner-section {
    padding: 150px 0;    min-height:85vh;
    background: url(../../../../../wp-content/uploads/2023/05/Group-1000001698-4.jpg) no-repeat;
    background-size: cover;    position: relative;
}
section.main:hover .top-header-language.text-right a img {
    filter: invert(1);
}
section.contact-main-banner-section {
    padding: 150px 0;
    background: url(../../../../../wp-content/uploads/2023/05/Group-1000001698-7.jpg) no-repeat;
    background-size: cover;
}
section.contact-form-section {
    background: url(../../../../../wp-content/uploads/2023/05/Group-1000001698-1.jpg);
    padding: 110px 0;
    background-size: 100% 100%;
}
.inner-form.btn-contact-page-submit {
    text-align: center;
}
section.contact-form-section input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 0;
    color: #fff;
    border: 1px solid transparent;
    width: auto;
    margin: 0 auto;
    padding: 12px 70px;
    text-transform: uppercase;
    background: #EC1F27 url(../../../../../wp-content/uploads/2023/05/Vector.png) no-repeat;
    background-position: 80% 50%;
}
.absolute-row-all {
    position: absolute;
    bottom: 40px;
}
.absolute-row-all li a, .absolute-row-all li {
    text-transform: uppercase;
    color: #fff;
    margin-right: 7px;
}
.absolute-row-all li a {
    color: #ffffff8a;
}
img.dots-icon-img-class {
    margin-bottom: 30px;
    width: 40%;
}
.absolute-row-all h3 {
    font-size: 70px;font-weight:300;    font-family: 'Outfit', sans-serif;
}
section.welcoming_section {
    padding: 50px 0 0;
}
section.welcoming_section h4 {
    margin-bottom: 20px;
}
section.welcoming_section iframe {
    margin-top: 60px;
}
section.meat-our-team-about-page-section {
    padding-top: 10px;
}
section.our-client-section {
    background: url(../../../../../wp-content/uploads/2023/05/Group-1000001698-1.jpg) no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.ipsum {
    border-bottom: 1px solid #cdc5c5;
    padding: 13px 0;margin-bottom: 20px;
}
.sec_section {
    border-bottom: 10px solid red;
    border-radius: 34px;
    margin-right: 21px;
    background: #fff;
    padding: 23px;
}
h2.border-bottom-heading:after {
    background: red;
    display: block;
    content: " ";
    width: 40%;
    height: 3px;
    bottom: -20px;
    position: relative;
}
section.our-client-section h2 {
    margin: 0;
}
section.our-client-section li button:before {
    width: 40px;
    background: #222;
    height: 4px;
    font-size: 0;
    border-radius: 40px;
}
section.our-client-section ul.slick-dots li {
    padding: 0 18px !important;
}
section.our-client-section  ul.slick-dots {
    bottom: -50px;
}
p.lobortis {
    margin: 40px auto;
    width: 60%;
}
section.discuss-your-project {
    padding: 90px 0;
}
h6.bottom-border-empty span {
    background: red;
    padding: 50px 0;
    display: inline-block;
    width: 2px;
    margin: 10px 0;
}
/* CONTACT US */
section.contact-colom-info-section {
    padding: 80px 0;
}
.inner-contact-us-info-col {
    box-shadow: 0 0 6px 0 #0000002e;
    border-radius:40px;overflow: hidden;
}
.inner-info-contactus.text-center {
    padding: 30px 20px;
    margin-top: -80px;
}
.inner-info-contactus.text-center img {
    background: #fff;
    padding: 16px;
    border-radius: 24px;
    box-shadow: 0 0 6px 0 #0000002e;
}
.inner-info-contactus.text-center h3 span {
    border-bottom: 1px solid #2222;
    margin: 15px 0 5px;
    display: inline-block;
    padding-bottom: 15px;    font-family: 'Outfit', sans-serif;
}
.inner-info-contactus.text-center h4 {
    font-size: 17px;
}
section.contact-form-section .inner-form input, section.contact-form-section .inner-form select, section.contact-form-section .inner-form textarea {
    border: none;
    background: #fff;
    border-radius: 40px;
    padding: 17px 30px;
    margin: 7px 0;
    color: #222;
    width: 100%;
    box-shadow: 0 0 2px 0 #0000001f;
}
section.contact-form-section .inner-form textarea {
    height: 140px;
}
section.contact-form-section h2 span:after {
    background: red;
    display: block;
    content: " ";
    width: 160px;
    height: 3px;
    position: absolute;
    left: 40%;
    bottom: -25px;
}
section.contact-form-section h2 span {
    position: relative;
}
section.contact-form-section h2 {
    margin-bottom: 100px;
}
section.search-barr-services-page input.is-search-input {
    border: none !important;
    background: #F8F8F9;
    padding: 27px;
    border-radius: 40px;
}
section.search-barr-services-page {
    padding: 40px 0;
}
button.is-search-submit span.is-search-icon {
    background: transparent;
    border: none;
    position: absolute;
    right: 55px;
    bottom: 14px;
}
.is-form-style .is-search-submit path {
    fill: #f00 !important;
}
button.is-search-submit svg {
    width: 30px;
}
.z-index-cstm-post {
    z-index: 99;
    position: relative;
}
.inner-best-services-col.searvice-page-inner-col-searvicess h4, .inner-best-services-col.searvice-page-inner-col-searvicess p,
.inner-best-services-col.searvice-page-inner-col-searvicess a.btn.read-more {
    color: #222;
}
section.bes-services-section.services-page-main-section-searvices {
    background: #fff;
    padding: 0;
}
.inner-best-services-col.searvice-page-inner-col-searvicess {
    box-shadow: none;
    padding: 10px;
}
.inner-best-services-col.searvice-page-inner-col-searvicess .z-index-cstm-post img.profile-image {
    width: 60px;
    filter: brightness(0) invert(1);
    object-fit: contain;
    height: 34px;
    position: absolute;
    top: 14px;
    left: 2px;
}
.img-colom-cstm {
    position: absolute;
    top: -100px;
    background: #EC1F27;
    left: 20px;
    border-radius: 100%;
    width: 65px;
    height: 65px;
}
.inner-best-services-col.searvice-page-inner-col-searvicess img.w-100 {
    height: 270px;
    object-fit: cover;
}
section.bes-services-section.services-page-main-section-searvices {
    padding-bottom: 40px;
}
section.main_single_blog.green-bg .container-fluid {
    padding: 0;
}
section.main_single_blog.green-bg {
    position: relative;overflow: hidden;
}
.row.absilut-single-blogs-page {
    position: absolute;
    bottom: 40px;
}
img.single_blog_banner.w-100 {
    height: 85vh;
    filter: brightness(0.5);
    object-fit: cover;
}
.row.absilut-single-blogs-page ul li {
    color: #fff;    padding-right: 11px;
}
.row.absilut-single-blogs-page ul li a {
    color: #ffffffb5;
}
.row.absilut-single-blogs-page h3 {
    font-size: 54px;
    font-weight: 300;
    font-family: 'Outfit', sans-serif;
}
img.dots-icon-img-class.fit-coom-width-dots {
    width: 30%;
}
.inner-center-single-colom.fullinfo h2 {
    color: #222 !important;
}
section.single-services-center-info-section {
    padding: 60px 0;
}
section.discuss-your-project.single-page-for-services-page {
    background: url(../../../../../wp-content/uploads/2023/05/Group-1000001698-1.jpg) no-repeat;
    background-size: cover;
    padding: 90px 0;
}
section.single-services-center-info-section .col-xs-12.col-sm-12.col-md-8 {
    position: relative;
    padding-left: 40px;
}
section.single-services-center-info-section .col-xs-12.col-sm-12.col-md-8:before {
    background: #f3f3f3;
    content: " ";
    height: 100%;
    width: 3px;
    display: block;
    position: absolute;
    left: 20px;
}
.single-post-single-services-page {
    padding: 10px 12px;
    border: 1px solid #dc3545;
    margin: 10px 0;
    border-radius: 14px;
}
.single-post-single-services-page a img.profile-image {
    width: 40px;    margin-right: 10px;
}
.single-post-single-services-page a {
    color: #dc3545;
    font-size:20px;
    font-family: 'Outfit', sans-serif;
}
.single-post-single-services-page img.pull-right {
    position: relative;
    top: 13px;
    right: 9px;
}





@media screen and (min-width:1199px) and (max-width:1399px) {
    
    a.btn.red-btn img {
        width: auto;
    }
    .second-row-progress-comp { 
        width: 85%;
    }
    .second-row-progress-comp-img-col { 
        width: 14%; 
    }
    .company-progress-inner-col h2 {
        font-size: 41px;
    }
.company-progress-inner-col img {
    width: 90%;
}
.inner-about-colom-text h2 {
    line-height: 36px;
    font-size: 50px;
}
.inner-about-colom-text ul li { 
    width: 99%;  
}
.inner-about-colom-text .info-abt {
    margin: 26px 0; 
}}
@media screen and (min-width:768px) and (max-width:999px) {
    .single-post-single-services-page a img.profile-image {
        width: 29px;
        margin-right: 9px;
    }
    .single-post-single-services-page a {
        font-size: 13px !important;
    }
    .single-post-single-services-page img.pull-right { 
        top: 10px;
        right: 2px;
        width: 9px;
    }
}
@media screen and (min-width:768px) and (max-width:1199px) {
    .single-post-single-services-page a { 
        font-size: 17px; 
    }
    .row.mt-50 {
        margin: 19px 0 40px; 
    }
    .inner-best-services-col, .inner-best-services-col p {
        line-height: 28px; 
    }
    .inner-best-services-col h4 { 
        font-size: 22px; 
    }
    .inner-about-colom-text ul li { 
        width: 97%; 
    }
    .company-progress-inner-col h2, .inner-about-colom-text h2 {
        font-size: 26px;
    }
    a.btn.red-btn img {
        width: auto;
    }
.company-progress-inner-col img {
    width: 90%;
}}
@media screen and (min-width:768px) and (max-width:999px) {
    section.contact-colom-info-section .col-xs-12 {
        flex: 100%;    margin-bottom: 30px;
    }
    .company-progress-inner-col img {
        width: 100% !important;
    }
    
    a.btn.red-btn img {
        width: auto;
    }
    .row.comp-progress-row.align-items-center .col-xs-12 {
        flex: 100%;
        width: 100%;
    }
section.about-section .col-xs-12.col-sm-12 {
    flex: 100%;
}} 
@media screen and (min-width:320px) and (max-width:767px) {
    section.top-footer-section ul#menu-nav_menu-1 {
        padding: 0;
    }
    p.lobortis { 
        width: 97%;
    }
    img.single_blog_banner.w-100 {
        height: 50vh; 
    }
    section.comments_section {
        padding: 40px 20px;
    }
    .row.absilut-single-blogs-page h3 {
        font-size: 27px;     margin-bottom: 30px;
    }
    section.contact-form-section h2 span:after { 
        left: 50px; 
    }
    section.contact-colom-info-section .col-xs-12 {
        flex: 100%;
    }
    section.contact-form-section h2 span {
        font-size: 31px;
    }
    section.contact-form-section { 
        padding: 30px 10px; 
    }
    .inner-contact-us-info-col { 
        margin-bottom: 40px;
    }
    section.our-client-section h2 { 
        font-size: 42px;
    }
    section.discuss-your-project h2 {
        font-size: 41px;
    }
    section.welcoming_section iframe { 
        height: auto;
    }
    img.dots-icon-img-class { 
        width: 30%;
    }
    section.about-main-banner-section { 
        min-height: 50vh;
    }
    section.our-team-section .inner-team-col {
        overflow: hidden;
        margin: 12px 0;
    }
    section.main:hover a.navbar-brand img {
        opacity: 1 !important;
     }
     section.main:hover img.logo-img-on-hover {
      display:none !important;
     }
    section.our-team-section .slick-prev {
        left: 0;
    }
    section.our-team-section .slick-next {
        right: 40px;
    }
    section.our-team-section.leatest-news-section a h2 { 
        font-size: 25px;
    }
    .logo-slider-class {
        margin-top: 10px; 
    }
    section.our-team-section {
        padding: 60px 0 0;
    }
    section.our-team-section .slick-prev:before, section.our-team-section .slick-next:before {
        position: absolute;
    }
    section.our-team-section.leatest-news-section {
        overflow: hidden;
    }
    section.main:hover a img {
        filter: none;
    }
    section.main:hover {
    background: #000;
}
section.main:hover .top-header-language ul li a, section.main:hover ul li a span {
    color: #fff !important;
}
section.main:hover .top-header-language.text-right li:last-child {
    border-color: #fff;
}
    section.bes-services-section {
        padding-bottom: 0;
    }
    #counter { 
        padding: 50px 0px 10px; 
        margin-top: 0;     background-size: 100% 100%;
    }
    .inner-best-services-col h4 { 
        font-size: 21px; 
    }
    section.bes-services-section h2 span:after { 
        left: 20%; 
    }
    section.bes-services-section h2 span { 
        font-size: 28px;
    }
    .inner-about-colom-text ul li { 
        width: 100%; 
        font-size: 15px; 
    }
    .inner-about-colom-text {
        margin-left: 0;
        padding-top: 30px;
    }
    .inner-about-colom-text h2 {
        line-height: 30px;
        font-size: 32px;
    }
    section.about-section {
        padding: 0 0;
    }
    .carousel-indicators { 
        bottom: 30px; margin: 0;
    }
    .absolute-on-banner-info { 
        top: 13%; 
    }
    section.main_banner_section  .carousel-item img {
        height: 50vh;
    }
    h4.absolute-heading-main-cstm { 
        font-size: 14px; 
    }
    .absolute-on-banner-info h2 {
        font-size: 24px; 
    }
    .company-progress-inner-col h2 {
        font-size: 29px;
    }
    .second-row-progress-comp h5 {
        font-size: 17px;
    }
    div#counter .item { 
        margin: 0 0 40px;
    }
    .company-progress-inner-col img {
        width: 100%;
    }
    section.company-progress-section .container { 
        padding: 15px;
    }
    a.btn.red-btn img {
        width: auto;
    }
    .row.mt-50 { 
        width: 100%;
    }
nav.navbar.navbar-expand-lg.navbar-dark { 
background: black; 
}
section.main {
    position: relative; 
    background: #000;
}
 .navbar-dark .navbar-brand { 
    width: 70%;
}
.navbar-dark .navbar-brand img {
    width: 50%;
}
.header-social-icon ul {
    display: none !important;
}
.navbar-nav li a {
    padding: 9px 0;
}
nav.navbar .navbar-collapse.justify-content-end {
    padding-top: 6px;
}
button.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
} 
}

