
/*scrol to top*/

.login-control {
    border-radius: 10px !important; 
}

.heading-border {
  background:  #0199ff;
  display: block;
  width: 50px;
  height: 3px;
  margin-bottom: 15px;
}

.loginColumns  label {
	font-weight: normal;
}

.btn-primary {
  background:  #0199ff;
}



.scrollToTop {
  bottom: 60px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  color: #fff;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
	float: left;
	display: inline;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*--------.menu_area-------- */
.menu_area{
	position: absolute;
	left:0;
	right: 0;
	top: 0;
}
.navbar-default {
  background-color: #192133;
  border-color: transparent;
  padding: 12px 0;
}
.past-main {
  background-color: rgba(25,33,51,0.8);
  margin-top: 0px;
  padding:6px 0px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;

}
#navbar{overflow-x: hidden;}

.navbar-brand {                                                                                                                                                                                                                                                                                                                                                                                                                         	
	color: #fff !important;
	font-size: 35px;
	font-weight: bolder;
	font-family: 'Varela', sans-serif;
    padding: 0 !important;
}
.navbar-brand > img {
  display: block;
  height: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-nav > li > a {
  margin: 7px 0;
  padding-bottom: 8px;
  padding-top: 8px;
}
.Log {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  float: right;
  margin-top: 8px;
  padding: 5px 7px;
  transition: all 0.5s ease 0s;
  margin-left: 21px;
}
.Log:hover{
    border: 1px solid #0199ff;
    color: #0199ff;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
  text-transform: uppercase;
  color: #0199ff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}

/*--------/menu_area-------- */
.video{
    width: 100%;
}
.slider_area{
	float: left;
	display: inline;
	width: 100%;
	position: relative;
}
.slider_overlay {
  background: none repeat scroll 0 0 #314568;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

/*===SLIDER NAVIGATIONS==*/

.slides-navigation a {
	width: 100px;
	height: 100px;
}

.slides-navigation .icon-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.slides-navigation a::before,
.slides-navigation a::after,
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	position: absolute;
	left: 50%;
	width: 3px;
	height: 50%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	z-index: 100;
	height: 0;
	background: #fff;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.slides-navigation a::before,
.slides-navigation .icon-wrap::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.slides-navigation a.next::before,
.slides-navigation a.next .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.slides-navigation a::after,
.slides-navigation .icon-wrap::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.slides-navigation a.next::after,
.nslides-navigation a.next .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.slides-navigation h3 {
	position: absolute;
	top: 50%;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.85em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.slides-navigation a.prev h3 {
	left: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.slides-navigation a.next h3 {
	right: 100%;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}

.slides-navigation a:hover .icon-wrap::before,
.slides-navigation a:hover .icon-wrap::after {
	height: 50%;
}

.slides-navigation a:hover::before,
.slides-navigation a:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}

.slides-navigation a.next:hover::before,
.slides-navigation a.next:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}

.slides-navigation a:hover::after,
.slides-navigation a:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}

.slides-navigation a.next:hover::after,
.slides-navigation a.next:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}

.slides-navigation a:hover h3 {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

/*===SLIDER CAPTION===*/

.slider_caption {
  margin-top: 22%;
  padding: 0 4%;
  position: relative;
  text-align: center;
  z-index: 999;
}
.slider_caption > h2 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  line-height: 76px;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
}
.slider_caption>p{
	color: #ffffff;
	font-size: 20px;	
}
.slider_caption>a{		
	margin-top: 30px;	
}
.slider_btn{
	padding: 10px 15px;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	text-transform: uppercase;
    background-color: #0199ff;
    -webkit-transition: all .5s ;
    -moz-transition: all .5s ;
    transition: all .5s ;
}
.slider_btn:hover,.slider_btn:focus{
	text-decoration: none;
    background-color: #fff;
    color: #0199ff;
}
/*--------------------*/
/* SIGNUP SECTION */
/*--------------------*/

#signup {
	background: #0199ff none repeat scroll 0 0;
	display: inline;
	float: left;
	padding: 80px 0;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.signup_btn {
  background-color: #fff;
  color: #0199ff;
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 10px 15px;
  /*text-transform: uppercase;*/
  transition: all 0.5s ease 0s;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.signup_btn:hover {
  text-decoration: none;  
}
.signup_title {
  color: hsl(0, 0%, 100%);
  float: left;
  line-height: 39px;
  margin: 0;
  font-size: 22px;
}
/*--------------------*/
/* ABOUT SECTION */
/*--------------------*/
.center {
  text-align: center;
}
#start {
  background: #ededed none repeat scroll 0 0;
  display: inline;
  float: left;
  padding: 80px 0;
  width: 100%;
}
.process{
    margin-top: 25px;
}
#start .single-process {
  background: rgba(0, 0, 0, 0) url("img/arrow-our-process.png") no-repeat scroll 204px 59px / 75px auto;
  float: left;
  margin-top: -5px;
  padding-left: 60px;
  width: 25%;
}
#start .single-process .box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cfcfcf;
  height: 125px;
  line-height: 125px;
  margin-top: 5px;
  position: relative;
  text-align: center;
  width: 130px;
}
.wizmo {
  font-size: 65px !important;
  line-height: 115px !important;
}
#start .single-process:last-child {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  width: 25%;
}
.box > i {
  color: #cfcfcf;
  font-size: 75px;
  line-height: 135px;
  margin: 0;
  transition: all 0.3s ease 0s;
}
.box > i:hover {
    color: #0199ff ;
}
#start .single-process .box span {
  background: #0199ff  none repeat scroll 0 0;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 20px;
  font-weight: 600;
  height: 38px;
  left: -38px;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 43.5px;
  width: 38px;
}
#start .single-process p {
  color: #777777;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 30px;
}
.heading{
	float: left;
	display: inline;
	width: 100%;
}
.heading h2 {
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  padding-right: 50px;
}
.contact {
  display: block !important;
  line-height: 40px;
  margin: 0 auto !important;
  padding-right: 0 !important;
  text-align: center !important;
}
.heading p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.about_content{
	float: left;
	display: inline;
	width: 100%;
	padding: 50px 0px;
}
.about_featured{
	float: left;
	display: inline;
	width: 100%;
}
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 0px;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  background-color: transparent;
  color: #333;
  border: 0 none !important;
  padding: 5px 15px;
}
.panel-title {
  border-bottom: 1px solid #ccc;
  color: #222;
  font-family: 'Varela', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.panel-title a {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
}
.panel-default .in{	
  padding-left:10px;
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; 
}
.panel-title a span{
  margin-right: 5px;
}
.panel-body { 
  border-top-color: transparent !important;
  padding: 0px 15px;
  margin: 10px 0px;
}
.about_slider{
	float: left;
	display: inline;
	width: 100%;
	height: 350px;
}
.single_iteam{
	float: left;
	display: inline;
	width: 100%;
	height:100%;
}
.single_iteam img {
  max-width: 100%;
}
.about_slider .slick-dots li button:before {
  content: "•";
  font-size: 28px;  
}
.about_slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.skills_area{
	float: left;
	display: inline;
	width: 100%;
	min-height: 350px;
	padding: 85px 0px;
	background-image: url(img/skills_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.skills{
	position: relative;
	z-index: 999;
}
.heading h3 {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 40px;
  margin: 0 0 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
}
div[data-dimension] {
  float: none;
  margin: 0 auto;
}
.circle-text{
	color: #fff;
}
.single_skill{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}
.single_skill > h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.join_btn {
  background-color: #0199ff;
  border: medium none !important;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 50px auto 20px;
  padding: 10px 19px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.join_btn:hover {
  color: #fff;
  text-decoration: none;  
}
/*--------------------*/
/* SERVICE SECTION */
/*--------------------*/

#ship {
  background: transparent url("img/bg.jpg") no-repeat scroll center top / cover ;
  display: inline;
  float: left;
  padding: 80px 0 70px;
  width: 100%;
}
.enki-module-service.style-01 .widget-header {
  background: #0199ff none repeat scroll 0 0;
  margin-left: 100px;
  margin-top: 120px;
  padding: 50px 48px 30px;
}
.widget-sub-title {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.widget-title {
  color: #ffffff;
  font-size: 30px;
  position: relative;
  padding-bottom: 0 !important;
}
.sub-title{
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  margin-top: 0 !important;
}
.white-text-style p, .sf-mega p, .slide-area p {
  color: rgba(255, 255, 255, 0.9);
}
.enki-module-service.style-01 .widget-content::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #fff #fff;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  height: 0;
  left: -10px;
  position: absolute;
  top: 265px;
  transform: rotate(45deg);
  width: 0;
}
.enki-module-service.style-01 .widget-content {
  background: #fff url("img/box.jpg") no-repeat scroll right center / 60% auto;
  display: flex;
  padding: 70px;
  position: relative;
}
.enki-module-service.style-01 .widget-content ul {
  float: left;
  width: 50%;
}
.enki-module-service.style-01 .widget-content ul li::before {
  background: #ededed none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  margin-left: 120px;
  position: absolute;
  right: 0;
  top: 0;
}
.widget-content ul li::before {
  background: #ededed none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  margin-left: 120px;
  position: absolute;
  right: 0;
  top: 0;
}
.widget-content ul li:first-child::before {
  display: none;
}
.widget-content ul li:first-child {
  padding-top: 0;
}
.widget-content ul li {
  list-style: outside none none;
  margin: 0;
  float: left;
    padding: 30px 0 0 120px;
    position: relative;
    width: 100%;
}
.widget-content ul li i {
  border-color: #ededed;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  font-size: 50px;
  height: 85px;
  left: 0;
  line-height: 0;
  padding: 17px;
  position: absolute;
  text-align: center;
  width: 85px;
}
.no-padd{
    padding-left: 0 !important;
    padding-right: 0 !important;
}




.service_icon { 
  color: #777;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single_service>h2{
	text-align: center;
}
.single_service > h2 span { 
  border-radius: 100%;
  color: #fff;
  height: 150px;
  line-height: 120px;
  padding: 15px 0;
  width: 150px;
}
.single_service .service_title{
  margin: 20px 0 20px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.single_service > .service_title:after {
  bottom: 0;
  content: "";
  height: 3px;
  left: 40%;
  position: absolute;
  width: 100px;
}

/*--------------------*/
/* WORK SECTION */
/*--------------------*/

#work {
  display: inline;
  float: left;
  height: 400px;
  position: relative;
  width: 100%;
}
.work-content {
  background-color: #192133;
  color: #fff;
  display: inherit;
  height: 100%;
  padding: 80px 25px;
}
.icon-player {
  color: #fff;
  display: block;
  font-size: 100px;
  height: 100%;
  line-height: 400px;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.icon-player:hover {
  color:#0199ff;
}
a:focus {
  color: #0199ff !important;
  text-decoration: underline;
}
.color{
    color: #fff;
}
.ul-work {
  display: block;
  list-style: outside none none;
  margin: 80px auto 0;
  text-align: center;
}
.li-work {
  display: inline-block;
  list-style: outside none none;
  margin: 0 14px;
}
.video-back {
  background-attachment: scroll;
  background-image: url("img/video.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  min-height: 400px;
  position: relative;
}

/*--------------------*/
/* calcSECTION */
/*--------------------*/
#calc {
  display: inline;
  float: left;
  padding: 80px 0;
  width: 100%;
}
.form-section{
    padding-top: 50px;
}
.form-group {
  display: block;
  min-height: 70px;
}
.calc-input {
  height: 30px;
}
.calc-lable {
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 1.42857;
  padding-top: 7px;
  font-weight: normal;
}
output {
  font-size: 16px;
}
.calc-right{
    text-align: center;
}
.icon-calculator{
    margin-right: 8px
}
.calc-right>p{
    font-family: Arapey;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
    font-style: italic;
}
.p-title {
  font-family: Arapey;
  font-size: 14px;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
}
.calc-right > h4 {
  font-size: 22px;
  font-weight: bold;
}
.calc-right > a {
  border: 1px solid;
  display: inline-block;
  margin-top: 20px;
  padding: 5px 10px;
}
.calc-right > a:hover {
 text-decoration: none;
 color: #0199ff;
}
.question {
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}
.calc-contain {
  border: solid 1px #ccc;
}
.result {
  background: #ededed none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  color: #555;
  text-align: right;
}
.main-result{
  background: #0199ff none repeat scroll 0 0;
  color: #fff;
  text-align: right;
  font-weight: bold;   
}
.result > span {
  background: #cfcfcf none repeat scroll 0 0;
  display: inline-block;
  margin-left: 7px;
  min-width: 140px;
  padding: 6px 13px;
}
.main-result > span {
  background: #0173bf none repeat scroll 0 0;
  display: inline-block;
  font-weight: bold;
  margin-left: 7px;
  min-width: 140px;
  padding: 6px 13px;
}
.full-width {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  border: solid 1px #ccc;
}
.range-contain {
  min-height: 1px;
  position: relative;
  padding-top: 7px;
}
input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 15px;
    background:#fafafa;
    border-radius:6px;
    border: 0.2px solid #ccc;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #0199ff;
    margin-top: -6px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #0199ff;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #0199ff;
  cursor: pointer;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  background:#fff;
  border-radius:6px;
  border: 0.2px solid #ccc;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {

  background:rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)) repeat scroll 0 0;
  border: 0.2px solid #ccc;
  border-radius: 2.6px;
}
input[type=range]:focus::-ms-fill-lower {
 
background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)) repeat scroll 0 0;

}
input[type=range]::-ms-fill-upper {

  background:rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)) repeat scroll 0 0;
  border: 0.2px solid #ccc;
  border-radius: 2.6px;
}
input[type=range]:focus::-ms-fill-upper {
background:rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)) repeat scroll 0 0;
}
.range-info{
  margin-top: 15px;
}

