/*=======================
Name: Optiologic
Author: Optiologic Dev
Version: 1.00
Style: Clean
Color : #A9CB3B
=======================
CSS Style Structure
- GENERAL
- PRELOADER
- NAVIGATION
- HOMEPAGE
- SERVICES
- PROCESS
- TESTIMONIALS
- ABOUT US
- FAQ
- CONTACT
- FOOTER
- SENT PAGE
=======================*/
@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,400italic,500,500italic,700,300
);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600);
@font-face {
    font-family: 'gentium_basicitalic';
    src: url('../fonts/genbasi-webfont.eot');
    src: url('../fonts/genbasi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/genbasi-webfont.woff2') format('woff2'),
         url('../fonts/genbasi-webfont.woff') format('woff'),
         url('../fonts/genbasi-webfont.ttf') format('truetype'),
         url('../fonts/genbasi-webfont.svg#gentium_basicitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Source Sans Pro', sans-serif;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 38px;
  font-weight: 200;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
p {
  font-size: 15px;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
.title {
  display: block;
  text-align: center;
}
.title h2 {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 30px 10px;
  color: #ce0c21;
  font-size: 50px;
}
.title h2 span {
  display: block;
  font-size: 40%;
  font-weight: 300;
  color: #798289;
  text-transform: none;
}
.title h2:after {
  background: none repeat scroll 0 0 #ce0c21;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 50px;
}
.title h2:hover:after { 
  left: 0;
  margin-left: 0px;
  width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
.port-border {
  margin: 0;
  width: 100%;
  height: 1px;
  background: transparent url(../img/portfolio/border.png) top left repeat-x;
}
.small-buffer{
  margin-top: -2%;
}
.top-buffer{
  padding-top: 3%;
}
/*--------------------------
--------- PRELOADER --------
--------------------------*/
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:1001; /* makes sure it stays on top */
}
#status {
  width:100%;
  height:400px;
  position:absolute;
  left:0%; /* centers the loading animation horizontally one the screen */
  top:15%; /* centers the loading animation vertically one the screen */
  background-image:url(../img/loading.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  /*margin:-100px 0 0 -100px;*/ /* is width and height divided by two */
}
  .full-border{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #dedede;
}
/*--------------------------
-------- NAVIGATION --------
--------------------------*/
#navigation {
  position: fixed;  
  width: 100%;
  height: 100px;
  padding-top: 4px;
  background-color: #fff;
  border-bottom: 5px solid #f2f2f2;
  /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);*/
  background: rgba(255, 255, 255);
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #000;
}
.nav-pos{
  text-align: center;
  padding-right: 5%;

}
.not-visible-nav{
  top:-77px;
}
.menu-position{
  width: 100%; 
  text-align:center; 
}
.nav-logo{
  float: left;
  position: relative;
  left:8%;
  top:0%;
  -webkit-transform: translateY(-56%);
  -moz-transform: translateY(-56%);
  transform: translateY(-56%);
  width: 150px;
  height: 100px;
  display: none;
  margin: 0 auto;
}
.nav-logo a.logo{
  display: block;
}
.nav-logo a.logo img{
  height: auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  margin-top: 70px;
}
#navigation .mini-nav-button{
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size:20px;
  font-weight: 600;
  position: absolute;
  z-index: 1000;
  right:15px;
  top:60%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
}
.nav-fa{
  color: #0d0d0d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased; 
}
.nav-fa:hover {
  color:#A9CB3B;
}
.nav-menu{
  height: 100%;
}
.nav-menu ul.nav{
  height: 100%;
}
.nav li{
  display: inline-block;
  height: 100%;
}
.nav li a{
  display: block;
  height: 100%;
  line-height: 44px;
  border-top:2px solid transparent;
  color: #000;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  font-weight:500;
  text-transform: uppercase;
  padding: 18px 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
}
.nav li a:hover{
 color: #A9CB3B;
}
.nav li.active a{
 color: #A9CB3B;
}
.nav li a:focus{
  color:#A9CB3B;
}
.navbar-fixed-top ul li a:hover {
    background-color: transparent;
}  
.navbar-fixed-top ul li a:active{
    background-color: transparent;
}
.navbar-fixed-top ul li a:focus{
    background-color: transparent;
}
.bloglink{
  height: 25px;
  font-size: 18px;
  font-family: "Dosis",sans-serif;
  font-weight: 500;
  color: #3c3c3c;
  float: right;
  position: relative;
  right: 75px;
  top: 30px;
  border-left: 1px dashed #3c3c3c;
  padding-left: 1%;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
}
.bloglink:hover{
  color: #A9CB3B;
  border-left: 1px dashed #A9CB3B;
  outline: none;
  text-decoration: none;
}
/*--------------------------
----------- HOME------------
--------------------------*/
#home {
  min-height: 720px;
  border-bottom: 5px solid #f2f2f2;
  padding-top: 150px;

}
#home h3 {
  font-family: 'Roboto', sans-serif; 
  font-weight: 200;
  font-size: 65px;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align:center;
  margin-top:2%;
}
.home-desc{
  padding-top: 10px;
  font-family: 'gentium_basicitalic', sans-serif; 
  font-weight: 300;
  font-size: 23px;
  color: #3c3c3c;
  text-align: center;
  padding: 0 60px 0 60px;
}
.box-wrap-pad{

}
.box-wrap{
 /* margin-right: 10%; */
}
.home-icons{
 
}
.box-list{
  text-align: center;
}
.box-list a{
  text-decoration: none;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  color: #3c3c3c;
}
.box-link {
  text-decoration: none;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-link:hover{
  color: #A9CB3B;
}
.box-desc{
  padding-top: 10px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.box-link1 {
  text-decoration: none;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-link1:hover{
  color: #A9CB3B;
}
.box-link2 {
  text-decoration: none;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 17px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-link2:hover{
  color: #A9CB3B;
}
.box-icon{
  width: 66px;
  height: 66px;
  background-color: #A9CB3B;
  margin: 0 auto;
  margin-top: 35px;  
}
.box-icon1{
  width: 66px;
  height: 66px;
  background-color: #A9CB3B;
  margin: 0 auto;
  margin-top: 35px;  
}
.box-icon2{
  width: 66px;
  height: 66px;
  background-color: #A9CB3B;
  margin: 0 auto;
  margin-top: 35px;  
}
.trainer-icon{
  width: 45px;
  height: 44px;
  background: url('../img/home/individual-trainers.png')no-repeat;
  margin: 0 auto;
  position: relative;
  top:17%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.upgrade-icon{
  width: 44px;
  height: 39px;
  background: url('../img/home/upgrade-icon.png')no-repeat;
  margin: 0 auto;
  position: relative;
  top:17%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.box-icon2 .fa {
  text-align: center;
  font-size: 35px;
  color: #fff;
  position: relative;
  top: 19%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.box-list:hover .box-icon {
	background-color: #C5DB77;
}
.box-list:hover .box-icon1 {
	background-color: #C5DB77;
}
.box-list:hover .box-icon2 {
	background-color: #C5DB77;
}
/*.box-list:hover .trainer-icon{
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
}
.box-list:hover .upgrade-icon{
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
}
.box-list:hover .fa{
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
}

 .rotation
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}  */
/*--------------------------
----------- ABOUT-----------
--------------------------*/
#about {
  min-height: 720px;
  padding-top: 150px;
  border-bottom: 1px solid #ebebeb;
}
.chevron-icon{
  width: 37px;
  height: 49px;
  background: url('../img/home/icon-chevron.png');
  margin-left: 35px;
  margin-top: 4px;
}
#about a{
  margin-left: 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #A9CB3B;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#about h3{
	font-size: 56px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #3c3c3c;
	/*text-transform: uppercase;*/
	margin-left: 35px;
}
#about h4{
  font-size: 18px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  color: #3c3c3c;
  padding-top: 1%;
  font-weight: 300;
  

  margin-left: 35px;
  color: #3c3c3c;
}
/*--------------------------
----------PORTFOLIO---------
--------------------------*/
#portfolio{
  min-height: 720px;
  padding-top: 150px;
  position: relative;
  border-bottom: 1px solid #dedede;
  padding-bottom: 100px;
  border-bottom: 1px solid #ebebeb;
}
#portfolio h3{
  font-size: 27px;
  font-family: 'Dosis', sans-serif; 
  font-weight: 600;
  color:#3c3c3c;
  margin-top: 16%;
  text-transform: uppercase;
}
#portfolio h2{
  font-size: 24px;
  font-family: 'gentium_basicitalic', sans-serif; 
  font-weight: 300;
  color:#3c3c3c;
}
#portfolio h4{
  font-size: 22px;
  font-family: 'gentium_basicitalic', sans-serif; 
  font-weight: 400;
  color:#3c3c3c;
  margin-top: 12%;
}
.port-border-1{
  width: 43%;
  height: 1px;
  background: url('../img/misc/border.png');
}
.port-border-2{
  width: 61%;
  height: 1px;
  background: url('../img/misc/border.png');
}
.port-border-3{
  width: 65%;
  height: 1px;
  background: url('../img/misc/border.png');
}
.case-study{
  width: 155px;
  height: 57px;
  background: url('../img/misc/case-bg.png')no-repeat;
  cursor: pointer;
  text-align: right;
  margin-top: 25%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case-study:hover{
   background: url('../img/misc/case-bg-h.png')no-repeat;
}
.case-study p{
  font-size: 16px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  color: #A9CB3B;
  text-transform:uppercase;
  line-height: 57px;  
}
.port-divider{
  width: 100%;
  height: 1px;
  background: url('../img/misc/border.png');
  margin-top: 200px;
  margin-bottom: 200px;
}
.btn-border,
.btn-common {
  color: #3c3c3c;
  font-size: 14px;
  border: 1px solid #3c3c3c;
  padding: 10px 26px;
  font-weight: 400;
  margin-left: 36px;
  margin-right: 36px;
  border-radius: 4px;
  position: relative;
  z-index: 10;
  text-transform: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.btn-border:after,
.btn-common:after {
  width: 100%;
  height: 0px;
  bottom: 0px;
  left: 0px;
  background: #A9CB3B;
}
.btn-common {
  background: #A9CB3B;
  border: 1px solid #A9CB3B;
}
.btn-border:hover {
  color: #fff;
  background: #A9CB3B;
}
.btn-border:hover:after {
  height: 100%;
  background: #A9CB3B;
}
.btn-common:hover {
  color: #A9CB3B;
  background: #A9CB3B;
  border: 1px solid #3c3c3c;
}
.btn-common:hover:after {
  height: 100%;
}
.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#portfolio a{
  margin-top: 5%;
  margin-left: 1px;
}
#portfolio a .fa {
  font-size: 20px;
  text-align: left;
 }
