/*
 Theme Name:     Divi Child
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.container {
    max-width: 1280px !important;
    width: 100% !important;
}
header ul.et-menu.nav>li>a:before, footer .et-menu-nav ul li a:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 0%;
    background-color: #e56424;
    margin-top: 10px;
    transition: all 200ms ease-in;
}
header ul.et-menu.nav>li>a:hover:before,footer .et-menu-nav ul li a:hover:before {
    width: 100%;
}
header .et_pb_menu__wrap {
    justify-content: end !important;
}

header ul.et-menu.nav li:hover a {
    color: #e56424 !important;
    transition: all 0.5s ease-in-out;
}
header .menu-col {
    margin: 0 !important;
    width: 53% !important;
}
header ul.et-menu.nav li a:hover {
    opacity: 1;
}
.custom-btn:hover {
    transition: all 0.5s ease-in-out;
    border: 1px solid #017af5;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 2px #427388;
    color: #fff;
    background-color: #0e60d9 !important;
}
/*testimonials */
.testi-content {
    box-shadow: 3px 0px 10px 0 rgba(22, 22, 26, 0.18);
    padding: 20px;
    border-radius: 20px;
    min-height: 200px;
}
.testimonilas .swiper-container {
    padding: 30px 0;
}
.testi-bottom-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.testi-bottom-content p{
  margin-bottom: 0;
}
.testi-box{
  position: relative;
}
.testi-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #212529;
}
.testi-name p,.testi-name h6{
     font-size: 18px;
    color: #212529;
}
.testi-name h6{
    font-weight: bold;
}
.testi-box:hover h6{
    color: #e56424;
}
.testi-img{
    margin-right: 20px;
}
.triangle {
  text-align: center;
  margin: 0 auto; 
}
.testi-box h6 {
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0;
}
.testi-box img{
  margin-right: 25px;
}

.testi-btm p {
    font-style: italic;
    font-weight: bold;
    color: #017af5;
}
.customerTestimonials .container {
    padding-top: 15px !important;
}
/*testimonials end here*/

/*-------------how_work_slider css start here------------*/
.how_work_slider {
    display: flex;
    align-items: center;
    border: none;

}
.how_work_slider ul.et_pb_tabs_controls {
    background: #fff;
    border-radius: 30px 0px 0px 30px;
    margin: 0;
    padding: 30px 0 !important;
    box-shadow: -25px 35px 53px #0000000f;
    height: calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    width: 23%;
}
.how_work_slider ul.et_pb_tabs_controls li {
    float: none;
    border: none;
    background-color: transparent;
}
.how_work_slider .et_pb_all_tabs {
    width: 100%;
    border-radius: 10px;
    min-height: 400px;
    box-shadow: -25px 35px 53px #0000000f;
}
.how_work_slider .et_pb_all_tabs  ul.checklist {
    padding-left: 0;
}
.how_work_slider .et_pb_all_tabs li {
    border: none;
    padding-bottom: 0;
}
.d-flex {
    display: flex;
}
.how_work_slider h3 {
    font-size: 16px;
    line-height: 24px;
    color: #f55c13;
    margin: 0;
    font-weight: bold;
}
.how_work_slider h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
}
.how_work_slider ul.et_pb_tabs_controls:after{
    display: none;
}
.how_work_slider ul.et_pb_tabs_controls a {
    display: block;
    border-radius: 0px;
    margin: 15px 0 !important;
    padding: 15px 30px;
    border: none;
    position: relative;
    color: #212121;
    font-size: 18px;
    text-align: center;
    position: relative;
}
.how_work_slider ul.et_pb_tabs_controls li{
    display: block;
}
.how_work_slider .et_pb_tab_active a, .how_work_slider li:hover a {
    background: #e9ebed;
    color: #212121;
}
.how_work_slider ul.et_pb_tabs_controls .et_pb_tab_active a::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ff722e;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.how_work_slider .et_pb_tab_active a:before {
    opacity: 1 !important;
}
.width-50-per {
    width: 50%;
}
.how_work{
    position: relative;
}
.how_work::before {
    content: '';
    width: 100%;
    height: 400px;
    background: url(https://goinsite.net/wp-content/uploads/2024/12/home-how-work-sec-bg.webp) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
}
/*-------------how_work_slider css End here------------*/

/*-------------learn-how css start here------------*/
.learn-how ul.checklist li {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    margin: 15px 0 0;
}
.learn-how ul.checklist {
    padding-left: 0;
}
.learn-how ul.checklist li::before {
    top: 6px;
}
.learn-how ul.checklist li::after {
    top: 8px;
}
.learn-how img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.learn-how img:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
/*-------------learn-how css End here------------*/

/*-------------with-without section css start here------------*/
.with_os ul, ul.checklist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.with_os ul li, ul.checklist li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.with_os ul li:hover, ul.checklist li:hover {
  padding-left: 33px;
}
.with_os ul li::before,ul.checklist li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e56424;
    position: absolute;
    left: 0;
    top: 4px;
}
.with_os ul li::after, ul.checklist li::after {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 4px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    left: 7px;
    top: 6px;
    /* font-size: 3px; */
}
.with_os ul,ul.checklist{
    padding: 15px 20px 40px;
}
.with_os ul li,ul.checklist li {
    border-top: 1px dashed #909090;
    padding-top: 15px;
    padding-bottom: 15px;
}
 .with_os ul li:first-child,ul.checklist li:first-child {
  border-top: none;
}
.with_os ul li::before,ul.checklist li::before {
    background: #ff722e;
    top: 20px;
}