input[type=range]{
  -webkit-appearance: none;
}



input[type=range]:focus {
  outline: none;
}


/*--------------------*/
/* TESTIMONIAL SECTION */
/*--------------------*/

#testimonial {
  background-attachment: fixed;
  background-image: url("img/testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline;
  float: left;
  width: 100%;
}
.testimonial-back{
  padding: 80px 0;
  background: rgba(25,33,51,.8);
  width: 100%;
  height: 100%;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50px;
    opacity: 1;
    overflow: hidden;
    transition: all 0.4s;
    margin: 0;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    opacity: 1;
    overflow: hidden;
    margin:-20px;
    z-index: 99;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
  border-left: medium none;
  color: #fff;
  margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
blockquote footer::before, blockquote small::before, blockquote .small::before {
  content:none !important;
}
blockquote footer, blockquote small, blockquote .small {
  margin: 50px 0 0;
  color: #fff;
}
/*--------------------*/
/* CONTACT US SECTION */
/*--------------------*/

#contact{
	background: none repeat scroll 0 0 #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;	
    position: relative;
}
.form-content {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  padding: 80px 0;
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
}
.contact-p {
  text-align: center;
  margin-bottom: 30px;
  color: #999;
}
.checkbox > label {
  color: #999;
}
.contact-inner{
    display: block;
    padding: 0 80px;
}
.contact_content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
  padding-bottom: 30px;
}
.contact_map {
  border: 1px solid #ccc;
  display: inline;
  float: left;
  width: 100%;
}
.contact_form{
	float: left;
	display: inline;
	width: 100%;
}
.contact_form input[type="text"],.contact_form input[type="email"]{
	margin-bottom: 30px;
	border-radius: 0px;
}
.submit_btn {
  background-color: #0199ff;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 8px 19px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  border: none !important;
}
.submit_btn:hover{
	background-color: #0199ff;
    color: #fff;
}