/*--------------------------
------- TESTIMONIALS -------
--------------------------*/
#testimonials {
  width: 100%;
  min-height: 720px;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 999;
  border-bottom: 1px solid #ebebeb;
  }
.item {
  text-align: center;
}
.testimonial-section {
  padding-top: 5%;  
}
.item h3{
  padding-top: 1%;
  color: #3c3c3c;
  font-size: 35px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
}
.item h2{
  color: #A9CB3B;
  font-size: 20px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
}
.item p{
  font-size: 15px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  color: #3c3c3c;
  padding-top: 1%;
  font-size: 18px;
  font-weight: 300;
}
/*--------------------------
--------- WORKFLOW----------
--------------------------*/
#workflow {
  width: 100%;
  min-height: 720px;
  padding-top: 150px;
  padding-bottom: 100px;
  border-bottom: 1px solid #ebebeb;

}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top:37px;
  bottom:2px;
  position: absolute;
  content: " ";
  width: 3px;
  background:url('../img/misc/timeline.png')repeat-y;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border-radius: 2px;
  padding: 20px;
  position: relative; 
  right:2px;   
}
.timeline-body-inv {
  position: relative;
  top:45px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel-1 {
  width: 46%;
  float: left;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  top:85px;
  right: 5px; 
}
.timeline > li > .timeline-panel-1:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
}
.timeline > li > .timeline-panel-1:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge-1 {
  color: #A9CB3B;
  width: 92px;
  height: 92px;
  line-height: 92px;
  font-size: 2.4em;
  text-align: center;
  position: absolute;
  border: 1px solid #A9CB3B;
  top: 16px;
  left: 48%;
  margin-left: -25px;
  background-color: #fff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge-2 {
  color: #A9CB3B;
  width: 92px;
  height: 92px;
  line-height: 92px;
  font-size: 2.4em;
  text-align: center;
  position: absolute;
  border: 1px solid #A9CB3B;
  top: 63px;
  left: 48%;
  margin-left: -25px;
  background-color: #fff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge-3 {
  color: #A9CB3B;
  width: 92px;
  height: 92px;
  line-height: 92px;
  font-size: 2.4em;
  text-align: center;
  position: absolute;
  border: 1px solid #A9CB3B;
  top: 112px;
  left: 48%;
  margin-left: -25px;
  background-color: #fff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-title {
  font-size: 30px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  color: #A9CB3B;
  margin-top: 0;
  text-align: right;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  font-size: 15px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  color: #3c3c3c;
  text-align: right;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-body p > a {
  font-size: 15px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 400;
  color: #A9CB3B;
  margin-top: 13px;
}
.timeline-body-inv > p {
  margin-bottom: 0;
  font-size: 15px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  color: #3c3c3c;
  text-align: left;
}
.timeline-body-inv > p + p {
  margin-top: 5px;
}
.timeline-title-inv {
  font-size: 30px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  color: #A9CB3B;
  margin-top: 0;
  text-align: left;
}
/*--------------------------
----------- FAQ-------------
--------------------------*/
#faq {
  width: 100%;
  min-height: 520px;
  padding-top: 70px;
  padding-bottom: 100px;
  z-index: 999;
  border-bottom: 1px solid #ebebeb;
  }
