
/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
@media only screen and (max-width: 981px) {
    .desktop-menu-item { display: none; }
}
.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0px;
}
/*add icon to Divi main menu items*/
nav li a:before {
    font-family: 'ETModules';
    content: '\24';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
    color: #000;
    font-size: 1.6em;
    transition: all .3s ease;
}
/*.home-icon > a:before {
    font-family: 'ETModules';
    content: '\e074';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
    color: #000;
    font-size: 1.6em;
    transition: all .3s ease;
}
.who-icon > a:before {
    font-family: 'ETModules';
    content: '\e08b';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
    color: #000;
    font-size: 1.6em;
    transition: all .3s ease;
}
.what-icon > a:before {
    font-family: 'ETModules';
    content: '\e038';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
    color: #000;
    font-size: 1.6em;
    transition: all .3s ease;
}
.serve-icon > a:before {
    font-family: 'ETModules';
    content: '\e08b';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
    color: #000;
    font-size: 1.6em;
    transition: all .3s ease;
}
.info-icon > a:before {
    font-family: 'ETModules';
    content: '\e076';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
    color: #000;
    font-size: 1.6em;
    transition: all .3s ease;
}
.blog-icon > a:before {
    font-family: 'ETModules';
    content: '\e0f7';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
    color: #000;
    font-size: 1.6em;
    transition: all .3s ease;
}
.get-icon > a:before {
    font-family: 'ETModules';
    content: '\e092';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
    color: #000;
    font-size: 1.6em;
    transition: all .3s ease;
}*/
/*change color and position of submenu icon on hover*/
nav li ul li a:hover:before {
    margin-left: -7px;
    color: #0078c1!important;
    transition: all .3s ease;
}
.copyright {
    color: #FFF!important;
  font-weight: 500;
  text-align:center;
  font-size:13px;
}
.et-pb-icon { 
 font-size: 16px;
}
h2 {
    font-size: 22px;
}
@media only screen and (max-width: 767px) {
    h2 {
          font-size: 18px;
    }
  }
@media only screen and (max-width: 767px) {
    h3 {
          font-size: 14px;
    }
  }
.et_pb_bg_layout_light .et_pb_widget li a {
    color: #000;
    font-weight: 600;
  font-size: .9em;
}
.wp-block-latest-posts__post-date {
color: #8C9295; 
    font-weight: 400;
  font-size: .8em!important;
  margin-left:10px!important;
}
.gform_footer input.button, .gform_footer input[type=submit] {
        color: #FFFFFF;
        background-color: #0078C1;
        border: none;
        padding: 10px;
        border-radius: 3px;
    }
.et_pb_post .entry-title a, .et_pb_post h2 a {
    text-decoration: none;
    color: #25292b;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    margin: 5px 0;
}
.et_pb_blog_grid .et_pb_image_container img {
    max-width: 350px;
    height: 198px;
    min-width: 90%;
}
.et_pb_blog_grid .et_pb_post {
    border: 0px;
}


/*header menu icon css start*/
.head-menu ul > li > a:before {
    font-size: 30px !important;
    color: #25292b;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
} 
.head-menu ul > li.home-icon > a:before {
    content: "\f015";
}
.head-menu ul > li.who-icon > a:before {
    content: "\f0c0";
}
.head-menu ul > li.what-icon > a:before {
    content: "\f085";
}
.head-menu ul > li.serve-icon > a:before {
    content: "\f0c0";
}
.head-menu ul > li.info-icon > a:before {
    content: "\f0e0";
    font-weight: 700;
}
.head-menu ul > li.blog-icon > a:before {
    content: "\f044";
    font-weight: 700;
}
.head-menu ul > li.get-icon > a:before {
    content: "\f08b";
}
/*header menu icon css end*/