textarea .form-control {
  height: auto;
}
#map_canvas{
	width: 100%;
	float: left;
	display: inline;
	height: 745px;
}
/*only firefox browser*/
@-moz-document url-prefix() { 
	 #map_canvas{
		width: 100%;
		float: left;
		display: inline;
		height: 745px;
	}
}
.input-contact {
  -moz-border-bottom-colors: none !important;
  -moz-border-left-colors: none !important;
  -moz-border-right-colors: none !important;
  -moz-border-top-colors: none !important;
  background: transparent none repeat scroll 0 0 !important;
  border-color: -moz-use-text-color -moz-use-text-color #999 !important;
  border-image: none !important;
  border-style: none none solid !important;
  border-width: medium medium 1px !important;
  box-shadow: none !important;
  margin-bottom: 30px !important;
}
.contact_feature{
	float: left;
	display: inline;
	width: 100%;	
	position: relative;
	z-index: 999;
}
.single_contact_feaured {  
  border: 1px solid #ccc;
  display: inline;
  float: left;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
.single_contact_feaured > i {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 5px;
}
.single_contact_feaured > h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
}
.single_contact_feaured>p{
	color: #888888;
}
.success {
  border: 1px solid #008000;
  color: #008000;
  margin-bottom: 10px;
  padding: 5px;
}
.error{
  border: 1px solid #ff0000;
  color: #ff0000;
  margin-bottom: 10px;
  padding: 5px;
}

