html {
	overflow-x:hidden;
}
a {
	color:#fd7e36;
	text-decoration:none;
}
a:hover {
	color:#323232;
}
body {
	margin:0;
	padding:0;
	color:#323232;
	font:14px/24px Open Sans;

}

.wp-pagenavi {
    margin-bottom: 20px !important;
}


p {
    font-size: 14px;
}

.sidebar {
    color: #999;
    font-size: 12px;
    line-height: 14px;
}

.entry-title
 {
    color: #5c5b5b;
    display: inline-block;
    font-size: 30px;
    font-weight: lighter !important;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 30px;
    text-transform: uppercase;
}

h1 {
	display:inline-block;
	font-size:38px;
	line-height:32px;
	color:#5c5b5b;
	text-transform:capitalize;
	margin:0 0 ;
	padding:0 0 25px 0;
	font-weight:normal;
}
h2 {
	display:inline-block;
	width:100%;
	font-size:20px;
	color:#323232;
	text-transform:uppercase;
	margin:0;
	padding:0 0 5px 0;
	line-height: 30px;
}
h2 a{
	color:#323232;
}

.wpb_wrapper h2 {
		margin:0 !important;
}

.wpb_wrapper h3 {
		padding:0 !important;
}

.wpb_wrapper p {
		    margin: 5px 0 20px !important;
}

.wpb_wrapper ul {
    margin: 5px 0 15px 15px !important;
}

.wpb_wrapper li {
    padding: 0 0 5px 0 !important;
}


h3 {
	display:inline-block;
	width:100%;
	font-size:16px;
	color:#777;
	text-transform:uppercase;
	margin:10px 0 0;
	padding:0 0 15px 0;
	font-weight:normal
}

h3 a {
   color:#fd7424 !important;
}
 h4, h5, h2, h1 {
	font-weight:normal;
}
h4 {
	font-size:20px;
    line-height:30px;
	color:#5c5b5b;
	margin:0;
	padding:0 0 15px 0;
	text-transform:capitalize;

}
h5 {
	font-size:18px;
	color:#323232;
	margin:0;
	padding:0 0 15px 0;
	text-transform:capitalize;
	display:inline-block
}
h6 {
	font-size:16px;
	color:#5c5b5b;
	margin:0;
	padding:0 0  0;
	text-transform:uppercase;
	display:inline-block
}



blockquote {
    color: #323232;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-style:italic;
	font-size:22px;
	display:inline-block;
	width:100%;
	font-family:AGaramond;
}

blockquote p {
    margin-bottom: 0;
    padding: 0 40px;
    text-align: center;
	font-size:22px
}


blockquote:after{
	background:url(../../images/blok-before.png) center center no-repeat;
	display:inline-block;
	width:100%;
	margin:10px 0;
	height:18px;
}


blockquote:before{
	background:url(../../images/blok-after.png) center center no-repeat;
	display:inline-block;
	width:100%;
	margin:10px 0;
	height:18px;
}


ul, ol {
	margin:0 0 0 15px;
	padding:0;
}

.right-side li {
    margin-left: 12px;
}
.btn-round {
	float: left;
	margin: 20px 0 30px;
	width: 100%;
	font-family:Open Sans
}
.btn-round a:hover {
	background-color: #00ade9;
	border-color:#00ade9;
	color:#fff
}
.btn-round a {
	font-size: 18px;
	color: #5c5b5b;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	border:1px solid #101010;
	display: inline-block;
	text-align: center;
	background-color: #fff;
	border-radius: 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-transform: uppercase;
	padding:10px 50px;
}



.alignright {
	float:right;
	margin:4px 0 30px 30px;
}
.alignleft {
	float:left;
	margin:4px 30px 10px 0
}
.padding-bottom {
	padding-bottom:80px;
}
#backToTop {
	position:relative;
	float:right
}
#backToTop a {
    display: inline-block;
    padding: 4px 11px 6px;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
}
#backToTop a i {
    font-size: 30px;
    line-height: 16px;
}
#backToTop a:hover {
	color:#fff;
	border-color:#fff
}


.breadcrumb{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	width:100%;
	float:left;
	font:12px Open Sans;
	text-transform:uppercase;
	background:#fff


}


.breadcrumb a{
		color:#706f6f;
		padding-right:4px

}

.breadcrumb a.active{
	color:#131313;
}


.interal-page{
	background:#fff;
	float:left;
	width:100%;
	margin:40px 0
}




/*.spcial-ico i{
	display:none;
}
*/



.iphone {
	display:none;
}

.topone.top-fixed{
       position:fixed;
       background:#fff url(../../images/bg-menu.png) bottom center no-repeat;
       background-size: 100%;
      height: 50px;
	  top:0px;
}
.topone.top-fixed .logo img {
    width: 100px;
}
.topone {
        float:none;
	width:100%;
	 /*background:#fff url(../../images/bg-menu.png) bottom center no-repeat;*/
	padding-bottom: 44px;
        position:relative;
        z-index:999;
}

.logo img {
}
.logo {
	float:left;
	width:100%;
	margin-top:30px
}
.topdiv {
    text-align: right;
    text-transform: none;
    margin-top: 30px;
    padding-bottom: 10px;
    float: right;
    width: 100%;
}


.top-text {
    float: right;
    width: 100%;
    text-align: right;
    color: #8e8e8e;
    font-size: 12px;
	margin:10px 0
}

.top-mid {
    float: right;
    margin-top: 5px;
}

.spcial-ico li {
  display: inline-block;
}

.spcial-ico a{
	color:#b0aead;
	font-weight:500;
	padding: 1px 6px;
	font-size:18px;
}

.text-div:hover .spcial-ico{
	display:none;
}

.text-div {
    display: inline-block;
	vertical-align:top;
    color: #00ade9;
    font-size: 17px;
	cursor:pointer;
	font-weight:lighter;
	margin-left:10px;
}