.item-faq {
  text-align: center;
}
.faq-section {
  padding-top: 5%;  
}
.item-faq h3{
  padding-top: 1%;
  color: #3c3c3c;
  font-size: 18px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 400;
}
.item-faq p{
  font-size: 16px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  color: #3c3c3c;
  padding-top: 1%;
  font-weight: 300;
}
/*--------------------------
-------- CONTACT US --------
--------------------------*/
#contact{
  position: relative;
  width: 100%;
  height: auto;
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 80px;
  z-index: 99;
  overflow: hidden;
  /*background: url('../img/contact/bg-map.png')no-repeat;*/
  background-position: top center;
  }
.contact-desc{
  text-align: left;
  margin-left: 15%;
}
.contact-desc h2{
  font-family: 'Roboto', sans-serif; 
  font-weight: 400;
  color: #3c3c3c;
  font-weight: 300;
  font-size: 20px;
}
.contact-desc h3 {
  font-family: 'Roboto', sans-serif; 
  font-weight: 400;
  font-size: 18px;
  color: #3c3c3c;
  font-weight: 300;
}
.contact-desc h4 {
  font-family: 'Roboto', sans-serif; 
  color: #3c3c3c;
  font-weight: 300;
  padding-top: 5%;
  text-align: left;
}
.contact-desc p {
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 300;
}
.contact-desc1{
  text-align: left;
  margin-left: 15%;
}
.contact-desc1 h2{
  font-family: 'Roboto', sans-serif; 
  font-weight: 400;
  color: #3c3c3c;
  font-weight: 300;
  font-size: 20px;
}
.contact-desc1 h3 {
  font-family: 'Roboto', sans-serif; 
  font-weight: 400;
  font-size: 18px;
  color: #3c3c3c;
  font-weight: 300;
}
.contact-desc1 h4 {
  font-family: 'Roboto', sans-serif; 
  color: #3c3c3c;
  font-weight: 300;
  padding-top: 5%;
}
.contact-desc1 p {
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 300;
}
.contact-section {
}
#contact .input-group {
  padding-bottom: 20px;
}
#contact .input-group .input-group-addon {
  border-radius: 0px;
  padding: 7px 17px;
  background-color: #F9F9F9;
  border: 1px solid #ccc;
  position: relative;
}
#contact .input-group .input-group-addon i {
  color: #989898;
  font-size: 22px;
  width: 24px;
  height: 24px;
}
#contact .input-group .form-control {
  color: #898989;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 20px;
  height: 45px;
  border: 1px solid #d1d1d1;  border-left: none;
  border-radius: 0px;
  box-shadow: none;
}
#contact .input-group .form-control:focus {
  box-shadow: none;
}
#contact .input-group .large {
  height: 120px;
}
#contact .btn-green {
  font-weight: 300;
  background: #A9CB3B;
  text-align: center;
  font-size: 22px;
  width: 100%;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  height: 45px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#contact .btn-green:hover {
  font-weight: 300;
  background: #3c3c3c;
  font-size: 22px;
  width: 100%;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  height: 45px;
}
#contact .btn-green i {
  color: #FFF;
  line-height: 50px;
  height: 47px;
  margin-top: -11px;
}
.social-icon {
  float: left;
}
.social-icon > ul {
    text-align: center;
}
.social-icon > ul > li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}
.social-icon > ul > li > a {
    background-color: #989898;
    display: block;
    height: 50px;
    width: 50px;

  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
      transform: rotateY(180deg);

  -webkit-transition: all 400ms ease-out 0s;
     -moz-transition: all 400ms ease-out 0s;
     -o-transition: all 400ms ease-out 0s;
      transition: all 400ms ease-out 0s;
}
.social-icon > ul > li > a > i {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    line-height: 50px;
    margin: 0;
    filter: alpha(opacity=30);
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
      transform: rotateY(180deg);
  -webkit-transition: all 400ms ease-out 0s;
     -moz-transition: all 400ms ease-out 0s;
     -o-transition: all 400ms ease-out 0s;
      transition: all 400ms ease-out 0s;
}
.social-icon > ul > li:hover a {
    background-color: #A9CB3B;  
}
.social-icon > ul > li:hover a i {
    color: #fff;
    opacity: 1;
    
}

 
::-webkit-input-placeholder {
  font-size: 14px;
  color: #fcfcfc;
  font-family: "Roboto",sans-serif;
  font-weight: 300;
  line-height: 30px;
}
input:-moz-placeholder { /* older Firefox*/
  font-size: 14px;
  color: #fcfcfc;
  font-family: "Roboto",sans-serif;
  font-weight: 300;
  line-height: 30px;
}
input:-moz-placeholder { /* Firefox 19+ */ 
  font-size: 14px;
  color: #fcfcfc;
  font-family: "Roboto",sans-serif;
  font-weight: 300;
  line-height: 30px;
} 
:-ms-input-placeholder { 
  font-size: 14px;
  color: #fcfcfc;
  font-family: "Roboto",sans-serif;
  font-weight: 300;
  line-height: 30px;
}
/*--------------------------
-------- FOOTER -----------
--------------------------*/
footer{
  width: 100%;
  height: 100px;
  border-top: 5px solid #f2f2f2;
}
footer p{
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  color: #3c3c3c;
  font-size: 16px;
  text-align: center;
  line-height: 100px;
}

