body {
	font-size: 15px;
    line-height: 1.52;
    color: #3a3a3a;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.section-padding{
	padding: 60px 0px;
}
h1, h2, h3, h4, h5, h6{
    font-family: Open Sans, sans-serif;
    /* font-weight: 700; */
    color: #4B4B4C;
}
h2{
    color: #393939;
    font-size: 32px;
    font-family: 'Raleway', Open Sans, sans-serif !important;
    font-weight: 600;
    padding-bottom: 15px;
    /* text-transform: uppercase; */
}
h5{
    font-size: 17px;
}
a{
    color: #1a759c;
    text-decoration: none !important;
}
a:hover, a:focus{
    color: #1f8cba;
}

.btn {
    padding: 10px 20px;
}
.btn-green, .btn-green:hover{
    background-color: #7ebe24;
    color: #fff;
}
.padding-zero{
	padding: 0px;
}
.exero-section-bkgrd{
    background-color: #f1f1f1;
}
.exero-section-bkgrd-alt{
background-image: url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%23175e7c' fill-opacity='0.21' fill-rule='evenodd'/%3E%3C/svg%3E"), linear-gradient(#175e7c, #12495f);
}
.exero-para {
    max-width: 650px;
    margin: 0 auto;
    padding: 15px 0;
}

.exero-h3-btn{
    color: #1a759c;
    border: solid 2px #1a759c;
    border-radius: 5px;
    font-size: 24px;
    padding: 10px 20px;
    cursor: pointer;
}

/***********************************
Navigation bar
************************************/
.exero-navbar{
    text-transform: uppercase !important;
}
.navbar-default .navbar-brand {
    color: #393939;
    width: 165px;
}
.navbar-default .navbar-brand:hover {
    color: #000;
    background-color: transparent;
}