ul.spcial-ico {
    display: inline-block;
}


.close-btn, .close-btn2 {
    padding-top: 20px;
}


.big-slider{
	float:left;
	width:100%;
text-align:center;
position:relative;
/*z-index:99;*/
margin:0 0 40px;
border-bottom:3px solid #FB8C4F;
-webkit-box-shadow: 0px 2px 37px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 37px -2px rgba(0,0,0,0.75);
box-shadow: 0px 2px 37px -2px rgba(0,0,0,0.75);
}

.big_slider {
    display: inline-block;
    width: 100%;
    /*background: url('https://www.mcleodandmore.com/wp-content/uploads/2018/05/slider2-background-1345x415.jpg') 0 0 no-repeat;
    height: 390px;
    background-size: 100% 100%;*/
    position: relative;
margin:0 0 40px;
/*border-bottom:3px solid #FB8C4F;
-webkit-box-shadow: 0px 2px 37px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 37px -2px rgba(0,0,0,0.75);
box-shadow: 0px 2px 37px -2px rgba(0,0,0,0.75);*/
	background: url(/wp-content/uploads/2020/01/banner1.jpg) no-repeat;
    min-height: 500px;
    background-size: cover;
    background-position: right;

}

body.page-id-8000 .big_slider{background:white;}
.big_slider .container-slider li{min-height:500px; background-size:cover; background-position:right;}
.big_slider .container-slider {
    position: absolute;
    top: 0;
    left: 0;
   overflow:hidden
}

.big_slider img {
    width: 100%;
}


.show-video, .show-video2{
	display:none;
	width:100%;
	float:left;
}
.show-video iframe, .show-video2 iframe{
	width:100%;
}

.all-logos {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0;
}

.all-logos ul {
    margin: 0;
    padding: 0;
}

.all-logos li {
    display: inline-block;
    padding: 0 18px;
}

.all-logos li img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
	-webkit-transition: all .5s ease-in-out;
	opacity: .6;
}
.all-logos li img:hover {
     -webkit-filter: grayscale(0);
	 -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity:1
}


.sider-text {
/*    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
    position: absolute;
    left: 50%;
    top: 50%;*/
	text-align:center
}

.play-btn{
	width:auto;
}

.big-text{
	font-size:50px;
	color:#fd7424;
	text-align:center;
	display:inline-block;
	width:100%;
}

.small{
	color:#b0aead;
	font-size:29px;
}


.no-mar{
	margin-top: 150px;
}


.mid-area {
    float: left;
    padding: 0;
    width: 100%;
    min-height:700px;

}

.orang-bar {
	background:#fd7424;
	width:100%;
	float:left;
	padding:40px 0 30px;
	margin-top:50px;
}




.img-lady {
    width: 50%;
    float: left;
    position: relative;
}

.img-lady img {
    position: absolute;
    top: 0;
    margin-top: -55px;
}

.testimonial-cont {
    float: right;
    width: 50%;
	    margin-right: 60px;
}

.testimonial-cont big {
    font-size: 40px;
    color: #fff;

}

.testimonial-cont small {
    font-size: 16px;
    color: #000;
	font-weight:600
}

.png{
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px
}
hr {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 22px 0 16px;
    display: inline-block;
    width: 100%;
}
.clear-left {
    float: left;
}

.one{
	float:right;
	width:100%;
	text-align:right;
	    margin-bottom: 12px;
}


.one-text {
    float: left;
    width: 70%;
    text-align: right;
}

.one-text span{
	float:right;
	width:100%;
	font-size:30px;
	color:#000;
}


.one-text a {
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
    display: inline-block;
}


.one-img {
    float: right;
    width: 28%;
    position: relative;
    margin-left: 2%;
}

.one-img img {
    margin-top: -50px;
}

.two {
    float: left;
    width: 100%;
}

.two ul {
    margin: 0;
    padding: 0;
}

.two li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: center;
    margin: 0 1%;
}

.title-div {
    float: left;
    width: 100%;
    color: #000;
	font-size:16px;
}

.title-div strong {
    font-size: 17px;
    float: left;
    width: 100%;
    font-weight: 600;
}





.three-div {
    float: left;
    width: 100%;
    margin:40px 0 60px 0;
    text-align: center;
}

.three-div ul {
    margin: 0;
    padding: 0;
}

.three-div li {
    display: inline-block;
    width: 23%;
    margin: 0 2%;
    text-align: center;
    font-size: 18px;
    color: #A5C4D9;
    vertical-align: top;
}

.three-div li strong {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-weight: 600;
    color: #00ade9;
}

.three-div li a {
    color: #8e8e8e;
    font-size: 17px;
    display: inline-block;
    width: 100%;
}

.three-div li strong sup {
    font-size: 10px;
    top: -7px;
}


/*.three-div li:nth-child(1) .img-text {
    bottom: 35%;
}*/
.aligncenter {
    text-align: center;
}
.gray-box{
	float:left;
	width:100%;
	padding:30px 0 ;
	background:#A5C4D9;
	color:#fff;
	font-size:14px;
	margin:50px 0 70px;
}


.blk-h1{
	font-size:56px;
	color:#fff;
	float:left;
	width:100%;
	font-weight:700;
  margin-bottom:20px;
  margin-top: 10px;
}
.blk-h1 span{
	font-size:36px;
	font-weight:normal;
       top: -4px;
    position: relative;
}

.gray-box p{
	color:#000;
	font-size:15px;
	line-height: 28px;
	margin:13px 0
}

.white-text{
	height:170px;
	overflow:hidden;
	float:left;
	width:100%;
	margin:0;
}


.gray-box a{
	color:#000;
	font-size:16px;
	display:block;
	margin-left: -10px;
    margin-top: 0;
}