#portmodal-1{
  position: fixed;
  top:8%;
  z-index: 99999;
  overflow-y: auto;
}
#portmodal-2{
  position: fixed;
  top:8%;
  z-index: 99999;
  overflow-y: auto;
}
#portmodal-3{
  position: fixed;
  top:8%;
  z-index: 99999;
  overflow-y: auto;
}
#servmodal-1{
  position: fixed;
  top:10%;
  z-index: 99999;
  overflow-y: auto;
}
#servmodal-2{
  position: fixed;
  top:10%;
  z-index: 99999;
  overflow-y: auto;
}
#servmodal-3{
  position: fixed;
  top:10%;
  z-index: 99999;
  overflow-y: auto;
}

.my-btn{
    background: #A9CB3B;
    color: #ffffff;
}
.my-btn:hover {
	border-color: #ADCD41;
	background-color: #A9CB3B;
}
.modal-title{
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  color: #3c3c3c;
  text-align: center;
}
.front-carousel .carousel-control {
  margin: 0;
  border: none;
  height: 35px;
  font-size: 24px;
  font-weight: normal;
  top: 40%;
  width: 35px;
  background: #222;
  opacity: 0.5;
}
.front-carousel .carousel-control:hover {
  opacity: 0.6;
}
.front-carousel .carousel-control i {
  font-size: 27px;
}
.front-carousel .carousel-control.right i {
  position: relative;
  left: 1px;
}

