/*
Theme Name: ChapMan
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
 .about-us a {
color: #337ab7;
}

.navbar #mainmenu li a {
    height: 128px;
}
.navbar #mainmenu li a:hover {
    background-color: #e4801e;
    color: #fff;
    height: 128px;
}

.navbar #mainmenu .sub-menu > li > a {
    height: auto;
}

.leftmenu ul {
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 23px;	
}

.our_client {
max-width: 750px;
}

.our_client .slick-slider {
width: 80%!important;
}

.our_client .slick-slider .slick-track {
width: 100%!important;
}

.our_client .slick-slider .slick-track .slick-slide {
width: 115px!important;
}

.leftmenu ul li a {
    margin-bottom: 6px;
}

.big-box.small-box .local_expert {
    height: 820px!important;
    margin-top: 50px;
}

.about-us .about-content h2 {
    margin-left: 55px;
}

.sub-menu {
  background-color: #979797;
}

.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fade-in.nav-content {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.fade-in.header-page {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.fade-in.content-body {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.arrow-triangle {
  position: relative;
  background-color: rgb(245, 166, 89);
  text-align: left;
  margin: 1em;
  transition: all ease-in-out 300ms;
}
.arrow-triangle:hover {
  background-color: rgb(247, 247, 247);
}


.arrow-triangle:before,
.arrow-triangle:after {
  content: '';
  position: absolute;
  background-color: inherit;
}

.arrow-triangle,
.arrow-triangle:before,
.arrow-triangle:after {
  width:  2em;
  height: 2em;
  border-top-right-radius: 30%;
}

.arrow-triangle.arrow-right {
  transform: rotate(-90deg) skewX(-30deg) scale(1,.866);
}

.arrow-triangle.arrow-left {
  transform: rotate(-30deg) skewX(-30deg) scale(1,.866);
}

.arrow-triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}

.arrow-triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

blockquote {
  border-left: 0px!important;
}

blockquote em {
  color: #989898;
}



@media (max-width: 767px) {
  .about-us {
    margin: 0 -15px;
    padding: 0 0 100px;
  }
.arrow-triangle,
.arrow-triangle:before,
.arrow-triangle:after {
  width:  1em;
  height: 1em;
  border-top-right-radius: 30%;
}
}

.about-us .left-img {
    padding: 0 0 0 25px;
    margin: 0 -30px 0 -56px;
    display: block;
    height: auto;
    overflow: hidden;
}

.about-us .left-img img {
    width: 100%;
}

.about-us .about-content h2 {
    font-size: 52px!important;
    color: #989898;
}

.about-us .about-content p {
    font-size: 18px;
}
@media screen and (max-width:768px) {
  .about-us .about-content h2 {
    font-size: 48px!important;
  }

  .about-content ul {
    margin: 15px 0 15px 18px!important;
  }

  .about-content ul li {
    font-size: 18px!important;
  }
}

.about-content ul {
    margin: 15px 0 15px 75px;
}

.about-content ul li {
    color: #979797;
    list-style: initial;
    font-size: 18px;
    font-weight: 400;
    color: #979797;
}

.discover .main_logo {
    width: 40%;
}
@media screen and (max-width:480px) {
    .discover .main_logo {
        width: 100%;
    }
    .menu-header-menu-container #menu-header-menu .menu-item-has-children {
          width: 75%;
    text-align: right;
    }
    .menu-header-menu-container #menu-header-menu .plus-child {
      content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem;
    }
.menu-header-menu-container #menu-header-menu .minus-child {
      content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 15%;
    margin-top: -4px;
    right: 1rem;
-webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    }
    .menu-header-menu-container #menu-header-menu .child-display {
      display: block;
      position: relative;
      width: 100%;
      background-color: transparent;
    }
    .menu-header-menu-container #menu-header-menu .child-display {
      margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    }
    .menu-header-menu-container #menu-header-menu .sub-menu li a {
      display: block;
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 6px;
    border-bottom: 0;
    padding: 0;
    }

    .menu-header-menu-container #menu-header-menu .sub-menu li a:hover {
     color: #ffab58;
    }
	
}

.manage {
    padding: 80px 0 0 115px;
}
@media screen and (max-width:768px) {
    .manage {
        padding: 80px 0 0 20px;
    }
}
@media screen and (max-width:480px) {
    .manage {
        padding: 80px 0 0 0;
    }
}

.expert .content h2 {
    font-size: 65px;
}
@media screen and (max-width:480px) {
    .expert .content h2 {
         font-size: 28px;
         padding-left: 0px!important;
    }
}

@media (max-width: 767px) {
    .leftmenu ul li a:hover {
        color: #ffab58;
    }
}

.discover .right_img {
    padding: 0 50px 0 0;
    margin: 0 -40px 0 -100px;
}
@media screen and (max-width:768px) {
    .discover .right_img {
        padding: 0;
        margin: 0 0 0 -100px;
    }
}
.discover .right_img img[alt="right-img"] {
    width: 372px;
    height: 820px;
}

.logo {
    position: relative;
    right: 15px;
    max-width: 180px;
}
@media screen and (max-width:480px) {
    .logo {
        max-width: initial;
    }
    .logo img {
        height: 95px;
    }
}

.inner-page {
    margin: 130px 0 0;
}
@media screen and (max-width:768px) {
    .inner-page {
        margin: 120px 0 0;
    }
}
@media screen and (max-width:765px) {
    .inner-page {
        margin: 0;
    }
}
@media screen and (max-width:480px) {
    .inner-page {
        margin: 0;
    }
}

.big-box .home-local .box .partner_box {
    width: 225px;
    height: 30%;
    max-width: 225px;
}

.about-us .small-box .local_expert .box .partner_box {
    background-color: rgba(0, 0, 0, 0);
    width: 185px;
    height: 30%;
    max-width: 185px;
}
.about-us .big-box .local_expert .box .partner_box h3 {
    color: #e4801e;
}

.manage h1 {
    font-size: 108px;
}
@media screen and (max-width:480px) {
    .manage h1 {
        font-size: 54px;
    }
}

@media (max-width: 767px){
    .data_content {
        display: block;
    }
}

.manage .ro-text {
    font-size: 108px;
    color: #e4801e;
    font-weight: 100;
    position: relative;
}

@media screen and (max-width:480px) {
    .manage .ro-text {
        font-size: 54px;
	letter-spacing: -3px;
    }
}
@media (max-width: 767px) {

    [class^="col-xs"] .big-box, [class*=" col-xs"] .big-box {
       width:85%!important;
    }

    .about-us .big-box.small-box .local_expert {
       left: 0!important;
    }
    .about-us .big-box.small-box .local_expert .box {
	/* commented by Steve             right: 45px!important; */      
     right: 35px!important;
    }
    .big-box .local_expert .box h2 {
      font-size: 32px!important;
      position: relative;
      top: -32px!important;
    }
    .big-box .partnership.local_expert .box .partner_box h3 {
      color: #e4801e!important;
    }
    .data_content .box .overlay {
        position: relative!important;
        top: 0!important;
    }
    .data_content .box img {
        height: 50px!important;
    }
    .home-local {
        display: initial;
    }
    .home-local .box {
        position: relative!important;
        margin-bottom: 50px;
    }
    .home-local .box .partner_box {
        bottom: -18px!important;
        width: 45%!important;
    }
    .home-local .box .partner_img {
        left: 65px!important;
        bottom: -8%!important;
    }
    .home-local .box h2 {
        top: -5%!important;
        left: -15px!important;
        font-size: 32px!important;
    }
    .home-local .box blockquote {
        margin: -35px 0 20px!important;
        padding: 10px 10px 80px 10px!important;
    }

}