.gray-img {
    float: right;
    margin-top: -30px;
	width: 96%;
    margin-right: 50px;
}

.gray-img .book{
    width: 74%;
    margin-bottom: -95px;
    margin-top: -10px;
    margin-right: -130px;
    float: right;
    position:relative
}

.book-overlay{
	position:absolute;
	/*background:url(../../images/book-hover.png) no-repeat;*/
	top: -2px;
	text-align: center;
	width: 100%;
	height: 200px;
	padding-top: 40%;
	left: -2px;

	font-size:19px;
	font-weight:700;
opacity: 0;
-webkit-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.book {
    position: relative;
    overflow: hidden;
}

.book-overlay a {
    position: absolute;
    pointer-events: none;
    right: 100px;
    transition: 0.3s;
    width: 50%;
    height: 100%;
    top: 0;
    opacity: 0;
}

.book:hover .book-overlay a {
    transition:0.3s;
}


.book-overlay a{
	color:#fff;
}

.book:hover .book-overlay{
opacity: 1;
-webkit-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}


.most-recent {
	float: left;
	width: 100%;
	margin: 50px 0;
}
.most-recent ul {
	margin:0;
}
.most-recent li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 32.3%;
	margin-left: 12px;
}
 .most-recent li:nth-child(3n+1) {
 margin-left: 0;
}

.rpost-img {
	float:left;
	width:100%;
	position:relative;
}
.img-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: 22px Open Sans;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fd7424;
}

.img-text span {
    position: absolute;
    top: 50%;
    left: 50%;
    vertical-align: top;
    transform: translate(-50%, -50%);
}

.img-text span strong {
    color: #fd7424;
    margin: 0;
}


.sign-bar{
	float:left;
	width:97%;
	padding:20px 1% 20px 2%;
	background:#fd7424;
	-webkit-box-shadow: -2px 8px 17px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 8px 17px -6px rgba(0,0,0,0.75);
box-shadow: -2px 8px 17px -6px rgba(0,0,0,0.75);
}

.label-div {
    float: left;
    width: 83%;
    color: #fff;
    font-size: 14px;
	line-height:20px
}

.label-div2 {
    float: left;
    width: 83%;
    color: #fff;
    font-size: 13px;
	line-height:20px;
	font-style: italic;
}


.sign-bar img {
    float: left;
    padding-right: 13px;
    width: 13%;
}

.label-div span{
	color:#000;
	font-size:21px;
	text-transform:uppercase;
	display:block;

}


form.formone input[type="text"],form.formone input[type="email"] {
    width: 35%;
    border: none;
    background: #fff;
    padding: 0 1.5%;
    height: 46px;
    margin-right: 15px;
    color: #ccc;
    text-transform: uppercase;
}

form.formone input[type="submit"] {
    background: #000;
    border: none;
    float: right;
    color: #fff;
    padding: 0;
    width: 19%;
    height: 45px;
    text-transform: uppercase;
}

form.formone {
    margin: 8px 0 0;
}

.footer-text h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding-bottom: 8px;
}
.footer-text {
    font-size: 14px;
    margin-top: 10px;
    float: left;
    width: 90%;
}

.footer-text ul {
    margin: 0;
    padding: 0;
}

.footer-text li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
	width:100%;
	color: #fff;
	line-height: 16px;
	margin-bottom: 8px;
}




.footer-1{

    margin-bottom: 15px;
    padding-bottom: 35px;
}


.footer{
	background:#1d5f8d;
	float:left;
	width:100%;
	padding:40px 0;
	color:#8c8c8c;
	margin-top: -40px;
}


.footer a{
	color:#fff;
}




.footer-icons{
	display:inline-block;
	width:100%;
	text-align:left;
}

.footer-icons i {
  font-size: 17px;
  line-height: 25px;
  margin:0 4px;
}

i.fa.fa-twitter {
    margin-left: 0;
}
.footer-icons a i {
	color: #fff;
    font-size: 36px;
    margin-left: 14px;

}


.footer-icons{
	float:left;
	margin:10px 0;
}

ul.footer-icons li {
  display: inline-block;
}

ul.footer-icons li span {
  background: #d2d2d2;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  margin:0 4px;

}

ul.footer-icons li span:hover {
  background: #fff;
}




.site-text{
	float:left;
	width:100%;
	color:#b0aead;
	margin:20px 0 15px
}


.site-text li{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	padding-right:8px
}




.video-overlay,.video-overlay2 {
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    /*background: rgba(0,0,0,0.5);
    z-index:999*/
}

.icon img,form.formone input[type="submit"]{
		transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


.icon img:hover,form.formone input[type="submit"]:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;}

