/*
Theme Name: OptimizeWP Child Theme
Theme URI: http://deploy.mikado-themes.com
Description: A child theme of OptimizeWP
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Template: optimizewp
*/
@import url("../optimizewp/style.css");

.home_clients ul {
    display: table;
    margin: 0;
}
.home_clients ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.home_clients .mkdf-custom-font-holder {
    position: absolute;
    display: inline-block;
    top: -75px;
    margin: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(255, 255, 255);
    padding: 8px 20px;
    letter-spacing: 6px;
min-width: 212px;
}

.result-counter.mkdf-grid-section .mkdf-section-inner {
    max-width: 900px;
}

.result-counter h3 {
    font-size: 100px;
    color: #f4911d;
    font-weight: normal;
    line-height: 1;
margin:0;    font-weight: 500;
}

.result-counter h3 sup {
    bottom: 1ex;
    font-weight: 200;
}

.result-counter h3 sub {
top: 0ex;
    font-size: 26px;
    font-weight: 400;
}

.result-counter h3 ._doller_sign {
    font-size: 25px;
    vertical-align: middle;
    position: relative;
    bottom: 5px;
}

/** About Us **/

.about-us-header {
 background-image: url(/wp-content/uploads/2017/04/about-header.png);
 background-repeat: no-repeat;
 background-size: 100%;
 background-position: center center;
}



.mkdf-section-subtitle-holder .mkdf-section-subtitle {
    font-size: 14px;
    line-height: 25px;
}

.about-us-founder-row .mkdf-section-inner {
    max-width: 600px;
}

.about-us-founder-row .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.awards-nomination-row .mkdf-section-inner {
    max-width: 900px;
}


/** Client Single **/


.client-title-row {
background-size: 100%;
}

.client-page-boxs img {
margin-right: 10px;
}

.dark-form label {
display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}


.dark-form input.wpcf7-form-control.wpcf7-submit {
    background: #666;
    border: 0;
    padding: 10px 40px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
}
        
.dark-form input.wpcf7-form-control.wpcf7-submit:hover {
                  
                   background: #fff !important;
}
                  
/** Team Page **/
                  
 .team-image {
        
border:none;
 }
                  
.team-text {
         position: absolute;
    top: 0;
    background: rgba(244, 145, 30, 0.85);
    left: 15px;
    right: 15px;
    bottom: 69px;
        opacity:0;
        transition: .4s ease-out;                       
        -webkit-transition: .4s ease-out;                       
        -moz-transition: .4s ease-out;    
  height:216px;
 }
                          
         .team-text .wpb_wrapper {
                  
                                        vertical-align: middle;
    position: absolute;
    top: 50%;
                                -webkit-transform: translateY(-50%);
                                         -moz-transform: translateY(-50%);
                                         transform: translateY(-50%);
          padding: 0 30px;
    text-align: center;
          right: 0;
    left: 0;
                                  }
                                  
                                  .team-text .wpb_wrapper strong {
                              color: #fff;
                                                font-weight: 400;
                                                line-height: 20px;
  font-size: 16px;
    display: block;
                                          }
        
.team-name h4 {
color: #f4911e;
    text-align: center;
    font-family: Montserrat;
    font-weight: 500;
  margin-bottom: 0;
      
}

.team-name p {
text-align: center;
    color: #818285;
    margin: 0;
}

.team-item:hover .team-text {
  opacity:1;

}

/** Award Page **/

.award-page {
        background: url(https://opmpros.com/opmpros5/wp-content/uploads/2018/01/awards-bgimg.jpg);
        background-position: bottom center;
       background-size: cover;
        float: left;
    width: 100%;
        padding: 50px 0 0;
}

.timeline-start {
        text-align: center;
        margin-bottom: -20px;
}

.timeline-start img {
        max-width: 65px;
}

.founded-year {
        text-align: center;
}

.founded-year p {
            color: #fff;
}

.founded-year h3 {
        margin: 0;
    margin-bottom: 15px;
    color: #ffffff;
        line-height: 1;
}

#award_details {
        max-width: 1070px;
    margin: 0 auto;
        position:relative;
        padding-bottom: 270px;
        padding-top: 40px;
}