.big-box .local_expert .box .partner_img {
    position: absolute;
    height: 450px;
    width: 425px;
    left: -20%;
    bottom: -20%;
    display: block;
    overflow: hidden;
    border-radius: 100%;
}

@media screen and (max-width: 767px) {
    [class*=" col-xs"] .big-box .home-local .box .partner_box {
       height: 95px;
       background-color: #e4801e;
    }
    [class*=" col-xs"] .big-box .home-local .box .partner_box h3{
       color: #fff;
    }
    .about-us .left-img {
       padding: 0 0 0 26px;
       margin: 0 0 0 -56px;
       height: auto;
    }
    .about-box .local_expert {
        display: initial;
    }
    .about-box .local_expert .box {
        width: 130%!important;
        position: relative!important;
        right: 160px;
        margin-bottom: 50px;
    }
    .about-box .local_expert .box .partner_box {
        bottom: -18px!important;
        width: 45%!important;
    }
    .about-box .local_expert .box .partner_img {
        left: 55px!important;
        bottom: -8%!important;
    }
    [class*=" col-xs"] .big-box .local_expert .box .partner_img {
        width: 120px!important;
        height: 120px!important;
    }
    .about-box .local_expert .box h2 {
        top: -5%!important;
        left: 0px!important;
        font-size: 32px!important;
    }
    .about-box .local_expert .box blockquote {
        margin: 35px 0 20px!important;
        padding: 10px 10px 80px 10px!important;
    }

}