.headersection ul#menu-main-nav > li {
    padding: 0px;
    margin-top: 0px;
    transition: 0.3s all ease;
}
.headersection ul#menu-main-nav > li > a {
    font-size: 14px;
    display: block;
    padding: 25px 15px;
    opacity: 1;
    border-bottom: 3px solid transparent;
}
.headersection ul#menu-main-nav > li > a:before {
    font-size: 24px;
    color: #25292b;
    display: block;
    text-align: center;
    margin: 0px;
    padding-bottom: 20px;
}
.headersection ul#menu-main-nav > li > a:after {
    visibility: hidden;
}
.headersection .et_pb_row.et_pb_row--with-menu {
    padding: 0px !important;
}
.headersection .head-logo a.local-link {
    display: block;
    padding: 8px 0px;
}
.headersection ul#menu-main-nav > li:hover > a,
.headersection ul#menu-main-nav > li.current-menu-item > a {
    background: #f1f6f8;
    border-bottom: 3px solid #0078C1;
}
.headersection ul#menu-main-nav > li:hover > a:before,
.headersection ul#menu-main-nav > li.current-menu-item > a:before {
    color: #0078C1 !important;
}
.headersection ul#menu-main-nav > li ul.sub-menu li {
    padding: 0px;
    display: block;
}
.headersection ul#menu-main-nav > li ul.sub-menu li a:before {
    display: none;
}
.headersection ul#menu-main-nav > li ul.sub-menu {
    border: none;
    background-color: #273039 !important;
    padding: 0px;
    width: auto;
}
.headersection ul#menu-main-nav > li ul.sub-menu li a {
    display: block;
    transition: 0.3s all ease;
}
.headersection ul#menu-main-nav > li ul.sub-menu li:hover a {
    background-color: #0078C1 !important;
}
.topheader .icontext a img {
    position: relative;
    top: 2px;
}
.topmenu-right p a {
    position: relative;
    padding: 0px 10px;
    display: inline-block;
}
.topmenu-right p a:before {
    content: 'â€¢';
    position: absolute;
    left: -6px;
    color: #fff;
    font-size: 20px;
}
.topmenu-right p a:first-child:before {
    display: none;
}
.icontext-mail .et_pb_text_inner a,
.icontext-phn .et_pb_text_inner a {
    position: relative;
    padding-left: 5px;
}
.icontext-mail .et_pb_text_inner a:before,
.icontext-phn .et_pb_text_inner a:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}
.icontext-mail .et_pb_text_inner a:before {
    content: "\f0e0";
    left: -5px;
    top: 1px;  
}
.icontext-phn .et_pb_text_inner a:before {
    content: "\f095";
    font-size: 14px;
    transform: rotate(90deg);
    left: -6px;
    top: -2px;
}
@media (min-width: 1300px) {
    .headersection .head-logo {
        width: 17%;
        margin-right: 0px;
    }
    .headersection .head-menu {
        width: 83%;
    }
}
@media (min-width: 1200px) {
    .headersection .et_pb_row.et_pb_row--with-menu {
        display: flex;
        align-items: center;
    }
    .topheader .topheader-left-sec > .et_pb_column {
        display: inline-block;
        width: auto !important;
        min-width: 140px;
    }
    .icontext-phn .et_pb_text_inner {
        padding-left: 15px;
    }
}

@media (min-width: 1025px) and (max-width: 1350px) {
    .headersection .et_pb_row.et_pb_row--with-menu {
        width: 90%;
    }
    .headersection ul#menu-main-nav > li > a {
        padding: 25px 10px;
    }
    .headersection .head-logo {
        width: 17%;
        margin-right: 0px;
    }
    .headersection .head-menu {
        width: 83%;
    }
}

@media (min-width: 981px) and (max-width: 1024px) {
    .headersection .et_pb_row.et_pb_row--with-menu {
        width: 90%;
    }
    .headersection ul#menu-main-nav > li > a {
        padding: 25px 5px;
    }
    .headersection .head-logo {
        width: 15%;
        margin-right: 0px;
    }
    .headersection .head-menu {
        width: 85%;
    }
}

@media (max-width: 479px) {

}

#main-content .testimonials-sec .slick-prev {
    left: 48%;
}
#main-content .testimonials-sec .slick-next {
    right: 48%;
}
#main-content .testimonials-sec .slick-prev,
#main-content .testimonials-sec .slick-next {
    top: unset;
    bottom: 0px;
}
#main-content .testimonials-sec .slick-prev:before,
#main-content .testimonials-sec .slick-next:before {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 13px;
    border-radius: 5px;
    line-height: 27px;
    padding: 4px 15px 6px;
    box-shadow: inset 0 -3px rgba(0, 0, 0, .2);
}

#main-content .testimonials-sec .slick-prev:before {
    content: "\f060" !important;
}
#main-content .testimonials-sec .slick-next:before {
    content: "\f061" !important;
}

.services-list .servicebox a.su-button {
    display: inline-block;
    background-color: #0078C1 ;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 33px;
    padding: 0 15px 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0 -3px rgba(0, 0, 0, .2);
    transition: none;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
}
.services-list .servicebox a.su-button:hover {
    box-shadow: inset 0 -1px rgba(0, 0, 0, .2);
    top: 1px;
}