.spcial-ico a,.three-div li a,.footer-text li a,.footer a i{
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


.spcial-ico a:hover,.three-div li a:hover,.footer-text li a:hover,.footer a i:hover{
	color:#fd7424;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}



.side-post{
	float:left;
	width:100%;
	margin-top:30px
}

.side-post ul{
	margin:0;
	padding:0;
}

.side-post li{
	display:inline-block;
	width:100%;
	margin-bottom:16px;
}

.side-post .post-text2 h4 {
    font-size: 20px;
margin-top: 10px;
}

.side-post .img-text {
    font-size: 21px;
}










input:focus{
	outline:none !important;
}



.topone.fixed {
    position: relative;
}



/*#cssmenu li a:after {
	border-bottom: 4px solid #d52027;
	padding-bottom:5px;
	content: "";
	display: block;
	width: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#cssmenu li:hover a:after {
	border-color: #d52027;
	width: 100%;
}


#cssmenu ul ul li a:after{
	border:none;
}
*/


.blog-div {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.blog-img {
    float: left;
    width: 30%;
	margin-top:8px;
}
.blog-img img{
  width:90%;
}

.blog-text {
    float: left;
    width:70%;
}
.read-more {
    display: block;
    text-transform: capitalize;
	font-size:13px;
	margin-top:10px
}


.right-side {
    float: left;
    width: 93%;
}








.project-item {
	height: auto;
	position:relative
}
.project-item .fig {
	margin:0;
	position:relative
}
.project-item .fig img {
	display:block;
	width:100%;
	height:auto
}
/*.most-recent li:hover .img-text {
	display:none;
}*/
.overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2
}
.overlay:before, .overlay:after {
	position:absolute;
	top:10px;
	right:10px;
	bottom:10px;
	left:10px;
	content:'';
	opacity:0;
	z-index:1;
	-webkit-transition:opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition:opacity 0.35s ease, transform 0.35s ease
}
.overlay:before {
}
.overlay:after {
}
.project-item .overlay {
	color:#fff
}
.project-item:hover .overlay-fig {
	opacity:1
}
.project-item:hover .overlay-color {
	opacity:.9
}
.project-item:hover .overlay:before, .project-item:hover .overlay:after {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
-webkit-transition:opacity 0.4s ease, -webkit-transform 0.4s ease .2s;
transition:opacity 0.4s ease, transform 0.45s ease .2s
}
.project-item:hover .overlay-content {
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
.overlay-color {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
-webkit-transition:opacity .35s;
-moz-transition:opacity .35s;
-ms-transition:opacity .35s;
-o-transition:opacity .35s;
transition:opacity .35s
}
.overlay-fig {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity: 0;
	/*background: rgba(253, 116, 36, .5);*/
background: rgba(165, 196, 217, .65);
 -webkit-transition:opacity .35s;
 -moz-transition:opacity .35s;
 -ms-transition:opacity .35s;
 -o-transition:opacity .35s;
 transition:opacity .35s
}
.overlay-fig-img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
	margin:0
}
.overlay-content {
	position:absolute;
	z-index:4;
	bottom:0;
	left:0;
	right:0;
	color:#fff;
	opacity:0;
	height:100%;
	width:100%;
	top:0;
	display:table;
	-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
	transition:opacity 0.35s, transform 0.35s;
	-webkit-transform:translate3d(-40px, 0, 0);
	transform:translate3d(-40px, 0, 0)
}
.overlay-fig-img img {
	width: 100%;
}
a.link {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.project-item:hover .img-text {
    opacity: 0;
}
.post-text2 {
    position: relative;
    text-align: center;
    line-height: 28px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15%;
    width: 70%;
    color: #fff;
    text-transform: uppercase;
}
.post-text2 p {
    font-size: 19px;
}
.post-text2 h4 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-family: Open Sans;
    text-transform: capitalize;
    line-height: 26px;
}

.post-text2 a{
	font-size:16px;
	color:#000;
}




.slide-div {
    float: left;
    width: 100%;
}

.slider-img {
    float: left;
    width: 100%;
    position: relative;
}

.slider-img img {
    width: 100%;
}

.play-btn {
    position: absolute;
    text-align: center;
    bottom: -50px;
    right: 20px;
    z-index: 99;
}
.popup-lady{
	background:url(../../images/lady.png) no-repeat;
	width:215px;
	height:215px;
	cursor:pointer;
}
.popup-lady:hover{
	background:url(../../images/lady-h.png) no-repeat;
-webkit-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
-webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
}

#owl-demo .item .play-btn img,#owl-demo .item .sign-bar img {
    width: auto !important;
}

.topone.not-fix {
    position: static;
}


.close-btn i,.close-btn2 i {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 12px;
    background: #fd7424;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
}

.close-btn i:hover, .close-btn2 i:hover {
    background: #00ade9;
}


.project-item .overlay-fig {
    border-radius: 50%;
}


.project-item .fig img {
	border: 3px solid #E7E3EF;
    border-radius: 50%;
	width:98%
}

.bottom1 {
    float: left;
    width: 100%;
    background-image: url(../../images/feed-row-bottom-shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 16px;
    padding: 0px 0px 16px 0px;
    color: #939393;
}



.home-bot2 {
    float: left;
    width: 96%;
    padding: 20px 2%;
    background: #f0f1f0;
    height: 208px;
    font-size: 13px;
    line-height: 22px;
}


.forbes-label {
    width: 37%;
    padding: 22px 2% 0px 0px;
    font-size: 18px;
    text-align: center;
    background: url(../../images/home-feed-forbes-bracket.png) no-repeat right top;
    float: left;
    height: 132px;
    color: #4f6c8e;
}

.forbes-content {
    width: 59%;
    float: left;
    padding: 0px 0px 0px 2%;
}
.forbes-content1 {
    width: 92%;
    /* max-width: 95%; */
    float: left;
    padding: 0 4%;
}

.forbes-content1 ul, .forbes-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


.forbes-content p a.link-orange{
    color: #fd7e36;
	font-size:12px;
	text-transform:capitalize
}

.forbes-part{
	float:left;
	width:100%;
	margin:50px 0 30px;
}

.forbes-content1 span,.forbes-content a{
	font-size:18px;
	color:#000;
	margin-bottom:6px;
}


.forbes-content1 p {
    font-size: 13px;
    line-height: 22px;
}



.text-div {
    background: #fff;
    position: relative;
	z-index:9
}


.top-mid {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#slide {
    position: absolute;
    right: -100px;
    width: 80%;
    transition: 1s;
}

.top-mid:hover #slide {
    transition: 1s;
    right: 120px;
}




.show-video, .show-video2 {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    padding-top: 10px;
    z-index:1000;
    float: left;
    text-align: center;
}


.mid-area.no-mar {
    margin-top: 0;
}

.gform_wrapper {
    width: 100%;
    max-width: 100% !important;
}

#gform_1 .gform_body ,#mc_embed_signup_scroll .mc-field-group{
    width: 81%;
    display: inline-block;
    vertical-align: top;
}

