
/* ------------------------------ Set Background - Margin Top, Bottom ------------------------------ */

html {
	background: #fefefe;

}

body {
	background: transparent;
	overflow-x: hidden;
    color: #4a4a4a !important;
    font-weight: 400 !important;
}
body p {
    color: #4a4a4a !important;
    font-weight: 400 !important;
}


  body.single  {
    margin-top: 9px !important;
}




#page{
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ------------------------------ Set Font all site ------------------------------ */

html,

button,
input,
optgroup,
select,
textarea,

body,

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{

	font-family: 'Nunito', sans-serif;
	font-weight: 100 !important;
	
}




/* ------------------------------ HOME THUMB CAROUSEL ------------------------------ */

		.brazzers-daddy:after {
	content: "";
	display: table;
	clear: both;
}
.brazzers-daddy {
	position: relative;
}
.brazzers-daddy img {
	width: 100%;
	position: relative;
	display: none;
	top: 0;
	left: 0;
	margin-bottom: 10px;
}
.brazzers-daddy img:first-child {
	display: block;
}
.tmb-wrap {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.tmb-wrap .tmb-wrap-table {
	display: table;
	height: 100%;
	width: 100%;
}
.tmb-wrap-table div {
	display: table-cell;
	transition: all .3s ease;
	border-bottom: 2px solid transparent;
	padding-top: 10px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.tmb-wrap-table div.active {
	border-color: #6dbe80;
}
.tmb-wrap-table div:first-child:last-child {
	border-color: transparent;
}


/* ------------------------------ Link color ------------------------------ */


a {
	color: #1779ba;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

a:visited {
	color: #1779ba;
}

a:active {
	color: #191970;
}

a:hover, a:focus {
	color: #1468a0;
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}


/* ------------------------------ Mod Dot for Main menu ------------------------------ */


.iot-dot-menu-a::after {

	content: " \002B";

}

.iot-dot-menu ul .iot-dot-menu-a::after {

	content: " \00BB";

}


.main-navigation ul ul{
	background: #fff;
	border-radius: 5px;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}



/* ------------------------------ Dashicons ------------------------------ */


.dashicons, .dashicons-before:before {
	display: inherit;
	width: inherit;
	height: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: dashicons;
	text-decoration: inherit;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: inherit;
	text-align: inherit;
}




/* ------------------------------ Offcanvas menu ------------------------------ */


#iot-menu-left{
	overflow-y: auto;
	position:fixed;
	height: 100%;
	width: 250px;
	left: -250px;
	top:0;
	background: #fff;
	z-index: 6;
}


.iot-menu-left-filter {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	left: -100%;
	background-color: rgba(0,0,0,.68);
}



/* Menu Left style */

.iot-menu-left-ul{
	margin-top: 10px;
}

.iot-menu-left-ul a{
	font-size: 18px;
	font-weight: normal;
	color: #333;
}

ul.iot-menu-left-ul, .iot-menu-left-ul ul{
	line-height: 2.0;
	list-style: none;
}



/* Close button style */

.iot-menu-left-close{
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	font-size: 32px;
	border: none;
	background: none;
	color: #333;
}



/* Toggle button */

.iot-menu-left-open {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	text-decoration: none;
	padding: 0.7rem 1rem;
	display: none;
	cursor: pointer;
	border: none;
	background: none;
	font-size: 32px;
	color: #333;
}

@media screen and (max-width: 63.9375em) {

	#primary-menu{
		display: none;
	}

	.iot-menu-left-open {
		display: block;
	}

}



/* ------------------------------ Input CSS ------------------------------ */

/*button, input[type="button"], input[type="reset"], input[type="submit"] {*/
/*border: 1px solid #01aaef;*/
/*border-radius: 5px;*/
/*background: #01aaef;*/
/*color: rgba(255, 255, 255, 1);*/
/*font-size: 12px;*/
/*font-size: 0.75rem;*/
/*line-height: 1;*/
/*padding: .6em 1em .4em;*/
/*}*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid #01aaef;
	border-radius: 20px;
	background: #01aaef;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	font-size: 1rem;
	line-height: 1;
	padding: .45em 1.5em .4em;
	cursor: pointer;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #01aaef;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
	border-color: #01aaef;
	outline: none;
}




input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	padding-left: 20px;
	border-radius: 20px;
	/*border: 1px solid #ccc;*/
	/*box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);*/
	border: 1px solid #f9f9f9;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}


input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	/*border: 1px solid #ccc;*/
	/*box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);*/
	border: 1px solid #f9f9f9;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}

select {
	border: none;
	border-radius: 20px;
}


input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333;
}
input::-moz-placeholder { /* Firefox 19+ */
	color: #333;
}
input:-ms-input-placeholder { /* IE 10+ */
	color: #333;
}
input:-moz-placeholder { /* Firefox 18- */
	color: #333;
}