.services-list .servicebox .et_pb_blurb_content {
    position: relative;
}
.services-list .servicebox .et_pb_blurb_content .et_pb_main_blurb_image {
    position: absolute;
    top: -65px;
    left: 0px;
    right: 0px;
}
.services-list .servicebox .et_pb_blurb_content .et_pb_blurb_container {
    padding-top: 50px;
}

.home-slider.et_pb_slider .et-pb-arrow-prev,
.home-slider.et_pb_slider .et-pb-arrow-next {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    font-size: 40px;
}
.home-slider.et_pb_slider .et-pb-arrow-prev:hover,
.home-slider.et_pb_slider .et-pb-arrow-next:hover {
    background-color: #000;
}
.home-slider.et_pb_slider .et-pb-arrow-prev:before {
    position: relative;
    top: -1px;
    left: -3px;
}
.home-slider.et_pb_slider .et-pb-arrow-next:before {
    position: relative;
    top: -1px;
    left: -1px;
}
#page-container #et-main-area .home-slider .et_pb_button_wrapper .local-link,
#page-container #et-main-area .home-slider .et_pb_button_wrapper .et_pb_button {
    position: relative;
    padding: 10px 40px 10px 70px !important;
}
#page-container #et-main-area .home-slider .et_pb_button_wrapper .local-link::before,
#page-container #et-main-area .home-slider .et_pb_button_wrapper .et_pb_button::before {
    content: '';
    background-color: #2a8bcb;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
    display: block !important;
    opacity: 1;
    margin-left: 0px;
}

.about-tabbing {
    border: none;
}
.about-tabbing .et_pb_all_tabs {
    border: 1px solid #ddd;
    position: relative;
    top: -7px;
}
.about-tabbing ul.et_pb_tabs_controls li {
    display: inline-block;
    width: auto !important;
}
.about-tabbing ul.et_pb_tabs_controls li a {
    padding: 0 20px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
}
.about-tabbing ul.et_pb_tabs_controls {
    background-color: transparent;
}
.about-tabbing ul.et_pb_tabs_controls:after {
    background-color: transparent;
    border-top: none !important;
}
.about-tabbing ul.et_pb_tabs_controls li.et_pb_tab_active,
.about-tabbing ul.et_pb_tabs_controls li a {
    border-bottom: none;
}

.latestpost-section .et_pb_code_inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.latestpost-section .et_pb_code_inner .blog-list {
    width: 33.33%;
    padding: 0px 15px 30px;
}
.latestpost-section .gd-img {
    min-height: 210px;
    border: 1px solid #E2E2E2;
    background: #fff;
    max-height: 210px;
}
.latestpost-section .gd-img .port-hover img {
    min-height: 210px;
    max-height: 210px;
}
.latestpost-section .port-hover {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 210px;
}
.latestpost-section .port-hover img {
    max-width: 100%;
}
.latestpost-section .port-hover.shapes .overlay .details {
    left: 48%;
}
.latestpost-section .port-hover.shapes .overlay .zoom {
    right: 54%;
}
.latestpost-section .port-hover.shapes .overlay:hover .zoom,
.latestpost-section .port-hover.shapes .overlay:hover .details {
    top: 63%;
}
.latestpost-section .port-hover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    overflow: hidden;
    z-index: 20;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.latestpost-section .port-hover .overlay .zoom,
