/*
///// CSS Index \\\\\\
    01. Slide css
    02. Section title css
    03. Service box
    04. Post box css
    05. Testimonial css
    06. Logo Carousel css
    07. Team Member
    08. Call to action css
    09. Couner Addon css
    10. Video addon css
    11. Project css
*/
/*
******************************
>>> 01. Slide css
******************************
*/

.single-monitor-slide-item {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    height: 615px;
    position: relative;
    z-index: 9;
}
.monitor-slide-table {
    display: table;
    height: 100%;
    width: 100%;
}
.monitor-slide-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.monitor-slide-text {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.monitor-slide-text h1 {
    font-size: 60px;
    text-transform: capitalize;
    margin: 0 0 20px;
    line-height: 65px;
    color: #fff;
    z-index:1;
    font-weight: 700;
}
.monitor-btn {
    /* border-radius: 50px; */
}
.monitor-slide-buttons a.monitor-btn {
    margin: 10px;
}
.monitor-slide-text > *:nth-child(1) {
    animation-duration: .3s;
    animation-delay: 0s;
}
.monitor-slide-text > *:nth-child(2) {
    animation-duration: .3s;
    animation-delay: .3s;
}
.monitor-slide-text > *:nth-child(3) {
    animation-duration: .3s;
    animation-delay: .6s;
}
.monitor-slide-text > *:nth-child(4) {
    animation-duration: .3s;
    animation-delay: .9s;
}
.monitor-slides .owl-nav div {
    color: #fff;
    font-size: 20px;
    height: 55px;
    left: 0;
    line-height: 55px;
    margin-top: -27.5px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 55px;
    z-index: -1;
}
.monitor-slides .owl-nav div::after {
    /*background: #f98a36 none repeat scroll 0 0;*/
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.monitor-slides .owl-nav div i.fa {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #717171;
    height: 45px;
    left: 5px;
    line-height: 45px;
    position: absolute;
    top: 5px;
    width: 45px;
}
.monitor-slides .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
.monitor-slides:hover .owl-nav div.owl-next {
    right: 50px;
    left: auto;
}
.monitor-slides:hover .owl-nav div {
    left: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}


.slide-overlay{
    background: #EB3325 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: .6;
    width: 100%;
    /* z-index: 1; */
}

/* .vc_row {overflow-y:hidden} */

.vc_row {
    overflow-x: hidden;
}

/* owl Navigation */

.owl-dots .owl-dot span {
    display: inline-block;
    width: 20px;
    height: 3px;
    background-color: #000;
}
.owl-dots .owl-dot.active span{
    /*background-color: #19b5fe;*/
}
.owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
}
.owl-dots {
    text-align: center;
    position: absolute;
    left: 46%;
    top: 90%;
} 

/*
******************************
>>> 02. Section title css
******************************
*/


.section-title-sep {
    display: inline-block;
}

.section-title-sep span.section-title-line {
    background: #0077c0 none repeat scroll 0 0;
    height: 1px;
    margin-top: 6.5px;
    width: 50px;
}
.section-title-sep span {
    display: block;
    float: left;
    margin: 4px;
}

.section-title-sep {
    display: inline-block;
}

.monitor-section-title {
    margin-bottom: 80px;
    text-align: center;
}
.monitor-section-title h2 {
    color: #333;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 38px;
}

.monitor-section-title p{
    margin: 0 0 10px;
    text-transform: capitalize;
    color: #888490;
    font-size: 14px;
}



/*
******************************
 03. Service css
******************************
*/


.monitor-service-box{
    border: 1px solid #e6eef1;
    position: relative;
    padding-left: 25%;
    margin-bottom: 30px;
    transition:.2s;
}

.monitor-service-box:hover{
    box-shadow: 0px 10px 20px #f1f1f1;
}

.monitor-service-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 1;

}

.monitor-service-icon img{
    max-width: 50px;
}

.monitor-service-icon::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.monitor-service-content{
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
}

.monitor-service-content h3{
    font-size: 20px;
    color: #444;
    text-transform: capitalize;
    
}

.monitor-service-table{
    display: table;;
    height: 100%;
    width: 100%;
}

.monitor-service-table-cell{
    display: table-cell;
    padding-top: 10px;
    vertical-align: top;
    text-align: center;
    width: 100%;
    font-size: 33px;
}

