@charset "UTF-8";
/* $theme-color         : #fc854b;
 * $text-color          : #787878;
 * $text-color-dark     : #444444;
 * $bg-color-light      : #FFFFFF;
 * $bg-color-dark       : #f1f1f1;
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

html {
  font-size: 10px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400; 
  line-height: 23px;
  color: #404040;
  background: #e5e5e5;
  margin: 0; }
  
input {
  min-height: 50px; }
  input:focus {
    border-color: #4dbfd9 !important;
    box-shadow: none !important;
    outline: none !important; }

.container {
  max-width: 1170px; }

.navbar {
  height: 50px;
  background-color: #4dbfd9;
  text-align: left; }
  
.navbar-bg {
  background-color: #4dbfd9; }

.nav-link {
  font-size: 1.5rem;
  padding: 1rem 0;
  color: inherit;
  opacity: 0.9; }
  
.active {
  opacity: 1.0; }

.nav-link:hover,
.nav-link:focus {
  color: inherit;
  opacity: 1; }

.nav-item {
  margin-left: 1rem; }

.collapsing {
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
    
.listing-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.work-cert:before {
  background: linear-gradient(to bottom,#fff 0%,#eaeaea 10%,#eaeaea 90%,#fff 100%);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%; }
  
.experience .listing-content {
  margin-top: 15px;
  margin-left: -10px; }
  
.experience .list-img {
  border: transparent;
  z-index: 1; }

.exp-logo {
  max-height: 135px; 
  width: 100%; }

.experience .list-description {
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8; }

.experience .list-description {
  box-shadow: .5px .5px 5px 0 #ddd;
  border-width: 0 !important; }

.experience-date {
  width: 100%;
  height: 135px;
  z-index: 1;
  background: #f1f1f1;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(21px, -8px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: .5px .5px 5px 0 #ccc; }

.angle {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #dad6d6 transparent transparent transparent; }
  
.modalfade {
  animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s; }
@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; } }
@-moz-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; } }
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; } }
  
.modal-header {
  color: MintCream;
  background-color: SlateGrey; }

.fa-ul a {
    text-decoration: none; }
.fa-ul a:hover {
    text-decoration: underline; }

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
    
/* Rex Style Colors
===============================*/
/* Rex Style
===============================*/
/*	End
=============================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -.25em; }

button {
  overflow: visible;
  text-transform: none; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .label {
    border: 1px solid #000; } }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #404040; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4dbfd9; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.hidden {
  display: none !important; }

/*=====End*/
/* Base
----------------------------------*/
/**
 * ---------------------------------------------------------------------------
 * 0?. Base Styles.
 * ---------------------------------------------------------------------------
 */
/* Font family */
.btn-default:hover {
  border-color: transparent; }