.with_os ul li::after,ul.checklist li::after {
  top: 22px;
}
.with_os .os_depends aside {
    background: #fff;
    box-shadow: 0px 0px 30px rgb(117 123 129 / 28%);
    border-radius: 15px;
    margin-bottom: 30px;
}
/*-------------with-without section css End here------------*/

/*-------------Features section css Start here------------*/
.features .et_pb_main_blurb_image {
    background-color: #017af5;
    padding: 16px;
    border-radius: 50px;
    max-width: fit-content;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.features .et_pb_column{
   overflow: visible;
   position: relative;
}
.features .et_pb_column:hover .et_pb_module_header,.features .et_pb_column:hover .et_pb_blurb_description p,.features .et_pb_column:hover .et_pb_blurb_description{
    color: #fff;
}
.features .et_pb_column:hover .et_pb_main_blurb_image{
    background-color: #e56424;
        transition: color 300ms ease 0ms;
}
/*-------------Features section css End here------------*/
/*-------------questionn-block section css starts here------------*/
.question-block {
    display: inline-block;
    width: calc(100% / 3 - 4px);
    margin-bottom: 20px !important;
}
.question-block .et_pb_blurb_container {
    vertical-align: middle;
}
.question-block .et_pb_blurb_container h4.et_pb_module_header {
    padding-bottom: 0;
}
/*-------------questionn-block section css End here------------*/
/*-------------footer css start here------------*/
footer #menu-main-menu-1 li {
    width: 100%;
    margin-bottom: 12px;
}
.social-icons-footer li a{
    position: relative;
    color: #fff !important;
}
.social-icons-footer li a:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #017af5;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.social-icons-footer li a:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.footer .et_pb_row {
    padding: 0;
}
/*-------------footer css End here------------*/

/*...............Home Page css ends here.................*/


