/*********************SHORTCODES***********************/
/*****title block***/
.content-head .tblock{
    color: #000;
    text-align: center;
    font-weight: 400;
    margin: 0 0 12px;
}
/**list***/
ul.iconlist{
    padding: 0px;
    margin: 0 -2%;
}
ul.iconlist li{
    list-style: none;
    font-family: Roboto;
    font-size: 15px;
    color: #a1a1a1;
    padding-left: 58px;
    position: relative;
    font-weight: 300;
    height: 45px;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: none;
    border-bottom: none;
    margin: 0 2% -1px;
    line-height: 45px;
    transition: 0.3s;
    overflow: hidden;
    z-index: 11;
}
ul.iconlist li:before{
    content: "";
    background: #3db7f0;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: .4s;
    z-index: -1;
}
ul.iconlist li a{color: #a1a1a1;}
ul.iconlist li:hover a{transition: 0.3s; color: #fff;text-decoration: underline;}
ul.iconlist li:hover{
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
}
ul.iconlist li:hover:before{
    width: 100%;
    transition: .4s;
}
ul.iconlist li:last-child{
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
ul.iconlist li i{
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.3s;
    background: #3db7f0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
/****iconbox-list***********/
ul.iconbox-list{
    padding: 0;
}
ul.iconbox-list li{
    list-style: none;
    padding-right: 20px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
}
ul.iconbox-list li:hover i{
    font-size: 30px;
    color: #fff;
    background: #3db7f0;
    border: 1px solid #3db7f0;
    transition: 0.4s;
}
ul.iconbox-list li:hover h4{
    color: #3db7f0;
    transition: .4s;
}
/******progress bar********/
.progress{height: 20px}
.progress-title{
    margin: 0 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}
.progress-title span{
    float: right;
}
/************Circvle progress bar***/
.pie-wrap{display: inline-block;}
.skills{
    width: 238px;
    height: 238px;
    border: 1px solid #e7e7e7;
    display: table;
    border-radius: 50%;
    background: #fff;
    transition: .3s;
}
.pie-wrap:hover .skills{
	background: #3db7f0;
}
.percentage.easyPieChart > span, .percentage.easyPieChart {
    font-size: 34px;
    color: #3db7f0;
	text-align: center;
}
.pie-wrap:hover .percentage.easyPieChart > span{
	color:#fff !important;
}
.percentage.easyPieChart {
    margin: -16px -7px -5px;
    width: 218px !important;
    height: 218px !important;
    line-height: 218px !important;
    position: relative;
    top: 10px;
    display: table;
}
.percentage.easyPieChart > span{
	vertical-align: middle;
	margin-left: 35px;
	
}
.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.pie-wrap h4 {
	text-align: center;
	color: #919191;
	margin: 20px 0 0;
}
.skillShort{
    margin: -16px -7px -5px;
    width: 218px;
    height: 218px;
    position: relative;
    top: 10px;
    display: table;
}
/**********buttons***********/
.btn .icon-left{margin-right: 10px;}
.btn .icon-right{margin-left: 10px;}
.btn-trendy{ background: #3db7f0; border: none;}
.btn-trendy:hover{background: #000;}

/***vertical navigation**/
.vernav ul.nav-list li a{
    display: block;
    padding: 3px 20px 3px 0;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #7b8a8b;
    white-space: nowrap;
}
.vernav ul.nav-list li a:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #2c3e50;
}
/**********modal box************/
.modal-dialog{z-index: 9999;padding-top: 200px;}
/*********Service Block***********/
.service-content.sblock{/*margin: 0;*/}

/*************promo block******/
.promobox{
    background: #3db7f0;
    padding: 35px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border: solid 17px #3db7f0;
}
/**************social buttons*************/
ul.social-icons{
    padding: 0;
    margin: 0;
}
ul.social-icons li{
    float: left;
    list-style: none;
    margin: 0 10px 10px 0;
}
ul.social-icons li a{
    width: 35px;
    height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    display: table;
    text-align: center;
    line-height: 33px;
    position: relative;
    z-index: 77;
    transition: .4s;
}
ul.social-icons li a:hover{
    background: #3db7f0;
    border: solid 1px transparent;
    color: #fff;
    transition: .4s;
}
ul.social-icons li:hover i{
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
/**********pricing tables********/
.mp-icon:before{content: none}
.mp-icon i{
    color: #fff;
    font-size: 24px;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 51px;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}
.pricing-table:hover .mp-icon:before{
    content: none;
}
.pricing-table:hover .mp-icon i{color: #3db7f0;}

/*********Contact details*********/
.cf-info ul{margin-top: 0;}

/***********tabs*********/
.tabs-vertical{
    background: #fff;
    overflow: hidden;
    border: 1px solid #eeeeee;
}
.tabs-horizontal{
    border: 1px solid #e5e5e5;
}
.tabs-horizontal .resp-tabs-list li {
    border-bottom: 1px solid #cecece !important;
    width: 33.33333%;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    color: #000;
}
.tabs-horizontal .resp-tabs-list li:last-child {
	border-right: none;
}
.tabs-horizontal .resp-tabs-list li i {
    display: block;
    margin-bottom: 10px;
    color: #3db7f0;
    font-size: 30px;
}
.tabs-horizontal .resp-tab-content {
    padding: 50px 40px 40px 40px;
}
.tabs-horizontal .resp-tab-content h3 {
	font-size: 22px;
	font-weight: 300;
	color: #000;
	text-align: center;
	margin: 30px 0 25px;
}

.tabs-horizontal .resp-tab-content h3 span {
	font-weight: 700;
	color: #3db7f0;
}

.tabs-horizontal .resp-tab-content p {
	text-align: center;
	margin: 0;
	font-size: 14px;
}
.resp-tabs-container{
    font-size: 15px;
    color: #717171;
    font-weight: 300;

}
/********Accordion*******/
.acc-shortcode .panel.panel-default{
    margin: 0;
    border: none;
    border: 1px solid #dbdbdb;
    border-radius: 0;
}
.acc-shortcode .panel + .panel{border-top: 0}
.acc-shortcode .panel-heading{
    margin: 0px;
    font-size: 14px;
    color: #414141;
    padding: 20px 15px;
    height: 50px;
    
    position: relative;
    cursor: pointer;
    background: none;
    border-radius: 0;
    border-color: #dbdbdb;
}
.acc-shortcode .panel-heading a{display: block}
.acc-shortcode .panel-heading a span{
    background: url(../images/minus.png) no-repeat center center;
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 43px;
    width: 50px;
    height: 50px;
    border-left: 1px solid #dbdbdb;
    text-align: center;
    padding: 0;
    margin: 0;
}
.acc-shortcode .panel-heading a.collapsed span{
    background: url(../images/plus.png) no-repeat center center !important;
}
.acc-shortcode .panel-title{
    font-size: 14px;
    color: #414141;
}
.acc-shortcode .panel-title i{
    color: #3DB7F0;
    font-size: 20px;
    margin: -5px 6px -5px 1px;
    position: relative;
    top: 2px;
}
.acc-shortcode .panel-body{
    color: #a4a4a4;
    line-height: 24px;
}
/**************Testimonial**************/
.test-shortcode .item{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding: 100px 0;
}
.test-shortcode img{
    -webkit-box-shadow: 0 0 0 2px rgba(238,238,238,0.12);
    -moz-box-shadow: 0 0 0 2px rgba(238,238,238,0.12);
    box-shadow: 0 0 0 2px rgba(238,238,238,0.12);
    border: solid 12px rgba(0,118,249,0);
    width: 163px;
    height: 163px;
    margin: 2px auto 13px;
    display: table;
    border-radius: 50%;
}
.test-shortcode .item.color-white, .test-shortcode .item.color-white p, 
.test-shortcode .item.color-white i, .test-shortcode .item.color-white  cite{
    color: #ffffff;
}
.test-shortcode p{
   font-size: 19px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    padding: 0 15%;
    text-shadow: 3px 4px 5px rgba(0,0,0,.1);
}
.test-shortcode i{
    font-size: 20px;
    display: table;
    margin: 17px auto 13px;
    font-weight: 300;
    text-shadow: 3px 4px 5px rgba(0,0,0,.1);
}
.test-shortcode cite{
    font-style: normal;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    display: table;
}
.test-shortcode cite span{font-weight: 700;}
.test-shortcode .owl-controls .owl-buttons{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -70px;
}
.test-shortcode .owl-controls .owl-buttons .owl-prev{
    width: 30px;
    height: 120px;
    border-radius: 0px;
    opacity: 1;
    background: #fff;
    position: relative;
    float: left;
    font-size: 0px;
    right: 5px;
    line-height: 120px;
    transition: .4s;
}
.test-shortcode .owl-controls .owl-buttons .owl-prev:before{
    content: "\f104";
    font-family: FontAwesome;
    font-size: 18px;
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.test-shortcode .owl-controls .owl-buttons .owl-next{
    width: 30px;
    height: 120px;
    border-radius: 0px;
    opacity: 1;
    background: #fff;
    position: relative;
    float: right;
    font-size: 0px;
    right: -5px;
    line-height: 120px;
    transition: .4s;
}
.test-shortcode .owl-controls .owl-buttons .owl-next:before{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.test-shortcode .owl-controls .owl-buttons .owl-next:hover,
.test-shortcode .owl-controls .owl-buttons .owl-prev:hover{
    background: #3db7f0;
    color: #fff;
    transition: .4s;
}
.test-shortcode .owl-controls .owl-buttons .owl-prev:hover:before,
.test-shortcode .owl-controls .owl-buttons .owl-next:hover:before {
    color: #fff;
}
/**********slider************/
.flex-direction-nav a:before  { font-family: "FontAwesome" !important;; font-size: 24px !important; display: inline-block; content: '\f053' !important;; line-height:1.8 !important; }
.flex-direction-nav a.flex-next:before  { content: '\f054' !important; }
.flex-control-paging{bottom: 10px;}
.flex-control-paging li a{background: rgba(61, 183, 240, 0.3);}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover{background: rgba(61, 183, 240, 0.9);}
.page-slider-wrapper{position: relative;}
.page-slider-wrapper .slides > li {position: relative;}
.page-slider-wrapper .flex-direction-nav a{opacity: 1; color:#3db7f0}
.page-slider-wrapper .flex-direction-nav a.flex-prev{left: 0;}
.page-slider-wrapper .flex-direction-nav a.flex-next{right: 0;}

.car-shortcode .item{
    border: 1px solid #ececec;
    height: auto;
    margin: 0 10px;
    transition: .3s;
    cursor: pointer;
}
.car-shortcode.logo-slider .item{
    height: 110px;
}

.car-shortcode .item:hover{
    border: 1px solid #ececec;
    transition: .3s;
}
.car-shortcode .item img{
    display: table;
    margin: 0 auto;
    transition: .3s;
}
.car-shortcode.logo-slider .item img{
    padding: 45px 0;
    opacity: 0.1;
}
.car-shortcode.logo-slider .itemhover img,
.car-shortcode .item:hover img{
    opacity: 1;
    transition: .3s;
}
.car-shortcode .owl-controls .owl-buttons .owl-prev{
    width: 33px;
    height: 33px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    position: relative;
    float: left;
    font-size: 0px;
    left: 28px;
    line-height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}
.car-shortcode .owl-controls .owl-buttons .owl-prev:before{
    content: "\f104";
    font-family: FontAwesome;
    font-size: 18px;
    color: #9f9f9f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.car-shortcode .owl-controls .owl-buttons .owl-next{
    width: 33px;
    height: 33px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    position: relative;
    float: right;
    font-size: 0px;
    right: 28px;
    line-height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}
.car-shortcode .owl-controls .owl-buttons .owl-next:before{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    color: #9f9f9f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.car-shortcode .owl-controls .owl-buttons .owl-next:hover,
.car-shortcode .owl-controls .owl-buttons .owl-prev:hover{
    background: #3db7f0;
    color: #fff;
    border-color: #3db7f0;
}
.car-shortcode .owl-controls .owl-buttons .owl-next:hover:before,
.car-shortcode .owl-controls .owl-buttons .owl-prev:hover:before{
    color: #ffffff;
}
/**************Content Slider************/
.car-shortcode.content-slider .item{border: none;}

/************blog listing*************/
.bloglisting .flex-video iframe{max-width: 100%;}
.bloglisting.tabbed{border: 1px solid #dfdfdf;}
.blogTab{
    overflow: hidden;
    background: #fff;
}
.blogTab .resp-tabs-list {
    float: left;
    width: 16% !important;
}
.blogTab .resp-tabs-list li {
    padding: 14px 0px !important;
    height: 110px;
    background: #3db7f0;
    border: none !important;
    border-bottom: 1px solid #4a5768 !important;
}
.blogTab li.resp-tab-active {
    padding: 0px 0px !important;
    border-right: 1px solid #fff !important;
}
.blogTab .resp-tabs-list li img {
    width: 81px;
    height: 81px;
    padding: 10px;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
    margin: 0 auto;
}
.blogTab li.resp-tab-active img {
    width: 100% !important;
    height: 100% !important;
    padding: 0px !important;
    border-radius: 0% !important;
    background: transparent;
    margin: 0 auto;
}
.blogTab .resp-tabs-container {
    float: right;
    width: 84%;
}
.blogTab .resp-tab-content {
    display: none;
    padding: 30px 35px 3px;
}
.blogTab .resp-tabs-container h4 {
    color: #4a5768;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 14px;
}
.blogTab .resp-tabs-container{
    color: #4a5768;
    font-size: 13px;
    font-weight: 400;
}
.blogTab .resp-tabs-container p {
    color: #4a5768;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 21px;
    letter-spacing: -0.4px;
}
/********Timeline***/
#timeline:before{bottom: 0;}
.t-left:before{top: 1px; right: -23%;}
.t-right:before{left: -23%;}
/**************Parallax**********/
.fullsize.parallax-bg{
background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
    position: relative;
    z-index: 0;

}
.parallax-wrapper{
    background-position: 50% 50%;
    background-attachment:fixed;
    background-repeat: no-repeat;
    position: relative;
    -webkit-background-size: cover !important; 
    -moz-background-size: cover !important;    
    -o-background-size: cover !important;     
    background-size: cover !important;         
}
.fullsize.fullsize-background{
     background-repeat: no-repeat;
    position: relative;
    -webkit-background-size: cover !important; 
    -moz-background-size: cover !important;    
    -o-background-size: cover !important;     
    background-size: cover !important;         
}
.fullsize {color: inherit; width:100% ;}
.fullsize-background.notopborder{border-top:none}
.fullsize-background.nobottomborder{border-bottom:none}
.padding-none { padding:0 !important;}
.padding-xsmall { padding:5px 0 !important;}
.padding-small { padding:15px 0 !important;}
.padding-medium{ padding:30px 0 !important;}
.padding-large { padding: 60px 0 !important;}
.mb_YTVPlayer{display:block !Important}

/************Google Map******************/
.gm-shortcode>div{width: 100% !important;}
.gmnoprint img {
    max-width: none; 
}
/*************contact form 7**************/
span.wpcf7-form-control-wrap{position: initial;}
.wpcf7-form-control.wpcf7-submit{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #3db7f0;
    background: #3db7f0;
    transition: 0.3s;
    width: 100%;
    padding: 0;
}
/**************Special products*****************/
ul.specprod{
	list-style: none;
}
ul.specprod li{
	height: auto;
    margin: 0 10px;
    transition: .3s;
    cursor: pointer;
}
.car-shortcode.specprod .owl-controls  .owl-prev{
    width: 33px;
    height: 33px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    position: relative;
    float: left;
    font-size: 0px;
    left: 28px;
    line-height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}
.car-shortcode.specprod .owl-controls  .owl-prev:before{
    content: "\f104";
    font-family: FontAwesome;
    font-size: 18px;
    color: #9f9f9f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.car-shortcode.specprod .owl-controls .owl-next{
    width: 33px;
    height: 33px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    position: relative;
    float: right;
    font-size: 0px;
    right: 28px;
    line-height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}
.car-shortcode.specprod .owl-controls  .owl-next:before{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    color: #9f9f9f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.car-shortcode.specprod .owl-controls  .owl-next:hover,
.car-shortcode.specprod .owl-controls  .owl-prev:hover{
    background: #3db7f0;
    color: #fff;
    border-color: #3db7f0;
}
.car-shortcode.specprod .owl-controls  .owl-next:hover:before,
.car-shortcode.specprod .owl-controls .owl-prev:hover:before{
    color: #ffffff;
}
ul.specprod li span.onsale{
	color: #fff;
	min-height: 32px;
	min-width: 32px;
	padding: 4px;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 32px;
	top: 6px;
	left: 6px;
	margin: 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #a2c094;
	background: -webkit-gradient(linear,left top,left bottom,from(#a2c094),to(#85ad74));
	background: -webkit-linear-gradient(#a2c094,#85ad74);
	background: -moz-linear-gradient(center top,#a2c094 0,#85ad74 100%);
	background: -moz-gradient(center top,#a2c094 0,#85ad74 100%);
	text-shadow: 0 -1px 0 #85ad74;
	color: #fff;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.2);
}
ul.specprod li span.onsale{
	z-index: 999;
	left: auto;
	margin: -6px -6px 0 0;
}