.navbar-default .navbar-brand .exero-logo-wrapper{
    display: table;
    margin-top: 10px;
}
.navbar-default .navbar-brand .exero-logo {
    display: table-cell;
    background:url('../img/exero-logo.png') no-repeat top left;
    height: 40px;
    width: 29px;
}
.navbar-default .navbar-brand .exero-logo-text {
    display: table-cell;
	font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0 0 5px;
}
.navbar-default {
    background-color: #ffffff;
}
.course-text{
    padding: 84px;
}
.navbar-default .navbar-nav > li > a {
    color: #393939;
    font-size: 16px;
    font-weight: 700;
}
.navbar-nav > li > a{
	padding: 0px;
	margin: 10px 5px;
	padding: 10px 15px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover
{
	color: #007aad;
}

.navbar-nav .active a{
    background: none !important;
    color: #007aad !important;
    outline: none;
}
/* 
.btn-trial a{
	background-color: #7ebe24;
	border-radius: 25px;
	color: #ffffff !important;
	border: 1px solid #7ebe24;
}
.btn-trial a:hover, .btn-trial a:focus{
	border: 1px solid #7ebe24;
	background-color: #fff;
	color: #7ebe24 !important;
} */
.navbar-default .navbar-brand {
    padding: 0px;
    height: inherit;
    font-size: 36px;
    /* margin: 20px 0px; */
}

.navbar {
    margin-bottom: 0px;
}

/* .mart20{
	margin-top: 20px;
} */

/***********************************
Banner
************************************/
.banner{
	background: url('../img/bg-banner-mining.jpg') no-repeat center top;
    background-size: cover;
	min-height: 580px;
    position: relative;
}
.bg-color{
    background-color: RGBA(12, 11, 11, 0.35);
	min-height: 580px;
}
.text-dec{
	font-size: 24px;
	padding: 10px 20px 10px 0;
    margin: 15px 0;
	text-transform: uppercase;
    color: #fff;
    /* text-shadow: 0 0 10px RGBA(255, 255, 255, 0.30), 0 0 10px RGBA(255, 255, 255, 0.30); */
}

.exero-banner-callout{
    font-family: 'Raleway', sans-serif !important;
    font-size: 34px;
    font-weight: 400;
}
.exero-banner-oneliner{
    max-width: 450px;
    font-family: 'Raleway', sans-serif !important; 
}
.exero-banner-explainer{
    max-width: 450px;
    /* background-color: RGBA(12, 11, 11, 0.10); */
    padding: 10px;
    text-shadow: 0 0 10px RGBA(12,11,11, 0.45), 0 0 10px RGBA(12,11,11, 0.45); 
}
.text-border{
	/* border: 5px solid #5FCF80; */
	display: inline-block;
	margin-top: 100px;
}
.intro-para{
	/* font-family: 'Raleway', sans-serif !important; */
	font-size: 40px;
	color: #fff;
	margin-top: 10px;
}
/* .quote .btn{

} */
.modal-dialog {
    width: 600px;
    margin: 150px auto;
}
.down-arrow-wrapper{
    background-color: #153542;
    background-position: center;
    border: 2px solid #fff;
    border-radius: 50%;
    /* height: 50px;
    width: 18px; */
    width: 50px;
    height: 50px;
    padding: 5px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
    transition: background 0.8s;
}
.down-arrow-wrapper:hover {
    background: #8ed52a radial-gradient(circle, transparent 1%, #8ed52a 1%) center/15000%;
  }
  .down-arrow-wrapper:active {
    background-color: #a0f030;
    background-size: 100%;
    transition: background 0s;
  }
.down-arrow{
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: -7.5px;
}

.down-arrow:hover{
    -moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
/*
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
*/
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
} 
.modal-content h4 {
    font-size: 1.5em;
    font-weight: 700;
}
.login-box-body {
    padding: 15px 30px;
}
.login-box-msg, .register-box-msg {
    margin: 0px;
    text-align: center;
    padding: 0px 20px 20px;
}
.modal-sm {
    width: 400px;
}
.padleft-right{
    padding-left: 5px;
    padding-right: 0px;
}
.big-text{
    font-size: 36px;
}
.small-text{
    font-size: 16px;
}
.quote .btn{
    background-color: #7ebe24;
    color: #f1f1f1;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 35px;
}
.quote .btn:hover, .quote .btn:focus{
    background-color: #8ed52a;
    color: #fff;
    border-color: #8ed52a;
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/***********************************
How We Do It
************************************/
.exero-img-container {
    margin-top: 25%;

}
/***********************************
Services
************************************/

.exero-panel{
    border-color: #12495f;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.exero-panel::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .exero-panel:hover {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .exero-panel:hover::after {
      opacity: 1;
  }
.exero-panel>.exero-panel-heading {
    color: #e4e4e4;
    /* background-color: #12495f; */
    background-image: linear-gradient(#12495f, #0e3849);
    border-color: #12495f;
    font-size: 35px;
}
.exero-panel>.exero-panel-heading> h2, .exero-panel-heading> h3{
    color: #fff;
}
.exero-panel-body{
    min-height: 400px;
}
/***********************************
Industries
************************************/
.exero-i-outline{
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #7ebe24;
    /* box-shadow: 0px 0px 2px #8d8d8d; */
    color: #7ebe24;
    padding: 0.5em 0.5em;
    /* padding: 0 5px 0 0; */
}
.img-center{
    padding-top: 25%;
}
.exero-panel-alt{
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.panel-default>.exero-panel-alt-heading{
    border: none;
    background-color: transparent;
}
.panel-group .panel-heading+.panel-collapse>.exero-panel-alt-body{
    background-color: transparent;
    border: none;
}
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
/***********************************
Capabilities
************************************/
/*tabs*/
.nav-tabs{
    display:flex;
    justify-content: center;
}
.nav-tabs > li  a {
    margin-right: 2px;
    line-height: 1.5;
    border: 3px solid transparent;
    color: #717f86 !important;
    cursor: pointer;
    background-color: transparent;
}
.nav-tabs > li > a:focus, .nav-tabs  >li > a:hover {
    color: #000 !important;
    border: 3px solid transparent;

}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000 !important;
    cursor: pointer;
    background-color: #fff;
    border: 3px solid #fff !important;
    border-bottom-color: #7ebe24 !important;
    font-weight: 600;
}
.bottom-line{
	width: 25px;
	height: 3px;
	background-color: #393939;
}
.fea{
	margin-top: 25px;
}
.fea-img {
  width: 20%;
}
.heading {
    width: 80%;
}
.fea i {
    font-size: 39px;
    color: #7ebe24;
    margin-top: 7px;
}
.heading h4 {
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
    margin: 10px 0px;
    text-align: left;
}
.heading p {
  text-align: left;
}
/***********************************
 Products
************************************/

.exero-list-nav li, .exero-list-nav-alt li{
    padding:10px 0;
}

.exero-list-nav i
{ 
    color: #7ebe24;
    padding: 0 0.5em 0 0;
    /* padding: 0 5px 0 0; */
}
.exero-list-nav-alt i
{ 
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #7ebe24;
    /* box-shadow: 0px 0px 2px #8d8d8d; */
    /* width: 25px;
    height: 25px; */
    color: #7ebe24;
    padding: 0.5em 0.5em;
    /* padding: 0 5px 0 0; */
}
/* h3.det-txt {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
h4.sm-txt {
    color: #7ebe24;
    font-size: 24px;
}
p.det-p {
    padding: 40px 0px;
} */

.exero-precept-logo-wrapper{
    display: table;
    padding-bottom: 25px;
}
.exero-precept-logo {
    display: table-cell;
    background:url('../img/precept-logo.png') no-repeat top left;
    height: 35px;
    width: 25px;
}
.exero-precept-logo-text {
    display: table-cell;
    color: #393939;
	font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    padding:0 0 0 5px;
    font-size: 45px;
    line-height: 25px;
    /* letter-spacing: 4px; */
}

.exero-notiphi-logo{
    font-family: 'Sintony', sans-serif !important;
    font-size: 40px;
}
.exero-notiphi-logo-circle {
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2f70a7 0%, #255c8a 100%, #7db9e8 100%, #207cca 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2f70a7 0%,#255c8a 100%,#7db9e8 100%,#207cca 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#2f70a7 0%,#255c8a 100%,#7db9e8 100%,#207cca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    padding: 0 15px;
    border-radius: 50%;
    font-size: 45px;
    font-weight: 100;
}
.exero-notiphi-logo-text{
    color: #393939 !important;
    font-size: 45px;
    font-weight: 100;
    margin-left: -18px;
    /* word-spacing: 2px; */
    letter-spacing: 4px;
}
.exero-memento-logo{
    color: #7dbc23;
    font-family: 'Abel',  sans-serif !important;
    font-size: 50px;
    font-weight: 200;
}
.exero-memento-logo-wrapper{
    display: table;
}
.exero-memento-logo {
    display: table-cell;
    background:url('../img/memento-logo.png') no-repeat top left;
    height: 68px;
    width: 75px;
}
.exero-memento-logo-text {
    /* display: table-cell; */
    color: #7dbc23;
	font-family: 'Qwigley', cursive !important;
    font-weight: 200;
    padding: 10px 0 0 5px;
    font-size: 72px;
    line-height: 45px;
    margin-left: -68px;
    letter-spacing: 4px;
}
.exero-memento-logo-text-alt{
    color:  #fff;
    font-weight: 400;
}
/***********************************
Team
************************************/
.team-box {
    position: relative;
    padding: 30px;
    padding-top: 5em;
    background: #fff;
    border: solid 1px #e7e7e7;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.team-box .user{
position: absolute;
top: 0;
left: 50%;
margin-top: -73px;
margin-left: -73px;
width: 147px;
height: 147px;
}  

.team-box .position{
    display: block;
    margin: 10px 0 30px 0;

}

.team-box .social-media {
    margin: 0;
    padding: 0;
}

.team-box .social-media li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    margin-right: 10px;
}

.team-box .social-media li a {
    color: #013145;
}

.team-box .social-media li a:hover, .team-box .social-media li a:focus {
    color: #7ebe24;
}

.team-box .user img{
    height: 147px;
    width: 147px;
    border-radius: 50%;
    border: 15px solid #fff;
}


/***********************************
Testimonial
************************************/
#testimonial{
    background-color: #111;
}
.bg-white{
    background-color: #fff !important;
}
.text-comment{
  background-color: rgb(255, 255, 255);
  padding: 20px;
}
.text-par{
  font-size: 20px;
  padding-bottom: 15px;
}

/***********************************
Contact Us
************************************/
.contact form .form {
    width: 100%;
    height: auto;
    padding: 15px 15px 12px;
    font-size: 18px;
    margin-bottom: 18px;
    color: #7f7f7f;
    letter-spacing: 0.5px;
}
#contact .form-control {
    background: #fafafa;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 100%;
	margin-bottom: 15px;
    border-radius: 0;

}
.textarea {
    height: 228px;
    max-width: 100%;
    max-height: 229px;
}
.light {
    font-weight: 100;
}
.white{
    color: #fff !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}
/***********************************
Footer
************************************/
.footer {
    padding: 60px 0 20px;
    background: #013145;
    color: #e4e4e4;
    font-size: 12px;
}
.footer a {
    color: #e4e4e4;
}

.footer h3{
    color: #e4e4e4;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin: 0 0 40px;
	font-size: 16px;
}
.footer h3:after{
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #e4e4e4;
    margin-top: 15px;
}
.footer .contact-info{
    margin: 0 0 60px 0;
    padding: 0;
}

.footer .contact-info li {
    font-size: 13px;
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}

.footer .contact-info li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #e4e4e4;
}

