/*-----------------------------------------------------------------------------------

    Template Name: Smoth Corporate HTML Template
    Author: Themepure
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Template default CSS
	2. header
	3. slider-area
	4. What-we-do-area
	5. counter-area
	6. portfolio-area
	7. service-area
	8. testimonial-area
	9. footer
	10. contact-area
	11. blog-area
	13. about-area
	14. team-area
	15. price
	16. video-area

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1. Template default CSS
/*----------------------------------------*/
/* google-font */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,600,700');
html, body {
  height: 100%;
  /*max-width: 1700px;*/
  margin: auto;
}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 10px}
a:focus {
  border: medium none;
  outline: 0 none;
}
img {
    max-width:100%;
    height:auto;
}
.fix {
    overflow:hidden
}
p {
    margin:0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  color: #26303D;
  margin: 0 0 18px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}
a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
a:hover {
  text-decoration: none;
}
a:active {
  outline: 0 none;
}
a:focus{text-decoration:none;}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {color:#26303D;
font-family: ubuntu;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*************************
   Text color
*************************/
.text-blue { color: #3B5998; }
.text-red { color: #CB2027 ;}
.text-white { color: #FFFFFF ;}
.text-black { color: #363636; }
.text-theme { color: #f10; }

.text-white h1, .text-white p, .text-white h2{ color: #fff; }
.text-white { color: #fff; }
.text-black { color: #363636 ;}
.text-green { color: #3452ff ;}
.text-theme { color: #f10; }

/*colored background*/
 .white-bg { background: #FFFFFF !important; }
 .gray-bg { background: #F8F8F8 !important; }
 .gray-bg-1 { background: #CD2735 !important; }
 .blue-bg { background: #3452ff !important; }
 .blue-bg-1 { background: #8D2BE2 !important; }
 .green-bg { background: #00FF00 !important; }
 .green-bg-1 { background: #FF8000 !important; }
 .black-bg { background: #171717 !important; }
 .default-bg { background: #50C1F0 !important; }
 .transparent-bg { background: transparent !important; }
 .maroon-bg{background: #811D15 !important; }

/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
.mt-160 { margin-top: 160px }
.mt-170 { margin-top: 170px }
.mt-180 { margin-top: 180px }
/*************************
      Margin right
*************************/
.mr-0 { margin-right: 0 }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
.mr-160 { margin-right: 160px }
.mr-170 { margin-right: 170px }
.mr-180 { margin-right: 180px }
/*************************
      Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
.mb-160 { margin-bottom: 160px }
.mb-170 { margin-bottom: 170px }
.mb-180 { margin-bottom: 180px }
.mb-200 { margin-bottom: 200px }
.mb-268 { margin-bottom: 268px }
/*************************
        Margin left
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
.ml-160 { margin-left: 160px }
.ml-170 { margin-left: 170px }
.ml-180 { margin-left: 180px }
/*************************
        Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
/*************************
        Padding right
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
        Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
/*************************
        Padding left
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }


/***************************
    Page section padding
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }

/***************************
    Page section margin
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }
.bg-opacity{position:relative}
.bg-opacity::before {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.bg-opacity-2{position:relative;}
.bg-opacity-2::before {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.bg-img-2 {
  background: rgba(0, 0, 0, 0) url("../Images/bg/2.jpg") repeat scroll 0 0;
  background-position: center center;
  background-size: cover;
}
/* 2. header */
/* header-top-area */
.header-top-area{}
.search-icon i {
  color: #ffffff;
  line-height: 40px;
}
.header-icon {
  margin-top: 5px;
}
.header-search {
  margin-left: 12px;
  position: relative;
  cursor: pointer;
}
.search-form {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 175px;
  z-index: 99;
}
.header-search:hover .search-form{visibility: visible;opacity: 1;top:100%}
.search-form form {
  position: relative;
}
.search-form form input {
  border: 1px solid #dddddd;
  height: 35px;
  padding: 0 10px;
  width: 100%;
}
.search-form form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #666666;
  height: 100%;
  position: absolute;
  right: 0;
  width: 35px;
}
.header-icon a {
  color: #ffffff;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-left: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.header-icon a:hover{color:#3452ff;}
.top-right{}
.top-right li {
  border-right: 1px solid #444444;
  color: #eeeeee;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
.top-right li:last-child{border:0}
.top-right li:first-child{padding-left:0}
.top-right li i {
  margin-right: 5px;
}.top-right li i {
  margin-right: 5px;
}
.top-right li span {
  font-size: 13px;
  font-weight: 400;
}
.top-right li a {
  color: #eeeeee;
  font-size: 13px;
  font-weight: 400;
}
/* main-menu-area */
.main-menu-area{}
.logo {
  margin-top: 30px;
}
.main-menu{}
.main-menu ul{}
.main-menu ul li {
  display: inline-block;
  position:relative;
}
.main-menu ul li{
  padding: 20px 15px;
}
.main-menu ul li a {
  color: #555;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.main-menu ul li:last-child a{padding-right:0;}
.main-menu ul li:hover > a, .main-menu ul li.active > a {
  border-bottom: 2px solid #A5C63B;
}
.main-menu ul li a i {
  margin-left: 3px;
}
/* sub-menu */
.main-menu ul li ul.submenu {
  background: #fff none repeat scroll 0 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 180px;
  z-index: 9999;
}
.main-menu ul li.last-elements ul.submenu {
  right: 0;
}
.main-menu ul li:hover ul.submenu{opacity:1;visibility:visible;top:100%;}
.main-menu ul li ul.submenu li {
  display: block;
}
.main-menu ul li ul.submenu li a {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 20px;
  text-transform: capitalize;
}
.main-menu ul li ul.submenu li a:hover {
  background: #3452ff none repeat scroll 0 0;
  color: #ffffff;
}

/* 3. slider-area */
.slider-area{
}
/*.single-slider{position:relative;}*/
.slider-img{
	max-width: 180px;
	max-height: 180px;
	margin-bottom: 165px;
}
.single-slider {
  background-position: center center;
  background-size: cover;
  padding: 540px 0;
  background-repeat: no-repeat;
/*  position: relative;*/
}

.single-slider .container{
  margin: 0;
  padding: 0;
}

.slider-text {
	position: absolute;
	top: 0;
	left: 0;
    z-index: 99;
    width: 48%;
    height: calc(100% - 60px);
    margin: 30px;
    background: rgba(38, 48, 61, 0.9);
	padding: 50px 91px;
}
.slider-text h1 {
  color: #fff;
  font-size: 46px;
  line-height: 56px;
  font-weight: 300;
  /*text-transform: capitalize;*/
  margin-bottom: 56px;
}
.slider-text p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 84px;
}
.slider-text a {
  border: 1.6px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.slider-text a.active {
  background: #26303D none repeat scroll 0 0;
  border-color: #fff;
  color: #ffffff;
  opacity: 0.9;

}

.slider-active .owl-nav div.owl-next {
  left: auto;
  right:0;
}
.slider-active:hover .owl-nav div{left:40px;opacity:1;}
.slider-active:hover .owl-nav div.owl-next{left:auto;right:40px;}

/* 3.1 slider-area-customer */
.customer-area {
  margin-top: 80px;
}

.customer-area .container{
    max-width: 100%;
}
.customer-area .container .section-title{
  margin-bottom: 0;
}
.slider-area-customer{
  overflow: hidden;
}
.slider-area-customer .owl-theme .owl-dots {
  position: relative;
  margin-top: 50px !important;
  border: none;
}
.slider-area-customer .owl-theme .owl-dots button:focus{
  border: none;
  outline: none;
}
.slider-area-customer .owl-theme .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 #00ACD6;
  display: block;
  height: 13px;
  margin: 0 13px;
  opacity: 0.35;
  width: 13px;
}
.slider-area-customer .owl-theme .owl-dots .owl-dot.active span, .slider-area-customer .owl-theme .owl-dots span:hover{
  background: none repeat scroll 0 0 #00ACD6;
  display: block;
  height: 13px;
  margin: 0 13px;
  opacity: 0.35;
  width: 13px;
  opacity: 1;
}
.slider-area-customer .owl-carousel .owl-stage-outer {
  max-height: 720px;
  overflow: visible;
}
.slider-img-customer {
  max-height: 946px;
  max-width: 100%;
  bottom: -170px;
  position: absolute;
  right: 0;
  width: 854px;
}
.slider-img-customer .image {
  display: inline-block;
  bottom: 0;
  max-height: 748px;
  transition: .55s all ease;
}
.slider-img-customer img.image {
  /*width: 100%;*/
  height: auto;
}
.slider-img-customer img.animate {
  right: -16%;
}

.slider-area-customer{
  padding: 42px 0 247px;
}

.slider-area-customer .owl-carousel .owl-item img {
  object-fit: cover;
  object-position: 0 0;
  width: 1256px;
  height: 960px;
}

.slider-area-customer .owl-carousel .owl-item .mobile-image img {
  object-fit: contain !important;
  object-position: center !important;
}

.slider-area-customer.mobile .single-slider-customer {
    padding: 250px 0;
}
.single-slider-customer {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 740px;
}
.single-slider-customer .container{
  margin: 0;
  padding: auto;
}
.slider-text-customer {
  z-index: 99;
  width: 62%;
  left: 66px;
  padding: 49px 56px 36px 72px;
  background-color: #ffffff;
  vertical-align: middle;
  top: 175px;
  position: relative;
  /*height: 350px;*/
}
.slider-text-customer h1 {
  color: #26303D;
  font-size: 38px;
  line-height: 29px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 51px;
}
.slider-text-customer p {
  color: #26303D;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}
.slider-text-customer a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  margin-right: 10px;
  padding: 10px 28px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.slider-text-customer a.active {
  background: #26303D none repeat scroll 0 0;
  border-color: #fff;
  color: #ffffff;
}
.slider-text-customer a.active:hover{background:#333333;border-color:#333333;}

.slider-active-customer .owl-nav div.owl-next {
  left: auto;
  right:0;
}
.slider-active-customer:hover .owl-nav div{left:40px;opacity:1;}
.slider-active-customer:hover .owl-nav div.owl-next{left:auto;right:40px;}

.customer-area.mobile,
.slider-area-customer.mobile{
    display:none;
}

.slider-area-customer.mobile .single-slider-customer{
    background-size:cover;
}

/* 4. What-we-do-area */
.What-wedo-area{}
.section-title {
  margin-bottom: 60px;
}
.section-title h2 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-bottom: 28px;
  position: relative;
  margin-bottom:20px;
  line-height: 71px;
}
.section-title.text-center > p {
  color: #555;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.what-we-do-area .single-What-wedo {
  background: #fff none repeat scroll 0 0;
  padding: 34.5px;
  margin-left: 35px;
  margin-right: 26.5px;
  margin-bottom: 10px;
  box-shadow: 0 0 20px -2px rgba(150,150,150,0.3);
}
.What-wedo-text{}
.icon-box {
    font-size: 49px;
    margin-bottom: 41px;
	line-height: 80px;
}

.What-wedo-text h3 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 41px;
  position: relative;
  min-height: 60px;
  max-width: 200px;
  margin: auto;
}

.our-brand-area .What-wedo-text .icon-box {
    margin-bottom: 110px;
}

.what-we-do-area .container {
  max-width: 98%;
  width: 98%;
}

.what-we-do-area .row .col-md-6{
  margin-left: 55px;
  margin-right: -93px;
}

.section-title h2::before {
  background: #26303D;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}
.What-wedo-text p {
  font-size: 15px;
  font-weight: bolder;
  line-height: 30px;
  margin-top: 30px;
  text-transform: uppercase;
}

.our-brand-area .container {
  max-width: 85%;
  width: 85%;
}

#image-text-container .content li a{
    color: #26303d;
}



/* 5. counter-area */
.counter-area{}
.single-counter {
  background: #292e47 none repeat scroll 0 0;
  float: left;
  padding-bottom: 90px;
  padding-top: 90px;
  width: 25%;
}
.single-counter:nth-child(2n) {
  background: #24283F none repeat scroll 0 0;
}
.counter-text {
  text-align: center;
}
.counter-text h3 {
  color: #fff;
  font-family: inherit;
  font-size: 50px;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 25px;
}
.counter-text h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}
/* 6. portfolio-area */
.portfolio-area{}
.portfolio-filter {
  margin-bottom: 40px;
}
.portfolio-filter li.filter.active {
  background: #3452ff;
  color: #fff;
  border-color:#3452ff;
}
.portfolio-filter li {
  border: 1px solid #dddddd;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 0 4px;
  padding: 8px 10px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-filter li:hover{background:#3452ff;color:#fff;border-color:#3452ff;}
.single-portfolio {
  position: relative;
}
.portfolio-img{}
.portfolio-img a {
  display: block;
  position: relative;
}
.portfolio-img a::before {
  background: #3452ff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: 99;
}
.single-portfolio:hover .portfolio-img a::before{opacity:.8;right:15px;left:15px;top:15px;bottom:15px}
.portfolio-info {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.portfolio-icon{}
.portfolio-icon i {
  background: #fff none repeat scroll 0 0;
  color: #3452ff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  z-index: 99;
  margin: 0 5px;
  opacity:0;
  transition:.3s;
}
.portfolio-icon i:hover{background: #3452ff;color:#fff}
.single-portfolio:hover .portfolio-icon i{opacity:1;}
#Container .mix{display:none}
/* 7. service-area */
.service-area{}
.single-service{}
.service-icon {
  margin-bottom: 25px;
}
.service-icon i {
  background: #eee none repeat scroll 0 0;
  border-radius: 50%;
  color: #3452ff;
  font-size: 30px;
  height: 95px;
  line-height: 95px;
  transition: all 0.3s ease 0s;
  width: 95px;
}
.single-service:hover .service-icon i{
  background: #3452ff none repeat scroll 0 0;
  color: #fff;
  transform: rotate(360deg) scale(1);
}
.service-text h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.service-text p {
  color: #666;
  line-height: 26px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
/* 8. testimonial-area */
.testimonial-area{}
.testimonial-wrapper {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  border: 1px solid hsl(0, 0%, 94%);
  padding: 25px 30px;
}
.testimonial-img {
  margin-bottom: 10px;
}
.testimonial-img.text-center > img {
  border-radius: 50%;
}
.testimonial-info{}
.testimonial-info.text-center > p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color:#666;
}
.testimonial-info span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
  font-style: italic;
}
.testimonial-active.owl-carousel .owl-item img {
  display: inline-block;
  width: inherit;
}
/* 9. footer */
#footer   {
  /*max-width: 1700px !important;*/
}

#footer .wrapper .legal {
  font-size: 18px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 300;
}

#footer .wrapper .social  {
  font-size: 17px;
  line-height: 40px;
}

#footer .wrapper .social .row {
  display: inline-flex;
    margin-left: -16px;
    margin-right: -15px;
}

/*#footer .wrapper .social .row div  {*/
/*  padding-left: 30px;*/
/*  padding-right: 30px;*/
/*}*/

.contact strong i {
  margin-right: 5px;
}
.contact strong {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  width: 15px;
}
.footer-area{
  color: hsl(0, 0%, 60%);
}
.footer-img {
  margin-bottom: 10px;
}
.footer-address > p {
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.footer-address {
  margin-bottom: 20px;
}
label {
  margin-bottom: 17px;
  margin-right: 3px;
}
.address > a {
  color: hsl(0, 0%, 60%);
}
.widget{}
.widget-title{}
.widget-title h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.list-img {
  float: left;
}
.posts-list > li {
  overflow: hidden;
  margin-bottom: 20px;
}
.posts-list >li:last-child {margin-bottom:0}
.posts-list h5 {
  margin-left: 70px;
  font-size: 13px;
  font-weight: 600;
}
.posts-list a:hover{color:#fff;}
.posts-list span {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-left: 70px;
}
.tagcloud > a {
  background: #131313 none repeat scroll 0 0;
  color: #999999;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
}
.tagcloud > a:hover{background:#3452ff;color:#fff;}
.Flickr-list {
  margin: 0 -3px;
  overflow: hidden;
}
.Flickr-list > li {
  display: block;
  float: left;
  overflow: hidden;
  padding: 0 5px 10px;
  width: 33.33%;
}
.btn-follow {
  color: hsl(0, 0%, 100%);
}
.social-icons label {
  font-size: 14px;
  font-weight: 700;
  margin-right: 3px;
   color: hsl(0, 0%, 60%);
}
.footer-bottom-area {
  background: #121212 none repeat scroll 0 0;
  padding: 40px 0;
}
.social-icons.text-center > a {
  font-size: 13px;
  margin: 0 5px;
  color: hsl(0, 0%, 60%);
  transition:.3s;
}
.social-icons.text-center > a:hover{color:#3452ff;}
.copyright.text-center > p {
  color: hsl(0, 0%, 60%);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
/* brand */
.single-brand {
  text-align: center;
}
.brand-img {
  border: 1px solid #dddddd;
  transition: all 0.3s ease 0s;
}
.brand-img:hover{border-color:#3452ff;}
.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: inherit;
}
/* breadcrumb-area */
.bg-color {
  background: hsl(0, 0%, 97%) none repeat scroll 0 0;
}
.breadcrumb-title h1 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.breadcrumb-menu ul li {
  color: #3452ff;
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  text-transform: capitalize;
}
.breadcrumb-menu ul li::after {
  color: hsl(0, 0%, 80%);
  content: "/";
  display: inline-block;
  float: right;
  position: relative;
  right: -6px;
  top: 2px;
}
.breadcrumb-menu ul li:last-child::after{display:none;}
.breadcrumb-menu a {
  color: hsl(0, 0%, 60%);
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}
/* 10. contact-area */

#contact-form {
  min-height: 847px !important;
}
.contact-middle-area{}
.middle-text{}
.middle-text h4 {
  font-size: 16px;
  font-weight: 600;
}
.middle-text p {
  font-size: 14px;
  font-weight: 400;
}
.middle-text > a {
  color: #3452ff;
  font-size: 14px;
}
#map{height:300px;width:100%}
.contact-bottom-area{}
.contact-bottom-text {
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
}
#contact-form{
  display: table !important;
}
/*#contact-form input {*/
/*  border: 2px solid #eee;*/
/*  border-radius: 2px;*/
/*  color: #999;*/
/*  font-size: 14px;*/
/*  height: 39px;*/
/*  margin-bottom: 20px;*/
/*  padding: 7px 10px;*/
/*  width: 100%;*/
/*  text-transform: capitalize;*/
/*}*/
/*#contact-form textarea {*/
/*  border: 2px solid #eee;*/
/*  color: #999;*/
/*  margin-bottom: 20px;*/
/*  padding: 10px;*/
/*  width: 100%;*/
/*  font-size: 14px;*/
/*  text-transform: capitalize;*/
/*}*/
/*.btn {*/
/*  background: #3452FF;*/
/*  border-radius: 0;*/
/*  color: hsl(0, 0%, 100%);*/
/*  display: inline-block;*/
/*  font-size: 14px;*/
/*  font-weight: 700;*/
/*  letter-spacing: 2px;*/
/*  padding: 15px 30px;*/
/*  text-transform: uppercase;*/
/*  transition: all 0.3s ease 0s;*/
/*}*/
/*.btn:hover{background:#3112FF;color:#fff;}*/
.contact-bottom-text::before {
  background: #27d4e0 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 50px;
}
.contact-bottom-text h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.contact-bottom-text p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
}
/* 11. blog-area */
.blog-widget {
  margin-bottom: 50px;
}
form#search {
  position: relative;
}
form#search input {
  border: 1px solid #ededed;
  border-radius: 2px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  height: 39px;
  padding-left: 12px;
  width: 100%;
}
form#search button {
  background: #3452ff;
  border: 2px solid #3452ff;
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  height: 39px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}
.widget-title{}
.widget-title h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.list-item{}
.list-item li {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.list-item li:last-child{border-bottom:0;}
.list-item li a{color:hsl(0, 0%, 20%)}
.list-item li a:hover{color:#3452FF}
.post-list{}
.post-list li {
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}
.post-list li:hover{background:#EEEEEE;}
.post-list li:last-child{margin-bottom:0;}
.blog-img {
  float: left;
  max-width: 52px;
}
.post-list h5 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 6px;
  display: block;
  margin-left: 62px;
}
.post-list span {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-left: 62px;
}
.post-list a {
  color: hsl(0, 0%, 0%);
  transition:.3s;
}
.post-list a:hover{color:#3452ff;}
.Tagcloud li {
  display: inline-block;
}
.Tagcloud li a {
  background: hsl(0, 0%, 97%) none repeat scroll 0 0;
  border-radius: 2px;
  color: hsl(0, 0%, 47%);
  display: inline-block;
  margin: 0 0 6px;
  padding: 8px 12px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.Tagcloud li a:hover{background:#3452ff;color:#fff;}
.blog-wrapper {}
.blog-media {
  position: relative;
}
.blog-content-img img {
  width: 100%;
}
.post-content {
  margin-top: 30px;
}
.blog-padd {
  margin-top: 20px;
  padding: 0 20px 20px;
}
 .post-title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}
.post-title a{transition:.3s;}
.post-title a:hover{color:#3452ff;}
.post-meta {
  margin-bottom: 25px;
}
.post-meta li {
  color: hsl(0, 0%, 60%);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-meta li::before {
  content: "/";
  padding: 0 5px;
}
.post-meta li:first-child::before {
  display: none;
}
.post-meta li a {
  color: #3452ff;
  transition: all 0.3s ease 0s;
}
.post-content > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
   color: hsl(0, 0%, 40%);
}
.more {
  color: #3452ff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.more:hover{color:#444444;}
/* blog-details */
.comment-form h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.bottom-border::before {
  border-bottom: 2px solid #eeeeee;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.bottom-border::after {
  border-bottom: 2px solid #3452FF;
  content: "";
  display: block;
  margin: 20px auto 30px 0;
  position: relative;
  width: 35px;
  z-index: 1;
}
.comments h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.comment-img {
  float: left;
  margin: 5px 0 0;
  max-width: 70px;
  position: relative;
  z-index: 1;
}
.comment-img > img {
  border-radius: 50%;
}
.comment-content {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 2px;
  margin: 0 0 35px 90px;
  padding: 30px;
  position: relative;
}
.comment-content a {
  font-size: 14px;
  font-weight: 600;
}
.comment-content > p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.comment-2 {
  margin-left: 90px;
}

/* 13. about-area */
.about-area{}
.about-text{}
.about-text h4 {
  font-size: 16px;
  font-weight: 600;
}
.about-text p {
  font-size: 14px;
  font-weight: 400;
}
.progress-bar {
  background-color: #3452FF;
  box-shadow: none;
}
.progress {
  border-radius: 4px;
  box-shadow: none;
  height: 4px;
  margin-bottom: 20px;
}
.our-skill h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* 14. team-area */
.team-area{}
.single-team{}
.team-item{position: relative;}
.team-img{}
.team-img a {
  display: block;
  position: relative;
}
.team-img a::before {
  background: #3452ff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.team-item:hover .team-img a::before{opacity:.8;}
.team-social {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  opacity:0;
  transition: .3s;
}
.team-item:hover .team-social {opacity:1}
.team-social a {
  color: #fff;
  padding: 0 15px;
  font-size: 24px;
  z-index: 2;
  display: inline-block;
  transition:.3s;
}
.team-social a:hover{color:#BFEBE8;}
.team-inner {
  margin: 25px 0;
}
.team-inner h6 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.team-inner h6 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 8px;
  text-transform: uppercase;
}
/* blog */
.our-blog-area {
  background: #f8f8f8 none repeat scroll 0 0;
}
/* 15. price */
.single-price {
  background: #f9f9f9 none repeat scroll 0 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.price-title {
  padding: 20px;
}
.price-title h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.price-title span {
  font-weight: 400;
  text-transform: capitalize;
}
.price-plan {
  background: #ffffff none repeat scroll 0 0;
  padding: 10px;
  color: #3452ff;
}
.price {
  font-size: 45px;
  font-weight: 600;
}
.period {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.item-list > li {
  font-size: 14px;
  padding: 10px 5px;
}
.sign {
  background: #3452ff none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  padding: 12px 8px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.sign i {
  color: #3452ff;
  margin-left: -14px;
    transition: all 0.3s ease-in-out 0s;
}
.single-price:hover .sign i{
  color: #ffffff;
  padding: 0 10px;
}
.sign:hover{color:#fff;}
/* 16. video-area */
.play-icon-md {
  border: 4px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  height: 75px;
  line-height: 67px;
  width: 75px;
  z-index: 99;
  position: relative;
}
.video-text {
  position: relative;
  z-index: 99;
}
.video-text p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 30px;
}
.video-text h6 {
  margin-top: 30px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0;
}

#image-text-container .image .text .content {
    width:100% !important;
}
#image-text-container .image .text .content.animate:before {
    width: 130px !important;
    right: 10% !important;
    top: 9px !important;
}


.lswitch {
  cursor: pointer;
  position: fixed;
  top: 80px;
  right: 110px;
  z-index: 9999;
}
.lswitch a{
  padding: 3px;
}
.lswitch a img{
  width: 30px;
  height: 20px;
}

.navbar-toggle {
  cursor: pointer;
  position: fixed;
  top: 75px;
  right: 26px;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.navbar-full .navbar-toggle {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 75px;
    right: 0vw;
    z-index: 9999;
    margin-right: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.mobile-nav picture {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.mobile-nav .navbar-full {
    position: relative;
}
.nav-menubar.overflow {
    height: 100%;
    overflow-y:auto;
    overflow-x:hidden;
}
.navbar-brand {
    min-width: 250px;
}
.navbar-toggle.collapsed {
    background-color: initial;
    margin-left: 0;
}

#main_navbar.navbar-toggle.collapsed {
    background-image: url(../Images/icon_menu_closed.svg);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 39px;
    width: 39px;
    content: ""

}

#main_navbar.navbar-toggle {
    background-image: url(../Images/icon_menu_opened.svg);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 39px;
    width: 39px;
    content: "";
}

#sticky_headbar .navbar-toggle.collapsed {
    background-image: url(../Images/icon_menu_closed.svg);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: fixed;
    top: 47px;
    right: 26px;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 39px;
    width: 39px;
}

#sticky_headbar .navbar-toggle {
    background-image: url(../Images/icon_menu_opened.svg);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: fixed;
    top: 47px;
    right: 26px;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 39px;
    width: 39px;
}

/*** MENU ***/
.nav-menubar {
    background: #fff;
    width: 100%;
    padding: 4.875rem 3.750rem 5.313rem 3.750rem;
    font-size: 26px;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out ;
    -o-transition: all 0.5s ease-in-out ;
    transition: all 0.5s ease-in-out ;
}

.nav-menubar .logo{
    content: "";
    display: inline-block;
    background: url(../Images/logo/logo-iseo.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    top: 38px;
    left: 7%;
    opacity: 100;
    width: 164px;
    height: 164px;
}
.nav-menubar .subtitle{
    font-size: 15px;
    opacity: 0.75;
}

.nav-entries {
    margin-top: 210px;
    margin-left: 60px;
    transition: 0.5s ease;
}

.mobilenav.sticky .nav-entries{
	margin-top: 80px;
}

.nav-entries-information {
    margin-top: 60px;
    margin-left: 60px;
}

.nav-entries-information ul,
.nav-entries ul {
    padding-left: 0;
    margin-bottom: 0;
}

.nav-entries-information li,
.nav-entries li {
    text-indent: inherit;
    margin-bottom: 0;
}

.nav-entries-information li a,
.nav-entries a,
.nav-entries li a {
    color: #26303d;
    padding: 12px 0 0 0;
    display: flex;
}

.nav-entries-information li.active a,
.nav-entries li.active a {
    display: inline-block;
    border-bottom: 2px solid #00b6e2;
}

.nav-entries-information li:before,
.nav-entries li:before {
    content: none;
}

.nav-entries .search {
    padding: 16px 0;
    border-bottom: 1px solid #26303d;
    display: flex;
}
.nav-entries .search .icon-search {
    width: 1.500rem;
    height: 100%;
    margin-right: 7px;
}
.nav-menubar input[type="text"] {
    border: none;
    height: 100%;
    flex-grow: 1;
}
.nav-menubar input[type="text"]::placeholder {
    color: #B2B2B2;
}
.nav-menubar .legals > div:first-child {
    margin-bottom: 10px;
}

.nav-closebar {
    background: #323232;
    opacity: 0.33;
    flex-grow: 1;
    position: absolute;
    z-index: 999;
    width: 100vw;
    height: 100%;
}
.nav-close {
    background: #A5C63B;
    height: 2.438rem;
    width: 2.438rem;
    right: 0;
}
#navbar-content {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
}
.navbar-full {
    height: 100%;
    margin: auto;
 }

.header-search{
    margin-left: 7%;
    border-bottom: 1px solid #26303d;
    padding: 15px 0;
}

.header-search input.main-nav{
    position: relative !important;
    right: 0 !important;
    width: 80%;
    height: 25px;
}

.header-search img{
    float: right;
    width: 25px;
    height: 25px;
}

/*Search Style*/
div[id*="c66"], div[id*="c72"], div[id*="c74"] {
    margin-left: 5.7%;
    margin-right: 5.7%;
    justify-content: space-between;
}

div[id*="c66"] ul{
    margin-top: 20px;
    margin-bottom: 20px;
}

div[id*="c66"] ul li{
    display: inline;
    margin: 20px 20px;
}

div[id*="c66"] .tx-indexedsearch-searchbox,
div[id*="c66"] .tx-indexedsearch-rules,
div[id*="c66"] .tx-indexedsearch-info{
    display:none;
}

#return-to-top{
  display:none;
}

/*Return to top button*/
#return-to-top {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background: #1ABC9C;
    width: 63px;
    height: 63px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .7;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 22px;
    top: 18px;
    font-size: 19px;
}
#return-to-top:hover {
    background-color: #1ABC9C;
    opacity: 0.9;
}


/* FORM */
.iseo-forms{
  margin-top: 64px;
}

.iseo-forms form{
	width:73%;
	margin:auto;
	background: #FFF;
	box-shadow: 0 0 36px 0 rgba(0,0,0,0.05);
	padding: 30px 67px 133px 65px;

}

.iseo-forms input::placeholder,
.iseo-forms textarea::placeholder{
	font-size: 16px;
	font-weight: 300;
}

.iseo-forms .actions{
	margin-top:100px;
}

div.frame > header {
	width: 80%;
	margin: auto;
    margin-bottom: 50px;
	text-align: center;
}

div.frame > header:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #26303d;

}

div.frame > header > h2{
    font-size: 48px;
    font-weight: 300;
    color: #26303d;
}

.form-control {
    border: none;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 0;
    padding-left: 0;
    font-size: 18px;
    color: #323232;
}

.form-control:focus {
    border-color: #A5C63B;
    box-shadow: 0 0 0 0.2rem #00A4CD;
}

.btn-group{
    margin: auto;
}

.btn-group button{
    background-color: #00A4CD;
	font-size:19px;
	padding: 10px 50px;
	border-radius: 3px;
	border: none;
}
.btn-group button:hover{
    background-color: #00A4CD;
}
.btn-group button:active{
    background-color: #00A4CD !important;
}

.form-group{
    margin: 20px;
}
.form-group input::placeholder {
    color: #BFBFBF;
}
.form-group textarea::placeholder {
    color: #BFBFBF;
}
.form-group textarea {
    font-size: 16px;
	height: 150px;
}

.form-check {
    padding-left: 0;
	margin-bottom:30px;
}

.form-check input{
	margin-right:10px;
}

.form-check-label,
label.control-label {
    font-size: 19px;
	font-weight: 300;
}

span.help-block {
    font-size: 1rem;
    color: #BFBFBF;
    padding-top: 0.969rem; /* 15.5px */
    display: block;
}


fieldset.form-group legend {
    font-size: 1.125rem; /* 18px; */
    font-weight: 600;
    margin-bottom: 2.813rem; /* 45px; */
}

.what-we-do-area a {
    font-size: 15px;
    color: #26303d;
    font-weight: 600;
    margin-left: 10px;
}

.content li a,
.content p a{
    font-size: 15px;
    color: #26303d;
	font-weight: 500;
}

.what-we-do-area a:after,
.content li a::after,
.content p a::after,
.error-link::after{
    content: "";
    display: inline-block;
    background: url(../Images/icon-arrow.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 15px;
    background-position: bottom;
    background-size: auto;
}

#appentwicklung-area .content a:after {
    background: url(../Images/icon-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: contain;
}

#get-in-touch .content-image {
	display:table;
	background: url(../Images/get-in-touch.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 550px;
    height: 250px;
    position: absolute;
    right: 5%;
    top: 525px;
}

#get-in-touch .content-image .image-text {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#FFF;
	font-size:25px;
}

#get-in-touch .content-image .image-text p{
	margin-top: 30px;
	margin-bottom: 30px;
}

#get-in-touch .content-image .image-text p:first-child{
	font-size: 25px;
	font-weight: 400;
}

#get-in-touch .content-image .image-text p:last-child{
	font-size: 34px;
	font-weight: 500;
}

.no-paddings{
	padding-left: 0;
	padding-right: 0;
}

.no-margins{
	margin-left: 0;
	margin-right: 0;
}

#get-in-touch .image .text .content .btn:after {
    top: -15px !important;
}

#header-subpage {
    position: relative;
    display: table;
    overflow: hidden;
    width:100%;
	height: 700px;
    clear: none;
    background-image: linear-gradient(180deg, transparent 24%, rgba(0, 0, 0, .58)), url(img/subheader.png);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
}

#header-subpage .container{
    display:table-cell;
	margin-left: auto;
    margin-right: auto;
    max-width: 940px;
	vertical-align: middle;
	text-align:center;
}

#header-subpage h1{
	color: #FFF;
	font-size: 48px;
    font-weight: 300;
	background-color: #26303D;
    width: 70%;
    margin: auto;
    padding: 25px;
    opacity: 0.8;
}


#overview {
	color: #26303d;
}

#overview .headline {
    text-align: center;
    padding-bottom: 70px;
}

#overview .headline h1 {
    font-size: 48px;
    font-weight: 300;
}

#overview .content {
    font-size: 19px;
    text-align:center;
	margin-bottom:50px;
	width: 70%;
    margin: auto;
	font-weight: 300;
}

#overview .headline:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #26303d;
}

#overview .box {
    padding-right: 0;
    padding-left: 0;
    border-radius: 6px;
    background-color: #ecf0f1;
    box-shadow: 1px 10px 50px 0 rgba(0, 0, 0, .11);
}

#overview .box .div-block {
    padding: 30px;
}


#overview .box .box-headline {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 36px;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
	color: #26303d;
}

#overview .box .box-content {
    margin-bottom: 35px;
    float: none;
    clear: both;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
	color: #26303d;
}

#overview .box-header-image {
    position: static;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: visible;
    height: 180px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 20px;
    float: none;
    clear: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-image: linear-gradient(178deg, hsla(0, 0%, 100%, 0) 43%, rgba(0, 0, 0, .26)), url(img/page-5-1.jpg);
    background-position: 0 0, 50% 50%;
    background-size: cover;
}


#overview .link-box {
	display: inline-block;
    border-radius: 6px;
    -webkit-transition: box-shadow 200ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 200ms ease, -webkit-transform 350ms ease;
    transition: transform 350ms ease, box-shadow 200ms ease;
    transition: transform 350ms ease, box-shadow 200ms ease, -webkit-transform 350ms ease;
    color: #000;
    text-decoration: none;
}

#overview .link-box:hover {
    box-shadow: 0 0 20px -1px rgba(0, 0, 0, .37);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

#overview .client-logo-small {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    clear: none;
    text-align: left;
	height: 50px;
}

#overview .row >div {
    padding:50px;
}