#gform_1 .gform_footer.top_label,#mc_embed_signup_scroll .clear {
    clear: none;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin: 0;
    padding: 0;
    width: 17.5%;
}

#gform_1 .gform_body li{
    display: inline-block;
    vertical-align: top;
    clear: none;
    width: 50%;
}

#gform_1 .gform_body li label {
    display: none;
}

#gform_1 .gform_body li input,#mc_embed_signup_scroll .mc-field-group input {
    width: 91%;
    border: none;
    background: #fff;
    padding: 0 1.5%;
    height: 46px;
    margin-right: 15px;
    color: #000;
    text-transform: uppercase;
	     margin-top: 0px;
}

#gform_1 .gform_footer.top_label input,#mc_embed_signup_scroll .clear input{
    background: #000;
    border: none;
    float: right;
    color: #fff;
    padding: 0;
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	 margin-top: 0px;
}

#gform_1 .gform_footer.top_label input:hover,#mc_embed_signup_scroll .clear input:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}
body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0 !important;
}

#mc_embed_signup_scroll .mc-field-group{
    display: inline-block;
    vertical-align: top;
    clear: none;
    width: 40%;
}
#mc_embed_signup_scroll {
    position: relative;
}
#mc_embed_signup form {
    margin: 0;
}
#mc_embed_signup div.response {
    margin: 1em 0 0;
    padding: 0 .5em 0 0;
    float: left;
    z-index: 1;
    width: 98%;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: left;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}

#mce-responses.clear {
    display: inline-block;
    width: auto;
}

#mc_embed_signup {
    display: inline-block;
    width: 100%;
    padding-top: 7px;
}

.sidebar {
    float: left;
    width: 100%;
    margin-top: 10px;
}


.in-banner {
    float: left;
    width: 100%;
}
.in-banner img {
    width: 100%;
}




#commentform p label {
    font-size: 15px;
    line-height:22px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    color: #595a5b;

}

.comment-notes span#email-notes,.comment-notes {
     font-size: 15px;
      color: #595a5b;
}

#commentform p span.required {
    color: #f00;
    font-size: 14px;
}

#commentform input[type=text],#commentform input[type=email], #commentform textarea {
    width: 70%;
    float: right;
    margin-bottom: 8px;
    border: none;
    background: #e5e5e5 !important;
    font-weight: normal;
    vertical-align: top;
    padding: 8px;
}

form#commentform .comment-form-url {
    display: none;
}

p.form-submit #submit:hover {
    background: #fd7e36 !important;
}
p.form-submit #submit {
    background: #2289c4 !important;
    border: none !important;
    box-shadow: none;
    text-shadow: none;
    text-transform: none;
    color: #fff !important;
    border-radius: 0px;
    font-weight: normal;
    font-size: 16px;
    padding: 4px 15px;
    height: 40px;
    cursor: pointer;
}

form#commentform p.form-submit {
    margin-top: 205px;
    text-align: right;
}

form#commentform p {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.comment-form-author span.required {
    float:left;
    padding-right:4px
}

p.comment-form-email span.required {
    float:left;
    padding-right:4px
}


p.comment-form-comment {
    position: absolute;
    top: 163px;
}

form#commentform {
    position: relative;
}


p.comment-notes {
    padding-bottom: 20px;
}

p.comment-form-comment label {
    padding-left: 10px;
}


textarea#comment:focus {
    outline: none;
}


.the-book-nsp {
    background-image: url(../../images/selling-with-noble-purpose-bg.jpg);
    background-repeat: no-repeat;
    padding-left: 285px;
}
.the-book-triangle {
    background-image: url(../../images/triangle-of-truth-bg.jpg);
    background-repeat: no-repeat;
    padding-left: 285px;
    min-height: 456px;
}

.the-book-forget {
    background-image: url(../../images/forget-perfect-bg.jpg);
    background-repeat: no-repeat;
    padding-left: 285px;
    min-height: 456px;
}

.the-book-finding-grace {
    background-image: url(../../images/finding-grace-bg.jpg);
    background-repeat: no-repeat;
    padding-left: 285px;
    min-height: 456px;
}

.store-css {
    float: left;
    width: 100%;
}

.store-css h2 {
    color: #595a5b;
    text-transform: capitalize;
    font-size: 26px;
}

.store-css h3 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
}
.store-css a.orange-btn:hover {
    background-color: #f46b1e;
}
.store-css a.orange-btn {
    border-right: solid 0.125em #f46b1e;
    border-bottom: solid 0.25em #f46b1e;
    background-color: #fd7e36;
    color: #fff;
    padding: 0.5em 0.75em;
    display: inline-block;
    font-size: 1.375em;
    margin-bottom: 1em;
    margin-top: 0;
    line-height: 1;
}

.store-css strong {
    font-size: 17px;
    font-weight: normal;
}

.the-book-nsp h3,.the-book-triangle h3,.the-book-forget h3, .the-book-finding-grace h3{
	font-size:16px;
}

.midl-txt .i {
    bottom: 35%;
}
/*sidebar testmonial*/
.bg-gray div {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    text-align: center;
}

.bg-gray {
text-decoration: none;
display: inline-block;
position: relative;
background:#f0f1f0;
padding:15px 20px 10px;
width:100%;
}