/* ------------------------------ Table CSS ------------------------------ */



table {
}

table thead,
table tbody,
table tfoot {
	border: 1px solid rgba(0,0,0,0.07);
	background-color: rgba(0,0,0,0.01);
}

table thead {
	background: rgba(0,0,0,0.02);
	color: initial;
}

table tfoot {
	background: rgba(0,0,0,0.07);
	color: initial;
}

table tbody tr:nth-child(even) {
	background-color: rgba(0,0,0,0.07);
}

table.unstriped tbody {
	background-color: rgba(0,0,0,0.01);
}

table.unstriped tbody tr {
	border-bottom: 1px solid rgba(0,0,0,0.07);
	background-color: rgba(0,0,0,0.01);
}

table.hover thead tr:hover {
	background-color: rgba(0,0,0,0.05);
}

table.hover tfoot tr:hover {
	background-color: rgba(0,0,0,0.1);
}

table.hover tbody tr:hover {
	background-color: rgba(0,0,0,0.005);
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: rgba(0,0,0,0.1);
}




/* ------------------------------ Other CSS HTML ------------------------------ */



code {
	border: 1px solid rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.06);
	color: initial;
}

hr {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0);
}

kbd {
	background-color: rgba(0,0,0,0.06);
	color: initial;
}

pre {
	background: rgba(0,0,0,0.08);
	padding: 20px;
}


mark, ins {
	background: rgba(255,231,0,0.2);
}

blockquote {
	border-left: 1px solid rgba(0,0,0,0.15);
}

blockquote, blockquote p {
	color: rgba(0,0,0,0.5);
}

cite {
	color: rgba(0,0,0,0.5);
}


/* ------------------------------ Other CSS WP ------------------------------ */




.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	/*padding: 0 10px;*/
}

.comment-body{
	padding: 20px;
}

.comment-list, .comment-list .children{
	list-style: none;
	margin-left: 50px;
}

.comment-metadata, .comment-reply-link{
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 0;
}

.avatar.photo{
	border-radius: 50%;
	margin-right: 10px;
}

.comment-form-comment label{
	padding-bottom: 5px;
	padding-left: 30px;
}

.comments-title, .comment-reply-title{
	word-wrap: break-word;
	font-size: 24px;
	text-transform: uppercase;
}

div.comment-metadata:before{
	content: "\f469";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 3px;
	font-size: 14px;
}

div.reply:before{
	content: "\f464";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 3px;
	font-size: 14px;
}



/* ------------------------------ Logo ------------------------------ */

#masthead {
	margin-top: 0px;
	margin-bottom: 30px;
}

.site-branding{
	padding: 0px 20px 10px 20px;
	position: relative;
	margin-left: 25px;
}

.site-title {
	font-size: 42px;
	margin-bottom: 0.5rem;
	line-height: 3.2rem;
	text-transform: uppercase;
}

.site-description{
	text-transform: uppercase;
	font-size: 0.7rem;
	margin-bottom: 0rem;
	line-height: 1rem;
	letter-spacing: 3px;
}


/* ------------------------------ Menu Top ------------------------------ */

#site-navigation{

}

#primary-menu{
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 12px;
	float: right;
}

#primary-menu > li > a{
	/*text-transform: uppercase;*/
	/*font-size: 12px;*/
}

#primary-menu > li.current-menu-item > a{
	color: #01aaef;
}

/*#primary-menu:after{*/
/*content: "\f486";*/
/*font-family: Dashicons;*/
/*vertical-align: middle;*/
/*font-size: 26px;*/
/*color: #fff;*/
/*text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
/*line-height: 45px;*/
/*padding-left: 1rem;*/
/*}*/

#primary-menu > li:last-child > a{
	padding-right: 0;
}

#primary-menu > li.current-menu-item:last-child > a{
	/*padding-right: 1rem;*/
}