.front-carousel .carousel-caption {
  padding: 10px 15px 0;
  background: rgba(0,0,0,0.5);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}

.front-carousel .carousel-control.left {
  left: 0;
}
.front-carousel .carousel-control.right {
  right: 0;
}
.modal-footer {
  margin-top: 0;
}

/*Skils*/
.front-skills span {
  color: #555;
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
}

.front-skills .progress {
  background: none #f2f2f2;
}

.front-skills .progress .bar {
  background: none #0da3e2;
}

.front-skills .progress,
.front-skills .progress .bar {
  box-shadow: none;
}

/*Lists*/
.front-lists-v1 li {
  font-size: 14px;
  margin-bottom: 5px;
}

.front-lists-v2 li {
  color: #555;
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.front-lists-v2 li i {
  margin-right: 5px;
  font-size: 17px;
}
.cap-p{
  color: #fff !important;
}
.port-inner-desc h3{
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  color: #3c3c3c;
  font-size: 22px;
}
.port-inner-desc ul{
  margin-left: 5%;
}
.port-inner-desc ul li{
  list-style-image: url('../img/misc/list.png') !important;
  margin-top: 5px;
  color: #3c3c3c;
  font-family: "Roboto",sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.port-inner-desc h2{
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  color: #3c3c3c;
  font-size: 18px;
}
.port-inner-desc h4{
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  color: #3c3c3c;
  font-size: 14px;
}
.serv-inner-desc p{
  font-family: "Roboto",sans-serif;
  font-weight: 300;
  color: #3c3c3c;
  font-size: 14px;
}
.serv-inner-desc ul {
  margin-left: 3.5%;
}
.serv-inner-desc ul li {
  list-style-image: url('../img/misc/list.png') !important;
  margin-top: 5px;
  color: #3c3c3c;
  font-family: "Roboto",sans-serif;
  font-weight: 300;
  font-size: 14px;
}
/*--------------------------
------BACK TO TOP CSS------
--------------------------*/
.back-to-top {
margin: 0;
position: fixed;
bottom: 20px;
right: 20px;
width: 40px;
height: 40px;
border-radius: 50%;
z-index: 100;
text-decoration: none;
color: #ffffff;
background-color: #A9CB3B;
text-align: center;
display: none;
}
.back-to-top i {
  font-size:20px; 
  line-height: 38px;
}
.back-to-top:hover{
  background-color: #f34826;
  color: #fff;
  display: none;

}
.back-to-top:focus{
  color:#fff;
  display: none;

}
.back-to-top:active{
  color:#fff;
  display: none;

}