.about-box .local_expert .box .partner_box {
    bottom: 0!important;
}

.about-box .local_expert .box .partner_img {
    width: 250px!important;
    height: 250px!important;
}

.big-box .local_expert {
  width: 100%;
}
.big-box .partnership.local_expert .box .partner_box h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 26px;
    padding: 107px 0 15px 11px;
}

.big-box .local_expert .box h2 {
    top: -5%;
    font-size: 65px;
    color: #444;
    font-weight: 300;
}

.big-box .local_expert .box blockquote {
    margin: 140px 0 20px;
}

.big-box .partnership.local_expert .box .partner_box {
width: 225px;
}

.big-box .partnership.local_expert .box .partner_box span {
    position: absolute;
    right: 6px;
    top: 113px;
}
.big-box.small-box .local_expert {
    height: 560px;
}

.about-box .big-box .local_expert .box blockquote {
    margin: 15px 0 20px;
    width: 95%;
}

.gear-icon {
  position: relative;
}


@media screen and (max-width:992px) {
  .navbar #mainmenu li a {
     height: 120px;
     line-height: 85px;
     padding: 0 7px;
     font-size: 12px;
   }

  .big-box.small-box .local_expert {
    height: 560px!important;
  }

  .about-us .about-content h2 {
    margin-left: 0;
  }
  .big-box.small-box .local_expert .box {
    border: solid 12px #f7f7f7;
    width: 100%;
  }
  .about-us .left-img {
       padding: 0;
       margin: 0;
       height: auto;
    }
  .big-box.small-box .local_expert {
    height: 560px;
    margin: 0;
    position: relative;
    left: 115px;
    width: 80%;
  }
  .big-box .local_expert {
    width: 80%;
  }
  .expert .content h2 {
    padding-left: 25px;
  }
}

footer .footer .newsletter-widget .newsletter-email {
    color: white;
    position: absolute;
    bottom: -20px;
}

footer .footer .newsletter-widget .wpcf7-mail-sent-ok {
color: white;
}
footer .footer .newsletter-widget .wpcf7-not-valid-tip {
display:none;
}
footer .footer .newsletter-widget .wpcf7-validation-errors {
color: white;
}

footer .footer .newsletter-widget .newsletter-email::-webkit-input-placeholder {
    color: white;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Video Mod */
.right_img .hero-video{
overflow: hidden;
height: 820px;
}

.right_img .hero-video video {
    max-height: 100%;
    max-width: 820px;
    width: auto;
    height: 820px;
}