#primary-menu > li ul a{
	color: #333;
}

.menu a{
	line-height: 1.7;
}

/* ------------------------------ Entry ------------------------------ */

.page-template-page-home #content{
	padding-top: 0px;
}

#content{
	padding-top: 160px;
	margin-bottom: 70px;
}

#main article{
	/*margin-bottom: 30px;*/
}

#main article.post{
	margin-bottom: 30px;
}

.entry-title, .entry-meta, .entry-content, .entry-footer{
	/*padding-right: 30px;*/
	/*padding-left: 30px;*/
}

.entry-header{
	padding-top: 30px;
	padding-bottom: 10px;
}

.entry-title, .page-title{
	word-wrap: break-word;
	font-size: 24px;
	text-transform: uppercase;
}

.entry-meta{
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	/*padding-bottom: 30px;*/
	/*padding-top: 20px;*/
}

.entry-content{
	/*padding-right: 30px;*/
	/*padding-left: 30px;*/
	/*padding-bottom: 30px;*/
}

.entry-footer{
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 20px;
	/*padding-bottom: 30px;*/
}

#main article > *:last-child{
	/*border-radius: 0 0 5px 5px;*/
}

.posted-on, .byline, .cat-links, .tags-links, .edit-link, .comments-link{
	padding-right: 10px;
}

.posted-on:before{
	/*content: "\f469";*/
	content: "\f546";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 1px;
	font-size: 14px;
}

.byline:before{
	content: "\f338";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 1px;
	font-size: 14px;
}

.cat-links:before{
	content: "\f537";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 1px;
	font-size: 14px;
}

.tags-links:before{
	content: "\f323";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 1px;
	font-size: 14px;
}

.edit-link:before{
	content: "\f464";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 1px;
	font-size: 14px;
}

.comments-link:before{
	content: "\f130";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 1px;
	font-size: 14px;
}


/* ------------------------------ Secondary ------------------------------ */


#secondary{
	/*color: #e6f0f9;*/
}

#secondary a {
	/*color: #01aaef;*/
}

#secondary a:visited {
	/*color: #01aaef;*/
}



#secondary section{
	padding-top: 20px;
	margin-bottom: 30px;
}

#secondary section > *{
	/*padding: 0 30px 10px 30px;*/
}

#secondary section > h2{
	position: relative;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	/*padding: 0 30px 0 30px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



#secondary ul{
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

#secondary li{
	padding: 3px 0 3px 0;
}

#secondary li:before{
	content: "\f345";
	font-family: Dashicons;
	vertical-align: bottom;
	padding-right: 3px;
}


/* ------------------------------ Footer ------------------------------ */

#colophon{
	text-align: center;
}






/* ------------------------------ GK ------------------------------ */








.grid-padding-x .grid-padding-x {
margin-right: -0.125rem !important;
margin-left: -0.125rem !important;
}


header {
	position: absolute !important;
	z-index: 999 !important;
}

.entry-title {
	display: none !important;
}

.item, .items {
	cursor: pointer !important;
}

img.prj-thmb {
	background-size:cover;
	background-position: center;
}

.prj-name {
	font-weight: 300;
	font-size: 1.2em;
	opacity: 0;
	margin-top: -10px;
	margin-bottom: 10px;
	
	transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;
}



.prj-wrap:hover .prj-name {
	
	opacity: 100;
	margin-top: 10px;
	margin-bottom: -10px;
	
	transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-webkit-transition: all .25s ease-in-out;
	
}

.prj-name-carousel {
	font-weight: 300;
	font-size: 1em;
	margin-top: -24px;
	margin-bottom: 34px;
}



.home-hero-txt h1 {
	font-size: 3.4vw !important;
	font-weight: 500 !important;
}

.home-hero-txt {
	position: absolute;
	margin-top: -180px !important;
}


	.entry-content {
		font-size: 1.15rem !important;
		font-weight: 300;
		
	}

	#demos .owl-carousel .item {
	height: 16rem !important;
	}

	.owl-nav {
	display: none !important;
	}

	.owl-dots {
	text-align: right !important;
	margin-top: 10px !important;
	}

	.rev_slider_1_1_forcefullwidth {
		margin-top: 0px !important;
	}


.owl-theme .owl-dots .owl-dot span {

    width: 30px !important;
    height: 4px !important;
    margin: 5px 7px !important;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

    background: #7fba00 !important;

}