/*...............Solutions page css starts here.................*/
.everything .et_pb_row_2 {
    align-items: center;
    display: flex;
}
h2.et_pb_pricing_title {
    position: relative;
}
.challenges-box h2.et_pb_pricing_title  {
    font-size: 0px;
    margin: 0;
    padding: 0;
    width: 285px;
    height: 65px;
    position: absolute;
    top: -13px;
    left: 50px;
    background: url(https://goinsite.net/wp-content/uploads/2024/12/challenges.png) no-repeat 0 0;
}
.challenges-box .et_pb_pricing_table_wrap .et_pb_pricing_table:first-child {
   position: relative;
}
.challenges-box .et_pb_pricing_table_wrap .et_pb_pricing_table:first-child:before {
    content: '';
    position: absolute;
    background: url(https://goinsite.net/wp-content/uploads/2024/12/problem.png) no-repeat 0 0;
    width: 150px;
    height: 114px;
    left: 34px;
    top: -123px;
}
.challenges-box .et_pb_pricing_table_wrap .et_pb_pricing_table:last-child h2.et_pb_pricing_title {
    background: url(https://goinsite.net/wp-content/uploads/2024/12/solution-img.png) no-repeat 0 0;
}
.challenges-box .et_pb_pricing_table_wrap .et_pb_pricing_table:last-child {
    position: relative;
}
.challenges-box .et_pb_pricing_table_wrap .et_pb_pricing_table:last-child:before {
     content: '';
    position: absolute;
    background: url(https://goinsite.net/wp-content/uploads/2024/12/Solution.png) no-repeat 0 0;
    width: 120px;
    height: 98px;
    right: 34px;
    top: -88px;
}
.challenges-box 
 .et_pb_pricing_heading {
    background-color: transparent;
}
.challenges-box .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content {
    padding-top: 60px;
    padding-bottom: 0;
}
.challenges-box .et_pb_pricing_table_wrap .et_pb_pricing_table li span{
    position: relative;
    padding-left: 30px;
}

.challenges-box .et_pb_pricing_table_wrap .et_pb_pricing_table li span:before {
    content: '';
    width: 28px;
    height: 28px;
    background: url(https://goinsite.net/wp-content/uploads/2024/12/cancel.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    left: -5px;
    top: 1px;
    border: none;
}
.challenges-box .et_pb_pricing_table_wrap .et_pb_pricing_table:last-child li span:before {
background: url(https://goinsite.net/wp-content/uploads/2024/12/right.png) no-repeat 0 0;
}
.challenges-box .et_pb_pricing_table_wrap .et_pb_pricing_table li {
    line-height: 1.5em;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.solutions-features img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.solutions-features img:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
/*...............solutions Page css ends here.................*/

/*...............Features Page css starts here.................*/
.features-tabs .feature-tabs-control .et_pb_main_blurb_image {
    border-radius: 50px !important;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    background-color: #fff;
    border: 3px solid #017af5;
    padding: 15px 1px;
}
.features-tabs .feature-tabs-control .et_pb_main_blurb_image img {
    max-width: 60%;
}
.features-tabs .feature-tabs-control span.et_pb_image_wrap.et_pb_only_image_mode_wrap {
    padding: 0 !important;
}
.features-tabs .feature-tabs-control .middle-tab .et_pb_main_blurb_image {
    background-color: #017af5;
}

.features-tabs .feature-tabs-control .et_pb_column:first-child .et_pb_main_blurb_image {
    position: relative;
    border-color: #e56424;
}
.features-tabs .feature-tabs-control .et_pb_column .accordion-button.active .et_pb_main_blurb_image{
    position: relative;
}
.features-tabs .feature-tabs-control .et_pb_column .accordion-button.active .et_pb_main_blurb_image:after {
    opacity: 1;
    content: '';
    width: 12px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom-color: #e56424;
    border-right-color: #f73e72;
    position: absolute;
    top: -43px;
    left: 50%;
}
.features-tabs .feature-tabs-control .et_pb_column:first-child .et_pb_module {
    position: relative;
}
.features-tabs .feature-tabs-control .et_pb_column:first-child .et_pb_module::before {
    content: '';
    width: 50%;
    height: 2px;
    border-bottom: 2px dotted #ddd;
    position: absolute;
    top: -36%;
    bottom: 0;
    margin: auto;
    right: -34%;
}
.features-tabs .feature-tabs-control .et_pb_column:last-child .et_pb_module::before {
    content: '';
    width: 50%;
    height: 2px;
    border-bottom: 2px dotted #ddd;
    position: absolute;
    top: -36%;
    bottom: 0;
    margin: auto;
    left: -34%;
}
.features-construction-project .feature_blk {
    min-height: 275px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.features-construction-project .feature_blk:hover{
        transform: scale(1.02) translateZ(0);
           -webkit-transition: .3s ease;
    transition: .3s ease;
}
.features-construction-project .feature_blk p:first-child {
    min-height: 120px;
}
.faq h5.et_pb_toggle_title {
    font-size: 18px !important;
    padding-left: 30px;
}
.faq h5.et_pb_toggle_title:before {
    font-size: 32px;
    left: -8px;
    color: #000000;
    font-family: ETmodules!important;
    font-weight: 400!important;
    content: "\4c"!important;
    z-index: 0;
}
.faq .et_pb_toggle_open h5.et_pb_toggle_title{
    position: relative;
}
.faq .et_pb_toggle_open h5.et_pb_toggle_title:after {
    content: '-';
    position: absolute;
    left: 0;
    color: #000;
    font-weight: bold;
    font-size: 43px;
    top: -5px;
}
/*...............Features Page css ends here.................*/

/*...............why choose us Page css starts here.................*/
.features-construction .et_pb_blurb_content .et_pb_blurb_container {
    padding: 0 15px;
}
.features-construction .et_pb_module:hover h4 {
    color: #e56424;
    transition: all 0.5s ease-in-out;
}
.features-construction .et_pb_module img{
      transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.features-construction .et_pb_module:hover img{
     transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
.whyChoose img{
     transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.whyChoose img:hover{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
/*...............contact us Page css starts here.................*/

.empty-col-que {
    margin-right: 0 !important;
    height: 507px;
}
.contact-form  
 .et_contact_bottom_container {
    float: left;
    text-align: left;
    flex-direction: row-reverse;
    margin-top: 20px;
}
.contact-form .et_contact_bottom_container .et_pb_contact_right {
    margin-left: 15px;
}
.contact-form button:hover {
    transition: all 0.5s ease-in-out;
    border: 1px solid #017af5;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 2px #427388;
    color: #fff;
    background-color: #0e60d9 !important;
}
.pointerEvents img {
    pointer-events: none;
}
.features {
    padding-top: 0 !important;
}
/****************************Landing page css start***********************/
.banner-form .et_pb_contact_form input {
    border-radius: 50px !important;
    border-color: #9a9a9a;
    border: 1px solid;
    background-color: transparent;
}
.banner-form .et_contact_bottom_container {
    width: 50%;
    margin-top: 0;
    /* float: none; */
    /* text-align: center; */
    /* justify-content: end !important; */
    /* margin: 0 auto; */
}
.banner-form .et_contact_bottom_container button {
    border-radius: 50px !important;
    width: 100%;
    padding: 0 0 0 3% !important;
    margin-left: 6%;
}
.our-mission .et_pb_row:first-child {
    width: 100%;
}
.our-mission .et_pb_row:first-child .et_pb_column_3 {
    width: 68%;
}
.our-mission .et_pb_row:first-child .et_pb_column_4 {
    width: 26%;
    padding-bottom: 0;
}
.years-sec .et_pb_column:nth-child(1) {
    width: 32% !important;
    margin-left: 0 !important;
}
.years-sec .et_pb_column:nth-child(2) {
    width: 53% !important;
}
.years-sec {
    align-items: center;
    display: flex;
}
.rotate-img{
  animation: animName 7s linear infinite;
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.m-box  
 .et_pb_text_inner {
  display: flex;
  align-items: center;
 }
.m-box .et_pb_text_inner h2 {
    color: #e4731b;
    min-width: 90px;
}
.m-box .et_pb_text_inner h2 {
    color: #e4731b;
    margin-right: 20px;
    text-align: center;
}
.take-control .et_pb_row:first-child {
    width: 100%;
    max-width: 100%;
}
.take-control .et_pb_row:first-child .et_pb_column {
    margin: 0;
    width: calc(100% / 2);
    padding: 0;
}
.take-control .et_pb_row:first-child .et_pb_row_inner {
    padding-left: 15%;
    padding-right: 7%;
}
.takeControl .et_pb_column {
    width: 100% !important;
}
.takeControl {
    padding-bottom: 0 !important;
}
.take-img span.et_pb_image_wrap {
    display: block;
}
.take-control {
    padding-top: 30px;
}
.testim img.testi-img {
    width: 150px;
    border-radius: 10px;
    height: auto;
    position: relative;
}
.testim img.testi-img:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: red;
  top: 0;
  left: 0;
  z-index: 999;
}
.test-img-main {
    position: absolute;
    top: -90px;
    left: -39px;
}
.testi-slider {
    width: 68%;
}
.testi-slider .et-pb-arrow-next {
    right: -80px;
}
.testi-slider .et-pb-arrow-prev {
    left: -80px;
}
.testi-slider .et_pb_slider:hover .et-pb-arrow-prev {
    left: -80px;
}
.testi-slider .et_pb_slider:hover .et-pb-arrow-next {
      right: -80px;
}
.testi-slider .et_pb_slide {
    padding: 0;
    position: relative;
    border-radius: 20px;
}
.testi-slider .et_pb_slider {
    overflow-x: visible !important;
    overflow-y: visible !important;
}
.testi-slider .et_pb_slide_description {
    padding: 0;
}
.testi-slider .et_pb_slider_0.et_pb_slider .et_pb_container {
    height: 330px !important;
}
.testim {
    padding-left: 20%;
    padding-right: 13%;
}
.testim  p {
    color: #000 !important;
    text-shadow: none;
    font-size: 18px;
    line-height: 1.8;
    font-style: italic;
}
.testim  h4 {
    color: #000 !important;
    text-shadow: none;
    font-weight: bold;
    position: relative;
    padding-left: 70px;
}
.testim h4:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    background-color: #e56424;
    top: 30%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50px;
}
.testim .testi-name p {
    padding-left: 71px;
}
.testim .testi-name {
    margin-top: 20px;
}
.testi-slider .et-pb-arrow-next, .testi-slider .et-pb-arrow-prev {

    color: #dfdfdf;
    opacity: 1;
    box-shadow: 0px 0px 10px 0 rgba(22, 22, 26, 0.18);
    border-radius: 50%;
    top:65%;
}
.quote {
    text-align: right;
}
.et_pb_row.big-goals {
    display: flex;
    align-items: center;
}
.testi-title p {
    min-height: 100px;
}
.landing-copyright .et_pb_social_media_follow li {
    margin-bottom: 0;
}
.landing-copyright .et_pb_row {
    padding: 15px 0;
}
.accordion-content {
  display: none; /* Hide content by default */
}
.accordion-content.active {
  display: block; /* Show active content */
}
/****************************Landing page css end***********************/
/****************************Blog page css start***********************/

.single-post #sidebar div#block-4 {
    display: none;
}
.single-post section#comment-wrap {
    display: none;
}
.single-post #sidebar #searchsubmit, .single-post #sidebar .et_pb_widget .wp-block-search__button {
    background-color: #637ebc;
    color: #fff;
}
.blog-inner .et_pb_text_inner {
    font-size: 18px;
    line-height: 1.8em;
}
.blog-main a.more-link {
    background-color: #e56424 !important;
    border-radius: 5px;
    padding: 10px;
    color: #fff !important;
}
.blog-main .et_pb_post .post-content .post-content-inner {
    margin-bottom: 20px;
    height: 150px;
}
.blog-main .et_pb_post .post-content {
    padding-bottom: 20px;
}
.blog-main a.more-link:hover {
    transition: all 0.5s ease-in-out;
    border: 1px solid #017af5;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 2px #427388;
    color: #fff;
    background-color: #0e60d9 !important;
}
.single-post #sidebar a.wp-block-latest-posts__post-title {
    font-size: 18px;
    font-weight: 600;
}
.single-post div#sidebar ul.wp-block-latest-posts__list li {
    border-bottom: 1px solid #c6c1c1;
    padding-bottom: 15px;
}
.single-post div#sidebar ul.wp-block-latest-posts__list li:last-child{
    border:none;
}
.single-post #sidebar a.wp-block-latest-posts__post-title:hover {
    color: #e56424;
}
.single-post #sidebar div#block-3 h2.wp-block-heading {
    font-weight: bold;
    margin-bottom: 10px;
}
.blog-inner ol li {
    padding-bottom: 20px;
    color: #000;
    line-height: 1.8em;
}
.blog-inner ul.checklist li {
    list-style-type: none;
    border: none;
    color: #000;
    line-height: 1.8em;
}
.blog-inner .et_pb_text_inner a {
    font-weight: bold;
    text-transform: capitalize;
    color: #637ebc;
}
.blog-inner .et_pb_text_inner,.blog-inner .et_pb_text_inner p{
    color: #000;
}
.blog-main .et_pb_blog_grid h2 {
    min-height: 80px;
}
.blog-inner h4 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}
.blog-inner.blog-eight ul.checklist li {
    padding-bottom: 0;
}
.blog-inner.blog-eight ul.checklist{
    padding-left:0 !important;
}
/****************************Blog page css end***********************/
/*...............why choose us Page css ends here.................*/
/*...............services-areas-pages css starts here.................*/
/*ul#menu-services-areas {
    display: flex;
    flex-direction: column;
}*/
ul#menu-services-areas li {
    width: calc(100% / 2 - 4px);
    display: inline-block !important;
}
.why-choose .et_pb_main_blurb_image {
    background-color: #e56424;
    border-radius: 50%;
    padding: 12px;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.onerow,.tworow {
    display: flex;
    justify-content: space-between;
}
.onerow .et_pb_column {
    margin: 0;
    width: calc(100% / 3 - 20px);
    position: relative;
}
.tworow .et_pb_column {
    margin: 0;
    width: calc(100% / 2 - 20px);
    position: relative;
}
.onerow .et_pb_column::before,.tworow .et_pb_column::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e56424;
    border-radius: 999px 999px 0 0;
    height: 0;
    width: 100%;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}
.onerow .et_pb_column:hover:before,.tworow .et_pb_column:hover:before {
    height: 100%;
    border-radius: 0;
}
.onerow .et_pb_column:hover h4,.onerow .et_pb_column:hover p,.tworow .et_pb_column:hover h4,.tworow .et_pb_column:hover p,.onerow .et_pb_column:hover a,.tworow .et_pb_column:hover a{
    color: #fff !important;
}
.onerow .et_pb_column:hover .et_pb_blurb_description,.tworow .et_pb_column:hover .et_pb_blurb_description{
    color: #fff !important;
}
.why-area .take-img img {
    width: 100%;
}
.why-area .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 15px;
}
.why-area .et_pb_blurb h4.et_pb_module_header {
    height: 45px;
}
.page-id-1111 .why-area .et_pb_blurb .et_pb_blurb_description,.page-id-1117 .why-area .et_pb_blurb .et_pb_blurb_description {
    height: 95px;
}
.page-id-1181 .take-control .et_pb_row .et_pb_column_12,.page-id-1117 .take-control .et_pb_row .et_pb_column_12  {
    background-color: #e4731b;
}
.area-what .et_pb_text_inner a, .why-choose .et_pb_text_inner a, .why-area .et_pb_text_inner a, .cta-area .et_pb_text_inner a, .area-text .et_pb_text_inner a{
    display: inline-block;
}
ul#menu-services-areas li  a {
    line-height: 1.3;
}
.processSet .et_pb_main_blurb_image {
	border: 2px solid #e56424;
	border-radius: 50px;
	
}
/*...............services-areas-pages css ends here.................*/
@media (max-width: 767px) {
    body{
        font-size: 16px;
    }
        h1 {
    font-size: 26px !important;
}
    h2 {
    font-size: 26px !important;
}
h4 {
    font-size: 18px !important;
}
.et_pb_blurb_description {
    font-size: 16px;
}
.container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 15px;
}
.logo-col {
    margin-bottom: 0 !important;
    width: 87% !important;
}
.logo-col .et_pb_module {
    text-align: left;
}
.logo-col .et_pb_module img{
    width: 50%;
    text-align: center;
}
.mobile_menu_bar:before {
    color: #e56424 !important;
}
header .menu-col {
    margin: 0 !important;
    /* width: 12% !important; */
    position: absolute;
    right: 0;
}
header .et_pb_menu {
    padding-bottom: 0;
    padding-top: 6px;
}
header ul#mobile_menu1 li:last-child a {
    border-bottom: none;
}
.header-btn-col .et_pb_button_module_wrapper {
    text-align: center;
    display: none;
}
.copyright .et_pb_text_inner, .copyright .et_pb_text_inner a {
    font-size: 12px;
}
.copyright {
    padding: 0 !important;
}
.footer {
    padding: 30px 15px;
}
.footer h6{
    font-size: 20px !important;
}
.footer .et_pb_column {
    text-align: center;
}
.footer .et_pb_column .et_pb_image {
    text-align: center;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.footer .et_pb_column .et_pb_text_inner {
    text-align: center;
}
.footer .et_pb_module .et_pb_blurb_content {
    text-align: center !important;
    display: flex;
    justify-content: center;
}
.footer-blurb {
    margin-bottom: 0 !important;
}
.footer-blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 15px;
}
footer .et_pb_menu__menu {
    display: block !important;
}
footer .et_mobile_nav_menu {
    display: none !important;
}
footer .et_pb_menu__menu ul#menu-main-menu-1 li {
    justify-content: center;
    text-align: center;
}
.contact-form .et_contact_bottom_container {
    float: none;
    text-align: center;
    flex-direction: row-reverse;
    margin-top: 20px;
    justify-content: center;
}
.inner-page-banner .et_pb_row {
    padding-top: 50px !important;
}
.inner-page-banner {
    padding: 0 15px 0 !important;
    background-position: 72% 50%;
    position: relative;
}
.inner-page-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 0;
}
.inner-page-banner .et_pb_text {
    z-index: 4;
    color: #fff !important;
    text-align: center;
}
.custom-btn {
    font-size: 16px !important;
}
.inner-page-banner h2 {
    color: #fff !important;
}
.inner-page-banner .et_pb_button_module_wrapper {
    text-align: center;
}
.inner-page-banner .et_pb_text_inner p {
    color: #fff;
    line-height: 1.5;
}
.logo-col .et_pb_module img {
    width: 60% !important;
    padding-left: 15px;
}
.everything {
    padding-top: 0;
    padding-bottom: 0;
}
.business-success {
    padding: 0;
}
.everything h2 br {
    display: none !important;
}
.everything h2{
    font-size: 25px !important;
}
.everything .et_pb_text_inner br {
    display: none;
}
.everything .et_pb_row {
    max-width: 92%;
    width: 92%;
    flex-direction: column-reverse;
}
.business-success .circle-counter-text h2 {
    font-size: 18px !important;
    margin-top: 10px;
}
.your-challenges {
    padding: 0;
}
.challenges-box {
    width: 92% !important;
    margin-top: 50px;
}
.challenges-box .et_pb_pricing_table_wrap .et_pb_pricing_table li {
    padding-left: 0;
}
.challenges-box .et_pb_featured_table {
    margin-top: 75px !important;
}
.challenges-box h2.et_pb_pricing_title{
    font-size: 0px !important;
}
.solutions-features .et_pb_top_inside_divider {
    background-size: 100% 30px !important;
    height: 30px !important;
}
.solutions-features {
    padding-top: 0;
}
.solutions-features .et_pb_row {
    padding-left: 20px;
    padding-right: 20px;
}
.solutions-features .et_pb_row  .et_pb_text_inner {
    text-align: center;
}
.solutions-features h3 {
    font-size: 18px !important;
}
.comprehensive-reporting {
    flex-direction: column-reverse;
    display: flex;
}
.comprehensive-reporting .et_pb_text_inner h3 {
    padding-top: 20px;
}
.monthly-draw-img {
    margin-bottom: 0;
}
.blue-cta {
    padding: 0 20px !important;
}
.blue-cta h3 {
    font-size: 24px !important;
}
p, ul li,a,.et_pb_text_inner{
    font-size: 16px !important;
}
.et_pb_circle_counter p{
    font-size: 50px !important;
}
.cms-cycle {
    padding: 0;
}
.cms-cycle h2 {
    text-align: center !important;
}
.cms-cycle .et_pb_row {
    width: 92%;
}
.features-construction {
    padding: 0;
}
.features-construction .et_pb_row {
    width: 92%;
}
.whyChoose {
    padding: 0;
}
.seamless-col {
    display: flex;
    flex-direction: column-reverse;
}
.whyChoose .et_pb_text_inner{
    text-align: center;
}
.whyChoose h2 {
    text-align: center !important;
    font-size: 20px !important;
}
.whyBoxes .et_pb_row .et_pb_column {
    width: calc(100% / 2 - 7px) !important;
    padding: 20px;
    height: 107px;
    margin: 0;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
body .whyBoxes .et_pb_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0 !important;
    width: 92%;
}
.whyBoxes .et_pb_row .et_pb_column .et_pb_text_inner {
    line-height: 1.2;
}
.whyBoxes1, .whyBoxes2,.whyBoxes3, .whyBoxes4,.whyBoxes5, .whyBoxes6  {
    margin-bottom: 15px !important;
}
.whyBoxes1 {
    margin-right: 7px !important;
}
.whyBoxes2 {
    margin-left: 7px !important;
}
.whyBoxes3 {
    margin-right: 7px !important;
}
.whyBoxes4 {
    margin-left: 7px !important;
}
.whyChoose .et_pb_row {
    width: 92%;
}
.page-id-208 .inner-page-banner:before{
    display: none;
}
.page-id-208 .inner-page-banner h2 {
    color: #000 !important;
}
.page-id-208 .inner-page-banner .et_pb_text_inner p {
    color: #000;
}
.features-tabs .feature-tabs-control .et_pb_column:first-child .et_pb_module::before,.features-tabs .feature-tabs-control .et_pb_column:last-child .et_pb_module::before{
    display: none;
}
.features-tab-img-row {
    padding: 0 20px;
}
.features-construction-project {
    padding-top: 0;
}
.features-construction-project  .et_pb_row {
    width: 92%;
}
body .features-construction-project .feature_blk {
    padding: 20px !important;
    min-height: auto;
}
.features-construction-project .feature_blk .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    max-width: 100% !important;
}
.features-construction-project .feature_blk .et_pb_blurb_container {
    text-align: center !important;
}
.features-construction-project .et_pb_blurb_position_left .et_pb_main_blurb_image{
    width: 100%;
    margin-bottom: 10px;
}
.features-construction-project .feature_blk p:first-child {
    min-height: auto;
}
.features-construction-project .et_pb_column {
    margin-bottom: 0;
}
.features-construction-project .et_pb_row {
    padding-bottom: 0;
}
.faq {
    padding: 0;
}
.faq .et_pb_row {
    width: 92%;
}
.faq h5.et_pb_toggle_title {
    font-size: 16px !important;
    padding-left: 30px;
}
.reach-big .custom-btn {
    padding-right: 1.5em !important;
}
.features-tab-img-row .et_pb_button_module_wrapper {
    margin-bottom: 30px !important;
    text-align: center;
}
.features-tab-img-row .et_pb_module h2 {
    text-align: center;
}
.features-tab-img-row .percent p {
    text-align: center !important;
    font-size: 50px !important;
}
.fetures-tab1 span.et_pb_image_wrap {
    display: none;
}
.fetures-tab1 .et_pb_blurb_description{
    text-align: center;
}
.et_pb_text_inner {
    line-height: 1.5;
}
body .home-banner .et_pb_row {
    width: 92%;
    text-align: center;
    padding-top: 50px !important;
    padding-bottom: 0;
}
.home-banner  .et_pb_text_inner {
    text-align: center;
}
.home-banner .et_pb_column {
    margin-bottom: 0;
    padding-bottom: 0;
}
.home-banner a.et_pb_button {
    padding-right: 1.4em !important;
    font-size: 14px !important;
    padding: 9px 18px;
    margin-bottom: 20px;
}
.home-banner .et_pb_image_0 {
    width: 100%;
    position: relative !important;
    transform: translateX(-50%);
    text-align: center;
    bottom: 0;
}
.transform {
    padding-top: 0;
    padding-bottom: 10px;
}
.transform .et_pb_row {
    width: 92%;
    text-align: center;
}
.transform .et_pb_text_inner {
    text-align: center;
}
.transform .et_pb_text_inner h3 {
    font-size: 23px;
}
.how_work_slider {
    flex-direction: column;
}
.how_work_slider ul.et_pb_tabs_controls a {
    display: block;
    border-radius: 0px;
    margin: 15px 0 !important;
    padding: 6px;
    border: none;
    position: relative;
    color: #212121;
    font-size: 18px;
    text-align: center;
    position: relative;
    font-size: 14px !important;
      border-radius: 15px;
    line-height: 1.2;
}
.how_work_slider ul.et_pb_tabs_controls .et_pb_tab_active a::before{
    display: none;
}
.width-50-per {
    width: 100%;
}
.how_work_slider .d-flex {
    flex-direction: column;
}
.how_work_slider .et_pb_all_tabs  ul.checklist {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.how_work_slider h3 {
    padding-bottom: 0;
}
.how_work_slider h4 {
    padding-bottom: 0;
}
.how_work_slider ul.et_pb_tabs_controls {
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0 !important;
    box-shadow: none;
    display: flex;
    width: 100%;
}
.how_work .et_pb_row {
    width: 92%;
}
.how_work {
    padding: 0;
}
.blue-cta .et_pb_text_inner {
    text-align: center;
}
.keep-work {
    padding: 0;
}
.keep-work h3 {
    font-size: 24px !important;
}
.keep-work h3 br{
    display: none;
}
.keep-work .sme .et_pb_text_inner {
    text-align: center;
}
.keep-work  .et_pb_row {
    width: 92%;
}
.keep-work .sme h3 {
    font-size: 20px !important;
    text-align: center;
}
.keep-work .sme h3 br {
    display: none;
}
.with_os .et_pb_pricing{
    top: 0;
    position: relative !important;
}
.et_pb_section.with_os .et_pb_row {
    padding-bottom: 20px !important;
}
.with_os .et_pb_row {
    width: 92%;
    padding: 0;
}
body .with_os .et_pb_row  .et_pb_pricing_content {
    padding-top: 0 !important;
}
.with_os h3 {
    font-size: 24px !important;
    text-align: center;
}
.with_os .et_pb_text_inner {
    text-align: center;
}
.with_os .et_pb_button_module_wrapper {
    text-align: center;
}
.features {
    padding: 0 !important;
}
.features h3 {
    font-size: 24px !important;
}
.features .et_pb_row {
    width: 92%;
}
.features .et_pb_column {
    margin-bottom: 70px;
}
.learn-how {
    padding-bottom: 0 !important;
    padding-top: 20px !important;
}
.learn-how h3 br {
    display: none;
}
.learn-how  h3 {
    font-size: 24px !important;
    text-align: center;
}
.learn-how .et_pb_row {
    width: 92%;
}
.learn-how .et_pb_text_inner {
    text-align: center;
}
.learn-how  ul.checklist {
    text-align: left;
    padding: 0 23px;
}
.learn-how  .et_pb_button_module_wrapper {
    text-align: center;
}
body .learn-how .get-more {
    padding: 0 !important;
}
.learn-how .daily {
    padding: 0 !important;
}
.learn-how .built {
    padding: 0 !important;
}
.learn-how .designed {
    padding-top: 0 !important;
}
.daily,.built {
    display: flex;
    flex-direction: column-reverse;
}
.daily .et_pb_button_module_wrapper,.built .et_pb_button_module_wrapper {
    margin-bottom: 30px !important;
}
.stay {
    padding: 0;
}
.testimoni {
    padding: 0;
}
.testimoni h3 {
    font-size: 24px !important;
}
.testimonilas .swiper-container {
    padding: 0;
}
.testi-content p {
    font-size: 16px;
    text-align: center;
}
.testi-content {
    box-shadow: 0px 0px 10px 0 rgba(22, 22, 26, 0.18);
    padding: 20px;
    width: 97%;
    margin: 0 auto;
    margin-top: 10px;
}
.testi-bottom-content .testi-name p {
    display: none;
}
.customerTestimonials .et_pb_module {
    margin-bottom: 0;
}
.question-sec {
    padding: 0;
}
.question-sec .et_pb_row {
    width: 92%;
}
.question-sec h3 {
    font-size: 24px !important;
    text-align: center;
}
.question-sec h3 br {
    display: none;
}
.question-sec .et_pb_text_inner {
    text-align: center;
}
.question-sec .et_pb_text_inner br {
    display: none;
}
.question-block {
    display: block;
    width: 100%;
    text-align: center !important;
}
.question-block  .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.question-block .et_pb_blurb_container {
    text-align: center !important;
}
.question-block .et_pb_main_blurb_image {
    width: 100%;
}
div.et_pb_section.learn-how {
    background-image: none !important;
}
.blue-cta .et_pb_button_module_wrapper {
    text-align: center;
}
.question-block a {
    font-size: 20px !important;
}
.landing-header .et_pb_row {
    display: flex;
    align-items: center;
}
.our-mission .et_pb_image_2.rotate-img {
    bottom: -36px;
    right: 106px;
}
.landing-header .et_pb_row img {
    width: 120px !important;
}
.landing-header .et_pb_row {
    display: flex;
    align-items: center;
    padding: 15px;
}
.landing-header .et_pb_row .et_pb_button {
    font-size: 12px !important;
    border-radius: 5px !important;
}
.landing-header .et_pb_row .et_pb_column {
    margin-bottom: 0;
}
.landing-banner {
    background-position: 100% 50% !important;
    position: relative;
}
.landing-banner:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.landing-banner p{
    color: #fff;
}
.banner-form {
    max-width: 92%;
    margin-top: 20px !important;
    padding: 20px 0;
}
body .banner-form .et_pb_row {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.banner-form {
    max-width: 90% !important;
}
.banner-form .et_contact_bottom_container {
    width: 100%;
    text-align: center;
}
.banner-form .et_contact_bottom_container button {
    margin-left: 3%;
}
.our-mission .et_pb_row:first-child {
    padding: 0 20px;
}
.years-sec .et_pb_column:nth-child(1) {
    width: 100% !important;
}
.years-sec .et_pb_column:nth-child(2) {
    width: 100% !important;
}
.m-box  
 .et_pb_text_inner {
    flex-direction: column;
    text-align: center;
}
.m-box .et_pb_text_inner h2 {
    margin-right: 0;
    max-width: 100%;
    text-align: center;
}
.m-box .et_pb_text_inner h2 br{
    display: none;
}
.our-mission .et_pb_text_inner h2 {
    text-align: center;
    font-size: 24px !important;
}
.our-mission .et_pb_text_inner h2 br {
    display: none;
}
.quick-box .et_pb_module.et_pb_blurb {
    padding: 15px !important;
    margin-bottom: 20px;
}
.take-control .et_pb_row:first-child .et_pb_column {
    padding-bottom: 20px;
}
.take-control .et_pb_row:first-child .et_pb_row_inner {
    padding-left: 20px;
    padding-right: 20px;
}
.quick-box {
    padding-top: 0 !important;
}
.takeControl h2 {
    text-align: center !important;
}
.take-control {
    padding-top: 0;
}
.testim img.testi-img {
    width: 70px;
}
.test-img-main {
    top: -29px;
    left: -9px;
}
.testi-slider {
    width: 92%;
}
.testi-title p {
    min-height: 205px;
    text-align: center;
}
.testim {
    padding-top: 12%;
}
.quote img {
    max-width: 19%;
    margin-bottom: 20px;
}
.et_pb_row.big-goals {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 20px;
}
.et_pb_row.big-goals h2 {
    text-align: center;
    padding-bottom: 0;
}
.footer-landing {
    padding-top: 0;
    padding-bottom: 30px;
}
.footer-landing img {
    max-width: 250px;
}
.footer-landing .et_pb_module.et_pb_image {
    text-align: center;
    margin-top: 0 !important;
}
.foot-col {
    margin-bottom: 10px;
}
.landing-copyright .et_pb_row {
    padding: 15px 0;
}
.landing-copyright .et_pb_row .et_pb_column {
    margin-bottom: 10px;
}
.free p {
    font-size: 19px !important;
}
.rotate-img {
    right: 97px;
}
.rotate-icon {
    bottom: 43px;
    left: 53%;
}
.cont {
    left: 0;
    width: 28%;
}
.blog-main {
    padding-bottom: 0;
}
body .blog-banner {
    background-position: 89% 50% !important;
}
.blog-inner {
    padding: 0;
}
.blog-inner .et_pb_row {
    padding: 0;
}
.blog-inner .et_pb_module.et_pb_heading {
    margin-bottom: 0;
}
.blog-inner .et_pb_module.et_pb_heading h3.et_pb_module_heading {
    line-height: 1.4;
    text-align: center;
}
.blog-inner .et_pb_text_inner {
    text-align: center;
}
.single-post #left-area h1.entry-title {
    text-align: center !important;
    font-size: 21px;
    font-weight: bold;
}
.single-post #left-area .post-meta {
    text-align: center;
}
.blog-inner ul.checklist li {
    text-align: left;
}
.blog-main .et_pb_post .post-content .post-content-inner {

    height: auto;
}
.feature-tabs-control {
    display: flex;
    justify-content: space-between;
    width: 92%;
}
.blog-custombtn a.et_pb_button {
    text-align: center;
    line-height: 1.2 !important;
}
.onerow,.tworow {
    flex-direction: column;
}
.onerow .et_pb_column,.tworow .et_pb_column {
    width: 100%;
    margin-bottom: 30px;
}
.area-banner .et_pb_text_inner a {
    color: #fff !important;
}
.area-banner h2 {
    font-size: 25px !important;
}
.area-what .rotate-img {
    bottom: -36px;
    right: 106px;
}
.why-area .et_pb_blurb h4.et_pb_module_header {
    height: auto;
}
.why-choose {
    padding-top: 30px;
}
.area-text {
    padding-top: 0 !important;
}
.area-banner .et_pb_text_inner{
    color: #fff !important;
}
.page-id-1111 .why-area .et_pb_blurb .et_pb_blurb_description {
    height: auto;
}
.onerow, .tworow {
    width: 90%;
}
ul#menu-services-areas li {
    text-align: center;
    display: block;
    width: 100%;
}
.blue-cta .et_pb_text_inner a br,.takeControl .et_pb_text_inner a br,.why-choose .et_pb_text_inner a br,.area-text .et_pb_text_inner a br{
    display: none;
}
}