.latestpost-section .port-hover .overlay .details {
    display: block;
    color: #fff;
    background: #333;
    padding: 0 10px;
    line-height: 32px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 80%;
    margin-top: -16px;
    z-index: 40;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.latestpost-section .port-hover .overlay .zoom i,
.latestpost-section .port-hover .overlay .details i {
    margin: 0 8px 0 0;
}
.latestpost-section .port-hover .overlay .zoom:hover,
.latestpost-section .port-hover .overlay .details:hover {
    color: #373737;
    background: #fff !important;
}

.latestpost-section .port-hover .overlay .details {
    left: 51%;
    -webkit-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition-delay: 0.1s, 0.1s, 0s, 0s;
    -moz-transition: top 0.4s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: top 0.4s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: top 0.4s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.latestpost-section .port-hover .overlay .zoom {
    right: 51%;
    -webkit-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.latestpost-section .port-hover:hover .overlay {
    background-color: rgba(52, 183, 139, 0.8);
}
.latestpost-section .port-hover:hover .overlay .details,
.latestpost-section .port-hover:hover .overlay .zoom {
    top: 50%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.latestpost-section .port-hover:hover .overlay {
    background-color: rgba(0, 120, 193, 0.8) !important;
}
.latestpost-section .blogdetails {
    width: 76px;
    vertical-align: top;
}
.latestpost-section .blogdetails .date {
    background: #1d1d1d;
    width: 59px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-align: center;
    border-bottom: 4px solid #0078C1;
    padding: 15px 0;
    position: absolute;
    z-index: 1000;
    left: 20px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    top: 1px;
}
.latestpost-section .blogdetails .date .number {
    font-size: 28px;
    display: block;
    line-height: 30px;
}
.latestpost-section .et_pb_code_inner .blog-list .bimage {
    position: relative;
} 
.latestpost-section .list-info {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.latestpost-section .featured-blog-details {
    margin-right: 10px;
    font-weight: bold;
    font-size: 13px;
    color: #6c7278;
}
.latestpost-section .featured-blog-details i {
    color: #6c7278;
    padding-right: 8px;
}
.latestpost-section .featured-blog-details > p {
    display: inline-block;
}
.latestpost-section .featured-blog-details a {
    color: #6c7278;
    font-weight: bold;
}
.latestpost-section .blog-list .blog-details h5 a {
    color: #25292b;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    margin: 5px 0;
    line-height: 24px;
}
.latestpost-section .blog-list .blog-details h5 a:hover  {
    color: #0078C1;
}

.breadcrumtitle {
    display: inline-block;
}
#page-container .breadcrumlink {
    display: inline-block;
    padding: 5px 10px !important;
    border-radius: 3px;
}
#page-container .breadcrumlink .et_pb_promo_description {
    padding-bottom: 0px;
}
#page-container .breadcrumlink .et_pb_promo_description div {
    display: inline-block;
}
.blogposts .custom-pagination {
    width: 100%;
}
.blogposts .custom-pagination ul {
    padding-left: 0px;  
}
.blogposts .custom-pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}
.blogposts .custom-pagination ul li .page-numbers {
    background-color: #0078C1;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 15px;
    display: block;
    position: relative;
    border-radius: 4px;
    box-shadow: inset 0 -3px rgba(0, 0, 0, .2);
    transition: 0.3s all ease;
}
.blogposts .custom-pagination ul li .page-numbers.current,
.blogposts .custom-pagination ul li .page-numbers:hover {
    box-shadow: none;
    top: 1px;
}
.boderwitharrow:after{
    content:"";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #e7e7e7 transparent transparent transparent;
    border-color:#e7e7e7 rgba(255,255,255,0)  rgba(255,255,255,0) rgba(255,255,255,0);
    border-top-color:inherit;
    position:absolute;
    left:50%;
    top: 0px;
    margin-left:-6px;
    opacity: 0.3;
}
.et_pb_accordion .et_pb_accordion_item {
    margin-bottom: 10px !important;
    padding: 15px;
}

@media (min-width: 992px) {
    .home-slider .et_pb_slides .et_pb_slider_container_inner {
        display: block;
    }
    .home-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
        padding-top: 10%;
        padding-left: 4%;
    }
    .blogposts.latestpost-section .et_pb_code_inner .blog-list {
        width: 50%;
    }
    .blogposts.latestpost-section .port-hover img {
        width: 100%;
    }
}
@media (min-width: 1500px) {
    .home-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
        padding-left: 3%;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #main-content .testimonials-sec .slick-prev {
        left: 46%;
    }
    #main-content .testimonials-sec .slick-next {
        right: 46%;
    }
}
@media (max-width: 991px) {
    .latestpost-section .et_pb_code_inner .blog-list {
        width: 50%;
    }
    #main-content .testimonials-sec .slick-prev {
        left: 45%;
    }
    #main-content .testimonials-sec .slick-next {
        right: 45%;
    }
}

@media (min-width: 981px) {
    #page-container .breadcrumlink {
        float: right;
        margin-top: 27px !important;
    }
}
@media (max-width: 980px) {
    .breadcrumtitlesec {
        margin-bottom: 0px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .topmenu-right p a:before {
        display: none;
    }
}
@media (max-width: 450px) {
    .latestpost-section .et_pb_code_inner .blog-list {
        width: 100%;
    }
    #main-content .testimonials-sec .slick-prev {
        left: 42%;
    }
    #main-content .testimonials-sec .slick-next {
        right: 42%;
    }
}