.grid-container {
padding-right: 0px !important;
padding-left: 0px !important;
}

.grid-container:not(.full) > .grid-padding-x {
margin-right: 0px !important;
margin-left: 0px !important;
}

.vc_row {
margin-left: 0px !important;
margin-right: 0px !important;
}




/*RESPONSIVE MENU PRO START*/


body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    border: transparent !important;
    background-color: transparent !important;
    font-weight: 300 !important;
}

body #responsive-menu-pro-container #responsive-menu-pro-wrapper {

    background-color: transparent !important;

}



body .responsive-menu-pro-item {
    margin-left: 0px !important;
    
}

body #responsive-menu-pro-title {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    font-weight: 300 !important;
    padding-left: 10% !important;
}



/*RESPONSIVE MENU PRO END*/








/* ------- WEB SCROLLER START ----------- */

.webscroll-row {
    overflow: visible !important;
    margin-top: 160px;
}

.web-scroll-wrap {
          max-width: 650px;
          padding-right: 0px;
            margin-top: -160px;
      }
      
      .controls-wrap {
          width: 100%;
          position: relative;
          z-index: 20;
      }
      
      .controls-left {
          background-image: url(images/webscroll-arrows.svg);
          background-repeat: no-repeat;
          width: 34px;
          padding-left: 20px;
          margin-top: 10px;
          float: left;
          height: 18px;
          margin-left: 15px;
      }
      .controls-right {
          background-image: url(images/webscroll-dots.svg);
          background-repeat: no-repeat;
          background-size: cover;
          width: 40px;
          padding-right: 20px;
          padding-top: 10px;
          float: right;
          height: 30px;
          margin-right: 10px;
      }
      
.img-wrapper
{
    overflow: scroll;
    position: relative;
    float: left;
    height: 600px;
    width: 100%;
    border-top:36px solid #373737;
    border-bottom:36px solid #373737;
    border-left:10px solid #373737;
    border-right:10px solid #373737;
    border-radius: 10px;
    margin-top: -30px;
    z-index: 9;
}

.extrem-height-image
{
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  transition: top 2s ease-out 0s;
}

.extrem-height-image:hover
{
   top: -1000px;
	transition: top 12s ease-out 0s;
	 
}



/* ------- WEB SCROLLER END ----------- */












/* ------------------------------ Mobile CSS here ------------------------------ */




/* wp bakery first 2 viewports */
@media screen and (max-width: 765px) {
	

    
    .web-scroll-wrap {
            margin-top: 0px;
      }
      .webscroll-row {
          margin-top: 0px;
      }


}




/* Small only */
@media screen and (max-width: 39.9375em) {
	
		.single #content {
padding-top: 50px;
}

    
    .web-scroll-wrap {
            margin-top: 0px;
      }
      .webscroll-row {
          margin-top: 0px;
      }
    
    
    
    
	polyline[style] {
		stroke-width:10 !important;
		stroke-dasharray: 80, 30 !important;
	}
	
	.rev_slider_1_1_forcefullwidth {
		margin-top: 0px !important;
	}
	
	.rev_slider_wrapper,
	.rev_slider_wrapper[style] {
		margin-top: 0px !important;
	}
	
	#masthead {
		height: 50px;
		background-color: transparent !important;
		width: 100% !important;	
		overflow: hidden;
		position: relative !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-top: 0px !important;

}
	
	.site-branding {
		margin:0px;
		padding: 0px;
	}
	
	svg.fixed {
		width: 80px !important;
		height: 80px !important;
		display: block;
		margin: auto;
	}
	
	.rev_slider_wrapper {
		margin-top: 35px !important;
	}
	
	
	.home-hero-txt {
margin-top: 30px !important;
	}
	
		.home-hero-txt h1 {
			font-size: 110% !important;
			line-height: 1.4em;
	}

	/*logo reduce*/
		svg.fixed {
		width: 170px;
		height: 170px;
		}
		
}
	
	
	


/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

    
	
	.home-hero-txt {
	position: absolute;
	margin-top: -170px !important;
}
	
}

/* Large and up */
@media screen and (min-width: 64em) {
	
	.home-hero-txt h1 {
	font-size: 32px !important;
	font-weight: 500 !important;
	margin-bottom: 30px;
}
	
	
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}