#award_details:after {
        content: "";
    background-color: #f5911f;
    margin-left: -2px;
    position: absolute;
    display: block;
    height: 100%;
    width: 4px;
    left: 50%;
    top: 0;
}

.award-block:after {
    content: "";
    clear: both;
    display: block;
}

.award_name {
        position:relative;
        margin-bottom: 20px;
}

.award-image img{
            width: 20px;
}

.award-content h4 {
        font-size: 17px;
    margin: 0;
        color:#a0a0a0;
        font-family: Montserrat;
        text-transform: uppercase;
}

.award-content p {
        margin: 0;
    font-size: 12px;
    line-height: 16px;
        color: #fff;
}

/** Left Side **/

.award-timeline.left_side {
        width: 50%;
        position: relative;
}

.award-timeline.left_side .award-block {
            margin: 0px 100px 0px 10px;
    position: relative;
}

.award-timeline.left_side .timeline-icon {                          
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    border: 10px solid #f4911e;
    border-radius: 20px;
    right: -4px;
    top: 6px;
}

.award-timeline.left_side .award-block:before {
        
    content: "";
    width: 85px;
    height: 3px;
    background: #fff;
    position: absolute;
    right: -85px;
    top: 20px;
}

.award-timeline.left_side .award-year {
        width: 80px;
    margin: 0;
    position: absolute;
    padding: 0;
    right: 0;
    top: 8px;
    border-right: 3px solid #fff;
    line-height: 1;
        color: #f4911e;
        text-align: center;
}

.award-timeline.left_side .award-list {
        padding-right: 85px;
        list-style: none;
        margin: 0;
}

.award-timeline.left_side .award-content {
            text-align: right;
    padding-right: 30px;
}

.award-timeline.left_side .award-image {
        position: absolute;
    right: 0;
        top:0;
}



/** Right Side **/
 
.award-timeline.right_side{
        margin-left: 50%;
        position: relative;
}

.award-timeline.right_side .award-block {
        margin: 0px 10px 0px 100px;
    position: relative;
}

.award-timeline.right_side .timeline-icon {
        width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    border: 10px solid #f4911e;
    border-radius: 20px;
    left: -4px;
    top: 6px;
}

.award-timeline.right_side .award-block:before {
        
        content: "";
    width: 85px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: -85px;
    top: 20px;
}

.award-timeline.right_side .award-year {
        width: 80px;
    margin: 0;
    position: absolute;
    padding: 0;
    left: 0;
    top: 8px;
    border-left: 3px solid #fff;
    line-height: 1;
        color: #f4911e;
        text-align: center;
}

.award-timeline.right_side .award-list {
        padding-left: 85px;
        list-style: none;
        margin: 0;
}

.award-timeline.right_side .award-content {
        text-align: left;
    padding-left: 30px;
}

.award-timeline.right_side .award-image {
        position: absolute;
    left: 0;
        top:0;
}

/** Award Page End**/


/** Career Page **/

.career-header {

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;

}

.career-pro .mkdf-iwt.mkdf-iwt-icon-top .mkdf-iwt-icon-holder img {
        margin-bottom:0;
}

.career-pro .mkdf-iwt-text-holder {
            line-height: 1.3;
}

.apply-now-row .vc_column-inner {
        padding-left: 0 !important;
    padding-right: 0 !important;
        border-bottom: 2px solid #fff;
        padding-bottom: 15px;
}

/** Career Page End**/

/** Contact Page **/

.contact-section .wpcf7-form-control.wpcf7-date, 
.contact-section .wpcf7-form-control.wpcf7-number, 
.contact-section .wpcf7-form-control.wpcf7-quiz, 
.contact-section .wpcf7-form-control.wpcf7-select, 
.contact-section .wpcf7-form-control.wpcf7-text, 
.contact-section .wpcf7-form-control.wpcf7-textarea {
	padding: 14px 15px;
    border: 1px solid transparent;
    background-color: #f6f6f6;
}

.contact-section .mkdf-section-inner {
	background: url(/wp-content/uploads/2017/04/statue.png) no-repeat;
	background-position: center bottom;
	background-size: 100px;
	background-repeat: no-repeat;
}

