/*
Theme Name: Monitor thecreo
Theme URI: http://underscores.me/
Author: theCreo
Author URI: http://rashedamins.com
Description: Awesome Consulting & Business WordPress Theme 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: monitor-thecreo
Tags: two-columns, left-sidebar

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.

Monitor is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.


*/

/* index css **

00. Common css
01. Header css
02. Footer css
03. Contact form css
04. 404 css
05. blog css
07. Responsive css

*/



/* ****************** **
    00. Common css
** ****************** */

 body{
  font-weight: 400;
 }
 h1,h2,h3,h4,h5,h6{
  /* font-family: 'Poppins', sans-serif; */
   /* font-weight: 700;  */
  text-transform: capitalize;

 }

 .site_preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sk-fading-circle {
  margin: 80px auto;
  width: 70px;
  height: 70px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 10%;
  background-color: #003044;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
} 



.entry-content {line-height: 2}

.pad80{
    padding: 80px 0;
}

.monitor-btn{
    color: #fff;
    border: 1px solid;
    background-color: #003044;
    border-color: #02202f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-family: 'Montserrat',sans-serif;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

a.bordered-btn{
    border: 1px solid;
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-family: 'Montserrat',sans-serif;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-color: #fff;
}
.bordered-btn i,
.monitor-btn i{
    margin-left: 5px;
}

.monitor-btn:hover,
.bordered-btn:hover{
    background-color: #fff;
    color: #ff8c27;
    border-color: #fff;
}



/* ****************** **
    02. Header css
** ****************** */


.logo a {
    color: #666;
}
.logo h1 {
    font-size: 24px;
    margin: 16px 0;
}
.logo {
    padding: 20px 0;
    text-transform: uppercase;
}
.logo a span {
  
  color: #222;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  padding: 5px 10px;

}
.logo img{
    height: 57px;
}
.header-right-boxes p {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 0 35px;
    padding-left: 40px;
    position: relative;
    /* letter-spacing: 1px; */
    color: #333333;
}


.header-right-boxes p span {
    display: block;
    font-weight: 300;
}
.header-right-boxes p i {
    font-size: 25px;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    color: #656565;

}
.header-right-boxes {
    margin: 26px 0;
}
.mainmenu-area {
    background: #02202f none repeat scroll 0 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.mainmenu ul li a {
    color: #8c99a0;
    font-weight: 700;
    padding: 20px;
}
.mainmenu ul li a{
    position: relative;
}
.mainmenu ul li a:before{
    display: none;
}
.mainmenu ul li ul li a:before{
    height: 1px;
    bottom: 0;
    top: auto;
}
.mainmenu ul li a:hover:before{
    width: 100%;
}

.monitor-header-search,{
    margin-top: 4px;
}

 .monitor-header-search {
    position: absolute;
    right: 0;
    top: 10px;
}

 .monitor-header-search .search-form label input {
  height: 35px;
  text-indent: 50px;
 }

 .monitor-header-search .search-form input[type="submit"]{
  display: none;
 }

.monitor-header-search input[type="search"] {
  background: #fff url("assets/images/search-icon.png") no-repeat scroll center center;
  border: medium none;
  border-radius: 3px;
  cursor: pointer;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  transition: all 0.3s ease 0s;
  width: 35px;
}
.monitor-header-search input[type="search"]:focus {
  background: #fff url("assets/images/search-icon.png") no-repeat scroll 175px center;
  cursor: inherit;
  padding: 5px;
  width: 200px;
  text-indent: 10px;
} 

.search-results .entry-summary {
    display: none;
}
.search-results .col-md-8 > article {
    margin-bottom: 40px;
}


 .header-right-content{
  	position: relative;
  	padding-right: 30px;

  }

  .header-area{
  	padding-top: 10px;
  }

  .main-menu{
  border-top:1px solid #d9e4e9;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 600;
 }

.main-menu a{
  color: #333;
}

.main-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu li{
  display: inline-block;;
  position: relative;
}

.main-menu li a{
  display: block;;
  padding: 20px;
  padding-left: 0px;
  padding-right: 30px;
}

.site-logo{
  margin: 0;
  padding: 3px 0;
}

.social-icons{
  font-size: 16px;
  text-align: right;
}
.social-icons a{
  display: inline-block;
  padding-left: 20px;
}


.vc_row {overflow-y:hidden}

/* ****************** **
    03. Contact Css
** ****************** */

 .monitor-contact-box h3{
 	color: #333;
 	font-size: 16px;
 	margin-top: 5px;
 	margin: 0;
 	letter-spacing: -1px;
 }

 .monitor-contact-box{
 	display: inline-block;
 	position: relative;
 	padding-left: 65px;
 	color: #666;
 	margin-right: 20px;
 }

 .monitor-contact-box i.fa{
 	left: 0;
 	top: 50%;
 	height: 26.5px;
 	line-height: 48px;
 }


.monitor-contact-box i.fa{
 	position: absolute;
 	right: 0;
 	top:0;
 	border: 1px solid #1e1e1e;
 	height: 50px;
 	width: 50px;
 	font-size: 18px;
 	line-height: 46px;
 	text-align: center;
 	border-radius: 50%;
 }
 

input[type=text], input[type=email], input[type=tel], input[type=serach], input[type=url] input[type=password],
 textarea{
    background-color: #f5f8f9;
    border: 1px solid #e8eef1;
    width: 100%;
    padding: 10px;
 }



 input[type=submit],button[type=submit]{
    background: #278cc1;
    border: none;
    padding: 10px 28px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;

    }

    .contact-page-textarea textarea{
      height: 200px;
    }

    .contact-page-textarea button{
      margin-top: 20px; 
      width: 140px;
    }


/* common css */


.seo-breadcrumb-area{
  font-size: 20px;
  text-align: center;
  background: #003044; 
  background-image: no-repeat;
  padding: 145px 0;
  font-weight: 500;
  color: #ffffff;
}

.seo-breadcrumb-area h1{
  color: #ffffff;
  font-size: 48px;
}

.seo-breadcrumb-area a{
  color: #ffffff;
}

.seo-breadcrumb-area span[typeof="ListItem"]
{
  display: inline-block;
  padding: 0 10px;
}

.seo-breadcrumb-area{
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.seo-breadcrumb-area:after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .3;
  z-index: -1;
  background: no-repeat;
}

.about-text{
    font-size: 17px;
    font-weight: 500;
}
.about-text h1{
    font-size: 57px;
    font-weight: 500;
}

.monitor-internal-area.section-enable-padding{
    padding: 80px 0;
}


.pad80{
  padding: 80px 0;
}


/* ****************** **
    04. Footer css
** ****************** */


.footer_logo{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    
}

.footer-top-widgets {
    background: #2a2a2a none repeat scroll 0 0;
    padding-top: 70px;
}
.footer-copyright-area {
    background: #1c1c1c none repeat scroll 0 0;
    color: #acacac;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
}
.footer-top-widgets .widget {
    margin-bottom: 70px;
}
.footer-top-widgets, .footer-top-widgets a {
    color: #d8d8d8;
}
.footer-top-widgets a:hover {color: #fff}
.footer-top-widgets h3.footer-widget-title {
    color: #c5cccf;
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 500; 
}

.footer-top-widgets p{
  font-size: 14px;
  font-weight: 500;
 
}
.footer-top-widgets li{
  font-size: 14px;
  font-weight: 500;

}

.monitor-social-icons a {
    /* border: 1px solid #fff; */
    display: inline-block;
    color: #c5cccf;
    font-size: 23px;
    margin-right: 6px;
    padding: 5px 10px;
}
.monitor-social-icons {
    margin-top: 20px;
}

/* ****************** **
    05. 404 css
** ****************** */


.error-404 .page-notice{
      font-size: 100px;
      margin: 0;
}

.error-404 .page-title{
      font-size: 20px;
      margin: 0;
      text-transform: inherit;
    margin: 10px 0 20px;
}
.search-form {
  background: #eff3f8 none repeat scroll 0 0;
  border: 1px solid #eff3f8;
  border-radius: 10px;
  max-width: 400px;
  overflow: hidden;
}
.error-404 .search-form{
    margin-top: 30px;
}
.search-form label {
  background: #eff3f8 none repeat scroll 0 0;
  float: left;
  margin: 0;
  width: 65%;
}
.search-form label input {
  background: #eff3f8 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  height: 45px;
  padding: 0;
  text-indent: 20px;
  width: 100%;
}
.search-form label input:focus {outline: none;border: none}
.search-form input[type="submit"] {
  background: #f98a37 none repeat scroll 0 0;
  border-left: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  float: left;
  height: 45px;
  padding: 0;
  width: 35%;
}


/* ****************** **
    06. Blog css
** ****************** */

.entry-content .widget_nav_menu ul.menu {
    border: 1px solid #f6f6f6;
    margin: 0;
    padding: 0;
}
.entry-content .widget_nav_menu ul.menu li {
    border-bottom: 1px solid #f6f6f6;
}
.entry-content .widget_nav_menu ul.menu li a {
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 16px;
}
/* .entry-content .widget_nav_menu ul.menu li:hover a {
    border-color: #fd8b37;
    color: #000;
}
 */

.monitor-post-featured-content{
    margin-bottom: 40px;
}
article a{
    color: #333;
}
article.post a.monitor-btn:hover{
    border-color: #f98a37;
    color: #f98a37;
}

.pos-meta-top {
    font-size: 90%;
}
.pos-meta-top i.fa {
    padding-left: 10px;
}
.pos-meta-top i.fa.fa-user {
    padding-left: 0;
}

.entry-meta a,
.entry-footer .cat-links a{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 12px;
    color: #7e858c;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.entry-meta a:hover,
.entry-footer a:hover, .navigation.post-navigation .nav-links a{
    color: #f98a37;
}
.widget-title::after, .widgettitle::after {
  background-color: #f98a37;
  bottom: -20px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 55px;
}
.widget-title, .widgettitle {
  font-size: 18px;
  margin-bottom: 45px;
  position: relative;
}
.widget a, .widget li{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.widget a:hover {
  color: #f98a37;
}




.comment-content table {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.comment-content table td,
.comment-content table th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.comment-content ol {
    padding-left: 15px;
}
.comments-title {
    margin: 60px 0 30px;
}
.comment-list,
.comment-list ol {
    list-style: none;
    padding: 0;
}
.comment-list > li:not(:last-child) {
    margin-bottom: 50px;
}
.comment-author.vcard img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #f98a37;
    margin-right: 20px;
    float: left
}
.comment-list .children {
    margin-left: 20px;
    margin-top: 40px;
}
.comment-content {
    padding-left: 90px;
}
.comment-metadata {
    padding-left: 90px;
}
.comment-list .reply {
    padding-left: 90px;
}
.comment-author b,
.comment-author span {
    font-size: 18px;
}
.comment-author b {
    color: #f98a37;
    margin-right: 5px;
}
.comment-author b a {
    color: #f98a37;
}
.comment-metadata > a {
    color: #666;
    font-weight: 600;
    font-size: 90%;
}
.comment-metadata > a:hover {
    color: #f98a37;
    text-decoration: underline;
}
.comment-metadata .edit-link a {
    padding: 0 5px;
    margin-left: 6px;
}
.comment-metadata {
    margin-bottom: 40px;
}
.reply .comment-reply-link {
  color: #f98a37;
  display: inline-block;
  border: 1px solid;
  padding: 5px 15px;
}
.reply .comment-reply-link:hover {
    background-color: #fff;
    color: #f98a37;
}
.comment-respond {
    margin-top: 40px;
    background-color: #eff3f8;
}
.comment-list .children li {
    margin-bottom: 25px;
}
.comment-respond .comment-form .logged-in-as a {
    display: inline-block;
    color: #666;
    margin-left: 10px;
}
.comment-respond .comment-form .logged-in-as a:first-child {
    margin-left: 0;
}
.comment-respond .comment-form .logged-in-as a:last-child {
    color: red;
}
.comment-respond .comment-form label {
    display: block;
}
#reply-title a#cancel-comment-reply-link {
    border: 1px solid red;
    color: red;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: middle;
}
.comment-list .comment-respond {
    margin-left: 40px;
}
.comment-respond form textarea {
    width: 100%;
    height: 200px;
    resize: none;
}
.comment-form p.form-submit{
    display: block;
    float: none!important;
}


b.fn {
    color: #666;
    font-size: 18px;
    text-transform: capitalize;
}
b.fn a,
.comments-area a {
    color: #000;
}
.comment-list > li,
.children article {
    margin-bottom: 30px;
}
.comment-metadata a time {
    color: #777777;
    font-size: 14px;
    font-weight: 300;
}
.reply {
    text-align: right;
}
.reply a {
    color: #666;
}
.children {
    padding-left: 25px;
}
.comment-form p > label {
    display: none;
}
.comment-form p > input,
.comment-form p textarea {
    border: 1px solid #e7e7e7;
    color: #000;
    font-size: 14px;
    padding: 8px 0 8px 10px;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    resize: none;
}
.comment-reply-title {
    margin-bottom: 30px;
}
.logged-in .comment-reply-title {
    margin-bottom: 30px;margin-top: 0
}
.comment-form p > input:focus,
.comment-form p textarea:focus {
    border-color: #818181;
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
}
.comment-form-comment > label {
    display: none;
}
.comment-form {
    padding-right: 10px;
}
.comment-form .comment-notes {
    display: none;
}
.logged-in .form-submit {
    bottom: 4px;
    right: 0;
}
.logged-in .comment-form p:nth-child(2) {
    float: none;
}
.logged-in .comment-form p:not(:first-child) {
    float: none;
    width: 70%;
}
.logged-in .comment-form-comment textarea {
    display: block;
    width: 100%;
}
.comment-form p > input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.comment-form p:not(:first-child) {
    float: right;
    margin-bottom: 15px;
    width: 48%;
}
.comment-form p.form-submit {
    float: left;
}
.comment-form p:nth-child(2) {
    float: left;
}
.comment-form {
    overflow: hidden;
}

.comment-respond {
    padding: 30px;
}
.logged-in .comment-form p:not(:first-child) {
    width: 100%;
}
.comment-form p > input[type="submit"] {
    width: auto;
    padding: 10px 25px;
    
}
.comment-body {
    background: #eff3f8 none repeat scroll 0 0;
    padding: 30px;
}
.comment-list > li:not(:last-child) {
    margin-bottom: 30px;
}
.comment-list .children {
    margin-top: 30px;
}

.contact p{
  font-size: 15px;
  font-weight: 500;
  
}

.contact h4{
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-intro{
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #777;
}


.slicknav_menu {
    display: none;
}

/* ****************** **
    07. Responsive css
***********************/

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
    .header-right-boxes p{
        margin-left: 15px;
    }
    .header-right-boxes p:first-child{
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
    .monitor-testimonials.owl-carousel.owl-theme.owl-loaded {
        margin-left: 150px;
    }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 

    .header-right-boxes p {
        display: block;
        float: none;
        margin: 15px 0 0;
        text-align: left;
        width: 33.333%;
        float: left;
        text-align: center;
        padding-left: 0;
    }
    .header-right-boxes p i{
        display: block;
        float: none;
        position: static;
    }
    .header-right-boxes.pull-right {
        float: none !important;
    }
    
    .slicknav_menu {
        display: block;
    }
    
}

/* Mobile & Tab Layout: 990px. */

@media only screen  and (max-width: 991px){
    .header-right-boxes{
        margin-top: 0!important;
    }
    .logo{
        text-align: center;
    }
    #primary-menu{
        display: none;
    }
    .slicknav_btn{
        float: left;
    }
    .slicknav_menu{
        background-color: transparent;
    }
    .comments-area{
        margin-bottom: 40px;
    }
    .monitor-padding-right{
        padding-right: 15px;
    }
    .slicknav_menu {
        display: block;
    }
    .single-related-project {
      height: 200px;
    }

    


}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 

  .monitor-slide-text h1{
      font-size: 40px;
      line-height: 60px;
      margin-bottom: 20px;
    }

   .monitor-slides .owl-nav div.owl-next{
    right: auto;
   }  
   .monitor-slides .owl-nav div {
    opacity: 1;
    left: auto;
    position: relative;
    text-align: center;
    top: auto;
    visibility: visible;
    display: inline-block;
    margin:55px;
   }

   .monitor-slides .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
   }

    .mobile-767-vert{
      margin-top: 50px;
    }
    .about-intro{
      font-size: 16px;
    }
    .monitor-slide-text {
      font-size: 20px;
    }
    .monitor-header-search{
      right: 10px;
    }
    .slicknav_btn{
      background-color: transparent;
    }
    .header-right-boxes.pull-right {
        float: none !important;
        text-align: center;
    }
    .logo a span {
      border: 2px solid;
      font-size: 20px;
      padding: 8px 15px;
    }
    .header-right-boxes p {
        display: block;
        float: none;
        margin: 15px 0 0;
        text-align: left;
    }
    .comment-list .children{
        margin-left: 10px;
    }
    .comment-content{
        padding-left: 0;
    }
    .comment-form p{
        display: block;
        width: 100%!important;
        
    }

    div.vc_row.vc_column-gap-35 {
        margin-left: -15px;
        margin-right: -15px;
    }
    div.vc_row.vc_column-gap-35 > .vc_column_container {
        padding: 0;
    }
    .single-counsel-project-wrap {
      bottom: auto !important;
      left: auto !important;
      position: relative !important;
      right: auto !important;
      top: auto !important;
    }
    .single-related-project {
      height: 230px;
    }
    .video-modal {
      position: relative;
      right: 5%;
    }
    .wpb_text_column.wpb_content_element.mobile-767-text{
      margin-right: 0px !important;
      text-align: center;
    }
    .vc_row.bg-left-bottom{
        margin-top: 0px !important; 
        background: transparent !important;
        padding: 0 !important;
    }
    .monitor-section-title{
      margin-bottom: 40px;
    }
    .vc_row.wpb_row.vc_row-fluid.mobile-767-vert-abt{
      margin-top: 0px !important;
    }
    .mobile-image-767-right div{
      margin-left: 0px !important; 
    }
}

.gm-style-iw h4{
  font-weight: 400;
  font-size: 15px;
}