.btn-default:active, .btn-default:focus {
  background: transparent;
  box-shadow: none;
  border-color: #e8e8e8; }

/* help
----------------------------------*/
/*====================================
=            Help section            =
====================================*/
/*----------------
// active color and background
------------------*/
.active-section {
  padding-top: 60px !important;
  margin-top: -60px !important; }

.active-color {
  color: #4dbfd9; }

.active-background {
  background: #4dbfd9; }

/*----------------
// before and after
------------------*/
.before-after, .square:before, .rex-primary-btn-effect:before, .rex-primary-btn-effect-No:before, .rex-btn-background-effect:before, .rex-btn-Nobackground-effect:before, .rex-btn-background-effect-No:before, .square:after, .rex-primary-btn-effect:after, .rex-primary-btn-effect-No:after, .rex-btn-background-effect:after, .rex-btn-Nobackground-effect:after, .rex-btn-background-effect-No:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }

/*----------------
// button class
------------------*/
.square, .rex-primary-btn-effect, .rex-primary-btn-effect-No, .rex-btn-background-effect, .rex-btn-Nobackground-effect, .rex-btn-background-effect-No {
  position: relative; }
  .square:before, .rex-primary-btn-effect:before, .rex-primary-btn-effect-No:before, .rex-btn-background-effect:before, .rex-btn-Nobackground-effect:before, .rex-btn-background-effect-No:before {
    width: 100%;
    height: 2px;
    top: 12%;
    right: -100%;
    background: #4dbfd9;
    -webkit-transition: 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .square:after, .rex-primary-btn-effect:after, .rex-primary-btn-effect-No:after, .rex-btn-background-effect:after, .rex-btn-Nobackground-effect:after, .rex-btn-background-effect-No:after {
    width: 2px;
    height: 100%;
    top: -100%;
    right: 10%;
    background: #4dbfd9;
    -webkit-transition: 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

/*----------------
// Border class
------------------*/
.border, .list-img,
.list-description, .reference-description, .media-description {
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8; }

.box-border, .single-blog-list, .section-block, .about-section {
  border: solid #c6c7c7;
  border-width: 1px;
  border-right-color: #d6d6d6;
  border-bottom-color: #c6c7c7;
  border-left-color: #d6d6d6; }

/*----------------
// Section Block class
------------------*/
.section-block {
  background: #fff;
  padding: 30px; }

/*----------------
// post-meta class
------------------*/
.post-meta {
  text-align: right;
  border-width: 1px 0px;
  border-color: #e8e8e8;
  border-style: solid; }
  .post-meta a {
    padding: 10px 15px;
    display: inline-block;
    border-left: 1px solid #e8e8e8;
    color: #999;
    font-size: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .post-meta a:first-child {
      float: left;
      border-left: 0;
      border-right: 1px solid #e8e8e8; }
      .post-meta a:first-child i {
        margin-right: 0; }
    .post-meta a:hover {
      color: #4dbfd9; }
  .post-meta i {
    margin-right: 4px; }

.form-control:focus {
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15) !important; }

.font-weight-light {
  font-weight: 400; }

/* Footer section style
	-------------------------*/
/**
 * ---------------------------------------------------------------------------
 * 0?. Footer Styles
 * ---------------------------------------------------------------------------
 */
footer {
  text-align: center; }
  footer p {
    padding: 20px 0;
    margin: 0; }

/* Base
----------------------------------*/
/*	Button style 
------------------------*/
.rex-primary-btn, .rex-primary-btn-effect, .rex-primary-btn-effect-No, .rex-btn-background-effect, .rex-btn-Nobackground-effect, .rex-btn-background-effect-No, .rex-primary-btn-No {
  font-size: 18px;
  color: #fff;
  border-color: transparent;
  background: #4dbfd9;
  overflow: hidden;
  font-weight: 300;
  min-width: 130px;
  border-radius: 2px;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  
.rex-primary-btn:hover, .rex-primary-btn-effect:hover, .rex-primary-btn-effect-No:hover, .rex-btn-background-effect:hover, .rex-btn-Nobackground-effect:hover, .rex-btn-background-effect-No:hover, .rex-primary-btn-No:hover {
    color: #fff;
    background: #3eb0ca;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
    
.rex-primary-btn span, .rex-primary-btn-effect span, .rex-primary-btn-effect-No span, .rex-btn-background-effect span, .rex-btn-Nobackground-effect span, .rex-btn-background-effect-No span, .rex-primary-btn-No span {
    font-weight: 300; }

.rex-primary-btn-effect:hover, .rex-primary-btn-effect-No:hover {
  color: #fff;
  background: #3eb0ca; }
  .rex-primary-btn-effect:hover:before, .rex-primary-btn-effect-No:hover:before {
    right: 0; }
  .rex-primary-btn-effect:hover:after, .rex-primary-btn-effect-No:hover:after {
    top: 0; }

.rex-btn-background-effect:before, .rex-btn-Nobackground-effect:before, .rex-btn-background-effect-No:before {
  height: 100%; }

.rex-btn-background-effect:hover, .rex-btn-Nobackground-effect:hover, .rex-btn-background-effect-No:hover {
  color: #fff; }
  .rex-btn-background-effect:hover:before, .rex-btn-Nobackground-effect:hover:before, .rex-btn-background-effect-No:hover:before {
    width: 90%;
    height: 100%;
    right: 0;
    top: 0;
    background: #2fa1bb; }

.rex-btn-background-effect span, .rex-btn-Nobackground-effect span, .rex-btn-background-effect-No span {
  position: relative; }

.rex-btn-Nobackground-effect {
  background: none; }

.rex-primary-btn-No, .rex-primary-btn-effect-No, .rex-btn-background-effect-No {
  background: none;
  border-color: #fff;
  min-width: 130px;
  border-radius: 2px; }

.rex-btn-background-effect-No:hover {
  background: rgba(62, 176, 202, 0.51);
  border-color: #4dbfd9; }
  .rex-btn-background-effect-No:hover:before {
    background: rgba(47, 161, 187, 0.28); }

.dark-color {
  border-color: #404040;
  color: #404040; }

/*=====End*/
/* Layout
----------------------------------*/
/* About section style
	-------------------------*/

.about-section {
  background: #fff;
  padding: 15px; }
  .about-section h4 {
    padding-bottom: 6px; }
  .about-section h6 {
    margin: 0; }
  .about-section .list-group > .list-group-item {
    border: 0;
    padding: 0; }
  .about-section .list-group {
    margin-bottom: 0; }

.work-img {
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .work-img img {
    width: 100%; }

/* sidebar section style
	-------------------------*/
/*============================
*** Single-Blog style
==============================*/

.form textarea {
  margin-bottom: 35px; }

.form .col-md-6,
.form .col-md-12 {
  padding-left: 15px; }

.form .form-group input {
  min-height: 50px; }

/*=====End*/
/* Responsive section style
-------------------------*/
/**
 * ---------------------------------------------------------------------------
 * 0?. Responsive Styles
 * ---------------------------------------------------------------------------
 */
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .sidebar {
    padding-top: 42px;
    padding-bottom: 45px; }
  .header-three .top-title {
    font-size: 26px; }
  .header-three .author-name {
    font-size: 60px; }
  .rex-filter-btns a {
    display: inline-block; }
  .about-section, .section-block, .single-blog-list {
    padding: 40px; }
  .reference-title {
    padding: 2.5% 0; }
  .section-block.skill-section h6 {
    margin-top: 0; }
  .rex-filter-btns .btn {
    display: inline-block;
    min-width: 104px;
    margin-right: 4px;
    margin-bottom: 4px; } }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .nav-up #rex-sticky {
    margin-top: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .about-section, .section-block, .single-blog-list {
    padding: 28px 68px; }
  .hero .hero-btn > a {
    margin: 0 15px; }
  .hero .hero-inner {
    padding: 4.5em 0; }
    .hero .hero-inner .media-link {
      padding: 30px 0; }
  .contact-btn > a {
    margin: 5px 15px; }
  .reference-description {
    padding: 20px 10px 20px 50px;
    margin-top: 20px; }
  .media-description {
    padding: 20px 14px 20px 49px; }
  .video iframe {
    max-width: 292px;
    max-height: 178px; }
  .work-img img {
    min-height: 242px; } }

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) {
  .header-two div.navigation, .header-three div.navigation,
  .header-three div.navigation {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px; }
  .header-two .nav-down div.navigation, .header-three .nav-down div.navigation,
  .header-two .nav-down .header-three div.navigation, .header-three .nav-down .header-three div.navigation {
    background: transparent; }
  .header-two .flexnav li > ul, .header-three .flexnav li > ul {
    background: rgba(255, 255, 255, 0.1); }
  .header-two .flexnav li, .header-three .flexnav li, .header-two .header-three .flexnav li, .header-three .header-three .flexnav li {
    text-align: center; }
  .header-two .flexnav li ul li a, .header-three .flexnav li ul li a, .header-two .header-three .flexnav li ul li a, .header-three .header-three .flexnav li ul li a,
  .header-two .header-two .header-three .flexnav li ul li a, .header-three .header-two .header-three .flexnav li ul li a,
  .header-two .header-three .header-three .flexnav li ul li a, .header-three .header-three .header-three .flexnav li ul li a,
  .header-two .header-three .header-three .flexnav li ul li a, .header-three .header-three .header-three .flexnav li ul li a {
    padding-left: 0; }
  .header-two .flexnav li ul li ul li a, .header-three .flexnav li ul li ul li a,
  .header-two .header-three .flexnav li ul li ul li a, .header-three .header-three .flexnav li ul li ul li a,
  .header-two .header-two .header-three .flexnav li ul li a, .header-three .header-two .header-three .flexnav li ul li a,
  .header-two .header-three .header-three .flexnav li ul li a, .header-three .header-three .header-three .flexnav li ul li a,
  .header-two .header-three .header-three .flexnav li ul li a, .header-three .header-three .header-three .flexnav li ul li a {
    padding-left: 15px;
    text-align: left; }
  .header-two .flexnav li ul.open ul.open, .header-three .flexnav li ul.open ul.open {
    margin-left: -100%; }
  .single-blog-right .select-blog-list {
    float: right;
    padding-left: 15px; }
  .header-three .hero .hero-inner {
    padding: 12.3% 4.5em; }
  .header-three .header-three-style {
    text-align: left; }
  .header-three .sub-title, .header-three .hero-btn {
    display: block; }
  .section-block {
    padding: 48px 68px 52px; }
  .rex-filter-btns {
    padding-top: 0;
    text-align: right; }
  .rex-featured .display-flax,
  .rex-featured-img .display-flax {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e8e8e8; }
  .rex-featured .rex-featured-description > p:last-child {
    display: none; }
  .experience .angle {
    display: block;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  .about-content img {
    padding-bottom: 0; }
  .experience .list-description {
    box-shadow: 0.5px 0.5px 5px 0px #ddd;
    border-width: 0 !important; }
  .list-img,
  .list-description {
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    height: 135px; }
  .contact-btn {
    text-align: right; }
  .rex-featured-img-list:nth-child(2) {
    margin: 0 15px;
    margin-bottom: 0px; }
  .form .form-group:first-child {
    padding-right: 0; }
  .work-img img {
    max-height: 270px; }
  .meta {
    text-align: right; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width:1200px) {
  .title {
    margin-bottom: 30px; }
  .single-blog-right .select-blog-list {
    float: right;
    padding-left: 15px; }
  .header-three {
    min-height: 750px; }
  .experience-date {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px); }
  .about-section .list-group-item > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }