/*
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
** ****************** */
.main-body-block-1{
	display:none;
	
	}
	
 body{
  font-weight: 400;
 }
 
 p{font-size: 20px;}
 h1{font-size: 6rem;}
 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: #03112E;
    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: #000000;
    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: #03112E none repeat scroll 0 0;*/
	background: #00112F 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;*/
	color: #fff;
    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: #fff;
  background-image: no-repeat;
  /*padding: 145px 0;*/
  padding: 50px 0;
  font-weight: 500;
  color: #ffffff;
}

.seo-breadcrumb-area h1{
  /*color: #ffffff;*/
  color: #000;
  /*font-size: 48px;*/
  font-size: 6rem;
}

.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;
 /* background-image: url(/wp-content/uploads/2017/08/trading-nodes.jpg);*/
}

.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: 20px 0;
}


.pad80{
  padding: 20px 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: 30px;
}
.footer-top-widgets, .footer-top-widgets a {
    color: #d8d8d8;
}
.footer-top-widgets a:hover {color: #fff}
.footer-top-widgets h3.footer-widget-title {
    color: #000;
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: bold; 
	/*text-align: center;*/
}

.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: #000000;
    color: #000000;
}

a.monitor-btn:hover{
    border-color: #000000;
    color: #000000;
}

.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; 
    }
	
/* Dimuthus coustom styles*/
	
	p{font-size: 16px;}
	h1{font-size: 30px;}
	h2{font-size: 16px;}
}


.gm-style-iw h4{
  font-weight: 400;
  font-size: 15px;
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: local('FontAwesome'), local('FontAwesome'), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.woff) format('woff');
}

/* Dimuthus Style sheets*/

.main-heading-text{
	font-family: 'PT Sans'; 
	color: #ffffff;
	text-align: center;
	position: relative;
	float:left; 
	top:50%;
	left:50%; 
	transform: translate(-50%, -50%);
	}

.top-RA-header{
	color: #000;
    font-size: 5rem;
    background: #fff;
    font-family: 'PT Sans';
    font-weight: bold !important;
    padding: 30px 0 30px 0;
	
	}

	
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000 !important;
}

.rounded-button{
	background-color:#00E3C0;
	border-radius:50px;
	color:#00112F;
	display:inline-block;
	font-size:17px;
	font-weight:bold;
	line-height:70px;
	text-align:center;
	text-decoration:none;
	width:200px;
	-webkit-text-size-adjust:none;
	
	}
.rounded-button:hover{
	color:#fff !important;
	}
.rounded-black-button{
	background-color:#00112F;
	border-radius:50px;
	color:#fff;
	display:inline-block;
	font-family:sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:70px;
	text-align:center;
	text-decoration:none;
	width:200px;
	-webkit-text-size-adjust:none;
	
	}
.rounded-black-button:hover{
	
	color:#00E3C0;

	}
.mainmenu ul {

    float: right;
}

.footer-widget:hover {

    color:#00E3C0 !important;
}

.icon-size-down {
    font-size: 50px !important;
    
}




ul{
  list-style: none;
  
}

.main-body li::before {
  content: "\2022";
  color: #00E3C0;
  font-weight: bold;
  display: inline-block; 
  width: 1rem;
  margin-left: -1em;
  font-size:20px; 
  
}

ul.wpb_thumbnails-fluid>li {
   margin-bottom: 0 !important;
}

/*#block_container
{
    text-align:left;
}
#bloc1
{
    display:inline;
	width:25%;
	height:auto;
}
 #bloc2
{
    display:inline;
	width:70%;
	height:auto;
}*/
.contact-us{
	position: relative;
	float: right;
	color:#00112F; 
	background:#00EDC8; 
	margin-top:10px; 
	padding:10px 30px 10px 30px;
	margin-left:30px; 
	border-radius:50px;

	}
	

.contact-us:hover{
	color:#fff !important;
	}

.sell-buy-venue{
	
	color:#00112F; 
	
	}
.sell-buy-venue:hover{
	color:#fff !important;
	}
	
input[type=submit], button[type=submit] {
   background-color:#00E3C0;
	border-radius:50px;
	color:#00112F;
	display:inline-block;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	width:200px;
	-webkit-text-size-adjust:none;
}

input[type=submit], button[type=submit]:hover {
  
	color:#fff;
	
}

.seo-contact-form input[type=submit], button[type=submit] {
    background-color: #00edc8;
    color: #00112F !important;
}

.seo-contact-form input[type=submit]:hover, button[type=submit]:hover {
   
    color: #fff !important;
}

input[type=submit], button[type=submit] {
    
     text-transform: none !important; 
}

span.wpcf7-not-valid-tip {
    color: #f00 !important;
    font-size: 1.5em !important;
    font-weight: bold !important;
    display: block !important;
}

.rapid-view-text{
	font-size:18px; 
	color:#fff; 
	text-align: center;
	position: relative;
	float:left; 
	top:50%;
	left:50%; 
	transform: translate(-50%, -50%);
	}

.rapid-view-text:hover{
	
	color:#00E3C0; 
	/*padding:10px 5px 10px 5px;
	border: 1px solid #00E3C0;*/
	}
.rapid-view-text1:hover{
	
	color:#00E3C0; 
	
	}

.search-form input[type="submit"] {
    color: #00112F !important;
}

.search-form input[type="submit"]:hover {
    color: #fff !important;
}



.comment-form p > input[type="submit"] {
    color: #00112F !important;
}

.comment-form p > input[type="submit"]:hover {
    color: #fff !important;
}







textarea {
    /* overflow: auto; */
    height: 262px;
	position:relative;
	top:7px;
	width:100% !important;
	    border: 1px solid #00EDC9 !important;
}

input[type=text], input[type=email], input[type=tel], input[type=serach], input[type=url] input[type=password]{
   
    width:300px !important;
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 

.main-body-block{ display:none; }
.main-body-block-1{display:inline;}

}



@media only screen and (max-width: 990px) { 

textarea {
   
	width:470px !important;
}

input[type=text], input[type=email], input[type=tel], input[type=serach], input[type=url] input[type=password], textarea {
   
    width:470px !important;
    
}

}

@media only screen and (max-width: 520px) { 
textarea {
   
	width:300px !important;
}

input[type=text], input[type=email], input[type=tel], input[type=serach], input[type=url] input[type=password], textarea {
   
    width:300px !important;
    
}
}

.box-button{font-size:2.5rem;}

@media only screen and (max-width: 1200px) { 

.box-button{font-size:16px;}
}

.RA-tech-img{
	margin-left: 30px;
	margin-right: 5px;
	}

@media only screen and (max-width: 767px) { 

.box-button{font-size:2.5rem;}

.RA-tech-img{
	margin-left: 0px;
	
	}
	
.contact-us {
    display: none;
	}


.top-RA-header{
    font-size: 3rem;
	font-weight: bold !important;
	padding:0px !important;;
	}
	
.two-grid-front-size{
	font-size: 2rem;
	font-weight: bold !important;
	line-height: 2 !important;
	}
}


.comment-respond .comment-form .logged-in-as a:first-child {
    margin-left: 0;
    font-weight: 600;
    font-size: 13px;
    color: #666;
}

.comment-respond .comment-form .logged-in-as a {
	font-weight: 600;
    font-size: 13px;
}
.comment-form p > label {
    font-weight: 600;
    font-size: 13px;
}

input[type=text], input[type=email], input[type=tel], input[type=serach], input[type=url] input[type=password] {
    border: 1px solid #00EDC9 !important;
}

.comment-form p > input, .comment-form p textarea {
    border: 1px solid #00edc8;
}
.comment-form p > input {
    color: #000;
    margin-top: 6px;
	
}

.seo-contact-form123 input[type=submit], button[type=submit] {
    background-color: #00112F !important;
    color: #fff !important;
	position:relative;
	float:50%;
}

	
.monitor-testimonial {
    font-style: normal !important;
}

/* Slider */

.monitor-slide-tablecell {
    display: table-cell;
    vertical-align: text-top !important;
    padding-top: 30px;
	
}

.monitor-slide-text {
    font-size: 25px !important;;
	text-align:center;
    text-transform: none !important;;
    margin: 0 0 20px;
    line-height: 35px;
    color: #000 !important;
    z-index: 1;
    font-weight: 100 !important;
	font-family: "PT Sans",sans-serif;
}

.single-monitor-slide-item {
    background-color: #d8d8d8 !important; 
    background-position: center center;
    background-size: cover;
    height: 340px !important;
    position: relative;
    z-index: 9;
}
	
@media only screen and (max-width: 767px) { 
.monitor-slide-text {
    
    line-height: 32px;
   
}

.single-monitor-slide-item {
    
    height: 460px !important;
   
}
}

.main-heading-text-core{
	font-family: 'PT Sans'; 
	font-size:38px;
	font-weight:700;
	color: #ffffff;
	position: relative;
	float:left; 
	top:50%;
	left:50%; 
	transform: translate(-85%, -50%);
	}

@media only screen and (max-width: 1200px) { 
.main-heading-text-core{
	
	transform: translate(-70%, -50%);
	}
}
@media only screen and (max-width: 760px) { 
.main-heading-text-core{
	font-size:24px;
	transform: translate(-60%, -50%);
	}
}


.sub-heading-core{
	font-family: 'PT Sans'; 
	font-size:28px;
	font-weight:700;
	color: #ffffff;
	position: relative;
	float:left; 
	top:-25%;
	
	
	}