/** Why Opm Pros **/

.result-counter.why-opm-result h3 {
	color: #666666;
}

.why-opm-lead-below .mkdf-iwt.mkdf-iwt-icon-top .mkdf-iwt-icon-holder img {
	width: 140px;
}

.why-opm-bottom {
	background-position: center -88px !important;
    background-size: 768px auto;
    background-repeat: no-repeat;
}

.large-checklist ul li {
	background: url(images/checkmark.png) no-repeat;
	list-style: none;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #666666;
    font-weight: 600;
    background-position: center left;
    padding: 10px 10px 10px 48px;
}

/** Job Posting Page **/

.job-posting-title {
	background-repeat: no-repeat;
    background-size: 120px;
    background-position: 83% -20px;
}

.arrow-list ul li {
	list-style: none;
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 5px 0;
    line-height: 26px;
}

.arrow-list ul li:before {
	content: "";
    border: 7px solid transparent;
    border-left-color: #f93;
    width: 0px;
    display: inline-block;
    height: 0px;
    margin-right: 10px;
}

.job-posting-form .wpcf7-form-control.wpcf7-date, 
.job-posting-form .wpcf7-form-control.wpcf7-number, 
.job-posting-form .wpcf7-form-control.wpcf7-quiz, 
.job-posting-form .wpcf7-form-control.wpcf7-select, 
.job-posting-form .wpcf7-form-control.wpcf7-text, 
.job-posting-form .wpcf7-form-control.wpcf7-textarea {
	padding: 15px 15px;
    border: 2px solid #999999;
}

.job-posting-form label {
	font-weight: 600;
    font-size: 18px;
    color: #999999;
    line-height: 40px;
}

.job-posting-form input.wpcf7-form-control.wpcf7-submit {
    padding: 12px 16px;
    font-style: normal;
    font-weight: 700;
    width: 100%;
    font-size: 12px;
}

.job-posting-form div.wpcf7 input[type="file"] {
	padding: 13px 0;
}

.job-posting-form .vc_row:last-child {
	margin-top: 20px;
}

.job-posting-form input.wpcf7-form-control.wpcf7-submit:hover {
	border-color: #f4911e!important;
}

.job-posting-bottom h2 {
	color:#fff;
}

.job-posting-bottom p {
	color: #fff;
    line-height: 34px;
    font-weight: 500;
}

/** Event Page **/

.mkdf-event-holder .event-block {
	background: #f4f4f4;
	border-bottom: 4px solid #666;
	margin-bottom: 30px;
}

.mkdf-event-holder .event-block h2 {
	font-size: 20px;
    color: #666666;
    padding: 0;
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
}

.mkdf-event-holder .event-block .event-text {
	padding: 20px;
}

.mkdf-event-holder .event-block .view-event {
	float:right;
}

.mkdf-event-holder .event-block .view-event a {
	background: #666;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.mkdf-event-holder .event-block .event-location {
	color: #f4911e;
    font-weight: 600;
}

/** Single Blog Post */

.single .mkdf-content .mkdf-content-inner>.mkdf-container>.mkdf-container-inner {
	padding: 40px 0;
}

/** Footer Css **/

footer .mkdf-footer-top-holder {
    background-color: #666;
}

footer .mkdf-icon-list-item .mkdf-icon-list-text {
font-weight: 400;
}

footer .mkdf-footer-top-holder .widget.mkdf-latest-posts-widget .mkdf-blog-list h6.mkdf-item-title a {
    font-size: 14px;
color: #f4911e;
}

.mkdf-page-footer .mkdf-blog-list-holder.mkdf-minimal .mkdf-blog-list-item {
    border-bottom-color: #b7b7b7;
}

.mkdf-blog-list-holder.mkdf-minimal .mkdf-item-date {
    color: #ededed;
}

footer .mkdf-footer-top-holder .widget .mkdf-footer-widget-title {
color:#ededed;
    font-weight: 600;
margin-bottom: 12px;
text-transform:none;
font-size: 16px;
    line-height: 1;
}