.service-more-btn{
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;

    opacity: 1;
}

 /* Call Back Form */

 .seo-contact-form input{
    margin-bottom: 25px;
 }

 .contact-page-textarea .seo-contact-form input{
    margin-bottom: 5px;
 }  

 .seo-contact-form h1{
    margin-bottom: 40px;
    font-size: 38px;
    color: #444;
 }
 
 .seo-contact-form label{
    font-weight: 600;
    font-size: 13px;
    color: #666;
 }

 button[type="submit"] i fa{
    font-size: 130px;
    padding-left: 10px;
 }

 .vc-row.bg-left-bottom{
    background-size: 670px;
     background-position: left bottom !important; 
 }

 .select-container{
    background: #f5f8f9;
    display: inline-block;
    width: 100%;
    border: 1px solid #e8eef1;
    padding: 5px;
 }

 .select-container select{
  width: 100%;
 }



/*
******************************
>>> 04. Post box css
******************************
*/

  /* .cs-post-block-img{
    background-color: #ddd;
    display: block;
    height: 200px;
    background-size: cover;
  } */

.cs-single-post-block h3 {
    color: #444;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: none;
}
 .cs-post-content{
    padding: 20px;
 }

.cs-post-block-date {
    color: #5f5a5a;
    font-size: 13px;
}
.dc-post-readmore {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.dc-post-readmore:hover {
    color: #fd8b37;
}
.cs-single-post-block {
    margin-bottom: 30px;
    text-align: left;
    font-size: 15px;
    border: 1px solid #e6eef1;
}

/*
******************************
   05.Testimonial css
******************************
*/

.monitor-testimonial{
    font-style: italic;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #f5f8f9;
 }

 .monitor-testimonial h4{
    font-size: 15px;
    font-style: normal;
    color: #fff;
    font-weight: 400;
 }

 .monitor-testimonial h4 span{
    color: #f6f8f9;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    margin-top: 5px;

 }

 .monitor-testimonial img{
    display: initial !important;
    margin-bottom: 20px;
    font-size: 24px;
    /* border: 2px solid transparent; */
    /* -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
    box-shadow: 0px 0px 0px 2px #ffffff; */
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    line-height: 80px;
 
    margin-top: 5px;

 }

.vc_row.my-testimonial-overlay{
 z-index: 1;
 color: #000;
}


/*
******************************
>>> 06. Logo Carousel css
******************************
*/

.monitor-logo-table img {
    display: block;
    margin: 0 auto;
    width: inherit !important;
}
.monitor-logo-table {
    display: table;
    height: 100%;
    width: 100%;
}
.monitor-logo-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.monitor-logo-carousel .owl-nav div {
    border: 1px solid #ddd;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    left: -50px;
    line-height: 26px;
    margin: 5px;
    text-align: center;
    width: 30px;
}
.monitor-logo-carousel {
    padding: 50px 0;
}
.monitor-logo-carousel .owl-nav {
    margin-top: 20px;
    text-align: center;
}
.monitor-btn.monitor-iconic-btn {
    border-color: #fd8b37;
    border-radius: 0;
    font-weight: 700;
    display: block;
    text-align: center
}
.monitor-iconic-btn {
    border-color: #fd8b37;
    border-radius: 0;
    font-weight: 700;
    display: block;
    text-align: center
}

.monitor-btn.monitor-iconic-btn i.fa {
    padding-right: 10px;
}
.monitor-btn.monitor-iconic-btn:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}



/*
******************************
>>> 07. Team Member css
******************************
*/