.bg-gray:after {
content: "";
width: 100%;
background:url(https://www.mcleodandmore.com/wp-content/themes/mcleod/images/feed-row-bottom-shadow.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100%;
padding: 0px 0px 40px 0px;
bottom: -4px;
right: 0;
position: absolute;
display: inline-block;
}
.bg-gray em strong,.bg-gray em {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.bg-gray h3 {
    font-size: 15px;
}
.bg-gray p {
    font-size: 13px;
}

.sidebar-circle li:nth-child(1) .img-text {
    bottom: 35%;
}


.search-form label {
    display: inline-block;
    width: 58%;
}

.search-form label span {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    padding-top: 5px;
	    display: none;
}

.search-form  input[type="text"],.search-form input[type="search"] {
    width: 93%;
    border: none;
    background: #fff;
    padding: 0 1.5%;
    height: 43px;
    color: #ccc;
    text-transform: uppercase;
    border: 1px solid #ccc;
    font-size: 12px;
    display:inline-block;
    vertical-align:top;
}

.search-form input[type="submit"]{
	background: #000;
	border:1px solid #ccc;
	display:inline-block;
	vertical-align:top;
	color: #fff;
	padding: 0 16px;
	width: auto;
	height: 46px;
	text-transform: uppercase;
	font-size:17px;
	transition: all .2s ease-in-out;
	-webkit-transition:  all .2s ease-in-out;
	-moz-transition:  all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	margin: 0 0;
}

.search-form input[type="submit"]:hover{
	background:#444;
	transition: all .2s ease-in-out;
	-webkit-transition:  all .2s ease-in-out;
	-moz-transition:  all .2s ease-in-out;input
	-o-transition: all .2s ease-in-out;
}

.testimonial h3 {
    width: auto;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    display: inline;
}

a.link {
    color: transparent;
}


.sidebar-circle2 .project-item {
    width: 80%;
    margin: 0 10%;
}

.midl-txt .img-text {
    bottom: 35%;
}
.alignright img {
    max-width: 400px;
}
a.orange-btn:hover {
    background-color: #f46b1e;
}
#content a.orange-btn {
    border-right: solid 0.125em #f46b1e;
    border-bottom: solid 0.25em #f46b1e;
    background-color: #fd7e36;
    color: #fff;
    padding: 0.5em 0.75em;
    display: inline-block;
    font-size: 1.375em;
    margin-bottom: 1em;
    margin-top: 0;
    line-height: 1;
}

.photo-col {
    width: 19.53125%;
    float: left;
}
.photo-content-col {
    float: right;
    width: 80.46875%;
    padding-left: 4%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



form.payform {
    float: left;
    margin-top: -47px;
}

input.coupsub {
    background: #000;
    border: none;
    color: #fff;
    padding: 5px 18px;
    text-transform: capitalize;
}
input#couponCode {
    height: 24px;
    background: #fff;
    border: 1px solid #000;
    padding: 2px 8px;
}

div#msg {
    color: #fd7424;
    display: inline-block;
    margin-top: 9px;
    width: 100%;
    text-transform: capitalize;
}
div#msg1 {
    color: #fd7424;
    display: inline-block;
    margin-top: 9px;
    width: 100%;
    text-transform: capitalize;
}
.coupondiv {
    display: inline-block;
    position: absolute;
   /* bottom: -585px;*/
}

.forbes-content1 span.sup {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
}


.hd1 {
    display: inline-block;
    width: 100%;
     margin: 80px 0 10px;
}

.hd1 span {
    font-size: 43px;
    text-transform: capitalize;
    color: #fd7e36;
    display: inline-block;
   line-height: 43px;
    padding-bottom: 45px;
    position: relative;
}

.hd1 span:after {
    content: '';
    border-bottom: 2px solid #fd7e36;
    display: inline-block;
    width: 60%;
    position: absolute;
    bottom: 0;
    left: 20%;
}

.hd2 {
    display: block;
     margin: 30px 0;
    font-size: 30px;
    font-weight: 400;
   text-transform: uppercase;
  color: #b0aead;
}


.interal-page  .post-text2 p {
    font-size: 14px;
}


.interal-page  .img-text
{
    top: 42%;
}

.topone.top-fixed .top-mid {
    display: none;
}
.logo img {

   transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.caption-wrap {
    background: none !important;
   opacity: unset !important;
}

.caption {
    float: left;
    font-size: 54px;
    font-weight: bold;
    top: -140px;
    position: relative;
    width: 56%;
    line-height: 70px;
   text-align: left;
    margin-left: 60px;
}








.container-slider img {
	width: 100%;
}
.container-slider .bx-wrapper, .container-slider .bx-viewport {
    height: 100% !important;
    background: none !important;
}

.container-slider ul{
	margin:0;
	padding:0;
}
.container-slider li {
    width: 100%;
	display:inline-block
}
.container-slider{
	float:left;
	width:100%;
	position:relative;
	height: 100%;
}


.big_slider .bx-wrapper .bx-pager{
   display:none;
}

.slide_text {
     display: inline-block;
    width: 45%;
    margin-left: 60px;
    margin-top: 90px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 54px;
    padding-bottom: 50px;
}

@media(max-width:1200px) {

#HeroLinks{top:270px !important;}
.logo img{max-width:115px;}
.home-bot2 {
    height: 230px !important;
}
.topone {
    /*padding-bottom: 20px !important;*/
}
.search-form input[type="submit"]{
    font-size:14px !important;
    padding: 0px 14px !important;
}

#cssmenu ul ul li a, #cssmenu ul ul li:nth-child(1) a {
    font-size: 12px !important;
}

#cssmenu ul ul li {
    padding: 4px 10px !important;
}
.owl-carousel .owl-wrapper-outer {
    height: auto !important;
}


.all-logos li {
    width: 9%;
    padding: 0 10px !important;
}

.book-overlay {
    background-size: 100%;
}



#cssmenu > ul > li > a {
  padding: 14px 10px !important;

}

.big-text {
    font-size: 40px !important;
}

.small {
    font-size: 20px !important;
}

.testimonial-cont big {
    font-size: 30px !important;
}

.testimonial-cont small {
    font-size: 14px !important;
}

.png {
    margin-top: 10px !important;
}

.png img {
    width: 28%;
}

.one-text span {
    font-size: 25px !important;
}

.title-div strong {
    font-size: 14px !important;
}