footer .mkdf-footer-top-holder .widget h4 {
    font-size: 18px;
    color: #ededed;
font-weight: 600;
    margin-top: 0;
}

footer .mkdf-footer-top-holder .widget ul li {
border-bottom: 0;
}

.mkdf-footer-top-holder .widget.widget_nav_menu ul li a {
padding-bottom: 3px !important;
    padding-top: 3px !important;
}

footer .mc4wp-form-fields label {
display: block;
    font-weight: 500;
    color: #fff;
margin-bottom:10px;
}

footer .mc4wp-form-fields input[type="email"] {
border: 1px solid #949494;
    background: transparent;
    color: #fff;
    height: 30px;
    padding: 0 10px;
}

footer .mc4wp-form-fields input[type="submit"] {
background: #f4911e;
    border: 1px solid #f4911e;
    height: 32px;
    color: #fff;
    margin-left: 10px;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: 700;
}

@media screen and (min-width: 768px)  {

.result-counter .wpb_column:after {
    content: "";
    width: 1px;
    position: absolute;
    background: #f6f6f6;
    display: block;
    right: 0;
    top: 15px;
    height: 70px;
}

.result-counter .wpb_column:last-child:after {
display:none;
}

.about-us-header img {
    max-width: 650px;
}

.awards-nomination-row .mkdf-iwt-text-holder {
padding: 0 35px;
    font-weight: 500;
}

.team-row .vc_col-sm-2 {
width: 20%;
}

.team-row .vc_col-sm-2:last-child {

  display:none;
}

.career-pro .mkdf-iwt-text-holder {
        padding:0 15px;
}

.apply-now-row .mkdf-custom-font-holder {
        
        width: 80%;
    float: left;
}

.apply_now_btn {
        float: left;
    width: 20%;
}
        
.mkdf-four-columns .mkdf-column:first-child {
    width: 23%;
}

.mkdf-four-columns .mkdf-column:nth-child(2) {
    width: 27%;
}

.mkdf-four-columns .mkdf-column:nth-child(3) {
    width: 18%;
}

.mkdf-four-columns .mkdf-column:last-child {
    width: 30%;
}


}

@media screen and (max-width: 768px) {
        
        #award_details:after {
                left: 75px;
        }
        
        .award-timeline.left_side {
                margin-left: 75px;
                margin-top: 10px !important;
                width: auto;
        }
        
        .award-timeline.left_side .award-year {
                right: auto;
                left: 0;
                 border-left: 3px solid #fff;
                     border-right: 0px solid #fff;
        }
        
        .award-timeline.left_side .award-list {
                padding-right: 0;
   
    padding-left: 85px;
        }
        
        .award-timeline.left_side .award-content {
                    text-align: left;
    padding-right: 0;
    padding-left: 30px;
        }
        
        .award-timeline.left_side .award-image {
                right: auto;
    
    left: 0;
        }
        
        .award-timeline.left_side .award-block:before, .award-timeline.right_side .award-block:before {
        left: -30px;
    right: auto;
    width: 30px;
        }
        
        .award-timeline.left_side .award-block, .award-timeline.right_side .award-block {
                    margin: 0px 10px 0px 40px;
        }
        
        .award-timeline.left_side .timeline-icon {
                left: -4px;
                right:0;
        }
        .timeline-start {
                    text-align: left;
        }
        .timeline-start img {
                margin-left: 43px;
        }
        
        .award-timeline.right_side {
                margin-left: 75px;
                    margin-top: 10px !important;
        }
        
        
        .founded-year {
                text-align: left;
    padding: 0 43px;
        }
        
}

@media screen and (min-width: 480px) {

        .publishers .mkdf-elements-holder.mkdf-two-columns .mkdf-elements-holder-item:first-child {
                width: 12%;
        }
}
	  
	  .home_result_counter .wpb_wrapper p{font-weight:600}
  
.image-block .vc_column_container h4 {
font-size: 22px;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 0px;
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 26px;
}
.image-block .vc_column_container p {
    font-weight: bold;
    color: #666666;
    font-size: 19px;
}