#image-text-container .image .text .content h2 {
    margin-bottom: 50px;
}

#get-in-touch .text .content a {
	padding: 0;
}

#image-text-container .image .text .content p {
    padding-bottom: 0 !important;
}

#image-text-container .image .text .content p:last-child {
    margin-top: 25px;
	margin-left: 45px;
}

.btn-to-bottom {
    z-index: 1;
    position: relative;
    bottom: 80px;
    left: 115%;
    background: #26303D;
    width: 80px;
    height: 80px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-to-bottom i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 30px;
    top: 29px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-to-bottom:hover {
    background-color: #26303D;
	opacity: 0.9;
}
.btn-to-bottom:hover i {
    color: #fff;
    top: 40px;
}

.slider-area .btn-to-bottom {
    bottom: -50px;
    left: calc(50% - 25px);
    width: 52px;
    height: 52px;
	position:relative;
	border:none;
}

.slider-area .btn-to-bottom i {
    color: #fff;
    margin: 0;
    position: relative;
    left: -8px;
    top: -2px;
    font-size: 19px;
}

.iseo-forms input[type="checkbox"]{
	position: absolute;
    visibility: hidden;
}

.iseo-forms .check{
	display: block;
    position: absolute;
    background: #ecf0f1;
    height: 18px;
    width: 18px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
    pointer-events: none;
    transition: .55s all ease;
    -webkit-transition: .55s all ease;
}

.iseo-forms .form-group .form-check-label > span {
    padding-left: 40px;
    display: block;
}

.iseo-forms input[type=checkbox]:checked ~ .check::before {
    content: "";
    width: 100%;
}

.iseo-forms .check::before{
    content: "";
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background: #00b6e2;
    transition: .55s all ease;
    -webkit-transition: .55s all ease;
}

.iseo-forms .form-check {
	margin-bottom:0;
	margin-top:35px;
}

.iseo-forms .form-check-label a {
	margin-right: 3px;
    color: #26303D;
}

.iseo-forms .form-check-label a:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin-left: 40px;
    width: 200px;
    height: 2px;
    background: #00b6e2;
    transition: .55s all ease;
}

.iseo-forms .form-check-label a:hover:after,
.iseo-forms .form-check-label a:active:after {
    width: 200px;
}

.iseo-forms label.error {
  margin-top: 0.4em;
  color: #CD2735;
}

.iseo-forms .checkbox label.error {
  position: absolute;
  top: 1.4em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.inputs-list {
    background: none !important;
}
.inputs-list .form-check {
    margin-top: 55px;
}
.inputs-list .form-check:first-child {
    margin-top: 0;
}

@media screen and (max-width: 106.250rem) { /* 1700px */
    .navbar-full .navbar-toggle {
        right: 0 !important;
        margin-right: 60px;
    }
}
@media screen and (max-width: 47.500em){
    .navbar-full .navbar-toggle {
        margin-right: 30px;
    }
}
@media screen and (max-width: 47.500em){
    .nav-menubar {
        padding: 1.875rem 1.85rem 5.313rem 1.85rem;
    }
}
/* css end */