.title-div {
    font-size: 12px !important;
}

.icon img {
    width: 38%;
}

.img-lady img {
    width: 83%;
}

.three-div li {
    font-size: 15px !important;
}

.three-div li a {
    font-size: 14px !important;
}

.blk-h1 {
    font-size: 38px !important;
}

.white-text p {
    font-size: 13px !Important;
}

.most-recent li {
    width: 32% !important;
}

form.formone input[type="text"], form.formone input[type="email"] {
    width: 34.5% !important;
}

.label-div {
    font-size: 12px !important;
    width: 80% !important;
    line-height: 16px !important;
}

.label-div span {
    font-size: 16px !important;
}

.footer-text li {
    font-size: 11px !important;
    padding-right: 8px !important;
}

.foo-img a {
    height: 128px !important;
}
.post-text2 p {
    font-size: 14px !important;
}
.interal-page .post-text2 p {
    font-size: 12px !important;
    line-height: 18px !IMPORTANT;
}
.topone.top-fixed {
  height: 64px !important;
}
.topone.top-fixed  div#cssmenu {
    position: relative;
    top: 0px;
}
.caption
{
font-size: 42px !important;
line-height: 50px !important;
}
.big_slider
{
/*height: 333px !important;*/
}
.slide_text {
    font-size: 40px;
    line-height: 46px;
}
	#HeroBtns {
    top: 300px !important;
}
	.slide_text span {
		font-size: 24px !IMPORTANT;
	}
	.logodiv ul li img {
    width: 70% !important;
}
	.logodiv ul li {
    display: inline-block;
    margin-left: -28px !important;
}
	.wpb_text_column.wpb_content_element.imgltext h2
	{
		font-size: 28px !important;
	}
	.book1 img {
    margin-left: 66px !IMPORTANT;
}
	.tbookimg.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: -58px !IMPORTANT;
    margin-bottom: -77px !IMPORTANT;
}
	.vidtit p {

    font-size: 20px !important;
	}
	.formtxt big
	{
		    font-size: 36px !important;
	}
	.forbes-label-div {

		padding: 22px 10% 0px 0px !important;
	}
	.forbestxt img {
    margin-top: 8px !important;
}
}


@media screen and (max-width:980px) {

.topone.top-fixed  div#cssmenu {
    position: relative;
    top: -60px;
}
.slide_text {
        font-size: 25px !important;
    margin-top: 5%;
    width: 86%;
    margin-left: 5%;
    margin-right: 5%;

    text-align: center;
    border-radius: 50px;
    padding: 2%;


}
.big_slider {
   /* height: 277px !important;*/
}
}
@media (max-width: 800px){
   .big_slider
{
/*height: 378px !important;*/
}
}

#HeroLinks{
    position: absolute;
    top: 275px;
    left: 60px;
}
#HeroBtns{
    position: absolute;
    top: 360px;
    left: 50px;
}
#HeroBtns a, #HeroBtns a.HeroActn2{

	background: none !IMPORTANT;
    border: 2px solid #fff !IMPORTANT;
    color: #fff !important;
    border-radius: unset !important;
    padding: 8px 10px !IMPORTANT;
    font-size: 16px !important;
    font-weight: 600;
    margin-right: 30px;
}
#HeroBtns a:hover, .NavButton a:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
a.HeroActn {
    margin-left: 10px;
}
	/*#HeroBtns a:first-of-type{background: #fd7e36; color:#fff;}*/
/*new css*/
#HeroLinks {
    background: none !important;
    border: none !important;
    color: #fff !important;
    padding: 0 !important;
    font-size: 24px !important;
    text-align: left;
}
.logodiv ul {
    margin: 0;
}

.logodiv ul li {
    display: inline-block;
    margin-left: -4px;
}

.logodiv ul li img {
    width: 80%;
}
.wpb_text_column.wpb_content_element.imgltext p {
    color: #004259;
    font-size: 18px;
    font-weight: 600;
}

.wpb_text_column.wpb_content_element.imgltext h2 {
    color: #fff;
    text-transform: none;
    font-size: 32px;
}
.lrnmore a {
    background: none !IMPORTANT;
    border: 2px solid #004259 !IMPORTANT;
    color: #004259 !important;
    border-radius: unset !important;
    padding: 8px 20px !IMPORTANT;
    font-size: 16px !important;
    font-weight: 600;
}
.tbookimg.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: -54px;
    margin-bottom: -85px;
}
.vc_row.wpb_row.vc_row-fluid.bookdiv.vc_row-has-fill {
    overflow: unset !important;
}
.book1 img {
    margin-left: 80px;
}
.lrnmore.vidbtn a {

    border: 2px solid #0077be !IMPORTANT;
    color: #0077be !important;
	margin-bottom: 20px;
}

.formtxt big {
    color: #fff;
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
}

.formtxt small {
    font-size: 16px;
    color: #004259;
    font-weight: 600;
    position: relative;
    top: 20px;
}

.formtxt {
    margin-top: 20px;
}


.vidtit p {
    color: #0077be;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.vidtit {
    margin-top: -6px;
}

form#gform_3 label {
    display: none;
}

form#gform_3 input[type=text] {
    padding: 12px;
}

.ginput_container.ginput_container_email input {
    width: 100% !IMPORTANT;
}

input#gform_submit_button_3 {
    background: #1d5f8d;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    padding: 12px;
    display: inline-block;
    width: 100%;
}
form#gform_3 label {
    display: none;
}

form#gform_3 input[type=text] {
    padding: 12px;
}

.ginput_container.ginput_container_email input {
    width: 100% !IMPORTANT;
}

input#gform_submit_button_3 {
    background: #1d5f8d;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    padding: 12px;
    display: inline-block;
    width: 100%;
}

.gform_footer.top_label {
}