.footer .soc-links {
    list-style: none;
    padding: 0;
}
.footer .soc-links li {
    display: inline-block;
    margin: 0 25px 25px 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .soc-links li a {
    color: #e4e4e4;
    font-size: 32px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer .soc-links li a:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer .form-control {
    border: none;
    background-color: rgba(255,255,255,.05); 
    color: #fff;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer .form-control:hover, .form-control:focus{
    box-shadow: none;
    background-color: rgba(255,255,255,.10);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-submit{
    font-size: 13px;
	padding: 14px 12px;
	text-transform: uppercase;
    background-color: rgba(255,255,255,.05);
    color: #e4e4e4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-submit:hover, .btn-submit:focus{
    background-color: rgba(255,255,255,.10);
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e4e4e4;
    opacity: 1; /* Firefox */
  }

  .footer ::-ms-input-placeholder { /* Microsoft Edge */
    color: #e4e4e4;
  }
/***********************************
media queries
***********************************/
@media (min-width: 769px) and (max-width: 980px) {
    .exero-img-container {
        margin-top: 0;
    }
    .ser-text {
    font-size: 20px;
    }
    .service-box, .feature-info, .orga-stru{
        margin-bottom: 30px;
    }
    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }
}
@media (min-width: 451px) and (max-width: 768px) {
    .exero-img-container {
        margin-top: 0;
    }
    .ser-text {
    font-size: 20px;
    }
    .service-box, .feature-info{
        margin-bottom: 30px;
    }

    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }
}
@media (min-width: 20px) and (max-width: 450px) {
    .exero-img-container {
        margin-top: 0;
    }
    .text-dec {
    font-size: 34px;
    }
    .big-text {
    font-size: 30px;
    }
    .small-text {
    font-size: 14px;
    }
    .intro-para {
    font-size: 30px;
    }
    .header-section p{
        font-size: 14px;
    }
    .heading {
    margin-bottom: 20px;
    }
    .orga-stru i {
    font-size: 92px;
    }
    .orga-stru {
    padding: 5px 5px 15px 5px;
    width: 75px;
    margin-bottom: 20px;
    }
    .orga-stru h3 {
    font-size: 28px;
    }
    .orga-stru p {
    font-size: 13px;
    }
    h3.det-txt {
    font-size: 28px;
    }
    .cta-2-txt {
    font-size: 20px;
    }
    .service-box, .text-comment, .price-table{
        margin-bottom: 30px;
    }
    .contact-form-button{
        width: 40%;
    }
    .footer .social-links li {
    margin: 0 5px 25px;
    }
    .cta-2-form-submit-btn {
    font-size: 10px;
    }
    .cta-2-form input[type="email"] {
    padding: 13px 10px;
    font-size: 10px;
    min-width: 187px;
    }
    .modal-sm {
    width: 300px;
    }
    .login-box-body {
    padding: 15px 20px;
    }
    .navbar-default .navbar-brand{
        margin-left: 10px;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
    }
}
.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 7px solid #1a759c;
    border-radius: 100%;
    background-color: #1a759c;
    /* box-shadow: 0 0 5px #4582ec; */
    width: 200px;
    height: 200px;
    margin-left: -100px;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
    /* color: #b3b3b3; */
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    font-size:18px;
    /* color:#333333; */
}

.timeline .timeline-body>p{
    margin: 0 0 10px;
}
.timeline .timeline-body>ul {
    margin-bottom: 0;
    /* color:#808080; */
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 3px;
    height:340px;
    background-color: #1a759c;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
    /* box-shadow: 0 0 5px #4582ec; */
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 3px;
    height:340px;
    background-color: #1a759c;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    /* box-shadow: 0 0 5px #4582ec; */
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
    height: 100%;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
    height: 100%;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
    height: 100%;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
    height: 100%;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
    float: left;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
    float: right;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
    height: 100%;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
    height: 100%;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
    float: left;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .timeline > li .line {
    display: none;
  }
}