.image-block .vc_column_container p.time {
    color: #666666;
    font-weight: bold;
    font-size: 14px;
}
.button-final .wpb_wrapper {
      text-align: center;
    margin-bottom: 53px;
    margin-top: 50px;
}
	.button-final .wpb_wrapper a{
      margin: auto;
    font-size: 14px;
    background: #666666;
    font-weight: 500;
}

@media(max-width:767px){
.home_clients ul{text-align:center;}
.home_clients ul li {
    display: inline-block;
    padding:0;
    width: 19%;
    text-align: center;
    margin-bottom:15px;
}

}
@media(max-width:480px){
.home_clients ul li {
    width: 32%;
}

}

.our-holiday-title h2{ margin-bottom:0 !important}
.content-vid-text h3{color:#666; font-size:18px; font-weight:700; line-height:24px; margin:0 0 30px 0;}
.content-vid-text ul li{list-style:none; margin-bottom:5px;}
.content-vid-left{padding-left:50px;}
.content-hol-bot-text{margin-top:40px;}
.content-hol-bot-text p{line-height:30px;}
.button-holiday-btn{margin:60px 0 60px 0; text-align:center;}
.button-holiday-btn a.mkdf-btn{background:#da132d; font-size:18px;font-family: Montserrat; font-weight:400 !important; border:none; padding:11px 25px; }
.image-grid-block{margin-top:40px;}
.image-grid-block .wpb_image_grid .wpb_image_grid_ul .isotope-item{float:left; width:24%; margin-right:1%; margin-bottom:3%;}

.about-us-founders .mkdf-section-inner{text-align:center; max-width:900px;}
.career-galler .wpb_image_grid .wpb_image_grid_ul .isotope-item{width:50%; margin:0;}
.career-galler .wpb_image_grid .wpb_image_grid_ul .isotope-item img{width:100%; height:auto;}


@media(max-width:1199px){
.home_clients ul li{ padding:0 10px;}
}
@media(max-width:768px){
.content-vid-left {padding-left: 0;}
}

@media(max-width:767px){
.pad-leftright{padding-left:20px;padding-right:20px;}
.content-vid-left {
    padding-left: 0;
}
.our-holiday-title h2, .red-bg-block h2 {
    font-size: 24px;
}
	.image-grid-block .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    width: 47%;
    margin-right: 1.5%;
    margin-bottom: 3%;
}
.events-images-block .vc_col-sm-3{margin-bottom:50px;}
.about-us-founder-row .vc_col-sm-3, .about-us-founder-row .vc_col-sm-2{ float:left;}
.about-us-founder-row .vc_col-sm-3{width:33%;}
.about-us-founder-row .vc_col-sm-2{width:33%;}
.home-slider-top .tp-parallax-wrap{width:100%; left:0 !important; right:0; text-align:center;}
.home-slider-top .tp-parallax-wrap .tp-loop-wrap {
    width: 100%;
    text-align: center;
}
.home-slider-top .tp-parallax-wrap .tp-mask-wrap {
    width: 100%;
}
.home-slider-top .tp-parallax-wrap .tp-mask-wrap .tp-caption.rev-btn{margin:0 auto !important;}
.home-slider-top .tp-parallax-wrap .tp-caption.tp-resizeme {
    background-color: rgba(0, 0, 0, 0.75);
    display: inline-block;
    padding: 7px !important;
}
.about-us-founders .mkdf-section-inner .vc_col-sm-4{ margin-bottom:20px;}
.mkdf-iwt.mkdf-iwt-icon-top .mkdf-iwt-icon-holder img{ margin-bottom:0;}
}
	  
	  @media(max-width:480px){
.career-galler .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    width: 100%;
    margin: 0;
}
		.image-grid-block .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    width: 100%;
    margin-right:0;
    margin-bottom: 3%;
}
	footer .mkdf-icon-list-item .mkdf-icon-list-text{font-size:10px;}
	.about-us-founder-row .vc_col-sm-3{width:40%;}
.about-us-founder-row .vc_col-sm-2{width:20%;}
.home-slider-top .tp-parallax-wrap .tp-caption.tp-resizeme {
  font-size:10px !important;
}
	.home-slider-top .tp-parallax-wrap .tp-mask-wrap #slide-5-layer-2{top:-15px;}
	}