.forbes-label-div {
    width: 100%;
    padding: 22px 2% 0px 0px;
    font-size: 18px;
    text-align: center;
    background: url(https://mcleoadmorestg.wpengine.com/wp-content/themes/mcleod/images/brecicon.png) no-repeat right top;
    float: left;
    height: 132px;
    color: #4f6c8e;
}

.forbes-label-div {
    margin-top: -28px !important;
}
.forbestxt {
    margin-top: -16px;
}
.forbes-contentt a {
    font-weight: 900;
    color: #000;
}

.forbes-contentt p {
    font-size: 15px;
}

.forbes-contentt {
    margin-top: 20px;
}
p.forbcont {
    top: -10px;
    position: relative;
}
.million {
    color: #fd7e36;
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
    top: -7px;
    font-weight: 700;
}
span.counter.thirdnum {
    font-size: 50px;
}
h2.vc_custom_heading.numtit {
    font-size: 18px;

    font-weight: 600;
	position: relative;
    top: -10px;
}
h2.vc_custom_heading.numhead {
    color: #fd7e36;
    text-transform: none;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}

.wpb_text_column.wpb_content_element.numsubhed p {
    text-align: center;
    font-size: 18px;
}
.numtxt {
    text-align: center;
    margin-top: 20px;
}

span.counter {
    color: #fd7e36;
    font-size: 80px;
    font-weight: 600;
}

.numcont {
    font-size: 18px;
    margin-top: 12px;
}
.vc_row.wpb_row.vc_row-fluid.numdiv {
    margin: 30px 0;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.numcountt .wpb_column.vc_column_container.vc_col-sm-3 {
    text-align: center;
}
span.counter.fourthnum {
    font-size: 90px !IMPORTANT;
}
div#HeroBtns a:hover {
  color: #fff !important;
    background: #fd7e36 !important;
    border-color: #fd7e36 !important;
}
.lrnmore a:hover
{
	color: #fff !important;
    background: #004259 !important;

}
.lrnmore.vidbtn a:hover
{
	color: #fff !important;
    background: #0077be !important;

}
.vc_row.wpb_row.vc_row-fluid.logodiv {
    margin-top: -56px;
}
#cssmenu ul > li.NavButton > a:hover {
    color: #fff !important;
    background: #fd7e36 !important;
}
h2.vc_custom_heading.clientres {
    color: #0077be;
    font: 30px Open Sans;
	margin-top: -10px !important;
    margin-bottom: 20px !important;
}
.slide_text span {
    font-size: 30px;
    font-weight: 500;
    bottom: -6px;
    position: relative;
}


.evc-counter.evc-shortcode.numtxt.fourthnum span {
    font-size: 90px !IMPORTANT;
}
span.evc-c-digit {
    height: 88px !important;
}
.million {
color: #fd7e36;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    top: -22px;
    position: relative;
}
.wpb_text_column.wpb_content_element.mildiv {
    margin-bottom: 0;
}
.signn-up-form {
    background-color: #00beff !important;
}
.btmform {
    margin: 30px 0;
}
.btmform .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !IMPORTANT;
}
/*new css*/
@media screen and (max-width:980px){
    #HeroLinks{top:250px;width:100%;left:auto;text-align: center;padding: 0}
	#HeroBtns{top:auto !important; bottom:10%;}
	#HeroBtns{width:100%; text-align:center; left:auto;right:auto;}
}
@media screen and (max-width:600px){
	.big_slider, .big_slider .container-slider li{background-position-x:90%;}
}
@media screen and (max-width:480px){
	.big_slider, .big_slider .container-slider li{background-position-x:83%;}
	#HeroBtns{width:100%; left:auto; right: auto; bottom:5%;}
	#HeroBtns a{display:block; margin:5px; padding:13px 25px;}
}

body.page-id-8000 .popup-lady{display:none;}
.max800{max-width:800px; margin-left:auto; margin-right:auto;}
body.page-id-8012 .sign-bar{display:none;}
body.page-id-8012 h1.entry-title{display:none;}
body.page-id-8012 h2{margin-top:0px;}
body.page-id-8012 .in-banner{display:none;}
body.page-id-8012 .topone{border-bottom:1px solid #ddd; margin-bottom:30px;}
body.page-id-8012 .edit-link{display:none;}
body.page-id-8012 h2{text-transform:none;}
body.page-id-8012 .max800 table{margin:30px 0px; border-top:1px solid #ddd; border-left:1px solid #ddd;}
body.page-id-8012 .max800 table tr td{padding:10px 20px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
body.page-id-8012 .max800 table tr:first-of-type td{background-color:#151515; color:#fff;}

body .topone .row-fluid .span4{float:left; width:auto !important;}
body .topone .row-fluid .span8{float:right; width: auto !important;}

@media screen and (min-width:767px) and (max-width:980px){
body .topone .row-fluid .span4 {
    float: none !important;
    width: 100% !important;
    text-align: center;
}
body .topone .row-fluid .span8 {
    float: none !important;
    width: 100% !important;
    text-align: center;
	margin-left:0px !important;
}
body .topone .row-fluid .span8 #cssmenu{
float: none;
text-align: center;
width: 100% !important;

}
body .topone .row-fluid .span8 #cssmenu > ul > li {
    float: none;
    display: inline-block;
}
body .topone .row-fluid .span8 #cssmenu > ul > li > a{
	font-size:17px !important;
}
}

@media screen and (min-width:767px){
	/*#cssmenu ul > li.NavButton > a{padding: 20px 25px !important;
background: #fd7e36;
border-radius: 50px;
color: #fff !important;
position: relative;
	top: -7px;

  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
right:-10px;

	}
	*/
	#cssmenu ul > li.NavButton > a {
    color: #fd7e36;
    border: 1px solid #fd7e36;
    padding: 10px 20px;
    top: 2px;

  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
}