.staff_img_wrap {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.staff_img_wrap img{
    width: 100%;
}

.monitor-single-staff {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.monitor-staff-img {
    overflow: hidden;
    position: relative;
    z-index: 9;
}
ul.monitor-staff-social-link {
    list-style: outside none none;
    margin: 0;
    padding: 0 !important;
    text-align: left;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9;
    margin-top: 10px;
}
.monitor-staff-social-link li {
    display: inline-block;
}
.monitor-staff-social-link li a {
    color: #777;
    font-size: 17px;
    margin: 2px 6px;
    text-align: left;
    line-height: 30px;
    display: inline-block;
    
}
.monitor-staff-social-link li a i {}
.monitor-staff-social-link li:hover a i {
    /* transform: rotate(-90deg); */
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.monitor-staff-social-link li:hover a {
    
    color: #ff8c27;
    /* transform: rotate(90deg); */
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.monitor-single-staff:hover ul.monitor-staff-social-link {
    bottom: 0;
}
.monitor-staff-detail h4 {
    margin: 0 0 5px;
    letter-spacing: 1px;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.monitor-staff-position{
    margin: 0 0 5px;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;

}
.monitor-staff-detail {
    margin-top: 25px;
}
.monitor-single-staff {
    margin-bottom: 50px;
}


/*
******************************
>>> 08. Call to action css
******************************
*/

.monitor-cta-box {
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    width: 80%;
}
.monitor-cta-info {
    max-width: 60%;
}
.monitor-btn.monitor-cta-btn {
    background: #fd8b37 none repeat scroll 0 0;
    font-weight: 700;
    line-height: 30px;
    margin-top: -20px;
    position: absolute;
    /* padding: 20px; */
    right: 0;
    top: 50%;
}

.monitor-cta-info h3 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 26px;
    letter-spacing:1px;
    text-transform: uppercase;
}
.monitor-cta-info p:last-child {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
}



/* vc accordion customize css */
.wpb-js-composer div.vc_tta.vc_general .vc_tta-panel {
    display: block;
    border: 1px solid #f2f1f1;
    margin-bottom: 15px;
    padding: 1px;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: 0;
    background: none;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border: 0;
    background: none;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: none;
    border: 0;
}
.vc_tta-panel-heading:hover {
    background: none !important;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #1d1d1d;
    font-size: 16px;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #1d1d1d;
}
.vc_tta-panel-body .wpb_wrapper p {
    color: #8c8c8c;
    margin-top: -10px;
}


 h4.vc_tt-panel-title{
    font-size: 20px;
 }

/*
******************************
>>> 10.Counter Addon
******************************
*/ 

.seo-stat-box h1{
    /* color: #39b4f3; */
    margin-bottom: 10px;
    font-size: 46px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;

}

.seo-stat-box{
   font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
     text-align: center;
     text-transform: uppercase;
}

.vc_row.overlay{
    color: #fff;
    z-index: 1;
}

.vc_row.overlay::after{
    background: #000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.overlay h3,
.overlay h4,
.overlay h5,
.overlay h6 {
    color: #fff;
}


/*
******************************
>>> 11. Video  Addon
******************************
*/
    .flex-mod {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .flex-mod iframe,   
    .flex-mod object,  
    .flex-mod embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-modal {
        position: relative;
        display: block;
    }
    
    .video-modal {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 342px;
}

    
    
    .video-modal:hover:before {
        box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
    }
    .video-overlay-content {
        width: 100%;
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    
    .video-modal .video-overlay {
        background-color: rgba(0,0,0,0.5);
        opacity: 1;
        z-index: 10;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: '';
    }

    .video-modal:hover .video-overlay {
        background-color: rgba(0,0,0,0.6);
    }

    .video-modal .video-icon {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
}
    .video-icon i {
   
    font-size: 17px;
   text-align: center;
   padding-left: 25px;
   padding-top: 20px; 
    
}

    .video-modal .h3 {
        color: #fff;
        font-size: 26px;
        line-height: 36px;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .video-modal:hover:after {
        -webkit-transform:scale(0.8); 
        -ms-transform:scale(0.8); 
        transform:scale(0.8); 
    }

   .you-tube{
    width: 100%;
    height: auto;
   } 


/*
******************************
>>> 12. Project css
******************************
*/

.single-monitor-project-wrap {
    width: 100%;
    margin-bottom: 50px;
}
.monitor-project-thumb {
    background-position: center center;
    color: #333;
    display: block;
    height: 350px;
    text-align: center;
    position: relative;
    z-index: 99
}
.project-thumbnail-wrap {
    display: block;
    position: relative;
    background: #ddd;
}
.project-thumb-loading {
    color: #333;
    left: 0;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.monitor-project-inner a {
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.monitor-project-inner a:hover {
    color: #fd8b37;
}
.monitor-project-inner h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: none;
}
.monitor-project-inner {
    font-size: 12px;
    margin-top: 15px;
}
ul.monitor-project-categories {
    font-weight: 700;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    font-size: 15px;
}
.monitor-project-categories li {
    cursor: pointer;
    display: inline-block;
    padding: 20px;
}
.monitor-project-categories li.active {
    color: #fd8b37;
}
.load-more-projects-wrap {
    text-align: center;
}
.loadmore-project-btn {
    background: #fd8b37 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 10px 30px;
}

.projectmore-loading-text {
    text-align: center;
}

.monitor-project-info-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.monitor-project-info-item label {
    display: inline-block;
    min-width: 30%;
}
.monitor-related-projects {
    margin-top: 50px;
}
.monitor-related-projects h4 {
    margin: 0 0 30px;
    text-transform: none;
}
.single-related-project {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 130px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
.single-related-project i.fa {
    color: #fff;
    font-size: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 60%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 20px;
    z-index: -1;
}
.single-related-project:hover i.fa {
    opacity: 1;
    top: 50%;
    visibility: visible;
    z-index: 9;
}
.single-related-project::after {
    background: #1c5992;
    content: "";
    height: 100%;
    
    opacity: 0;
    position: absolute;
   
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.single-related-project:hover::after {
    opacity: 0.8;
    visibility: visible;
}
.single-project .entry-content h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: none;
}
.single-project .entry-content h3::after {
    background: #1c5992 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}

.seo-project-shorting{
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

.seo-project-shorting li{
    display: inline-block;
    padding-right: 26px;    
}

.seo-project-shorting li.active{
    color: #11999e;
}

/* Projects */

.single-work-box{
    display: block;
    margin-bottom: 40px;
}

.work-box-bg{
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    z-index: 1;
}

.work-box-bg:after{
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition:.3s;
}

.work-box-bg i.fa{
    height: 40px;
    width: 40px;
    background: #333;
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    transition:.3s;

}

.single-work-box:hover .work-box-bg i.fa{
    opacity: 1;
    visibility: visible;
}

.single-work-box p{
    color: #333;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.single-work-box:hover .work-box-bg:after{
    opacity: .5;
    visibility: visible;
}

/* Single service page + Project Page */
.vc_wp_custommenu ul{
   padding: 0;
   margin: 0;
   list-style: none;
}

.vc_wp_custommenu ul a {
    display: block;
    /*border: 1px solid #11999e;*/
    color: #333;
    font-weight: 700;
    font-size: 16px;
    padding: 15px;
    margin:3px;
    position: relative;
}

ul.seo-project-shorting li{
    cursor: pointer;
}

.vc_wp_custommenu li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    /*background: #eaeaea;*/
    content: '';
    transition:.3s;
}

.vc_wp_custommenu li:hover > a::before{
    width: 5px;
}


.vc_wp_custommenu li:hover > a{
    /*background: #000;*/
    text-decoration: none;
}


.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a i:after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    background: #1c5992;
    color: #ffffff!important;
    border-color: #fff;
}
.slicknav_menu {
    display: none;
}

.monitor-padding-right{
    padding-right: 50px;
}


/*
******************************
>>> 10. Boxed info css
******************************
*/

.monitor-feature-box{
    position: relative;
    padding-left: 25%;
    margin-bottom: 30px;
    transition:.2s;
}


.monitor-feature-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 1;

}

.monitor-feature-icon img{
    max-width: 50px;
}

.monitor-feature-icon::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.monitor-feature-content{
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
}

.monitor-feature-content h3{
    font-size: 20px;
    color: #10242b;
    text-transform: capitalize;
    
}

.monitor-feature-table{
    display: table;;
    height: 100%;
    width: 100%;
}

.monitor-feature-table-cell{
    display: table-cell;
    padding-top: 10px;
    vertical-align: top;
    text-align: center;
    width: 100%;
    font-size: 33px;
}


/* ==================================================================
 SCROLL TO TOP
================================================================== */

.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 0;
  right: 1em;
}

.scroll-up a i{
    font-size: 30px;
}

.scroll-up a {
  display: block;
  width: 64px;
  height: 38px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.scroll-up a:hover,
.scroll-up a:active {
  background-color: rgba(255, 255, 255, 1);
  color: #222;
}


.call-color{
  background-color: #003044;
  color: #000;
}
.call-color p{
  color: #02202f;
  font-size: 14px;
}