#contactFeature{
	background-image: url("img/contact-feature-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	position: relative;
	float: left;
	display: block;
	width: 100%;
	padding: 50px 0px;
}

#subscribe{
	float: left;
	display: inline;
	width: 100%;
	padding: 80px 0px;
}
.subscribe_form {
  margin: 0 auto;
  width: 60%;
}
.subscrive_group {
  display: inline;
  float: left;
  margin-top: 40px;
  width: 100%;
}
.subscribe_mail {
  border-radius: 0;
  display: inline;
  float: left;
  height: 50px;
  width: 80%;
  font-size: 18px;
}
.subscr_btn {
  border: medium none;
  color: #fff;
  display: inline;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  text-transform: uppercase;
  width: 20%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.subscr_btn:hover{
	opacity: 0.75;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer {
  background-color: #192133;
  display: inline;
  float: left;
  padding: 20px;
  width: 100%;
}
.footer_left{
	float: left;
	display: inline;
	width: 100%;
}
.footer_left > p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 5px;
}
.footer_left > p a {  
  font-weight: bold;
}
.footer_right{
	float: left;
	display: inline;
	width: 100%;
}
.social_nav{
	text-align: right;	
}
.social_nav li{
	display: inline-block;
}
.social_nav li a {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  margin-left: 5px;
  text-align: center;
  width: 35px;
  line-height: 28px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.modal-dialog {
  width: 700px;
}
.modal-header {
  border-bottom: none !important;
}
/*======================///////////////
			start responsive style
=====================///////////////////////*/
@media(max-width:1280px ){
  .enki-module-service.style-01 .widget-content ul {
  width: 60%;
  }
  .enki-module-service.style-01 .widget-content {
  background: #fff url("img/box.jpg") no-repeat scroll right 240px / 430px auto;
}
.slider_caption > h2 {
  font-size: 48px;
}
}
@media(max-width:1024px ){
 .signup_title { 
    font-size: 21px;
}
.slider_caption > h2 {
  font-size: 46px;
}   
.result {
  font-size: 12px;
} 
.main-result {
  font-size: 12px;
}
output {
  font-size: 12px;
}
.calc-lable {
  font-size: 12px;
}
.form-group {
  min-height: 60px;
}
}
@media(max-width:1199px ){
  .slider_caption > h2 {width: 100%;}
  .blog_slider .slick-prev {left: 91%;}
  #map_canvas{height: 745px;}
  /*only firefox browser*/
  @-moz-document url-prefix() { 
  #map_canvas{height: 745px;	}
  }
  .slider_caption {margin-top: 25%;}
  .subscribe_mail {width: 76%;}
  .subscr_btn {width: 24%;}

}
  
@media(max-width:1200px ){
    .signup_btn {
    font-size: 13px;
    padding: 7px 12px;
    }
    .signup_title {
    font-size: 16px;
    }
    .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 15px 5px;
    }
    .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 7px 5px;
    }
    .Log {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    float: right;
    margin-left: 14px;
    margin-top: 8px;
    padding: 5px 4px;
    transition: all 0.5s ease 0s;
    font-size: 12px;
    }
    .slides-navigation a {
    height: 70px;
    width: 70px;
    }
   #signup {
  padding: 50px 0;
   }
   .enki-module-service.style-01 .widget-content {
    padding: 55px 30px;
    }
    .enki-module-service.style-01 .widget-content {
    background: #fff none no-repeat scroll right 240px / 430px auto;
    }
   .widget-title {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 30px;
    }
    .enki-module-service.style-01 .widget-content ul {
    width: 100%;
    }
    #work {
    display: flex;
    }
    .li-work {
        margin: 0 2px;
        width: 30%;
        }  
    .enki-module-service.style-01 .widget-header {
        padding: 50px 25px 30px;
     }  
    .calc-right > h4 {
    font-size: 20px;
    font-weight: bold;
    } 
    .calc-right > a {
    margin-top: 25px;
    }  
    .enki-module-service.style-01 .widget-content {
     padding: 55px;
    }
    #map_canvas {
    height: 700px;
    }
  .slider_caption > h2 {font-size: 38px;line-height: 48px;}
  .slider_caption > p {font-size: 18px;}
  .about_area {padding-bottom: 80px;}
  .about_slider{margin-top: 30px;}
  .single_iteam {text-align: center;}
  .single_iteam img {display: inline-block;}
  .single_service .service_title {font-size: 18px;}
  .single_service > .service_title:after {left: 33%;}
  .single_price > h3 {font-size: 20px;line-height: 80px;}
  .single_price .price > h4 {font-size: 50px;line-height: 50px;}
  .price_features li {font-size: 13px;line-height: 15px;}
  .price_btn {font-size: 13px;padding: 10px 15px;}
  .blog_slider .slick-prev {left: 88.5%;}
  .testi_content {width: 100%;}
  .clients_slider .slick-prev {left: 45%;}
  .clients_slider .slick-next {right: 45%;}
  .subscr_btn {font-size: 15px;}
  .single_contact_feaured {margin-bottom: 30px;}
  
}
@media(max-width:800px ){
    .navbar-default .navbar-nav > li > a {
    font-size: 10px;
    }
    .slider_caption > h2 {
    font-size: 37px;
    line-height: 35px;
    }
    .slider_caption > p {
    font-size: 14px;
    }
    .enki-module-service.style-01 .widget-header {
    margin-left: 30px;
    }
    .enki-module-service.style-01 .widget-content {
    padding: 30px;
    }
    #start .single-process p {
    font-size: 10px;
    line-height: 18px;
    }
    #start {
    padding: 70px 0;
    }
    .ul-work {
    margin: 35px auto 0;
    }
    .heading h2 {
    font-size: 28px;
    }
    .calc-right > p {
    font-size: 12px;
    }
}
@media(max-width:767px ){
    .Log {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    float: none;
    font-size: 12px;
    margin-top: 20px;
    padding: 5px 4px;
    text-align: center;
    transition: all 0.5s ease 0s;
    }
	.navbar-collapse{background-color: rgba(25, 33, 51, 0.8);} 
	.main_nav{text-align: center;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: rgba(25, 33, 51, 0.8);}
    .signup_title {
    font-size: 16px;
    }
    .signup_btn {
    font-size: 12px;
    padding: 7px 15px;
    }
    #ship {
    padding: 0 0 70px;
    }
    .widget-title {
    font-size: 20px;
    }
    #start .single-process {
    margin-top: 15px;
    width: 50%;
    }
    #start .single-process:last-child {
    width: 50%;
    }
    .calc-right {
    margin-top: 25px;
    }
	.slider_caption {margin-top: 15%;}
	.slider_caption > h2 {font-size: 21px;line-height: 26px;}
	.slider_caption > p {font-size: 15px;}
	.slider_btn {font-size: 18px;}
	.heading h2 {font-size: 20px;line-height: 30px;}
	.skills_area {background-size: cover;}
	.single_skill {width: 50%; margin-bottom: 22px;}
	.counter {width: 50%;float: left;}
	.counter_section {background-size: cover;}
	.contact_map {margin-top: 30px;}
	#contactFeature {background-size: cover;}
	.subscribe_form {margin: 0 auto; width: 85%;}
	.team_social a {font-size: 15px;height: 30px;line-height: 30px;width: 30px;}
	.blog_slider .slick-prev {left: 86.5%;}
	.og-close {z-index: 999;}
	#about {padding: 50px 0;}
	#service {padding: 50px 0 50px;}
	#works {padding: 0 0 50px;}
	#clients {padding: 50px 0 100px;}
	#contact {padding: 50px 0 0;}
	.social_nav {margin-top: 20px;text-align: center;}
	.footer_left {text-align: center;}
	.single_service > .service_title:after {left: 41%;}	
  .wagwep-container ul#portfolio-filter li {width: auto;}
  .wagwep-container ul#portfolio-filter a {text-indent: 0;}
    #map_canvas {
    height: 780px;
    }

}
@media(max-width:1200px ){	
.signup_title {
  display: block;
  float: none;
  font-size: 14px;
  text-align: center;
}
.signup_btn {
  display: block;
  float: none;
  font-size: 12px;
  margin: 15px auto 0;
  padding: 7px 15px;
  text-align: center;
  width: 140px;
}
.heading p {
  font-size: 14px;
}
}
@media(max-width:480px ){	
    .signup_title {
    display: block;
    float: none;
    font-size: 14px;
    text-align: center;
    }
    #signup {
    padding: 30px 0;
    }
    .signup_btn {
    display: block;
    float: none;
    font-size: 12px;
    margin: 15px auto 0;
    padding: 7px 15px;
    text-align: center;
    width: 140px;
    }
    .heading h2 {
    font-size: 17px;
    padding-right: 0;
    }
    .icon-player {
    font-size: 60px;
    }
    .slides-navigation a {
    height: 40px;
    width: 40px;
    }
    .contact-inner {
    display: block;
    padding: 0 20px;
    }
    .carousel-indicators {
    bottom: 10px;
    left: 0;
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 15;
    }
    #start .single-process {
    margin-top: 15px;
    width: 100%;
    }
    #start .single-process:last-child {
    width: 100%;
    }
    .li-work {
    margin: 0 2px;
    width: 28%;
    }
    .slider_caption > p {
    font-size: 10px;
    }
    .slides-pagination {
    text-align: right;
    }
    .slider_caption > a {
    font-size: 12px;
    margin-top: 20px;
    padding: 6px 10px;
    }
    blockquote {
    font-size: 13px;
    }
    #quote-carousel .carousel-indicators .active {
    background: #333333 none repeat scroll 0 0;
    border-radius: 100px;
    height: 90px;
    margin: -20px;
    opacity: 1;
    overflow: hidden;
    width: 90px;
    z-index: 99;
    }
	.slider_caption {margin-top: 24%;}
	.slider_caption > h2 { font-size: 20px;line-height: 22px;margin-bottom: 0px;}
	.slider_caption > p {font-size: 10px;}
	.slider_caption > a {
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 8px;
    }
	.wagwep-container ul#portfolio-filter li {width: auto;}
	.wagwep-container ul#portfolio-filter a {font-size: 10px;margin: 0 0 2px;padding: 5px;text-align: center;text-indent: 0;}
	.blog_slider .slick-prev {left: 81.5%;} 
	.clients_slider .slick-prev {left: 43%;}
	.clients_slider .slick-next {right: 43%;}
	.subscribe_form {width: 100%;}
	.footer_left {text-align: center;}
	.footer_right { margin-top: 20px;}
	.social_nav { text-align: center;}
	.testi_content:before {left: 30%;}	
	.single_service > .service_title:after {left: 38%;}
	.wagwep-container ul#portfolio-filter {padding: 0 3%;}	
 
}

@media(max-width:360px ){
    .slider_caption > p {
    font-size: 11px;
    }
    .slides-pagination {
    text-align: right;
    }
    .slider_caption > a {
    font-size: 9px;
    margin-top: 0;
    padding: 5px 10px;
    }
    .enki-module-service.style-01 .widget-header {
    margin-top: 70px;
    }
    .widget-content ul li i {
    border-color: #ededed;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    font-size: 29px;
    height: 50px;
    left: 0;
    line-height: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 50px;
    }
    .widget-content ul li {
    padding: 30px 0 0 75px;
    }
    .single_service > p {
    font-size: 12px;
    }
    #start .single-process {
    margin-top: 15px;
    width: 96%;
    }
    #start .single-process:last-child {
    width: 97%;
    }
    #work {
    display: inline;
    float: left;
    height: auto;
    position: relative;
    width: 100%;
    }
    .carousel-indicators {
    bottom: 10px;
    left: 0;
    list-style: outside none none;
    margin: auto !important;
    padding-left: 0;
    position: absolute;
    right: 0 !important;
    text-align: center;
    width: 100%;
    z-index: 15;
    }
    .contact-inner {
    padding: 0;
    }
	.slider_caption {margin-top: 28%;}
	.slider_caption > a {margin-top: 10px;}
	.slides-navigation h3 {display: none;}
	.slider_caption > h2 {font-size: 18px;line-height: 20px;}

	.panel-title {font-size: 17px;}
	.about_area {padding-bottom: 0px;}
	.about_slider{height: auto;}
	.single_skill {margin-bottom: 25px;width: 100%;}
	.heading h3 {font-size: 20px;line-height: 25px;margin: 0 0 30px;}
	.counter {width: 100%;margin-bottom: 15px;}
	.blog_slider .slick-prev {left: 75.5%;}
	.clients_slider .slick-prev {left: 40%;}
	.clients_slider .slick-next {right: 40%;}
	.subscribe_mail {width: 70%;font-size: 15px;}
	.subscr_btn {width: 29%;font-size: 15px;}
	.single_service > .service_title:after {left: 32%;}
	.slides-navigation {display: none;}
	
}

@media(max-width:320px ){
    .slider_caption {
    margin-top: 22%;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 999;
    }
    .slider_caption > h2 {
    font-size: 14px;
    line-height: 16px;
    }
    .slider_caption > p {
    font-size: 7px;
    }
	.slider_caption > h2 {font-size: 15px;line-height: 18px;}
	.single_service > .service_title:after {left: 29%;}
	.blog_slider .slick-prev {left: 70.5%;}
	.subscr_btn {font-size: 11px;}
	.slider_caption {margin-top: 34%;}  
	
}