/*
Template:
Author: 
Version: 3.1
Designed and Development by:
*/
/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 -  General Style
	2.0 -  Helper Classes
    3.0 -  Typography
	4.0 -  Pre Loader
	5.0 -  Style Switcher
    6.0 -  Page Heading Area & Breadcrumbpost-thumb
	7.0 -  Top Bar
	8.0 -  Header
    9.0 -  Navigation
    10.0 -  Home Page Slider
	11.0 -  Html Video Player
    12.0 -  All Parallax
	13.0 -  Services
	14.0 - Why Choose Us & Quote
	15.0 -  About  Us
	16.0 -  FAQS
    17.0 -  Statistics (Fun Facts)
	18.0 - Our Team
    19.0 -  Owl Slider Settings
	20.0 -  Gallery
	21.0 -  Blog & News
	22.0 -  Blog Left & Right Sidebar
	23.0 - Testimonial
	24.0 - Our Clients
	25.0 - Sticky Sidebar
	26.0 - 404 Error Page
    27.0 - Icons 
	28.0 - Contact Us
    29.0 - Footer
    30.0 - Tracking Home Page
    31.0 - Our App and Process
    32.0 - Top Right Menu
    33.0 - User Registration
    34.0 - User Profile
    35.0 - Radio and Checkboxes
    36.0 - Order Tracking
    37.0 - Responsive Media Quries
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
/* =-=-=-=-=-=-= General Style  =-=-=-=-=-=-= */

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    background: #fff repeat scroll 0 0;
}
a {
    color: #000;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
a:hover, a:focus {
    text-decoration: none;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #0098da;
}
img {
    max-width: 100%;
}
a, b, div, ul, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
video, object {
    min-height: 100%;
    min-width: 100%;
}
.text-white {
    color: #fff !important;
}
/* =-=-=-=-=-=-= Helper Classes  =-=-=-=-=-=-= */

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 30px;
}
.container.full-width {
    width: 100%!important;
}
.section-padding {
    padding: 120px 0;
}
.section-padding-140 {
    padding: 140px 0;
}
.section-padding-100 {
    padding: 100px 0;
}
.section-padding-80 {
    padding: 80px 0;
}
.section-padding-70 {
    padding: 30px 0;
}
.section-padding-60 {
    padding: 60px 0;
}
.section-padding-40 {
    padding: 40px 0;
}
.custom-padding-20 {
    padding: 20px 0;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-top-45 {
    padding-top: 45px
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-70 {
    padding-top: 70px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-100 {
    padding-top: 100px;
}
.padding-top-120 {
    padding-top: 120px;
}
.padding-top-140 {
    padding-top: 140px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-bottom-70 {
    padding-bottom: 70px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-bottom-60 {
    padding-bottom: 60px!important;
}
.padding-bottom-40 {
    padding-bottom: 40px!important;
}
.padding-bottom-20 {
    padding-bottom: 40px;
}
.custom-padding {
    padding: 30px 0px;
}
.pagination {
    border-radius: 0;
    margin: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}
.pagination li {
    box-shadow: none;
    display: inline-block;
    margin-right: 10px;
}
.pagination > .active > a:hover, .pagination li:hover > a, .pagination > .active > a {
    background-color: #323232;
    border-color: #323232;
}
.pagination li > a {
    background-color: #f8f8f8;
    border-color: #d1d1d1;
    color: #777 !important;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 14px;
}
.pagination li > a:hover {
    background-color: #000;
    color: #fff !important;
    border-color: #000 !important;
}
.white {
    background: #fff !important;
}
.blue {
    background: #000 none repeat scroll 0 0 !important;
    border-bottom: 1px solid #005791 !important;
    color: #fff !important;
}
.gray {
    background-color: #f0f0f0 !important;
}
.custom-button {
    display: block;
    font-size: 14px;
    padding: 8px 30px;
    text-transform: uppercase;
    color: #ffffff !important;
    display: inline-block;
}
.light {
    background: transparent !important;
    border: 1px solid #fff;
    color: #fff;
}
.light:hover {
    background-color: #fff !important;
    color: #323232 !important;
}
.btn:focus, a:focus {
    outline: none !important;
}
/* =-=-=-=-=-=-= Typography  =-=-=-=-=-=-= */

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: "Source Sans Pro", sans-serif;color:#000;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
    line-height: 1.6;
}
h6 {
    font-size: 12px;
}
p {
    line-height: 1.6em;
    font-size: 16px;
}
.btn {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 21px 25px;
    border-radius: 1px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
   font-family: "Source Sans Pro", sans-serif;
}
.extra {
    padding: 20px 25px !important;
}
.font-merry {
    font-family: "Source Sans Pro", sans-serif;
}
ul {
    margin-left: 0 !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
    color: #fff !important;
}
.btn-lg {
    padding: 17px 34px;
    letter-spacing: 1.3px;
}
.btn-md {
    padding: 13px 27px;
}
.btn-sm {
    padding: 10px 24px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn-xs {
    padding: 6px 18px;
    font-size: 12px;
}
.btn-rounded {
    border-radius: 4px;
}
.btn-primary {
    text-transform: uppercase;
    background-color: #000;
    border-color: #000;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #0098da;
    border-color: #000000;
}
/* ==============================
   4. Slider styles
   ============================== */
.rev_slider_wrapper .factory-caption-h1 {
  font-size: 48px;
  color: #fff;
  line-height: 65px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.rev_slider_wrapper .factory-caption-p {
  font-size: 25px;
  color: #fac012;
  line-height: 37px;
}
.rev_slider_wrapper .thm-btn {
  font-size: 14px;
  line-height: 55px;
  padding: 0px 39px;
}
.rev_slider_wrapper .tparrows {
  height: 40px;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  background: #101920;
  visibility: visible !important;
  opacity: 2 !important;
  margin-top: -80px;
  transition: all 0.5s ease;
}
.rev_slider_wrapper .tparrows:before {
  line-height: 44px;
  font-size: 18px;

  font-weight: bold;
}
.rev_slider_wrapper .tparrows:hover {
  background: #fac012;
}
.rev_slider_wrapper .tp-bannertimer {
  visibility: hidden;
  width:100%;
  height:5px;
  background: #fac012;
  position:absolute;
  z-index:200;
  bottom: 0px;
  top: inherit;
}
.rev_slider_wrapper .tp-bannertimer.tp-bottom { 
  top:auto; 
  bottom:0px !important;
  height:5px
}

.btn-colored {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #da251c;
    color: #fff !important;
    text-transform: uppercase;
}
.btn-colored:hover {
    background-color: #f9ca00;
    color: #000 !important;
    text-transform: uppercase;
}
.light-dark {
    border: 1px solid #000;
    color: #000;
}
.btn-clean:hover, .btn-clean:visited, .btn-clean:active, .btn-clean {
    color: #fff;
}
.btn-clean {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}
/*.form-group {
    margin-bottom: 25px;
}
.form-control {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 15px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.form-control:focus {
    color: #111;
    border-color: rgba(0, 0, 0, .7);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}*/
/* =-=-=-=-=-=-= PRELOADER  =-=-=-=-=-=-= */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F7FBFC;
    z-index: 99999;
}
.preloader .preloader-gif {
    display: block;
    width: 132px;
    height: 132px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center center !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../images/preloader.gif') no-repeat;
}
/* =-=-=-=-=-=-= Color Switcher =-=-=-=-=-=-= */
.color-switcher {
    width: 234px;
    position: fixed;
    left: -235px;
    top: 10%;
    background: #fff;
    z-index: 9999;
    padding: 15px 0 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #ccc
}
.color-switcher h5 {
    font-size: 15px;
    margin-top: 0;
    padding: 0 20px
}
.color-switcher p {
    padding-bottom: 7px;
    font-size: 14px;
    color: #595959;
    margin-bottom: 0;
    padding-left: 20px;
}
.color-switcher ul {
    list-style: none;
    padding-left: 20px;
}
.color-switcher ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}
.color-switcher ul li a {
    display: block;
    width: 24px;
    height: 24px;
    outline: none
}
.color-switcher ul li a.defualt {
    background: #000;
}
.color-switcher ul li a.green {
    background: #5fc87a;
}
.color-switcher ul li a.orange {
    background: #f47334;
}
.color-switcher ul li a.red {
    background: #f43438
}
.color-switcher ul li a.purple {
    background: #a063a9
}
.color-switcher ul li a.yellow {
    background: #f4a534
}
.color-switcher ul li a.asbestos {
    background: #7f8c8d
}
.color-switcher ul li a.cyan {
    background: #1abc9c
}
.color-switcher ul li a.coraltree {
    background: #B56969
}
.picker_close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -44px;
    top: 55px;
    border: 1px solid #ccc;
    text-align: center;
    background: no-repeat center 5px #fff
}
.picker_close i {
    font-size: 22px;
    margin-top: 9px
}
.position {
    left: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}
/********  Alert  ********/

.alerts {
	position: fixed;
	left: 0px;
	top: 28%;
	z-index: 9999;
	overflow:hidden;
}
.alert-btn {
	width: 40px;
	height: 40px;
    
	background: #f42c13;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	position: relative;
	float: left;
	cursor: pointer;
	color:#fff;
}
.a-count {
	width: 26px;
	height: 26px;
	border-radius: 100%;
	color: #fff;
	background: #f93525;
	display: block;
	font-size: 13px;
	line-height: 26px;
	font-weight: 500;
	position: absolute;
	right: 20px;
	top: 15px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
ul.alerts-list {
	padding: 0px;
	margin: 0;
	float: left;
	width: 300px;
	background: rgba(14,45,84,.7);
	padding: 5px;
	list-style: none;
	display: none;
	border:2px solid #ebebeb;
}
ul.alerts-list li {
	background: #f42c13;
	margin-bottom: 20px;
	padding: 10px;
	color: #fff;
}
ul.alerts-list li:last-child {
	margin: 0px;
}
ul.alerts-list li p {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 5px;
}
ul.alerts-list li span {
	font-size: 11px;
	color: rgba(255,255,255,.5);
}
.register-recently-added li {
    background: url(../img/bullets.png) no-repeat 1px 8px;
    padding-left: 20px;
    vertical-align: baseline;
    line-height: 24px;font-size:18px;
}
/******Alert End*************/
/*
17.Join Us Section
=================================*/
.join-us-sec {
	background: #071c2e none repeat scroll 0 0;
	padding:70px 0px;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.join-us-sec-overlay {

	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.join-us-desc h1 {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 46px;
}
.join-us-desc h1 span{
	color: #2196f3
}
.join-us-desc p{
	color:#f2f2f2
}
h1.join-us-form-title {
	display: inline-block;
	width: 100%;
	background: #f42c13;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	margin-bottom: -1px;
	border-top: 2px solid  #2196f3;
	text-transform:capitalize;
}
.join-us-form {
	margin-left: 0px;
}
.join-us-field {
	padding: 20px 30px;
	background: #f42c13;
}
.join-us-field input[type="text"], .join-us-field input[type="email"] {
	padding: 10px;
	width: 100%;
	border: 1px solid #ddd;
	margin: 6px 0;
}
.join-us-field input[type="submit"] {
	background:  #f42c13;
	color: #fff;
	padding: 14px;
	width: 100%;
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 30px;
}
/* =-=-=-=-=-=-= Page Heading Area & Breadcrumb  =-=-=-=-=-=-= */
ul.list {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 0;
}
ul.list li {
  margin: 5px 0;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  font-size:16px;
}
ul.list li:before {
  border: none;
  color: #a9a9a9;
  content: "\f111";
  display: inline-block;
  font-family: fontawesome;
  font-size: 9px;
  margin-right: 10px;
  padding: 0;
  left: 0;
  position: absolute;
  top: 1px;
}
ul.list li:hover:before {
  background: none;
  border-color: transparent;
}
ul.list li a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
/* -------- List White ---------- */
ul.list.list-white li:before {
  color: #fff;
}
ul.list.list-white li:hover:before {
  background: none;
  border-color: transparent;
}
ul.list.list-white li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
/* -------- List border bottom ---------- */
ul.list-border-bottom li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
ul.list.list-border-bottom li:last-child {
  border-bottom: none;
}
ul.list-border-bottom.no-padding li {
  padding-bottom: 0px;
}
ul.list-border-bottom.no-padding li:last-child {
  border-bottom: none;
}
/* -------- List Icons ---------- */
.list-border li {
  border-bottom: 1px dashed #d3d3d3;
  padding: 10px 0;
}
.dark .list-border li {
  border-bottom: 1px dashed #333333;
}
.list-icon li {
  font-size: 14px;
  margin: 0;
}
.list-icon li i {
  color: #555555;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
.list-icon.square li i {
  background: #c0c0c0;
  color: #555555;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
.list-icon.rounded li i {
  color: #555555;
  background: #c0c0c0;
  border-radius: 50%;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
.list-icon.theme-colored.square li i {
  color: #fff;
}
.list-icon.theme-colored.rounded li i {
  color: #fff;
}
.theme-colored2 li i {
    color: #1BB4B9;
}
/* -------- Personal Info List ---------- */
.list-info li {
  clear: both;
  position: relative;
}
.list-info li label {
  display: inline-block;
  font-weight: bold;
  padding: 5px 0 0;
}
.list-info li span {
  left: 110px;
  padding: 5px 0;
  position: absolute;
}
.list-features {
  -moz-column-count: 3;
  column-count: 3;
}
.list-dashed > article {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-dashed > div {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-dashed > li {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-dashed.dark-dash > article {
  border-bottom: 1px dashed #333333 !important;
}
.list-dashed.dark-dash > div {
  border-bottom: 1px dashed #333333 !important;
}
.list-dashed.dark-dash > li {
  border-bottom: 1px dashed #333333 !important;
}
ul.list.check li:before {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 12px;
}
ul.list.angle-double-right li:before {
  content: "\f101";
  font-family: fontawesome;
  font-size: 12px; color:#da251c;font-weight:bold;
}
ul.list.angle-right li:before {
  content: "\f105";
  font-family: fontawesome;
}
ul.list.check-circle li:before {
  content: "\f058";
  font-family: fontawesome;
  font-size: 14px;
}ul.list.angle-double-right li:before {
  content: "\f101";
  font-family: fontawesome;
  font-size: 16px;}
.main-heading {
    margin-bottom: 50px;
}
.main-heading h2 {
    color: #000;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.main-heading p {
    font-size: 16px;
    color: #000;
}
.breadcrumbs-area {
   
    background-position: center center;
    background-repeat: no-repeat;
   padding: 10px 0;
    position: relative;
    width: 100%;
	background-image:
	url(../images/page-head1.jpg);
}
.border-gradient {
  border: 5px solid #ea2c14;

}
.border-gradient-purple {

}
.page-heading p {
    color: #e5e4e4;
    display: block;
    font-size: 17px;
    font-style: italic;
    line-height: 45px;
    margin-bottom: 5px;
}
.page-heading h3 {padding-top:10px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 18px;
   /* line-height: 45px;*/
    margin-bottom: 5px;
}
.page-heading h2 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px; 
    margin-top: 5px;
    /*text-transform: uppercase;*/
}
.gray-bg {
    background: #edf0f2;
}
.pb-120 {
    padding-bottom: 120px;
}.pt-90 {
    padding-top: 90px;
}.pb-90 {
    padding-bottom: 90px;
}
.pt-115 {
    padding-top: 115px;
}
.breadcrumbs {
    color: #fff;
    font-weight: normal;
    line-height: normal;
    list-style: outside none none;
   /* margin: 25px 0;*/
    padding: 26px 0;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0;
}
.breadcrumbs li a {
    color: #fff !important;
    text-decoration: none;
    text-transform: capitalize;
}
.breadcrumbs li a:hover {
    color: #fff !important;
}
ul.breadcrumbs li + li::before {
    content: "/";
    font-family: FontAwesome;
    padding: 0 10px;
}
.custom-heading h2::before {
    background-color: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 58px;
    width: 70px;
}
.custom-heading h2 {
    border-bottom: 2px solid #e3e3e3;
    color: #323232;
    font-size: 20px;
    margin: 0 0 40px;
    padding: 13px 18px 13px 0;
    text-transform: capitalize;
}


/*=====================================================
    7. COURSE css 
======================================================*/

.single-course {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.single-course>.thum {
    position: relative;
}
.single-course .thum .image {
    overflow: hidden;
}
.single-course .thum .image img {
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course:hover .thum .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-course .thum .price {
    position: absolute;
    right: 60px;
    bottom: -24px;
}
.single-course .thum .price span {
    font-size: 14px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}
.single-course .cont {
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}
.single-course .cont>ul {
    display: inline-block;
    margin-right: 10px;
}
.single-course .cont ul li {
    display: inline-block;
    margin: 1px;
}
.single-course .cont ul li>i {
    font-size: 13px;
    color: #ffc600;
}
.single-course .cont span {
    font-size: 13px;
    color: #000;
}
.single-course .cont h4 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course .cont h4:hover {
    color: #ef6123;
}
.single-course .course-teacher {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}
.single-course .course-teacher>.thum {
    display: inline-block;
}
.single-course .course-teacher>.thum img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.single-course .course-teacher .name {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 13px;
}
.single-course .course-teacher .name a h6 {
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course .course-teacher .name a:hover h6 {
    color: #ffc600;
}
.single-course .course-teacher .admin {
    display: inline-block;
    float: right;
    overflow: hidden;
}
.single-course .course-teacher .admin ul {
    margin-top: 8px;
}
.single-course .course-teacher .admin ul li {
    margin-right: 20px;
}
.single-course .course-teacher .admin ul li:last-child {
    margin-right: 0;
}
.single-course .course-teacher .admin ul li a {
    font-size: 15px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course .course-teacher .admin ul li a:hover {
    color: #ffc600;
}
.single-course .course-teacher .admin ul li a span {
    color: #8a8a8a;
    margin-left: 3px;
}
.course-slide {}
.course-slide .slick-arrow {
    position: absolute;
    top: -125px;
    right: 0;
}
.course-slide .prev.slick-arrow {
    left: auto;
    right: 50px;
}
.course-slide .slick-arrow i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #aaaaaa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.course-slide .slick-arrow:hover i {
    border-color: #ffc600;
    background-color: #ffc600;
}





/* =-=-=-=-=-=-= Top Bar =-=-=-=-=-=-= */
.top-bar.color-scheme {
    border-bottom: 1px solid #041540;
background: #041540;
	margin:0px 0px;
}
.top-bar {
    border-bottom: 1px solid #041540;
background: #041540;

}
.top-bar .left-text p {
    color: #323232;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.top-bar .left-text p span {
    color: #323232;
    font-weight: bold;
}
.top-bar.color-scheme .left-text p span {
    color: #fff;
    font-weight: bold;
}
.top-bar.color-scheme .left-text p {
    color: #fff;
    font-size: 14px;
    line-height: 49px;
    margin: 0;
}
.top-bar.color-scheme .nav-right > li > a:hover {
    color: #fff !important;
}
.top-bar.color-scheme .nav-right > li > a {
    color: #fff !important;
}
.top-bar.color-scheme .nav-right li a i {
    color: #fff;
}
.color-scheme .social-icons ul li a i {
    color: #fff !important;
}
.color-scheme .social-icons ul li:first-child a {
    border-left: 1px solid #fff;
}
.color-scheme .social-icons ul li a {
    border-right: 1px solid #fff !important;
}
.color-scheme .social-icons ul li a:hover i {
    color: #323232 !important;
}
.color-scheme .social-icons ul li a:hover {
    color: #323232 !important;
}
.social-icons ul, .social-icons ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social-icons ul li:first-child a {
    border-left: 1px solid #ccc;
}
.social-icons ul li a {
    border-right: 1px solid #ccc;
    color: #323232;
    display: inline-block;
    font-size: 15px;
    line-height: 48px;
    margin-left: -5px;
    padding: 0 16px;
    text-align: center;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.social-icons ul li a i {
    color: #323232;
}
.social-icons ul li a:hover i {
    color: #fff !important;
}
/* =-=-=-=-=-=-= Header =-=-=-=-=-=-= */
.header-area {
    position: relative;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 999;
    width: 100%;
}
.header-area .logo-bar {
    position: relative;
    color: #fff;
    padding: 15px 0;
}
.header-area .logo-bar .information-content {
    position: relative;
    float: right;
}
.header-area .logo-bar .info-box div.text:hover {
    color: #000;
    cursor: pointer;
}
.header-area .logo-bar .info-box {
    position: relative;
    float: left;
    margin-left: 45px;
    padding-left: 50px;
    line-height: 24px;
}
.header-area .logo-bar .social-box {
    padding-left: 0px;
}
.header-area .logo-bar .info-box .icon {
    position: absolute;
    left: 0px;
    line-height: 50px;
    font-size: 32px;
    color: #000;
}
.header-area .logo-bar .info-box div.text {
    color: #323232;
    font-weight: 600;
}
.header-area .logo-bar .info-box strong {
    position: relative;
    display: block;
    color: #e4e4e4;
}
.header-area .logo-bar .info-box a {
    position: relative;
    color: #6f747d !important;
    font-weight: 600;
}
.header-area .logo-bar .info-box .phone {
    font-size: 14px;
}
.social-links-one {
    position: relative;
    top: 5px;
}
.social-links-one a {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-right: 5px;
    color: #ffffff !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.social-links-one a:hover {
    opacity: 0.70;
}
.social-links-one a.facebook {
    background-color: #3b5998;
}
.social-links-one a.twitter {
    background-color: #00aced;
}
.social-links-one a.google-plus {
    background-color: #dd4b39;
}
.social-links-one a.linkedin {
    background-color: #007bb5;
}
.social-links-one a.pinterest {
    background-color: #cb2027;
}
.social-links-one a.instagram {
    background-color: #125688;
}
.header-area .logo-bar .logo {
    position: relative;
    float: left;
}
.header-area .logo-bar .logo img {
    max-width: 100%;
    display: block;
}

/* The container */
.container1 {
  
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  cursor: pointer;
 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 50%;
   border:1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #fff; border:1px solid #339933;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
 	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #339933;
}



.container2 {
 
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  cursor: pointer;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark1 {
  position: absolute;
  top: 5px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border:1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark1 {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark1 {
  background-color: #fff; border:1px solid #339933;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark1:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark1:after {
  left:4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #339933;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* =-=-=-=-=-=-= Navigation =-=-=-=-=-=-= */
.navigation-2 {
    background: #001e57 !important;
}
.navigation {
    position: relative;
    z-index: 9995;
}
#main-navigation {
    padding-left: 0;
    padding-right: 0;
}
#main-navigation .navbar-nav li.active {
    background-color: none;
	color:#000;
}
.navigation .navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}
.navigation .navbar-default {
    background-color: transparent;
    border: none;
}
.navigation .navbar-nav {
    margin-top: 15px;
}
.navigation .navbar-default .navbar-nav>li>a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
}
/*** menu hover css ***/
.navigation .navbar-default .navbar-nav>li>a:focus, .navigation .navbar-default .navbar-nav>li>a:hover  {
    color: #000;
}
/*** menu hover 0pen css ***/
.navigation .navbar-default .navbar-nav>.open>a, .navigation .navbar-default .navbar-nav>.open>a:focus, .navigation .navbar-default .navbar-nav>.open>a:hover {
    color: #000;
    background-color: transparent;
}
/**** Dropdown Menu ***/
.navigation .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    top: 50px;
}
.navigation-2 .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    top: 73px;
}
.navigation .dropdown-menu, .navigation-2 .dropdown-menu {
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 20px 0px;
    background-color: #fff;
}
.navigation .dropdown-menu>li>a, .navigation-2 .dropdown-menu>li>a {
    display: block;
    padding: 10px 20px 10px 20px;
    clear: both;border-bottom:1px solid #bc3939;
    line-height: 1.42857143;
    color: #bc3939 !important;
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.navigation .dropdown-menu>li>a:hover, .navigation-2 .dropdown-menu>li>a:hover {
    color: #fff !important;
    background-color: #bc3939;
}
/*** Header #2 ****/
.navbar-top-2 {
    border-top: 3px solid #000;
}
.navbar-block {
    border-bottom: 1px solid #e0e0e0;
}
.navbar-address {
    margin-bottom: 0px;
    text-align: right;
}
.navbar-top-2 .welcome-msg, .navbar-top-2 .navbar-address {
    color: #8e8e8e;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    padding-top: 9px;
}
.navbar-link-2 ul li a {
    color: #8e8e8e;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding-top: 9px;
    display: inline-block;
    padding-bottom: 9px;
    border-left: 1px solid #e0e0e0;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-link-2 ul li a:hover {
    color: #000;
}
.navigation-2 .navbar {
    margin-bottom: 0px;
    min-height: 50px;
}
.navigation-2 .navbar-default {
   background: rgb(240,119,35);
background: linear-gradient(90deg, rgba(146,3,20,1) 0%, rgba(146,3,20,1) 35%, rgba(238,28,37,1) 45%, rgba(238,28,37,1) 100%);
    border: none;
    border-radius: 0px;
}
.navigation-2 .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    display: block;
    letter-spacing: 0;
   padding: 21px 12px
}
@media only screen and (max-width: 991px)
.rs-cta.main-home .partition-bg-wrap {
    padding: 70px 0;
}
.rs-cta.main-home .partition-bg-wrap {
    background: none !important;
    position: relative;
    padding: 130px 0;
}
/********** menu hover css ********/
.navigation-2 .navbar-default .navbar-nav>li>a:focus, .navigation-2 .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #000;
}
/********* menu hover 0pen css ********/
.navigation-2 .navbar-default .navbar-nav>.open>a, .navigation-2 .navbar-default .navbar-nav>.open>a:focus, .navigation-2 .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #000;
}
.navigation-2 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 12px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    border: medium none;
}
.navigation-2 .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
    position: relative;
}
.navbar-brand {
    padding: 10px !important;
}
.navbar-nav {
    margin-left: 45px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-fixed-top {
    border-width: 0;
    top: 0;
}

.navigation-2 .navbar-nav li a {
    color : #fff !important;
    font-size: 16px;
    padding-bottom: 25px;
    padding-top: 22px;
}
.navbar-nav li.active{color:#000}
.navbar-nav li a {
    color : #323232 !important;
    font-size: 16px;
    padding-bottom: 25px;
    padding-top: 22px;
}
.navbar-nav .dropdown-menu li a {
    line-height: 36px;
    height: 40px;
    padding-top: 0;
    color : #000 !important;
    font-size: 13px;
}
.navbar-right li.dropdown a span {
    text-align: center;
}
.dropdown-menu {
    border: 0 !important;
    padding: 0 !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 20px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #000;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed !important;
}
.navbar-brand {
	float:none;	
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus .navbar-default .navbar-nav > li.active > a{
	  background-color:inherit !important; color:#000;
}

/* =-=-=-=-=-=-= Html Video Player =-=-=-=-=-=-= */
.html-slider {
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}
.html-slider::before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slider-caption {
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
    z-index: 15;
}
.slider-caption h1 {
    color: #000;
    font-size: 60px;
    line-height: 80px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.slider-caption h1 span {
    font-weight: 600;
    color: #fff !important;
}
.slider-caption p {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 70px;
    text-transform: uppercase;
}
.slider-caption .btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    padding: 20px 40px;
}
.slider-caption .btn:hover {
    background: #fff none repeat scroll 0 0;
    border-color: transparent;
    color: #d6b161;
}

@media (max-width: 767px) {
.html-slider {
    max-height: 400px;
}
.slider-caption h1 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.slider-caption p {
    font-size: 16px;
    margin-bottom: 20px;
}
.slider-caption .btn {
    font-size: 14px;
    padding: 10px 30px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.slider-caption h1 {
    font-size: 33px;
    line-height: 56px;
}
.slider-caption p {
    font-size: 14px;
    margin-bottom: 25px;
}
}
/* =-=-=-=-=-=-= One Page  =-=-=-=-=-=-= */

.navbar-default.opaque {
    background-color: rgba(255, 255, 255, 0.95) !important;
    transition: background-color .5s ease 0s;
    color: 191919 !important;
}
.navbar-default.opaque .navbar-nav li a {
    color: #000 !important;
}
.navbar-default.opaque ul.dropdown-menu li a {
    color: #fff !important;
}
.transparent-header .navbar-nav li a {
    color: #fff !important;
}
#one-page .transparent .navigation .navbar-default {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.transparent {
    background-color: rgba(0, 0, 0, 0.1);
}
#one-page .transparent .navigation .navbar-default .container {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
#one-page .transparent .navbar-fixed-top {
    background-color: rgba(255, 255, 255, 0.95) !important;
    border: medium none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.navbar-fixed-top {
    border-bottom: 1px solid #eee !important;
}
.main-top {
    height: 100%;
    position: relative;
    width: 100%;
	background: rgba(0, 0, 0, 0) url("../images/slider/2.jpg") repeat fixed center top;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}
.main-top .main-content {
    background-color: rgba(0, 0, 0, 0.7);
    display: table;
    height: 100%;
    width: 100%;
}
.main-top .main-content .container.content {
    display: table-cell;
    vertical-align: middle;
}
.main-top .main-content h2 {
    animation: 2s ease 0s normal none 1 running fadeInLeft;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
.main-top .main-content h2 {
    font-size: 32px;
}

}
.main-top .scroll-down {
    bottom: 20px;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 80px;
    z-index: 10;
}
.main-top .scroll-down::before {
    bottom: 20px;
    height: 50px;
    width: 50px;
}
.main-top .scroll-down::before, .main-top .scroll-down::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
}
.main-top .scroll-down::before {
    animation: 0.5s ease 0s alternate none infinite running scrollDown;
}
.main-top .scroll-down::after {
    animation: 0.5s ease 0s alternate none infinite running scrollDown;
    bottom: 30px;
    height: 30px;
    width: 30px;
}
@keyframes scrollDown {
0% {
 opacity: 1;
 -webkit-transform: rotate(45deg) translate(0px);
-moz-transform: rotate(45deg) translate(0px);
-o-transform: rotate(45deg) translate(0px);
-ms-transform: rotate(45deg) translate(0px);
 transform: rotate(45deg) translate(0px);
}
100% {
 opacity: 0.5;
 -webkit-transform: rotate(45deg) translate(3px, 3px);
-moz-transform: rotate(45deg) translate(3px, 3px);
-o-transform: rotate(45deg) translate(3px, 3px);
-ms-transform: rotate(45deg) translate(3px, 3px);
 transform: rotate(45deg) translate(3px, 3px);
}
}
.scrollDown {
    animation-name: scrollDown;
}
.location-item .icon {
    color: #2f2f2f;
    font-size: 36px;
    padding-bottom: 20px;
}
.location-item h5 {
    margin-bottom: 20px;
}
.location-item h4 {
    font-weight: 600;
}
#one-page-contact #map {
    height: 780px !important;
    width: 100%;
}
#one-page-contact {
    background-color: #fff !important;
}
/* =-=-=-=-=-=-= All Parallax  =-=-=-=-=-=-= */
.full-section {
    width: 100%;
    height: 100%;
    position: relative;
}
.full-section::before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.parallex {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex h2 {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallex-small {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    padding: 20px 0;
}
.parallex-text h4 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    /* line-height: 60px; */
    /* text-transform: capitalize; */
}
.parallex-text p {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex-small .btn {
    margin-top: 0 !important;
}
.parallex-button {
    text-align: right;
}
.btn-clean {
    color: #fff !important;
}
.btn-clean:hover {
    background-color: #fff !important;
    color: #323232 !important;
}
.parallex-small .btn {
    margin-top: 10px;
}
/* sidenavi wrapper */
.right_Floter{position:fixed;top:20%;bottom:0;margin:auto;width:36px;right:0;z-index:999999;}
.fa-phone:before {
    content: "\f095";
}
#sideNavi .fa {
    display: block;
    font-size: 24px;
    padding-bottom: 5px;
}

#sideNavi,
.side-navi-item,
.side-navi-data,
.side-navi-tab {margin: 0; padding: 0;}
#sideNavi {
    position: fixed;
    right: 65px;
	z-index:999;
}
/* items */
.side-navi-item-default {
    height: 60px;
    display: none;
}
.side-navi-item {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 65px;
    height: 65px;
    transform: rotate(0deg);
    transform-origin: left top 0;
    color: #fff;
	line-height:11px;
    background-color: #0098da;
    cursor: pointer;
	font-size:9px;
	border:0px solid #fff;
	text-transform: uppercase; padding-top:4px
}
.side-navi-item.item1 {  top: 100px; background:#f42c13; border-bottom:0; z-index:0;}
.side-navi-item.item2 {  top: 165px; background:#f42c13; border-bottom:0; z-index:0;}
.side-navi-item.item4 {  top: 230px; background:#f42c13; border-bottom:0; z-index:0;}
.side-navi-item.item5 {  top: 295px; background:#f42c13; z-index:0;}

.side-navi-item.active,
.side-navi-item:hover {background-color: #ffcc00; color:#000;}
.side-navi-item > div {padding-top: 5px; text-align: center;}
/* data wrapper */
.side-navi-data {
    position: absolute;
    top:180px;
    left: 80px;
    width: 400px;
    height: 450px;
    background-color: #084d89;
}
#sideNavi .fa{display:block; font-size:22px; padding-bottom:5px}
/* tab wrapper */
.side-navi-tab {  display: none;  }
.side-navi-tab.active {  display: inline-block;  }
.side-navi-tab > div {  padding: 30px;  }



/* /sidenavi wrapper end */
@media only screen and (max-width:768px) 
{ #sideNavi {position:fixed ; top:auto; right: 0px;  bottom:0 !important;width:100%;z-index:9999;}
    .side-navi-item-default {  height: 80px;display: none;}
    .side-navi-item {position: relative;bottom: 0; display: inline-block; width: 20%; height: 70px; transform: rotate(0deg); font-size:9px;  color: #fff;line-height:11px; background-color: #0098da;cursor: pointer;margin:0;padding:0;}
    .side-navi-item.item1 {  top: 0; bottom:0; background:#0098da; margin:2px !important; z-index:9999;}
    .side-navi-item.item2 {  top: 0; bottom:0; background:#0098da; margin:2px !important; z-index:9999;}
    .side-navi-item.item4 {  top: 0; bottom:0; background:#0098da; margin:2px !important; z-index:9999;}
    .side-navi-item.item5 {  top: 0; bottom:0; background:#0098da; margin:2px !important; z-index:9999;}
    #sideNavi .fa{display:block; font-size:24px}
    .side-navi-item > div {padding-top: 12px; text-align: center;}
    .side-navi-item:hover {background-color: #084d89; color:#fff;}
	.side-navi-item{float:left;}}
	@media only screen and (max-width:564px) 
{ .side-navi-item {position: relative; bottom: 0;display: inline-block; height: 70px;transform: rotate(0deg); font-size:7px; color: #fff;	line-height:11px; background-color: #0098da; cursor: pointer;margin:0;padding:0;}}
/*Input Your Custom CSS Here*/.anunmnt_strip{padding-top:4px;width:100%;top:0;float:left;z-index:9999999999999999; 
background: none;  font-family:'Roboto', sans-serif;}
.anunmnt_strip .commonWidth{height:100%;}
.Annomsg,.marque{color:#fff;float:left; padding-left:15px; position:inline;}
.marque{padding-left:3px;width:60%; color:#fff;}
.marque a{color:#fff;}
.disablebtn{ cursor:default !important;}
.marque a{color:#000;cursor:pointer;margin-right:50px;}
.marque a:hover{text-decoration:underline;}
.closeanunmnt{position:relative;right:10px;float:right;width:23px;height:23px;cursor:pointer;top:0;opacity:0.4;}
.closeanunmnt:hover{opacity:1;}
.closeanunmnt:before, .closeanunmnt:after{position:absolute;left:15px;content:' ';height:14px;width:2px;background-color:#fff;}
.closeanunmnt:before{transform:rotate(45deg);}
.closeanunmnt:after{transform:rotate(-45deg);}
.scholarship-align{  text-align: right;}
@media (max-width: 767px){.scholarship-align{  text-align: center;}.resp-none {display: none;}.marque{text-align:center;width:100%;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {.scholarship-align{  text-align: center;}.resp-none {
    display: none;}.marque{text-align:center;width:100%;}}


.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:14px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  

	white-space:nowrap;
}

.str_wrap.str_active {
	background:none;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	padding: 10px 0;
	left:0;
	cursor:move;
}
.str_move a{background:#283475;color:#fff; font-weight:400;padding-left:5px; padding-right:5px;}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}


/*Marquee CSS*/
/* =-=-=-=-=-=-= Services =-=-=-=-=-=-= */
.services-grid-1 {
    margin-bottom: 30px;background:#fff;
}.services-grid-1 a {text-align:center; font-size:18px; font-weight:bold; margin-bottom:5px; color:#0098da;}
#services .item {
    padding: 0 15px;
}
.service-image {
    margin-bottom: 24px;
    overflow: hidden;
}
.service-image a img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 1s ease-in-out 0s;
    o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}
.service-image a img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.services-tex {
    line-height: 1.75;
    margin-bottom: 18px;
}
.services-text h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
    color: #0098da;
}

.services-text h4:hover, .services-text h4 a:hover {
    cursor: pointer;
	border-bottom:1px solid #000;
	
}
.services-text p {
    margin-bottom: 20px;
}
.more-about .btn {
    font-size: 12px;
   /* padding: 10px 20px;*/
}
.more-about a i {
    margin-left: 5px;
}
.services {
    background: rgba(240, 240, 240, 240) url("../images/background-with-dots.png") top bottom repeat scroll 0 0;
}
.services-2 {
    background-color: #f0f0f0;
}
.services-grid h4 { 

position: relative;
   
	font-family: "Source Sans Pro", sans-serif;
    color: #323232;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform:capitalize;
}
.services-grid {width:100%;
    background-color: #fff;
    border: 2px solid #f2f1ee;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.services-grid:hover {
    border: 2px solid #000; background-color: #f9f9f9;
    cursor: pointer;
}
.services-grid p:last-child {
    margin-bottom: 0;
}
.icons {
    color: #000;
    margin-bottom: 20px;
}
.services-grid::before {
    border-bottom: 2px solid #000;
    content: "";
    height: 0;
    left: 50px;
    position: absolute;
    top: 75px;
    width: 60px;
}
.btn-section {
    margin-top: 10px;
}
#services .owl-prev {
    left: -50px;
    position: absolute;
    top: 43%;
}
#services .owl-next {
    position: absolute;
    right: -50px;
    top: 43%;
}
.services-box-2 {
    padding-bottom: 30px;
}
.services-box-2 i {
    border: 3px solid #000;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    height: 120px;
    line-height: 110px;
    margin-bottom: 30px;
    width: 120px;
}
.services-box-2 h4 {
    color: #323232;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: capitalize;
}
.services-box-2:hover h4, .services-box-2:hover h4 a {
    cursor: pointer;
}


/*
21.Course Details Section
============================*/
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.course-tab li a {
    background: #513e98;
    padding: 12px 16px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    margin: 6px 0px;
    transition: none;
}.course-tab li.active a {
    background: #ed3924;
    text-decoration: none;
    transition: none;
    color: #011e40;
}
.course-tab li a {
	background: #513e98 ;
	padding: 12px 16px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	margin:6px 0px;
	transition:none;
	font-size:16px;
}
.course-tab li a:hover {	color: #fff;}
.course-tab li.active a{
	background:#ed3924;text-decoration:none;transition:none;color:#fff; font-size:16px;
}
.course-tab li.active a::before {border-top-color:#f28837;}
.course-tab li a::before {
	position: absolute;
	top: 6px;
	right: -17px;
	content: '';
	z-index: 9;
	
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	transform: rotate(46deg);

}
.course-details img {
	margin-bottom: 20px;
}

.course-details li {
    background: url(../img/bullets.png) no-repeat 0px 5px;
    padding-left: 20px;vertical-align: baseline;line-height: 24px;
}
.get-coruse-btn {
	text-align: center;
	margin-top: 30px;
}
.get-coruse-btn a {
	padding: 8px 32px;
	display: inline-block;
	background: #f28837;
	color: #011e40;
	text-transform: capitalize;
	font-weight: bold;
}
.coruse-lesson {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	color: #011e40;
}
.coruse-left-icon i {
	color: #f28837;
	margin-right: 5px;
}
.coruse-left-text {
	display: inline-block;
	width: 25%;
	float: left;
}
.coruse-center-text {
	width: 50%;
	float: left;
}
.coruse-right-text {
	width: 25%;
	float: left;
	text-align: right;
}

.course-insturctor {
	background-color: #22253a;
	padding: 45px 45px 30px 45px;
	position: relative;
	margin-bottom: 30px;
	color: #ddd;
}
.insturctor-img {
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-right: 14px;
	margin-top: -8px;
}
.course-insturctor .details span {
	text-transform: capitalize;
}
.course-insturctor .insturctor-img img {
	border-radius: 100%;
}
.course-insturctor .details h2 {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 18px;
}
.course-insturctor .details {
	margin-bottom: 20px;
}
.course-insturctor .details h2 a{color:#fff}
.course-insturctor .rating i{
  color: #f2b827;
}
@media only screen and (max-width: 479px) {
  .course-details-inner {
    padding: 5px 5px 5px;
  }
}
.course-details-inner .course-details-tab-area {
  margin: 10px 0 0;
  overflow: hidden;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn {
 
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li {
  display: inline-block;
  margin: -1px;
  background: transparent;
  border-right: 1px solid #cdcdcd;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li {
    display: block!important;
    padding: 0;
  }
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
  display: block;
  color: #fff;
  padding: 20px 30px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
    padding: 20px 17px;
  }
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
    display: block!important;
  }
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li:hover {
  background:#0098da; color: #FFFFFF;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li:hover a {
  color: #FFFFFF; background:#ed3924;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active {
  background: #0098da;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active a {
  color: #FFFFFF;
  text-decoration: none;
}
.course-details-inner .course-details-tab-area .tab-content {
  padding: 35px 0 15px 0;
  margin-top: 0;
}
.course-details-inner .course-details-tab-area ul.course-feature:after {
  clear: both;
  content: "";
  display: block;
}
.course-details-inner .course-details-tab-area ul.course-feature li {
  width: 49%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #444444;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area ul.course-feature li {
    width: 100%;
  }
}
.course-details-inner .course-details-tab-area ul.course-feature li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: #fdc800;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
    display: block;
    text-align: center;
    clear: both;
    margin-bottom: 30px;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li:last-child {
  margin-bottom: 0;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img img {
    margin: 0 auto 15px;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content {
  -webkit-box-flex: 6;
  -moz-flex: 6;
  -webkit-flex: 6;
  flex: 6;
  margin-right: 10px;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 {
  margin-bottom: 0;
  font-size: 18px;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a:hover {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
  -webkit-box-flex: 7;
  -moz-flex: 7;
  -webkit-flex: 7;
  flex: 7;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
    float: inherit;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
  width: 100px;
  display: inline-block;
  border-right: 1px solid #cdcdcd;
  margin-right: 15px;
  height: 58px;
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
    margin-right: 10px;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li:last-child {
  border-right: none;
  margin-right: 0;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li h4 {
  font-size: 16px;
  color: #002147;
  margin-bottom: 5px;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-details {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  
  flex: 2;
}.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active a {
    color: #FFFFFF;
    text-decoration: none;
	background:#ed3924;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
    display: block;
    color: #fff;
    padding: 20px 30px;
    text-transform: capitalize;
    font-weight: 500; font-size:16px; background:#513e98;}
	.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a:hover { color: #fff;}
	.course-details-inner .course-details-tab-area .tab-content {
    padding: 35px 0 15px 0;
    margin-top: 0;
}
/* =-=-=-=-=-=-= Why Choose Us & Quote =-=-=-=-=-=-= */
.quote {
    background-color: #ffffff;
    position: relative;
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
}
.quote .quotation-box {
    background: #000 none repeat scroll 0 0;
    margin-top: 30px;
    padding: 30px 30px 25px;
    position: relative;
    z-index: 5;
}
.quote .quotation-box h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #fff;
    padding-top: 20px;
}
.quote .quotation-box p {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
}
.btn-style-three:hover {
    background: #ffffff none repeat scroll 0 0;
    border-color: #2086d5 !important;
    color: #2086d5 !important;
}
.btn-style-three {
    background: #2086d5 none repeat scroll 0 0;
    border: 2px solid #2086d5 !important;
    border-radius: 3px;
    color: #ffffff !important;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 20px;
    padding: 8px 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
}
#request-quote .modal-content {
	box-shadow:none;
	border:medium none;
	border-radius:0;
	background-color:transparent;	
}
.quotation-box-1 {
    background: #000 none repeat scroll 0 0;
    padding: 30px 30px 25px;
    position: relative;
    z-index: 5;
}
.quotation-box-1 h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-top: 20px;
    text-transform: uppercase;
}
.quotation-box-1 p {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}
.choose-title {
    padding-top: 70px;
}
.choose-title h3 {
    color: #323232;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 18px;
}
.choose-title h2 {
    color: #323232;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
}
.choose-title:hover h2 {
    color: #000;
}
.choose-box:hover .iconbox i, .choose-box:hover h4 {
    color: #000;
    cursor: pointer;
}
.choose-box-content h4 {
    color: #323232;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}
.radio, .checkbox {
    display: inline-block;background:#fff;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}
label {
    color:inherit;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    max-width: 100%;
}
.choose-title p {
    margin-top: 20px;
}
ul.choose-list {
    list-style: outside none none;
    padding: 35px 0 0;
}
ul.choose-list li {
    margin-bottom: 30px;
}
.iconbox {
    color: #323232;
    float: left;
    height: 50px;
    text-align: center;
    width: 50px;
    margin-top: 10px;
}
.iconbox i {
    color: #323232 !important;
    font-size: 42px !important;
}
.choose-box-content {
    margin-left: 80px;
}
/* =-=-=-=-=-=-= About Us  =-=-=-=-=-=-= */
#about {
    background-color: #fff;
}
.about-title h2 {
    color: #041540;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2em;
   /* text-transform: uppercase;*/
}
.about-title h3 {
    color: #ff0000;
    font-size: 18px;
    font-style: normal;font-weight:700;
    margin-bottom: 10px;
}
.about-title p {
    margin-top: 20px;
}
/* =-=-=-=-=-=-= FAQS  =-=-=-=-=-=-= */
.faqs-title h3 {
    color: #323232;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 18px;
}
.faqs-title h2 {
    color: #323232;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
}
.faqs-title p {
    margin-top: 20px;
    margin-bottom: 45px;
}
.accordion-box {
    margin-right: 0;
    position: relative;
}
.accordion-box .accordion {
    margin-bottom: 12px;
    position: relative;
}
.accordion-box .accordion .accord-btn {
    border: 1px solid #e0e0e0;
    color: #2f2f31;
    cursor: pointer;
    display: block;
    line-height: 30px;
    padding: 12px 50px 12px 30px;
    position: relative;
}
.accordion-box.style-two .accordion .accord-btn {
    border-color: #f0f0f0;
    box-shadow: 2px 2px 3px 0 #f0f0f0;
}
.accordion-box .accordion .accord-btn h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.accordion-box .accordion .accord-btn::after {
    content: "ïƒ—";
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
}
.accordion-box.style-two .accordion .accord-btn::after {
    content: "ï„»";
    font-family: "Flaticon";
}
.accordion-box .accordion .accord-btn.active::after {
    content: "ïƒ˜";
}
.accordion-box.style-two .accordion .accord-btn.active::after {
    content: "ï…¶";
    font-family: "Flaticon";
}
.accordion-box .accordion .accord-btn.active {
    background: #247fe1 none repeat scroll 0 0;
    border-color: #247fe1;
    color: #ffffff;
}
.accordion-box .accordion .accord-content {
    border-top: medium none;
    display: none;
    font-size: 16px;
    padding: 20px 25px 10px;
    position: relative;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    position: relative;
}
/* =-=-=-=-=-=-= Funfacts  =-=-=-=-=-=-= */
.fun-facts-bg {
    background: rgba(0, 0, 0, 0) url("../images/counter-banner.jpg") repeat scroll center top;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
	
}
.single-fun-factor {
    text-align: center;
    padding: 40px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
}
.facts-icons {
    color: #fff;
    font-size: 36px;
    padding-bottom: 25px;
}
span.percentfactor {
    color: #FFAE27;
    font-size: 56px;
    margin-bottom: 4px;
	line-height:46px;
	font-weight:900;
}
.fact{text-align: center;
    padding: 40px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  
    position: relative;
    background: rgba(0, 0, 0, 0.7);}
	.fact:hover{border-color: #FFAE27;}
.fact h4 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}
.stats-icon span {
    display: block;
    font-size: 36px;
    margin-bottom: 30px;
}
.statistic-bg span.percentfactor, .statistic-bg .fact p, .statistic-bg .stats-icon span {
    color: #fff;
}
.fun-factor-area {
    background: rgba(0, 0, 0, 0) url("../images/counter-banner.jpg") repeat scroll 0 0;
    color: #ffffff;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}
.single-fun-factor h2 {
    font-size: 56px;
    line-height: 46px;
    font-weight: 900;
    color: #FFAE27;
}
.single-fun-factor > h4 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}
/* =-=-=-=-=-=-= Our Team  =-=-=-=-=-=-= */
.team-grid {
    margin-bottom: 30px;
}
.team-grid .team-image {
    position: relative;
}
.team-grid .team-image .team-grid-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: -1px;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.team-grid .team-image .social-media {
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transition: all 0.3s ease-in-out 0s;
    o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.team-grid .team-image .social-media a {
    display: inline-block;
}
.team-grid .team-image .social-media a i {
    color: #fff;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin: -2px;
    transition: all 0.9s ease 0s;
    o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    width: 48px;
}
.team-grid .team-image .social-media a i:hover {
    background: #fff none repeat scroll 0 0 !important;
    color: #222;
}
.team-grid .team-image .social-media a.facebook i {
    background: #507cbe none repeat scroll 0 0;
}
.team-grid .team-image .social-media a.twitter i {
    background: #63cdf1 none repeat scroll 0 0;
}
.team-grid .team-image .social-media a.google i {
    background: #f16261 none repeat scroll 0 0;
}
.team-grid .team-image .social-media a.linkedin i {
    background: #90cadd none repeat scroll 0 0;
}
.team-content {
    background: #0098da none repeat scroll 0 0;
    padding: 20px;
    transition: all 0.4s ease 0s;
    o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.team-grid:hover .team-content {
    background: #040e18 none repeat scroll 0 0 !important;
}
.team-grid .team-content h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.team-content h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.team-grid .team-image .team-content:hover h2 {
    color: #fff;
}
.team-grid .team-content p {
    color: #fff;
    margin-bottom: 0;
    transition: all 0.4s ease 0s;
    o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.team-grid .team-image .team-content:hover p {
    color: #fff;
}
.team-grid:hover .social-media {
    transform: translateY(-90%);
    -webkit-transform: translateY(-90%);
    -moz-transform: translateY(-90%);
    -o-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
}
.team-grid:hover .team-grid-overlay {
    opacity: 1;
}
/* =-=-=-=-=-=-= Owl Slider Settings  =-=-=-=-=-=-= */
#clients .owl-theme .owl-controls {
    margin-bottom: -12px;
}
#clients .owl-prev, #testimonials .owl-prev {
    left: -50px;
    position: absolute;
    top: 35%;
}
#clients .owl-next, #testimonials .owl-next {
    position: absolute;
    right: -50px;
    top: 35%;
}
#clients .owl-prev, #clients .owl-next, #testimonials .owl-next, #testimonials .owl-prev, #services .owl-next, #services .owl-prev {
    background-color: #000;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#clients .owl-prev:hover, #clients .owl-next:hover, #testimonials .owl-next:hover, #testimonials .owl-prev:hover, #services .owl-next:hover, #services .owl-prev:hover {
    background-color: #005791;
}
#post-slider {
    background-color: #000;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#post-slider img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 1s ease-in-out 0s;
    o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}
#post-slider img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#post-slider .owl-prev, #testimonials .owl-prev {
    left: 30px;
    position: absolute;
    top: 50%;
}
#post-slider .owl-next, #testimonials .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
}
#post-slider .owl-prev, #post-slider .owl-next {
    background-color: #000;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#post-slider .owl-prev:hover, #post-slider .owl-next:hover {
    background-color: #005791;
}
/* =-=-=-=-=-=-= Gallery  =-=-=-=-=-=-= */

#gallery {
    background-color: #f0f0f0 !important;
}
#gallery.white {
    background-color: #fff !important;
}
ul#portfolio-grid {
    overflow: hidden;
}
.gutter {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
ul#portfolio-grid li img {
    width: 100%;
}
ul#portfolio-grid > li {
    display: block;
    float: left;
    height: auto;
}
ul#portfolio-grid.five-column > li {
    width: 20%;
}
ul#portfolio-grid.four-column > li {
    width: 25%;
}
ul#portfolio-grid.three-column > li {
    width: 33.33%;
}
ul#portfolio-grid.two-column > li {
    width: 50%;
}

@media (max-width: 1199px) {
ul#portfolio-grid.five-column > li {
    width: 25%;
}
}

@media (max-width: 991px) {
ul#portfolio-grid.five-column > li, ul#portfolio-grid.four-column > li {
    width: 33.33%;
}
}

@media (max-width: 767px) {
ul#portfolio-grid.five-column > li, ul#portfolio-grid.four-column > li, ul#portfolio-grid.three-column > li {
    width: 50%;
}
}

@media (max-width: 480px) {
ul#portfolio-grid.five-column > li, ul#portfolio-grid.four-column > li, ul#portfolio-grid.three-column > li, ul#portfolio-grid.two-column > li {
    width: 100%;
}
}
.portfolio-item.gutter {
    margin-bottom: 30px !important;
}
.portfolio {
    overflow: hidden;
    position: relative;
}
.portfolio .tt-overlay {
    background-color: rgba(255, 42, 64, 0.9);
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s ease-out 0s;
    o-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.2s ease-out 0s;
    visibility: hidden;
    width: 100%;
}
.portfolio:hover .tt-overlay {
    opacity: 1;
    visibility: visible;
}
.portfolio-info .project-title, .portfolio-info .links {
    color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
}
.portfolio-info .project-title {
    top: 60%;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.portfolio:hover .portfolio-info .project-title {
    opacity: 1;
    top: 35%;
    visibility: visible;
}
.portfolio-info .links {
    top: 90%;
    transition: all 0.4s ease 0s;
    o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.portfolio:hover .portfolio-info .links {
    opacity: 1;
    top: 55%;
    visibility: visible;
}
.portfolio-info .btn {
    background-color: transparent;
    border-color: #fff;
    border-radius: 20px;
    padding: 12px 22px;
}
.portfolio-info .btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ff2a40;
}
.portfolio-container .btn.view-more {
    margin-top: 40px;
}
.hover-two .portfolio:hover .portfolio-info .links {
    top: 46%;
}
.hover-two .portfolio .tt-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}
.portfolio-details {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.portfolio-details li {
    bottom: -40px;
    display: inline-block;
    opacity: 0;
    position: relative;
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    visibility: hidden;
}
.portfolio:hover .portfolio-details li {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.portfolio:hover .portfolio-details li:nth-child(1) {
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.portfolio:hover .portfolio-details li:nth-child(2) {
    transition: all 0.5s ease 0s;
    o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.portfolio-details li a {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.portfolio-nav {
    padding: 40px 0;
}
.portfolio-nav a {
    color: #a7a7a7;
    margin-right: 20px;
}
.portfolio-nav a:hover {
    color: #ff2a40;
}
.project-overview {
    padding: 90px 0;
}
.single-project-section.alter .project-overview {
    padding: 0;
}
.project-overview h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.project-overview p {
    margin-bottom: 25px;
}
.client-testimonial blockquote {
    background: #fafafa none repeat scroll 0 0;
    border-left: 5px solid #ff2a40;
    font-size: 17px;
    font-style: italic;
}
.portfolio-meta li {
    color: #666;
    margin: 15px 0;
}
.portfolio-meta li {
    margin: 15px 0;
}
.portfolio-meta li span {
    color: #202020;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 130px;
}
.portfolio-meta li a {
    color: #a7a7a7;
    margin-right: 10px;
}
.portfolio-meta li a:hover {
    color: #ff2a40;
}
/* =-=-=-=-=-=-= Blog & News  =-=-=-=-=-=-= */

#blog {
    background-color: #fff;
}
#blog.gray {
    background-color: #f0f0f0 !important;
}
iframe {
    border: medium none !important;
    height: 280px !important;
    width: 100%;
}
.news-box {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.news-box.no-space .news-detail {
    margin-top: -10px;
}
.news-detail .post-metas {
    margin-top: 18px;
}
.news-detail > h2 > a {
    color: #323232;
    display: block;
}
.news-thumb {
    overflow: hidden;
    position: relative;
}
.news-thumb > a > img {
    float: left;
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 1s ease-in-out 0s;
    o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}
.news-thumb > a > img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.latest-news h4, .latest-news h4 a {
    color: #323232 !important;
}
.news-detail > h2 {
    color: #323232;
    float: left;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 15px;
    text-transform: capitalize;
    width: 100%;
}
.post-meta a {
    color: #777 !important;
}
.news-detail {
    background: #fdfdfd none repeat scroll 0 0;
    border: 3px solid #fafafa;
    float: left;
    padding: 20px 20px;
    width: 100%;
}
.news-detail.single {
    background: #fff none repeat scroll 0 0;
    border: none;
    float: left;
    padding: 20px 0;
}
.news-detail > p {
    color: #666666;
    line-height: 26px;
    margin-bottom: 25px;
}
.date {
    background: #ffffff none repeat scroll 0 0;
    right: 20px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 60px;
    z-index: 2;
    top: 20px;
}
.date > strong {
    color: #234660;
    float: left;
    font-family: raleway;
    font-size: 24px;
    font-weight: 800;
    line-height: 22px;
    padding: 15px 10px;
    width: 100%;
}
.date > span {
    color: #ffffff;
    float: left;
    background-color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}
.post-like, .post-comment, .post-share {
    display: inline-block;
    margin-left: 15px;
}
.post-like i, .post-comment i {
    color: #323232;
    font-size: 20px;
    margin-right: 5px;
}
.post-like a, .post-comment a {
    color: #777;
}
.entry-footer {
    border-top: 1px solid #d1d1d1;
    display: inline-block;
    padding-top: 8px;
    width: 100%;
    padding-top: 30px;
}
.post-admin {
    color: #777;
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
    text-transform: capitalize;
}
.post-admin i {
    color: #323232;
    font-size: 20px;
    margin-right: 9px;
}
.post-admin a {
    color: #777;
    font-size: 12px;
    padding-left: 5px;
}
blockquote {
    border-left: 5px solid #323232;
    color: #323232;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 10px 20px;
}
.news-detail ul {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 50px;
    list-style: outside none circle;
}
.news-detail .post-img {
    margin-bottom: 20px;
}
.blog-section {
    margin-bottom: 45px;
    overflow: hidden;
}
.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.comment li {
    border-right: 2px solid #000;
    padding-right: 10px;
}
.comment li:last-child {
    border-right: 0 none;
}
.comment-info {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    margin: 30px 0;
    overflow: hidden;
}
.comment-info p {
    margin-bottom: 40px;
}
.comment-info img {
    max-width: 90px;
}
.comment-info .author-desc {
    margin-left: 115px;
}
.comment-info .author-title {
    line-height: 16px;
    margin-bottom: 22px;
    color: #323232;
}
.author-title strong {
    font-size: 16px;
    text-transform: uppercase;
    color: #323232;
}
.comment-date {
    border-left: 1px solid #777;
    color: #777;
    font-size: 12px;
    margin-left: 17px;
    padding-left: 17px;
}
.comment-list .children {
    list-style: outside none none;
    padding-left: 67px;
}
.comment-info img {
    border-radius: 5px;
    max-width: 90px;
}
span.required {
    color: #f00;
    font-size: 18px;
    line-height: 10px;
}
.post-bottom {
    margin: 40px 0;
}
.post-bottom .tag_cloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    color: #323232 !important;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 10px 8px 0;
    padding: 0 17px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.post-bottom .share-items ul {
    list-style: outside none circle;
    margin: 0;
    padding: 0;
}
.post-bottom .social-icons a {
    border: 1px solid #ddd;
    border-radius: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    color: #323232 !important;
}
.post-bottom .social-icons li + li {
    padding-left: 8px;
}
.post-bottom .social-icons > li {
    display: inline-block;
}
/*
22.Faq Section
==================*/
h1.faq-style1-title {
	font-size: 36px;
	text-transform: capitalize;
	font-weight: bold;
	color: #011e40;
	line-height: 40px;
	margin-bottom: 50px;
	position: relative;
}
h1.faq-style1-title::before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 80px;
	height: 2px;
	background: #f28837;
}
.faq-style1-sec .panel {
  background: transparent;
}
.faq-style1-sec .panel-content {
	padding-bottom: 20px;
	color: #999;
}

.faq-style1-sec .panel-heading {
margin-bottom:15px;
padding: 0;
}
.faq-style1-sec .panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	padding-bottom: 15px !important;
	transition: all 0.4s ease 0s;
}
.faq-style1-sec .panel-heading a {
color: #011e40;
display: inline-block;
font-size: 20px;
width: 100%;
font-weight:600;
font-family: 'Roboto', sans-serif;
}
.faq-style1-sec .panel-title > a:hover, 
.faq-sec .panel-title > a:active, 
.faq-style1-style1-sec .panel-title > a:focus  {
    text-decoration:none;color:#f28837;
}
.faq-free-consult-sec {
	overflow: hidden;
	position:relative;
}
.faq-free-consult-sec::before {
	position: absolute;
	content: "";
	background: #011e40;
	width: 5000px;
	height: 100%;
	top: 0;
	left: 0;
	z-index:-2
}
.about-us-contact {
	position: relative;
	background: #fff;
}

.about-us-contact .contact-field {
	border: 1px solid #ddd;
	padding: 35px;
}
.about-us-contact-title{position:relative}
.contact-title-border {
	width: 1px;
	height: 10px;
	display: inline-block;
	background: #fff;
	text-align: center;
	margin: 0px auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.about-us-contact .contact-field input,
.about-us-contact .single-input-field textarea{border-color:#ddd;}
.about-us-contact-title h1 {
	display: inline-block;
	width: 100%;
	background: #f28837;
	color: #ffffff;
	text-align: center;
	padding: 50px 0;
	margin-bottom: 0;font-weight:bold;font-size:30px;position:relative;margin-bottom: -1px;
}
.about-us-contact .contact-field input[type="submit"] {
	background: #f28837 none repeat scroll 0 0;
	border: 1px solid #f28837;
	border-radius: 100px;
}

.faq-sec .sec-title {
text-align:left;
margin-bottom:30px;
margin:0
}

.faq-sec .panel-title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600px;
}
.faq-sec .panel-content {
	padding: 20px 20px 20px 20px;
	color: #222;
	background: #f4f4f4;
}
.faq-img {
display: inline-block;
width: 100%;
}
.faq-img img {
  width: 100%;
}
.faq-sec .panel-heading {
	margin-bottom: 0px;
	padding: 10px 20px;
	background: rgb(52,57,133);
background: linear-gradient(90deg, rgba(52,57,133,1) 0%, rgba(52,57,133,1) 35%, rgba(79,61,151,1) 51%, rgba(51,47,98,1) 60%, rgba(32,38,63,1) 66%, rgba(32,38,63,1) 100%);
	border-radius: 0;
}
.faq-sec .panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	margin-bottom: 15px;
}
.faq-sec .panel-heading a {
	color: #f4f4f4;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	font-weight: 600;
}
.faq-sec .panel-title a:before {
    float:right !important;
    font-family: FontAwesome;
    content:"\f106";
   color:#f4f4f4
}
.faq-sec .panel-title a.collapsed:before {
    float: right !important;
    content:"\f107";color:#f4f4f4;
}
.faq-sec .panel-title > a:hover, 
.faq-sec .panel-title > a:active, 
.faq-sec .panel-title > a:focus  {
    text-decoration:none;color:#f4f4f4;
}
.faq-single {
	margin-bottom: 20px;
}
.faq-single .icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background: #fab909;
	text-align: center;
	line-height: 60px;
	color: #011e40;
}
.faq-single .media-body h2 {
	font-size: 20px;
	margin-bottom:10px;
	text-transform: capitalize;
}
/* =-=-=-=-=-=-= Blog Sidebar  =-=-=-=-=-=-= */

.side-bar {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 50px 5px 50px 5px;
    overflow: hidden;
}
.widget {
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
}
.side-bar .search .widget input {
    border: 1px solid #ebebeb;
    display: inline-block;
    font-size: 14px;
    height: 45px;
    padding: 0 10px;
    width: 100%;
}
.side-bar .search .widget button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #202020;
    float: right;
    font-size: 16px;
    top: -34px;
    position: relative;
}
.side-bar .widget ul {
    margin-bottom: 0;
}
.side-bar .search button {
    background-color: #51bbe5;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.side-bar .widget h2 {
    color: #323232;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 13px 18px 13px 0;
    border-bottom: 2px solid #e3e3e3;
    text-transform: capitalize;
}
.side-bar .widget h2::before {
    background-color: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 58px;
    width: 70px;
}
ul.list {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 0;
}
ul.list li {
  margin: 5px 0;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}
ul.list li:before {
  border: none;
  color: #a9a9a9;
  content: "\f111";
  display: inline-block;
  font-family: fontawesome;
  font-size: 9px;
  margin-right: 10px;
  padding: 0;
  left: 0;
  position: absolute;
  top: 1px;
}
ul.list li:hover:before {
  background: none;
  border-color: transparent;
}
ul.list li a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.post {
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 95px;
    position: relative;
}
.post .post-thumb {
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
}
.post .post-thumb img {
    display: block;
    width: 100%;
}
.post h4 {
    color: #181818;
    font-size: 14px;
    line-height: 1.6em;
    padding: 5;
}
.post h4 a {
    color: #181818;
}
.post-info {
    color: #8b8b8b;
    font-size: 14px;
    text-transform: capitalize;
}
.gallery-image a {
    float: left;
    margin-bottom: 10px;
    margin-right: 2px;
    max-width: 24%;
    transition: all 0.3s ease-in 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.gallery-image img {
    transition: all 0.3s ease-in 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
}
.gallery-image a:hover {
    opacity: 0.5;
}
.side-bar .widget ul li {
    border-bottom: 1px solid #d2d2d2;
}
.side-bar .widget ul li a {
    color: #191919 !important;
    display: block;
    font-size: 16px;
    line-height: 42px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.side-bar .widget ul li:last-child {
    border: medium none;
}
.side-bar .widget ul li a::after {
    color: #828282;
    content: "ï„…";
    display: inline-block;
    float: right;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 42px;
    position: absolute;
    right: 0;
    top: 0;
}
.side-bar .widget .tag_cloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 10px 8px 0;
    padding: 0 17px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    color: #323232 !important;
}
.advertizing {
    overflow: hidden;
    padding-top: 10px;
}
/* =-=-=-=-=-=-= Testimonials  =-=-=-=-=-=-= */
.testimonial-bg {
    background: rgba(0, 0, 0, 0.7) url("../images/testimonials.jpg") repeat scroll center top / cover;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}
.testimonial-bg-2 {
   background: rgba(0, 0, 0, 0.7) url("../images/testimonials-bg.jpg") repeat scroll center top / cover;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}
.testimonial-grid {
    padding: 0 236px;
}
.testimonial-grid p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.testimonial-grid .name {
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0 2px;
    text-transform: uppercase;
}
.testimonial-grid img {
    border-radius: 50%;
    height: 120px;
    margin: auto auto 10px;
    object-fit: cover;
    width: 120px;
}
/* =-=-=-=-=-=-= Our Clients  =-=-=-=-=-=-= */
.clients {
    background: rgba(240, 240, 240, 1) url("../images/background-with-dots.png") repeat scroll 0 0 / cover;
}
.clients-grid {
    background-color: #fff;
    border: 2px solid #f2f1ee;
    padding: 30px;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.clients-grid:hover {
    border: 2px solid #000;
    cursor: pointer;
}
.clients-grid p:last-child {
    margin-bottom: 0;
}
#clients .owl-pagination {
    bottom: 20px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}
#clients .item {
    margin: 10px;
}
/* =-=-=-=-=-=-= Fixed Sidebar =-=-=-=-=-=-= */
ul.side-bar-list {
    margin: 0 0 30px;
    padding: 0;
}
ul.side-bar-list li:first-child {
    margin-top: 0;
}
ul.side-bar-list li {
    list-style: outside none none;
}
ul.side-bar-list li a {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #222222;
    display: block;
    font-family: "Merriweather", sans-serif;
    padding: 16px 25px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out 0s;
    o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
ul.side-bar-list li a::after {
    color: #222222;
    content:"\f178";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 50px;
    position: absolute;
    right: 25px;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
ul.side-bar-list li a:hover, ul.side-bar-list li a.active {
    background: #000 none repeat scroll 0 0;
    color: #ffffff !important;
}
ul.side-bar-list li a:hover::after, ul.side-bar-list li a.active::after {
    color: #ffffff;
}
/* =-=-=-=-=-=-= 404 Error Page  =-=-=-=-=-=-= */
.error-text {
    color: #2f2f31;
    font-size: 240px;
    font-weight: 700;
    line-height: 200px;
    margin-bottom: 20px;
}
.error-title {
    color: #2f2f31;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
/* =-=-=-=-=-=-= Icons  =-=-=-=-=-=-= */
#icons {
    background-color: #fff;
}
.icon-example {
    color: #555;
    margin-left: 1px;
    vertical-align: middle;
}
.icon-example .icon-box {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    font-size: 16px;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 33%;
}
.icon-example .icon-box-2 {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    font-size: 16px;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 50%;
}
.icon-example .icon-box-2 > span {
    border-right: 1px solid #f1f1f1;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin-right: 5px;
    min-height: 70px;
    min-width: 70px;
    text-align: center;
}
.icon-example .icon-box > span {
    border-right: 1px solid #f1f1f1;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin-right: 5px;
    min-height: 70px;
    min-width: 70px;
    text-align: center;
}
/* =-=-=-=-=-=-= Contact Us =-=-=-=-=-=-= */
#map {
    height: 250px;
    width: 100%;
}
#contact-us {
    background-color: #fff;
}
#contactForm {
    position: relative;
}
#contactForm button.btn {
    padding: 21px 86px !important;
}
.location-item {
    padding: 0 25px 25px 25px;
    margin-bottom: 40px;
}
.location-item .icon {
    color: #323232;
    font-size: 52px;
    padding-bottom: 20px;
}
.location-item h5 {
    margin-bottom: 20px;
    color: #323232;
}
.location-item h4 {
    font-weight: 600;
    color: #323232;
}
#success {
    display: none;
}
#loader {
    display: none;
}
.notice {
    position: relative;
    margin: 1em;
    background: #F9F9F9;
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #DDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.notice:before {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -17px;
    background-color: #DDD;
    color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.info {
    border-color: #0074D9;
}
/*.info:before {
    content: "i";
    background-color: #0074D9;
}*/
.success {
    border-color: #2ECC40;
}
.success:before {
    content: "âˆš";
    background-color: #2ECC40;
}
.warning {
    border-color: #FFDC00;
}
.warning:before {
    content: "!";
    background-color: #FFDC00;
}
.error {
    border-color: #FF4136;
}
.error:before {
    content: "X";
    background-color: #FF4136;
}

/*------------------------------------------*/
/*  VIDEO LINK
/*------------------------------------------*/

#video-1 .video-link {
  padding-right: 15px;
}

.video-1-holder .video-link img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}

#video-3 .video-link img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.video-3-link {
  margin-top: -310px;
}


/*------------------------------------------*/
/*  VIDEO POPUP LINK
/*------------------------------------------*/

.play-btn {
  position: relative;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 30px; 
  height: 52px; 
  border-radius: 50%;
  padding: 14px 25px 14px 29px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 105px; 
  height: 105px;
  background: rgba(248, 248, 248, .5);
  border-radius: 50%;
  -webkit-animation: pulse-border 2200ms ease-out infinite;
  animation: pulse-border 2200ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 95px; 
  height: 95px;
  border-radius: 50%;
  transition: all 500ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 36px solid #fff; 
  border-top: 26px solid transparent; 
  border-bottom: 26px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*------------------------------------------*/
/*  VIDEO BUTTON COLOR 
/*------------------------------------------*/

.play-btn-blue .video-play-button:after { background: #3284bf; }
.play-btn-blue .video-play-button:hover:after { background: #3284bf; }

.play-btn-carrot .video-play-button:after { background: #d05a24; }
.play-btn-carrot .video-play-button:hover:after { background: #d05a24; }

.play-btn-skyblue .video-play-button:after { background: #1ba1f0; }
.play-btn-skyblue .video-play-button:hover:after { background: #1ba1f0; }

.play-btn-green .video-play-button:after { background: #20ab5c; }
.play-btn-green .video-play-button:hover:after { background: #20ab5c; }

.play-btn-lightgreen .video-play-button:after { background: #8dd17e; }
.play-btn-lightgreen .video-play-button:hover:after { background: #8dd17e; }

.play-btn-orange .video-play-button:after { background: #ff4500; }
.play-btn-orange .video-play-button:hover:after { background: #ff4500; }

.play-btn-red .video-play-button:after { background: #ff6d33; }
.play-btn-red .video-play-button:hover:after { background: #ff6d33; }

.play-btn-rose .video-play-button:after { background:  #ff1f59; }
.play-btn-rose .video-play-button:hover:after { background:  #ff1f59; }

.play-btn-teal .video-play-button:after { background: #109d87; }
.play-btn-teal .video-play-button:hover:after { background: #109d87; }

.play-btn-yellow .video-play-button:after { background: #ffb605; }
.play-btn-yellow .video-play-button:hover:after { background: #ffb605; }

/*------------------------------------------*/
/*  COUNTDOWN ELEMENT
/*------------------------------------------*/
/* =-=-=-=-=-=-= Footer =-=-=-=-=-=-= */
.footer-area {
    background: #041540;
  
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    position: relative;
}
.footer-area::before {
  background: #041540;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dark::before {
    background: rgba(31, 57, 113, 1) none repeat scroll 0 0 !important;
}
.footer-area p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.footer-area .footer-content {
   padding: 40px 0 10px;
    position: relative;
    z-index: 1;
}
.footer-widget .logo {
    margin-bottom: 20px;
}
.footer-area .footer-content .column {
    margin-bottom: 30px;
    position: relative;
}
.footer-content .column h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}
.footer-content .column h2 a:hover {
    cursor: pointer !important;
}
.footer-area .footer-content a {
  
}
.footer-content .links-widget li {
    margin-bottom: 8px;
    position: relative;
}
.footer-content .links-widget li a {
    color: #fff !important;
    display: block;
    font-size: 15px;font-weight:400;
    line-height: 18px;
    position: relative;
    text-transform: capitalize;
}
.footer-content .links-widget li a:hover{color:#fff;}
.footer-content .news-widget .news-post a:hover {
    color: #fff;
}
.footer-area .social-links a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 32px;
}
.footer-area .social-links a:hover {
    background: #fff none repeat scroll 0 0;
    color: #ffffff;
}
.footer-area .contact-info {
    margin-bottom: 20px;
    position: relative;
}
.footer-area .contact-info li {
    line-height: 30px;
    margin: 0 0 7px;
    padding-left: 30px;
    position: relative;
}
.footer-area .contact-info li a:hover {
    color: #fff;
    cursor: pointer;
}
.footer-area .contact-info li .icon {
    font-size: 16px;
    font-weight: 400;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
}
.social-links-two {
    position: relative;
}
.social-links-two a {
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    color: #fff !important;
    display: block;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    transition: all 500ms ease 0s;
    o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    width: 28px;
}
.blog-news-section .social-links-two a {
    background: #545454 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.social-links-two.alt a {
    border: 1px solid #cccccc;
    color: #cccccc !important;
    font-size: 12px;
}
.social-links-two a:hover {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    color: #fff !important;
}
.footer-content .news-widget .news-post {
    color: #fff;
    line-height: 20px;
    margin-bottom: 40px;
    padding: 0 0 0 80px;
    position: relative;
}
.footer-content .news-widget .news-post .news-content {
    margin-bottom: 5px;
}
.footer-content .news-widget .news-post a {
    color: #c9c9c9 !important;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
}
.footer-content .news-widget .news-post .time {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    position: relative;
}
.footer-content .news-widget .news-post .image-thumb {
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 65px;
}
.footer-content .news-widget .news-post .image-thumb img {
    display: block;
    width: 65px;
}
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 15px;
    padding: 16px 0;
    position: relative;
    text-align: center;
}
.footer-copyright .copyright a {
    line-height: 20px;color:#fff;
    padding: 5px 0;
    position: relative;
}
.footer-copyright .copyright a:hover{color:#fff;}
/* =-=-=-=-=-=-= Home Page Tracking  =-=-=-=-=-=-= */

#banner.hero-3 {
    background: #333333 url("../images/slider/4.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 0 60px;
    height: 700px;
    position: relative;
}
#banner.hero-3 #gradient {
    background: rgba(0, 0, 0, 0.36) none repeat scroll 0 0;
}
#banner.hero-3 h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 26px;
    padding-right: 60px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#banner.hero-3 p {
    color: #fff;
    margin-bottom: 40px;
    padding-right: 120px;
}
#banner.hero-3 .form {
    position: relative;
}
#banner.hero-3 .form input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 1px;
    display: inline-block;
    height: 60px;
    padding: 5px 15px;
    width: 370px;
}
#banner.hero-3 .form button {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 1px;
    color: #fff;
    font-size: 14px;
    height: 60px;
    margin-left: 1px;
    padding: 10px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100px;
    text-decoration: none;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#banner.hero-3 .form button:hover {
    background: #90c03e none repeat scroll 0 0;
}
#banner.hero-3 .declaration {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-top: 15px;
    opacity: 0.8;
}
/* =-=-=-=-=-=-= Our Apps & Our Process =-=-=-=-=-=-= */
#banner.hero-4 {
    background: #333333 url("../images/slider/9.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 0 60px;
    height: 700px;
    position: relative;
}
#banner.hero-4 #gradient {
    background: rgba(0, 0, 0, 0.36) none repeat scroll 0 0;
}
#banner.hero-4 h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 26px;
    padding-right: 60px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#banner.hero-4 p {
    color: #fff;
    margin-bottom: 40px;
    padding-right: 120px;
}
.our-app p {
    color: #fff;
}
.our-app {
    background-attachment: fixed;
    background-image: url("../images/app-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.our-app .img-absolute {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -135px;
}
.our-app .btn-bordered {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.our-app .btn {
    color: #fff !important;
    margin: 5px 0;
    padding: 10px 15px;
}
.our-app .btn i {
    font-size: 24px;
    padding-right: 15px;
    vertical-align: middle;
    color: #fff;
}
.our-app h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.our-app p {
    margin-bottom: 20px;
}
.our-process.process-steps ul::before {
    top: 70px;
}
.our-process ul::before {
    border-top: 1px dashed #bbb;
    content: "";
    display: block;
    height: 0;
    left: 80px;
    position: absolute;
    width: 85%;
}
.our-process {
    margin-bottom: 30px;
    text-align: center;
}
.our-process ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.our-process.process-steps li {
    width: 25%;
}
.our-process ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding-top: 6px;
}
.process-icon {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #000;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
.our-process.process-steps .process-icon {
    height: 140px;
    text-align: center;
    width: 140px;
}
.our-process.process-steps .process-icon i {
    font-size: 60px;
    line-height: 140px;
}
.process-icon i {
    color: #000;
    display: inline-block;
}
.our-process ul li:hover i {
    animation: 0.3s ease 0s normal forwards 1 running toRightFromLeft;
    color: #fff !important;
}
.our-process ul li:hover .process-icon {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
    background: #000;
}
.our-process.process-steps li h3, .our-process.process-steps li p {
    padding: 0 15px;
}
.our-process ul li h3 {
    display: inline-block;
    margin: 15px auto 0;
    position: relative;
    font-size: 20px;
}
.our-process ul li h2 {
    color: #323232;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}
/* =-=-=-=-=-=-= Top Bar Right Menu =-=-=-=-=-=-= */     
.top-bar .nav-right > li > a {
    display: block;
    padding: 4px 13px;
    position: relative;
    text-align: center;
    color: #323232 !important;
    font-size: 14px;
}
.nav-right > li {
    float: left;
}
.nav-right > li.nav-profile > a {
    padding: 4px 15px;
}
img.resize {
    height: 30px;
    width: 30px;
}
li.nav-profile .hidden-xs {
    padding-right: 8px;
}
.small-padding {
    padding: 0 5px !important;
}
.nav-right > li.nav-profile i {
    font-size: 14px;
    margin-right: 0;
    width: 18px;
    color: #bbb;
}
.nav-right li a i {
    margin-right: 5px;
    color: #bbb;
}
.nav-right .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.nav-right .dropdown-menu {
    background-color: #262f36;
    border: medium none;
    padding: 20px 0;
}
.nav-right .dropdown-menu li a {
    color: #fff !important;
    font-size: 13px;
    height: 50px;
    line-height: 46px;
    padding-top: 0;
}
.nav-right .dropdown-menu li a i {
    color: #fff;
}
/* =-=-=-=-=-=-= User Registration =-=-=-=-=-=-= */ 
.registration {
    background: #fefefe none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 0 0 3px #eee;
    color: #555;
    padding: 30px;
}
.box-header {
    border-bottom: 1px solid #eee;
    color: #555;
    margin-bottom: 35px;
    text-align: center;
}
.box-header h2 {
    color: #323232;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}
.registration label {
    color: #999;
}
.registration p {
    font-size: 14px;
}
/* =-=-=-=-=-=-= User Profile =-=-=-=-=-=-= */ 
.profile-section {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px;
}
.profile-edit {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}
.profile-edit h2 {
    font-weight: 200;
}
.profile-edit dt {
    text-align: inherit;
}
.profile-edit dt strong {
    color: #232323;
    font-weight: 600;
}
.profile-edit hr {
    margin: 17px 0 15px;
}
.tab-content {
    padding: 0;
}
.profile-edit h2 {
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    text-transform: capitalize;
}
.profile-edit .dl-horizontal i {
    font-size: 14px;
}
.profile-edit label {
    color: #777;
}

@media (max-width: 768px) {
.profile-tabs .nav-tabs {
    border-bottom: medium none;
}
}
.nav-tabs > li > a, .nav-pills > li > a, .nav-tabs.nav-justified > li > a {
    border-radius: 0;
}
.profile-tabs .nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #000;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
}
.profile-tabs .nav-tabs a {
    font-size: 16px;
    color: #232323 !important;
    padding: 16px 15px;
}
.profile-tabs .nav-tabs > .active > a, .profile-tabs .nav-tabs > .active > a:hover, .profile-tabs .nav-tabs > .active > a:focus {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    color: #fff !important;
}
.profile-tabs .nav-tabs > li > a {
    border: medium none;
}
.profile-tabs .nav-tabs > li > a:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff !important;
}
.profile-tabs .tab-content img {
    margin-bottom: 15px;
    margin-top: 4px;
}
.profile-tabs .tab-content img.img-tab-space {
    margin-top: 7px;
}
.block-content {
    float: left;
    width: 100%;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.table {
    margin-bottom: 18px;
    max-width: 100%;
    width: 100%;
}
.table > thead > tr > th {
    color: #232323;
    font-size: 15px;
    border-bottom: 1px solid #dbe0e4;
}
.table tr td {
    vertical-align: middle !important;
}
.contact-container > span {
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
.user-image img {
    top: 0;
    width: 40px;
    left: 0;
    position: absolute;
}
.label-transparent {
    border: 1px solid #232323;
    color: #232323;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 6px 15px;
}
.label-success.label-transparent {
    border: 1px solid #76ab3c;
    color: #76ab3c;
}
.label-warning.label-transparent {
    border: 1px solid #f69f00;
    color: #f69f00;
}
.label-danger.label-transparent {
    border: 1px solid #f04e51;
    color: #f04e51;
}
.label-primary.label-transparent {
    border: 1px solid #292f43;
    color: #292f43;
}
.profile {
    margin: 20px 0;
}
/* Profile sidebar */
.profile-sidebar {
    background: #fff;
}
.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li:last-child {
    border-bottom: none;
}
.profile-usermenu ul li a {
    color: #777 !important;
    font-size: 16px;
    font-weight: 400;
}
.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 12px;
    color: #777;
}
.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}
.profile-usermenu ul li.active {
    border-bottom: none;
}
.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}
.btn-file {
    overflow: hidden;
    position: relative;
}
.btn-file input[type="file"] {
    background: white none repeat scroll 0 0;
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: medium none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
#img-upload {
    width: 100%;
}
.profile-sidebar .form-control {
    padding: 21px 12px;
}
/* =-=-=-=-=-=-= Radio & Checkboxes =-=-=-=-=-=-= */  
.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;background-color: #fff;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    margin-top: 5px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 8px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}
.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}
.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-top: 5px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 0;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
    margin-top: 5px;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.expiration-date {
    line-height: 60px;
    color: #232323;
}
/* =-=-=-=-=-=-= Order Tracking =-=-=-=-=-=-= */  
#order-tracking {
    background: #fff url("../images/delivery-boy.png") right -95px bottom 0px no-repeat;
    min-height: 495px;
}
.tracking-search {
    margin-bottom: 30px;
}
.tracking-search .dropdown.dropdown-lg .dropdown-menu form {
    padding: 25px;
}
.tracking-search .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.tracking-search .input-group-btn .btn-group {
    display: flex !important;
}
.tracking-search .btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.tracking-search .btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tracking-search .btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.tracking-search .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.tracking-search .form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.tracking-search .btn {
    padding: 15px 25px;
}

@media screen and (min-width: 768px) {
.tracking-search #adv-search {
    width: 100%;
    margin: 0 auto;
}
.tracking-search .dropdown.dropdown-lg {
    position: static !important;
}
.tracking-search .dropdown.dropdown-lg .dropdown-menu {
    min-width: 500px;
}
}
.quote-button {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
}

/* =-=-=-=-=-=-= Responsive Quries =-=-=-=-=-=-= */

@media (min-width: 768px) and (max-width: 1024px) {
.header-area .logo-bar .info-box {
    margin-left: 30px;
    padding-left: 40px;
}
.navigation-2 .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.navigation-2 a.btn-primary {
    font-size: 14px;
    letter-spacing: 0;
    padding: 21px 10px;
}
.navigation .navbar-nav {
    margin-top: 0 !important;
}
.navigation .navbar-brand {
    padding: 0 !important;
}
.navigation .navbar-right {
    float: left !important;
}
.navigation .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
    top: 70px;
}
.testimonial-grid {
    padding: 0;
}
.contact-email {
    display: none !important;
}
#services .owl-prev {
    left: 0;
    position: absolute;
    top: 35%;
}
#services .owl-next {
    position: absolute;
    right: 0;
    top: 35%;
}
#clients .owl-prev, #testimonials .owl-prev {
    left: 0;
    position: absolute;
    top: 35%;
}
#clients .owl-next, #testimonials .owl-next {
    position: absolute;
    right: 0;
    top: 35%;
}
.clients-grid {
    display: table !important;
    margin: 0 auto !important;
}
#clients .item {
    display: table !important;
    margin: 0 auto !important;
}
.slider-caption h1 {
    font-size: 48px;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.slider-caption p {
    font-size: 16px;
    margin-bottom: 20px;
}
.slider-caption .btn {
    padding: 15px 25px;
}
.quote .quotation-box {
    margin-top: 0;
}
.no-extra {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.parallex-text h4 {
    font-size: 25px;
    line-height: 36px;
}
.parallex-small .btn {
    margin-top: 10px !important;
}
.our-gallery {
    margin-top: 40px;
}
.post-bottom {
    margin: 0;
}
#banner.hero-3 .form input {
    width: 65%;
}
.our-app .img-absolute {
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 0;
}
#order-tracking {
    background: transparent;
    background-color: #fff;
}
}

@media screen and (max-width: 600px) {
.section-padding {
    padding: 70px 0;
}
.section-padding-140 {
    padding: 140px 0;
}
.section-padding-100 {
    padding: 100px 0;
}
.section-padding-80 {
    padding: 80px 0;
}
.section-padding-70 {
    padding: 30px 0;
}
.section-padding-60 {
    padding: 60px 0;
}
.section-padding-40 {
    padding: 40px 0;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-top-45 {
    padding-top: 45px
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-70 {
    padding-top: 70px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-top-100 {
    padding-top: 100px;
}
.padding-top-120 {
    padding-top: 120px;
}
.padding-top-140 {
    padding-top: 140px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-bottom-60 {
    padding-bottom: 60px!important;
}
.padding-bottom-40 {
    padding-bottom: 40px!important;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
}

@media (min-width: 320px) and (max-width: 767px) {
.top-bar .left-text {
    display: none;
}
.social-icons {
    float: none !important;
    text-align: center;
}
.social-icons ul li a {
    border-top: 1px solid #EAEAEA;
    margin-left: -4px;
}
.header-area .logo-bar .info-box {
    margin-left: 3px;
    margin-bottom: 15px;
}
.header-area .logo-bar .information-content {
    margin-top: 15px;
}
.navbar-nav {
    margin: 0 !important;
}
.navbar-nav .dropdown-menu li a {
    line-height: 40px !important;
    height: 50px;
}
.navigation-2 a.btn-primary {
    float: none !important;
    display: block;
}
.navigation-2 #main-navigation .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navigation .navbar-toggle {
    position: absolute;
    padding: 9px 10px;
    top: 33px !important;
    margin-right: 15px;
    background-color: #ddd;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    right: 0;
}
.navigation .dropdown-menu > li > a {
    color: #000 !important;
}
.navigation .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.slider-grids .tt-slider-small-text {
    display: none !important;
}
.slider-grids .tt-slider-subtitle {
    font-size: 18px !important;
}
.page-heading h2 {
    color: #fff;
    font-size: 22px;
}
.breadcrumbs {
    display: none;
}
.breadcrumbs-area {
    padding: 45px 0;
}
.parallex-text h4 {
    font-size: 23px;
    text-align: center;
    line-height: 36px;
}
.parallex-small .btn {
    margin-top: 10px !important;
}
.parallex-button {
    text-align: center;
}
.more-about a.btn {
    display: block;
}
.btn-lg {
    letter-spacing: 1px;
    padding: 10px 25px;
}
.choose-title h2 {
    font-size: 22px;
}
.quote .quotation-box {
    margin-top: 0;
}
.no-extra {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.our-gallery {
    margin-top: 40px;
}
.custom-button {
    display: block;
    text-align: center;
}
.news-detail > h2 {
    font-size: 22px;
}
.post-like, .post-comment, .post-share {
    display: inline-block;
    margin-left: 5px;
}
.testimonial-grid {
    padding: 0 !important;
}
.clients-grid {
    display: table !important;
    margin: 0 auto !important;
}
#clients .item {
    display: table !important;
    margin: 0 auto !important;
}
.main_title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.post-bottom .tag_cloud a {
    font-size: 13px;
    padding: 0 10px;
}
.post-bottom .share-items {
    display: none;
}
.comment-info .author-desc {
    margin-left: 0;
}
.comment-list .children {
    list-style: outside none none;
    padding-left: 20px;
}
.post-bottom {
    margin: 0;
}
.transparent-header .custom-nav {
    background-color: #fff !important;
}
.transparent-header .navbar-nav li a {
    color: #323232 !important;
}
#banner.hero-3 .form input {
    margin-bottom: 5px;
    width: 100%;
}
#banner.hero-3 h2 {
    font-size: 30px;
    padding-right: 0;
}
#banner.hero-3 p {
    margin-bottom: 40px;
    padding-right: 0;
}
.our-process.process-steps li {
    width: 100%;
}
.our-process ul::before {
    border-top: medium none;
}
.our-app .img-absolute {
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 0;
}
#banner.hero-3 .form button {
    width: 100%;
}
#order-tracking {
    background: transparent;
    background-color: #fff;
}

.top-bar .nav-right > li > a {
    display: block;
    padding: 1px 5px;
    position: relative;
    text-align: center;
    color: #323232 !important;
    font-size: 14px;
}


}
#contact-us {

background-color:#fff

}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-group {
 padding:8px; 


}



/*@media  (max-width: 480px) {*/
@media screen and (max-width: 768px) {
  
.navbar-brand > img {
 
    padding-left: 12px;
}

section-padding-70 {
    padding: 30px 0;
}

.breadcrumbs-area {
    padding: 10px 0;
}
#map  { margin-top:15px } 

.section-padding-70 {
    padding: 15px 0;
}

.margin-top-50 {
    margin-top: 15px;
}



}
.blinking{
    animation:blinkingText 1.2s infinite; font-size:14px; font-weight:600; padding:8px;color:#000; background:#FFCC00;
}
@keyframes blinkingText{
    0%{     color: #000;background:#FFCC00    }
    49%{    color: #000;background:#FFCC00  }
    60%{    color: #fff;background:#000 }
    99%{    color:#fff; background:#000 }
    100%{   color: #fff;background:#000    }
}
.blinking1{
    animation:blinkingText1 1.2s infinite; font-size:14px; font-weight:600; padding:8px; padding-left:25px; padding-right:25px; color:#000; background:#eb5a19;
}
@keyframes blinkingText1{
    0%{     color: #000;background:#eb5a19    }
    49%{    color: #000;background:#eb5a19  }
    60%{    color: #fff;background:#811429}
    99%{    color:#fff; background:#811429 }
    100%{   color: #fff;background:#811429    }
}
.alert {
    position: fixed;
    right: 0px;
    top: 3%;
    z-index: 100999;
    overflow: hidden;
}
/*===========================
10.0 *** DISCOUNT AREA START ***
=============================*/
#discount {
    padding: 70px 0;
    background: url(../images/banner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#discount::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background:rgba(0,30,87,0.78);
}

.h-s2 h3::after {
    border: 6px solid #ff5202;
}

.h-s2 {
    color: white;
}

.dis-text h3 {
    font-size: 32px;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
}

.dis-text h3 span {
    font-family: "Source Sans Pro", sans-serif;
    color: #fdca0f;
}

.dis-text a {
    padding: 14px 20px;
    background: #ff5202;
    color: white;
    font-size: 16px;
    font-family: pb;
    border-radius: 50px;
}

.count-item h2 {
    font-family: "Source Sans Pro", sans-serif;
    color: #ff5202;
}

.coun p {
    padding-right: 0 !important;
    color: #ff5202;
}

.coun {
    border: 3px dashed #666;
    padding-top: 20px;
}

.text-down {
    padding-top: 8px;
}

.text-down span {
    font-size: 16px;
    font-family: pr;

}

.text-down span a {
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    color: #ff5202;
}

.dis-text h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;line-height:1.1em;
    color: #FFCC00;
    padding-bottom: 8px;
    padding-top: 5px;
}

.luanch {
    padding-top: 50px;
}

.differ {
    font-size: 16px;
    line-height: 26px;
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    padding-right: 13px;
    padding-bottom: 14px;
}

.dis-form {
    background: white;
    padding: 25px 30px;
}

.dis-form h3 {
    font-family: "Source Sans Pro", sans-serif;
    color: #ff5202;
    font-size: 23px;
}

.a-btn {
    padding: 10px 15px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;color:#fff;
}

label {
    font-size: 16px;
    color: #666;
    font-family: "Source Sans Pro", sans-serif;
}
.infinite-bg {
    width: 100%;
    height: 100%;
    clip-path: none;
    -webkit-clip-path: none;}
}

@media (max-width: 576px){
.ht-wrapper {
    padding: 2rem;
}}
.ht-wrapper {
    padding: 4rem 8rem;
}

.heading-1-sub-hlt{font-size:3.1rem;font-weight:600;display:inline-block;padding:.5rem 1rem;background-color:#041540;color:#fff}

ht-wrapper h1, .ht-wrapper h2, .ht-wrapper h3, .ht-wrapper h4, .ht-wrapper h5 {
    opacity: 1;
}
.heading-2 {
    font-size: 3rem;
}
.heading-1, .heading-2, .heading-3, .heading-4 {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 100%;
}

.c-btn {
    padding: 14px 20px;
    border: 2px dashed #f42c13;
    border-radius: 50px;
    color: #fff;font-weight:bold;
   font-family: "Source Sans Pro", sans-serif;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.c-btn:hover {
    background: #f42c13;
    border: 1px solid #f42c13;
    color: #fff;
}
.awards ul li {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;display: list-item;
    text-align: -webkit-match-parent;
}
.awards ul {
    font-size: 2rem;
    margin-left: -1.2rem;
}
.bg-blue-1 {
    background: #2754ba;
}
.vh100 {
    min-height: 100vh;
}
.infinite-bg{width:100%;height:100%;background:url(../images/slider-1.jpg) no-repeat left center;-moz-webkit-background-size:cover;-ms-webkit-background-size:cover;-o-webkit-background-size:cover;-webkit-background-size:cover;background-size:cover;min-height:100vh}
.section-pt {
    padding-top: 100px;
}
.dark_2_bg {
    background-color: #002147;
}
.half-column-content h2 {
    font-size: 40px;
}
.sub-title {
    font-family: pb;    font-weight: 500;
    font-size: 40px;
    color: #002147;
}
.text-white {
    color: #fff !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.section-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
}
.semi_dark_bg {
    background-color: #d7d7d7;
}.section-title-3 h2 {
    color: #ff5202;
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
   font-weight: 600;padding-bottom: 60px;
}.p-4 {
    padding: 1.5rem !important;
}
.single-event-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all .4s linear 0s;
    border: 2px solid #ddd;
}.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
@media (max-width: 991px) and (min-width: 768px){
.single-event-content {
    padding-left: 5px;
}}.single-event-content {
    padding-left: 5px;
}
.single-event-info .single-event-date {
    width: 135px;
    height: 135px;
}
.single-event-date {
    text-align: center;
    border: 2px solid #ff5202;
    transition: all .4s linear 0s;
}
.services-section {
    position: relative;
    z-index: 5;
}
.shadow-theme-lg {
    box-shadow: 0 1rem 3rem 1rem rgba(20, 189, 238, 0.175) !important;
}
@media (max-width: 991px) and (min-width: 768px){
.single-event-content h3 a {
    font-size: 20px;
}}
.single-event-content h3 a {
    font-size: 24px;
    color: #002147;
    transition: all .4s linear 0s;
    font-weight: 600;
}
.single-event {
    display: block; }
    .single-event .event-date {
      display: none; }
  .single-event-3 {
    display: block; }
    .single-event-3 .event-date, .single-event-2 .event-date {
      display: none; }
  .blog-lists-wrapper-2 .single-blog-wrapper {
    display: block; }
    .blog-lists-wrapper-2 .single-blog-wrapper .blog-thumb img {
      width: 100%;
      margin: 10px 0 15px; }
	  /*Quick Contact*/

#quick-contact{background:url(../images/contact-bg.jpg) no-repeat;background-size:cover;height:596px}
#contact-info{margin-top: 50px;}
#quick-contact h2{color:#fff;width:90%;margin-bottom:40px}
 #quick-contact p{color:#f42c13;margin-bottom:0;margin-top:10px;font-size:17px;}
#quick-contact h3{font-size:27px;color:#fff;margin-bottom:27px;font-weight: 400}
#quick-contact h3 a{color:#fff;}
#quick-contact .contact-form{background:#f42c13;padding:60px;margin-top:-117px}
#quick-contact .contact-form .form-title{font-size:35px;color:#fff;margin-bottom:40px; font-weight: 700;}
#quick-contact .contact-form .form-control{background:#fff;border-radius:0;height:50px;border:0}
#quick-contact .contact-form textarea.form-control{height:150px;}
#quick-contact .contact-form .btn{background:#fff;color:#f42c13;text-transform:uppercase;text-align:center;font-size:16px;font-weight:bold;border:0;width:100%;padding:15px 20px}
#quick-contact .contact-form .btn:hover{background: #010e2a;color: #fff}
@media only screen and (min-width:768px) and (max-width:991px){

/*key point*/
/*Quick contact*/
#quick-contact h2{margin-bottom:20px;font-size:26px; line-height: 20px;}
#quick-contact h3{font-size:20px;}
#quick-contact .contact-form{background:#f42c13;padding:20px;}
#quick-contact .contact-form .form-title{font-size:22px;color:#fff;margin-bottom:23px;}
#quick-contact{height:427px}
#quick-contact .contact-form .form-control{height:40px}
#quick-contact .contact-form textarea.form-control{height:113px}
/*home-about*/
#home-about h2{margin-bottom:24px}
#home-about h3{font-size:23px;}
.sub-text{margin-top:0;padding: 0 16px;}
.call-text .num{font-size:22px;}
#home-about .box{padding:20px 15px}
.sub-title{margin-bottom:10px}

}
#quick-contact h2 {
    color: #fff;
    width: 90%;
    margin-bottom: 40px;
}
#content .row-am {
    padding: 70px 0;
}
/*home about*/
.row-am {
    width: 100%;
}
.gr-bg
{background: #041540;
}
/*Service provider*/

#service-provider{background:#04163f;}
#service-provider h2{color:#fff;}
#service-provider p{color:#fff;}
#service-provider .box{position:relative}
#service-provider .service-text{background:#fff;padding:10px;position:absolute;bottom:0;width:100%;top:auto}
#service-provider .service-icon{background:#f42c13;padding:15px;text-align:center;float:left;margin-right:15px;margin-top:-19px;z-index:9;position:relative;}
#service-provider .service-text h3{font-size:24px;text-transform:capitalize;text-align:left;color: #000}
#service-provider .bx-wrapper{margin: 40px auto 20px;}
#service-provider .grid figure img{width: 100%}
.grid{position:relative;margin:0 auto;width:92%}


#home-about{background:url(../images/about-bg.png) no-repeat;background-size:cover;}
.sub-title{text-transform:uppercase;color:#f42c13;text-decoration:underline;font-size:14px;font-weight: bold}
#home-about h2{margin-bottom:40px; font-weight:700;}
#home-about h3{font-size:27px;color:#494949;line-height:38px;font-weight:normal}
#home-about h3 span{color:#f42c13;text-decoration:underline}
.sub-text{display:inline-block;width:100%;margin-top:38px}
#home-about p{font-size:16px;line-height:30px;margin-bottom: 10px}
.call-info{padding:20px 0}
.call-info img{float:left;margin-right:14px;}
.call-text{float:left}
.call-text span{font-size:16px;color:#4a4a4a;display:block;}
.call-text .num{font-size:34px;color: #4a4a4a;font-weight: 900;margin-top: 5px;}
#home-about .box{height:250px;padding:30px}
#home-about .box.calendar{background:url(../images/calendar-img.png) no-repeat;background-size:cover}
#home-about .box.team{background:url(../images/team-img.png) no-repeat;background-size:cover}
#home-about .box.technology{background:url(../images/technology-img.png) no-repeat;background-size:cover}
#home-about .box h3{color:#fff;font-size:20px;margin:24px 0 5px 0;font-weight:bold;}
#home-about .box p{color:#fff;font-size:15px;line-height:24px;margin-bottom:0}
#home-about .abt-text{padding:0}
.abt-main{padding-right: 50px;}
#usp{margin:76px 0 30px 0;}
#usp .col-md-4{padding:0}
.abt-main {
    padding-right: 50px;
}
.main-timeline{position:relative}
.main-timeline:before{content:"";width:5px;height:100%;border-radius:20px;margin:0 auto;background:#eee;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #fff;background:#eee;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%)}
.main-timeline .timeline-icon{display:inline-block;width:130px;height:130px;border-radius:50%;border:3px solid #ec496e;padding:13px;text-align:center;position:absolute;top:50%;left:30%;transform:translateY(-50%)}
.main-timeline .timeline-icon i{display:block;border-radius:50%;background:#eee;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative}
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:100px;height:4px;background:#ec496e;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin:52px 0 0;float:right;position:relative}
.main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:3px solid #ec496e;border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px}
.main-timeline .timeline-content:after{content:"";width:37px;height:3px;background:#ec496e;position:absolute;top:13px;left:0}
.main-timeline .title{font-size:20px;font-weight:600;color:#ec496e;text-transform:uppercase;margin:0 0 5px}
.main-timeline .description{display:inline-block;font-size:16px;color:#404040;line-height:20px;letter-spacing:1px;margin:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:30%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:#f9850f}
.main-timeline .timeline:nth-child(2n) .title{color:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:#f9850f;border-bottom-color:#f9850f}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:#8fb800}
.main-timeline .timeline:nth-child(3n) .title{color:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:#8fb800;border-bottom-color:#8fb800}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .title{color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:#2fcea5;border-bottom-color:#2fcea5}
@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}

/******************* Timeline Demo - 2 *****************/
.main-timeline2{padding-top:50px;overflow:hidden;position:relative}
.main-timeline2:before{content:"";width:7px;height:100%;background:#084772;margin:0 auto;position:absolute;top:80px;left:0;right:0}
.main-timeline2 .timeline{width:50%;float:left;padding:20px 60px;border-top:7px solid #084772;border-right:7px solid #084772;border-radius:0 30px 0 0;position:relative;right:-3.5px}
.main-timeline2 .icon{display:block;width:50px;height:50px;line-height:50px;border-radius:50%;background:#e84c47;border:1px solid #fff;text-align:center;font-size:25px;color:#fff;box-shadow:0 0 0 2px #e84c47;position:absolute;top:-30px;left:0}
.main-timeline2 .timeline-content{display:block;padding:30px 10px 10px;border-radius:20px;background:#e84c47;color:#fff;position:relative}
.main-timeline2 .timeline-content:hover{text-decoration:none;color:#fff}
.main-timeline2 .timeline-content:after,.main-timeline2 .timeline-content:before{content:"";display:block;width:10px;height:50px;border-radius:10px;background:#e84c47;border:1px solid #fff;position:absolute;top:-35px;left:50px}
.main-timeline2 .timeline-content:after{left:auto;right:50px}
.main-timeline2 .title{font-size:24px;margin:0}
.main-timeline2 .description{font-size:15px;letter-spacing:1px;margin:0 0 5px}
.main-timeline2 .timeline:nth-child(2n){border-right:none;border-left:7px solid #084772;border-radius:30px 0 0;right:auto;left:-3.5px}
.main-timeline2 .timeline:nth-child(2n) .icon{left:auto;right:0;box-shadow:0 0 0 2px #4bd9bf}
.main-timeline2 .timeline:nth-child(2){margin-top:130px}
.main-timeline2 .timeline:nth-child(odd){margin:-130px 0 30px}
.main-timeline2 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline2 .timeline:first-child,.main-timeline2 .timeline:last-child:nth-child(even){margin:0 0 30px}
.main-timeline2 .timeline:nth-child(2n) .icon,.main-timeline2 .timeline:nth-child(2n) .timeline-content,.main-timeline2 .timeline:nth-child(2n) .timeline-content:after,.main-timeline2 .timeline:nth-child(2n) .timeline-content:before{background:#4bd9bf}
.main-timeline2 .timeline:nth-child(3n) .icon,.main-timeline2 .timeline:nth-child(3n) .timeline-content,.main-timeline2 .timeline:nth-child(3n) .timeline-content:after,.main-timeline2 .timeline:nth-child(3n) .timeline-content:before{background:#ff9e09}
.main-timeline2 .timeline:nth-child(3n) .icon{box-shadow:0 0 0 2px #ff9e09}
.main-timeline2 .timeline:nth-child(4n) .icon,.main-timeline2 .timeline:nth-child(4n) .timeline-content,.main-timeline2 .timeline:nth-child(4n) .timeline-content:after,.main-timeline2 .timeline:nth-child(4n) .timeline-content:before{background:#3ebae7}
.main-timeline2 .timeline:nth-child(4n) .icon{box-shadow:0 0 0 2px #3ebae7}
@media only screen and (max-width:767px){.main-timeline2:before{left:0;right:auto}
.main-timeline2 .timeline,.main-timeline2 .timeline:nth-child(even),.main-timeline2 .timeline:nth-child(odd){width:100%;float:none;padding:20px 30px;margin:0 0 30px;border-right:none;border-left:7px solid #084772;border-radius:30px 0 0;right:auto;left:0}
.main-timeline2 .icon{left:auto;right:0}
}
@media only screen and (max-width:480px){.main-timeline2 .title{font-size:18px}
}

/******************* Timeline Demo - 3 *****************/
.main-timeline3{overflow:hidden;position:relative}
.main-timeline3:before{content:"";width:10px;height:100%;border:3px solid #959595;position:absolute;top:40px;left:50%;transform:translateX(-50%)}
.main-timeline3 .timeline{width:50%;padding:10px 60px 10px 100px;float:right;position:relative}
.main-timeline3 .timeline:before{content:"";width:40px;height:40px;border-radius:50%;background:#c47c48;border:5px solid #fff;box-shadow:0 0 1px 2px #c47c48;position:absolute;top:42px;left:-20px}
.main-timeline3 .timeline-content{display:block;background:#eee;padding:70px 30px 20px;box-shadow:0 0 10px rgba(0,0,0,.2) inset;position:relative}
.main-timeline3 .timeline-content:hover{text-decoration:none}
.main-timeline3 .year{display:block;width:80%;height:50px;background:#f68829;padding:0 0 0 50px;font-size:30px;font-weight:800;color:#fff;line-height:50px;box-shadow:0 0 20px rgba(0,0,0,.4) inset;border-radius:10px 10px 10px 0;position:absolute;top:20px;left:-20px}
.main-timeline3 .year:before{content:"";border-top:40px solid #f68829;border-left:20px solid transparent;border-bottom:20px solid transparent;position:absolute;bottom:-60px;left:0}
.main-timeline3 .title{font-size:18px;font-weight:600;text-transform:uppercase;color:#4a4a4a}
.main-timeline3 .description{font-size:16px;color:#000;margin:0 0 5px}
.main-timeline3 .timeline:nth-child(2n){padding:10px 100px 10px 60px;text-align:right}
.main-timeline3 .timeline:nth-child(2n):before{left:auto;right:-20px;background:#2991d0;box-shadow:0 0 1px 2px #2991d0}
.main-timeline3 .timeline:nth-child(2n) .year{padding-right:50px;border-radius:10px 10px 0;left:auto;right:-20px;background:#2991d0}
.main-timeline3 .timeline:nth-child(2n) .year:before{border-left:none;border-right:20px solid transparent;left:auto;right:0;border-top-color:#2991d0}
.main-timeline3 .timeline:nth-child(2){margin-top:140px}
.main-timeline3 .timeline:nth-child(odd){margin:-140px 0 0}
.main-timeline3 .timeline:nth-child(even){margin-bottom:60px}
.main-timeline3 .timeline:first-child,.main-timeline3 .timeline:last-child:nth-child(even){margin:0}
.main-timeline3 .timeline:nth-child(3n):before{background:#ce3c41;box-shadow:0 0 1px 2px #ce3c41}
.main-timeline3 .timeline:nth-child(3n) .year{background:#ce3c41}
.main-timeline3 .timeline:nth-child(3n) .year:before{border-top-color:#ce3c41}
.main-timeline3 .timeline:nth-child(4n):before{background:#8cc43d;box-shadow:0 0 1px 2px #8cc43d}
.main-timeline3 .timeline:nth-child(4n) .year{background:#8cc43d}
.main-timeline3 .timeline:nth-child(4n) .year:before{border-top-color:#8cc43d}
.main-timeline3 .timeline:nth-child(5n):before{background:#39ae99;box-shadow:0 0 1px 2px #39ae99}
.main-timeline3 .timeline:nth-child(5n) .year{background:#39ae99}
.main-timeline3 .timeline:nth-child(5n) .year:before{border-top-color:#39ae99}

@media only screen and (max-width:990px){.main-timeline3:before{top:8%}
.main-timeline3 .timeline{padding:10px 10px 10px 100px}
.main-timeline3 .timeline:nth-child(2n){padding:10px 100px 10px 10px}
}
@media only screen and (max-width:767px){.main-timeline3:before{width:8px;top:0;left:12px;transform:translateX(0)}
.main-timeline3 .timeline,.main-timeline3 .timeline:nth-child(even),.main-timeline3 .timeline:nth-child(odd){width:100%;float:none;text-align:left;padding:0 0 0 60px;margin:0 0 30px}
.main-timeline3 .timeline:before,.main-timeline3 .timeline:nth-child(2n):before{width:20px;height:20px;border:3px solid #fff;top:38px;left:6px}
.main-timeline3 .timeline:nth-child(2n) .year{right:auto;left:-20px;border-radius:10px 10px 10px 0}
.main-timeline3 .timeline:nth-child(2n) .year:before{border-left:20px solid transparent;border-bottom:20px solid transparent;border-right:none;right:auto;left:0}
}

/******************* Timeline Demo - 4 *****************/
.main-timeline4{overflow:hidden;position:relative}
.main-timeline4:before{content:"";width:5px;height:70%;background:#333;position:absolute;top:70px;left:50%;transform:translateX(-50%)}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:before{top:50%;transform:translateY(-50%);content:""}
.main-timeline4 .timeline{width:50%;padding-left:100px;float:right;position:relative}
.main-timeline4 .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #333;position:absolute;left:-10px}
.main-timeline4 .timeline-content{display:block;padding-left:150px;position:relative}
.main-timeline4 .timeline-content:before{width:90px;height:10px;border-top:7px dotted #333;position:absolute;left:-92px}
.main-timeline4 .year{display:inline-block;width:120px;height:120px;line-height:100px;border-radius:50%;border:10px solid #f54957;font-size:30px;color:#f54957;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;left:0}
.main-timeline4 .year:before{content:"";border-left:20px solid #f54957;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg)}
.main-timeline4 .inner-content{padding:20px 0}
.main-timeline4 .title{font-size:24px;font-weight:600;color:#f54957;text-transform:uppercase;margin:0 0 5px}
.main-timeline4 .description{font-size:14px;color:#6f6f6f;margin:0 0 5px}
.main-timeline4 .timeline:nth-child(2n){padding:0 100px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .timeline:nth-child(2n):before{left:auto;right:-10px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.main-timeline4 .timeline:nth-child(2n) .year{right:0}
.main-timeline4 .timeline:nth-child(2n) .year:before{right:auto;left:0;border-left:none;border-right:20px solid #f54957;transform:rotate(-45deg)}
.main-timeline4 .timeline:nth-child(2){margin-top:110px}
.main-timeline4 .timeline:nth-child(odd){margin:-110px 0 0}
.main-timeline4 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline4 .timeline:first-child,.main-timeline4 .timeline:last-child:nth-child(even){margin:0}
.main-timeline4 .timeline:nth-child(2n) .year{border-color:#1ebad0;color:#1ebad0}
.main-timeline4 .timeline:nth-child(2) .year:before{border-right-color:#1ebad0}
.main-timeline4 .timeline:nth-child(2n) .title{color:#1ebad0}
.main-timeline4 .timeline:nth-child(3n) .year{border-color:#7cba01;color:#7cba01}
.main-timeline4 .timeline:nth-child(3) .year:before{border-left-color:#7cba01}
.main-timeline4 .timeline:nth-child(3n) .title{color:#7cba01}
.main-timeline4 .timeline:nth-child(4n) .year{border-color:#f8781f;color:#f8781f}
.main-timeline4 .timeline:nth-child(4) .year:before{border-right-color:#f8781f}
.main-timeline4 .timeline:nth-child(4n) .title{color:#f8781f}
@media only screen and (max-width:1200px){.main-timeline4 .year{top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:990px){.main-timeline4 .timeline{padding-left:75px}
.main-timeline4 .timeline:nth-child(2n){padding:0 75px 0 0}
.main-timeline4 .timeline-content{padding-left:130px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
.main-timeline4 .timeline-content:before{width:68px;left:-68px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-68px}
}
@media only screen and (max-width:767px){.main-timeline4{overflow:visible}
.main-timeline4:before{height:100%;top:0;left:0;transform:translateX(0)}
.main-timeline4 .timeline:before,.main-timeline4 .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
.main-timeline4 .timeline,.main-timeline4 .timeline:nth-child(even),.main-timeline4 .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}
.main-timeline4 .timeline-content,.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{display:none}
.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .year{position:relative;transform:translateY(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before,.main-timeline4 .year:before{border:none;border-right:20px solid #f54957;border-top:10px solid transparent;border-bottom:10px solid transparent;top:50%;left:-23px;bottom:auto;right:auto;transform:rotate(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before{border-right-color:#1ebad0}
.main-timeline4 .timeline:nth-child(3n) .year:before{border-right-color:#7cba01}
.main-timeline4 .timeline:nth-child(4n) .year:before{border-right-color:#f8781f}
.main-timeline4 .inner-content{padding:10px}
}

/******************* Timeline Demo - 5 *****************/
.main-timeline5{overflow:hidden;position:relative}
.main-timeline5 .timeline{position:relative;margin-top:-79px}
.main-timeline5 .timeline:first-child{margin-top:0}
.main-timeline5 .timeline-icon,.main-timeline5 .year{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}
.main-timeline5 .timeline:after,.main-timeline5 .timeline:before{content:"";display:block;width:100%;clear:both}
.main-timeline5 .timeline:before{content:"";width:100%;height:100%;box-shadow:-8px 0 5px -5px rgba(0,0,0,.5) inset;position:absolute;top:0;right:0;z-index:2}
.main-timeline5 .timeline-icon{width:210px;height:210px;border-radius:50%;border:25px solid transparent;border-top-color:#f44556;border-right-color:#f44556;z-index:1;transform:rotate(45deg)}
.main-timeline5 .year{display:block;width:110px;height:110px;line-height:110px;border-radius:50%;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.4);font-size:30px;font-weight:700;color:#f44556;text-align:center;transform:rotate(-45deg)}
.main-timeline5 .timeline-content{width:35%;float:right;background:#f44556;padding:30px 20px;margin:50px 0;z-index:1;position:relative}
.main-timeline5 .timeline-content:before{content:"";width:20%;height:15px;background:#f44556;position:absolute;top:50%;left:-20%;z-index:-1;transform:translateY(-50%)}
.main-timeline5 .title{font-size:20px;font-weight:700;color:#fff;margin:0 0 10px}
.main-timeline5 .description{font-size:16px;color:#fff;line-height:24px;margin:0}
.main-timeline5 .timeline:nth-child(2n):before{box-shadow:8px 0 5px -5px rgba(0,0,0,.5) inset}
.main-timeline5 .timeline:nth-child(2n) .timeline-icon{transform:rotate(-135deg);border-top-color:#e97e2e;border-right-color:#e97e2e}
.main-timeline5 .timeline:nth-child(2n) .year{transform:rotate(135deg);color:#e97e2e}
.main-timeline5 .timeline:nth-child(2n) .timeline-content{float:left}
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{left:auto;right:-20%}
.main-timeline5 .timeline:nth-child(2n) .timeline-content,.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{background:#e97e2e}
.main-timeline5 .timeline:nth-child(3n) .timeline-icon{border-top-color:#13afae;border-right-color:#13afae}
.main-timeline5 .timeline:nth-child(3n) .year{color:#13afae}
.main-timeline5 .timeline:nth-child(3n) .timeline-content,.main-timeline5 .timeline:nth-child(3n) .timeline-content:before{background:#13afae}
.main-timeline5 .timeline:nth-child(4n) .timeline-icon{border-top-color:#105572;border-right-color:#105572}
.main-timeline5 .timeline:nth-child(4n) .year{color:#105572}
.main-timeline5 .timeline:nth-child(4n) .timeline-content,.main-timeline5 .timeline:nth-child(4n) .timeline-content:before{background:#105572}
@media only screen and (max-width:1199px){.main-timeline5 .timeline{margin-top:-103px}
.main-timeline5 .timeline-content:before{left:-18%}
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{right:-18%}
}
@media only screen and (max-width:990px){.main-timeline5 .timeline{margin-top:-127px}
.main-timeline5 .timeline-content:before{left:-2%}
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{right:-2%}
}
@media only screen and (max-width:767px){.main-timeline5 .timeline{margin-top:0;overflow:hidden}
.main-timeline5 .timeline:before,.main-timeline5 .timeline:nth-child(2n):before{box-shadow:none}
.main-timeline5 .timeline-icon,.main-timeline5 .timeline:nth-child(2n) .timeline-icon{margin-top:-30px;margin-bottom:20px;position:relative;transform:rotate(135deg)}
.main-timeline5 .timeline:nth-child(2n) .year,.main-timeline5 .year{transform:rotate(-135deg)}
.main-timeline5 .timeline-content,.main-timeline5 .timeline:nth-child(2n) .timeline-content{width:100%;float:none;border-radius:0 0 20px 20px;text-align:center;padding:25px 20px;margin:0 auto}
.main-timeline5 .timeline-content:before,.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{width:15px;height:25px;position:absolute;top:-22px;left:50%;z-index:-1;transform:translate(-50%,0)}
}

/******************* Timeline Demo - 6 *****************/
.demo{background:#f2f2f2}
.main-timeline6{overflow:hidden;position:relative}
.main-timeline6 .timeline{width:50%;float:right;position:relative;z-index:1}
.main-timeline6 .timeline:after,.main-timeline6 .timeline:before{position:absolute;top:50%;content:"";display:block;clear:both}
.main-timeline6 .timeline:before{width:40%;height:6px;background:#9f005d;left:0;z-index:-1;transform:translateY(-50%)}
.main-timeline6 .timeline:after{width:6px;height:70%;background:#9f005d;left:-3px}
.main-timeline6 .timeline-content{width:65%;float:right;padding:0 0 30px 30px;margin-right:15px;background:#fff;border-radius:10px;box-shadow:3px 3px 5px 6px #ccc}
.main-timeline6 .timeline-content:after,.main-timeline6 .timeline-content:before{content:"";width:26px;height:26px;border-radius:50%;background:#9f005d;position:absolute;top:50%;left:-13px;z-index:1;transform:translateY(-50%)}
.main-timeline6 .timeline-content:after{left:30%;transform:translate(-50%,-50%)}
.main-timeline6 .year{display:block;font-size:28px;font-weight:700;color:#9f005d;text-align:center;padding-left:50px}
.main-timeline6 .content-inner{padding:35px 15px 35px 110px;margin-right:-15px;background:#9f005d;border-radius:150px 0 0 150px;position:relative}
.main-timeline6 .content-inner:after,.main-timeline6 .content-inner:before{content:"";border-left:15px solid #640026;border-top:10px solid transparent;position:absolute;top:-10px;right:0}
.main-timeline6 .content-inner:after{border-top:none;border-bottom:10px solid transparent;top:auto;bottom:-10px}
.main-timeline6 .icon{width:110px;height:100%;text-align:center;position:absolute;top:0;left:0}
.main-timeline6 .icon i{font-size:60px;font-weight:700;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.main-timeline6 .title{font-size:22px;font-weight:700;color:#fff;margin:0 0 5px}
.main-timeline6 .description{font-size:14px;color:#fff;margin:0}
.main-timeline6 .timeline:nth-child(2n) .icon,.main-timeline6 .timeline:nth-child(2n):after,.main-timeline6 .timeline:nth-child(2n):before{left:auto;right:0}
.main-timeline6 .timeline:nth-child(2n):after{right:-3px}
.main-timeline6 .timeline:nth-child(2n) .timeline-content{float:left;padding:0 30px 30px 0;margin:0 0 0 15px}
.main-timeline6 .timeline:nth-child(2n) .timeline-content:after,.main-timeline6 .timeline:nth-child(2n) .timeline-content:before{left:auto;right:-13px}
.main-timeline6 .timeline:nth-child(2n) .timeline-content:after{right:30%;margin-right:-25px}
.main-timeline6 .timeline:nth-child(2n) .year{padding:0 50px 0 0;color:#05b1ff}
.main-timeline6 .timeline:nth-child(2n) .content-inner{padding:35px 110px 35px 15px;margin:0 0 0 -15px;border-radius:0 150px 150px 0}
.main-timeline6 .timeline:nth-child(2n) .content-inner:after,.main-timeline6 .timeline:nth-child(2n) .content-inner:before{border:none;border-right:15px solid #027dcd;border-top:10px solid transparent;right:auto;left:0}
.main-timeline6 .timeline:nth-child(2n) .content-inner:after{border-top:none;border-bottom:10px solid transparent}
.main-timeline6 .timeline:nth-child(2){margin-top:200px}
.main-timeline6 .timeline:nth-child(odd){margin:-190px 0 0}
.main-timeline6 .timeline:nth-child(even){margin-bottom:70px}
.main-timeline6 .timeline:first-child,.main-timeline6 .timeline:last-child:nth-child(even){margin:0}
.main-timeline6 .timeline:nth-child(2n) .content-inner,.main-timeline6 .timeline:nth-child(2n) .timeline-content:after,.main-timeline6 .timeline:nth-child(2n) .timeline-content:before,.main-timeline6 .timeline:nth-child(2n):after,.main-timeline6 .timeline:nth-child(2n):before{background:#05b1ff}
.main-timeline6 .timeline:nth-child(3n) .content-inner,.main-timeline6 .timeline:nth-child(3n) .timeline-content:after,.main-timeline6 .timeline:nth-child(3n) .timeline-content:before,.main-timeline6 .timeline:nth-child(3n):after,.main-timeline6 .timeline:nth-child(3n):before{background:#00a3a9}
.main-timeline6 .timeline:nth-child(3n) .content-inner:after,.main-timeline6 .timeline:nth-child(3n) .content-inner:before{border-left-color:#006662}
.main-timeline6 .timeline:nth-child(3n) .year{color:#00a3a9}
.main-timeline6 .timeline:nth-child(4n) .content-inner,.main-timeline6 .timeline:nth-child(4n) .timeline-content:after,.main-timeline6 .timeline:nth-child(4n) .timeline-content:before,.main-timeline6 .timeline:nth-child(4n):after,.main-timeline6 .timeline:nth-child(4n):before{background:#f92534}
.main-timeline6 .timeline:nth-child(4n) .content-inner:after,.main-timeline6 .timeline:nth-child(4n) .content-inner:before{border-right-color:#92070e}
.main-timeline6 .timeline:nth-child(4n) .year{color:#f92534}
@media only screen and (max-width:990px) and (min-width:768px){.main-timeline6 .timeline:after{height:80%}
}
@media only screen and (max-width:767px){.main-timeline6 .timeline:last-child,.main-timeline6 .timeline:nth-child(even),.main-timeline6 .timeline:nth-child(odd){margin:0}
.main-timeline6 .timeline{width:95%;margin:15px 15px 15px 0!important}
.main-timeline6 .timeline .timeline-content:after,.main-timeline6 .timeline .timeline-content:before,.main-timeline6 .timeline:after,.main-timeline6 .timeline:before{display:none}
.main-timeline6 .timeline-content,.main-timeline6 .timeline:nth-child(2n) .timeline-content{width:100%;float:none;padding:0 0 30px 30px;margin:0}
.main-timeline6 .content-inner,.main-timeline6 .timeline:nth-child(2n) .content-inner{padding:35px 15px 35px 110px;margin:0 -15px 0 0;border-radius:150px 0 0 150px}
.main-timeline6 .timeline:nth-child(2n) .content-inner:after,.main-timeline6 .timeline:nth-child(2n) .content-inner:before{border:none;border-left:15px solid #027dcd;border-top:10px solid transparent;right:0;left:auto}
.main-timeline6 .timeline:nth-child(2n) .content-inner:after{border-top:none;border-bottom:10px solid transparent}
.main-timeline6 .timeline:nth-child(2n) .icon{top:0;left:0}
.main-timeline6 .timeline:nth-child(4n) .content-inner:after,.main-timeline6 .timeline:nth-child(4n) .content-inner:before{border-left-color:#92070e}
}

/******************* Timeline Demo - 7 *****************/
.main-timeline7{overflow:hidden;position:relative}
.main-timeline7 .timeline{width:50%;float:left;z-index:1;position:relative}
.main-timeline7 .timeline:after,.main-timeline7 .timeline:before{content:"";display:block;clear:both}
.main-timeline7 .timeline:before{content:"";width:40px;height:90%;background:#727cb6;position:absolute;top:10%;right:-20px}
.main-timeline7 .timeline:last-child:before{height:0}
.main-timeline7 .timeline-icon{width:80px;height:80px;border-radius:50%;background:#727cb6;overflow:hidden;text-align:center;position:absolute;top:0;right:-40px;z-index:3}
.main-timeline7 .timeline-icon:before{content:"";width:60px;height:60px;border-radius:50%;background:#fff;border:2px solid #727cb6;box-shadow:0 0 0 4px #a5afe4;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}
.main-timeline7 .timeline-icon i{font-size:35px;color:#303a3b;line-height:80px;z-index:1;position:relative}
.main-timeline7 .year{display:block;padding:0 60px 0 30px;font-size:30px;color:#303a3b;text-align:right;border-bottom:2px solid #303a3b;z-index:2;position:relative}
.main-timeline7 .year:before{content:"";display:block;width:30px;height:30px;border-radius:50%;background:#727cb6;border:5px solid #fff;box-shadow:0 0 0 4px #727cb6;margin:auto;position:absolute;bottom:-15px;left:4px}
.main-timeline7 .year:after{content:"";border-left:10px solid #303a3b;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-11px;left:50px}
.main-timeline7 .timeline-content{padding:18px 60px 18px 40px;text-align:right;position:relative;z-index:1}
.main-timeline7 .timeline-content:after,.main-timeline7 .timeline-content:before{content:"";width:80px;height:150px;border-radius:50%;background:#fff;position:absolute;top:-7%;right:15px;z-index:-1}
.main-timeline7 .timeline-content:after{left:auto;right:-95px}
.main-timeline7 .timeline:last-child .timeline-content:after,.main-timeline7 .timeline:last-child .timeline-content:before{width:0;height:0}
.main-timeline7 .title{font-size:22px;font-weight:700;color:#727cb6;margin-top:0}
.main-timeline7 .description{font-size:15px;color:#7f8386;line-height:25px}
.main-timeline7 .timeline:nth-child(2){margin-top:140px}
.main-timeline7 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline7 .timeline:nth-child(odd){margin:-140px 0 0}
.main-timeline7 .timeline:first-child,.main-timeline7 .timeline:last-child:nth-child(even){margin:0!important}
.main-timeline7 .timeline:nth-child(2n) .timeline-icon,.main-timeline7 .timeline:nth-child(2n):before{right:auto;left:-20px;background:#e77e21}
.main-timeline7 .timeline:nth-child(2n) .timeline-icon{left:-40px}
.main-timeline7 .timeline:nth-child(2n) .year{padding:0 30px 0 60px;text-align:left}
.main-timeline7 .timeline:nth-child(2n) .year:before{left:auto;right:3px}
.main-timeline7 .timeline:nth-child(2n) .year:after{border-left:none;border-right:10px solid #303a3b;right:50px}
.main-timeline7 .timeline:nth-child(2n) .timeline-content{padding:18px 40px 18px 60px;text-align:left}
.main-timeline7 .timeline:nth-child(2n) .timeline-content:before{left:-95px}
.main-timeline7 .timeline:nth-child(2n) .timeline-content:after{left:15px}
.main-timeline7 .timeline:nth-child(2n) .timeline-icon:before{border-color:#e77e21;box-shadow:0 0 0 4px #f1a563}
.main-timeline7 .timeline:nth-child(2n) .year:before{background:#e77e21;box-shadow:0 0 0 4px #e77e21}
.main-timeline7 .timeline:nth-child(2n) .title{color:#e77e21}
.main-timeline7 .timeline:nth-child(3n) .timeline-icon,.main-timeline7 .timeline:nth-child(3n):before{background:#008b8b}
.main-timeline7 .timeline:nth-child(3n) .timeline-icon:before{border-color:#008b8b;box-shadow:0 0 0 4px #50b5b4}
.main-timeline7 .timeline:nth-child(3n) .year:before{background:#008b8b;box-shadow:0 0 0 4px #008b8b}
.main-timeline7 .timeline:nth-child(3n) .title{color:#008b8b}
.main-timeline7 .timeline:nth-child(4n) .timeline-icon,.main-timeline7 .timeline:nth-child(4n):before{background:#ed687c}
.main-timeline7 .timeline:nth-child(4n) .timeline-icon:before{border-color:#ed687c;box-shadow:0 0 0 4px #f798a8}
.main-timeline7 .timeline:nth-child(4n) .year:before{background:#ed687c;box-shadow:0 0 0 4px #ed687c}
.main-timeline7 .timeline:nth-child(4n) .title{color:#ed687c}
@media only screen and (max-width:990px){.main-timeline7 .timeline{width:100%}
.main-timeline7 .timeline:nth-child(even),.main-timeline7 .timeline:nth-child(odd){margin:0}
.main-timeline7 .timeline:before,.main-timeline7 .timeline:nth-child(2n):before{width:30px;height:100%;left:25px}
.main-timeline7 .timeline-icon,.main-timeline7 .timeline:nth-child(2n) .timeline-icon{left:0}
.main-timeline7 .timeline:nth-child(2n) .year,.main-timeline7 .year{text-align:left;padding:0 30px 0 100px}
.main-timeline7 .timeline:nth-child(2n) .year:before,.main-timeline7 .year:before{left:auto;right:4px}
.main-timeline7 .year:after{left:auto;right:50px;border-right:10px solid #303a3b;border-left:none}
.main-timeline7 .timeline-content .description{color:#666}
.main-timeline7 .timeline-content,.main-timeline7 .timeline:nth-child(2n) .timeline-content{text-align:left;padding:18px 40px 18px 100px}
.main-timeline7 .timeline-content:after,.main-timeline7 .timeline-content:before{width:0;height:0}
}

/******************* Timeline Demo - 8 *****************/
.main-timeline8{overflow:hidden;position:relative}
.main-timeline8:after,.main-timeline8:before{content:"";display:block;width:100%;clear:both}
.main-timeline8:before{content:"";width:3px;height:100%;background:#d6d5d5;position:absolute;top:30px;left:50%}
.main-timeline8 .timeline{width:50%;float:left;padding-right:30px;position:relative}
.main-timeline8 .timeline-icon{width:32px;height:32px;border-radius:50%;background:#fff;border:3px solid #fe6847;position:absolute;top:5.5%;right:-17.5px}
.main-timeline8 .year{display:block;padding:10px;margin:0;font-size:30px;color:#fff;border-radius:0 50px 50px 0;background:#fe6847;text-align:center;position:relative}
.main-timeline8 .year:before{content:"";border-top:35px solid #f59c8b;border-left:35px solid transparent;position:absolute;bottom:-35px;left:0}
.main-timeline8 .timeline-content{padding:30px 20px;margin:0 45px 0 35px;background:#f2f2f2}
.main-timeline8 .title{font-size:19px;font-weight:700;color:#504f54;margin:0 0 10px}
.main-timeline8 .description{font-size:14px;color:#7d7b7b;margin:0}
.main-timeline8 .timeline:nth-child(2n){padding:0 0 0 30px}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon{right:auto;left:-14.5px}
.main-timeline8 .timeline:nth-child(2n) .year{border-radius:50px 0 0 50px;background:#7eda99}
.main-timeline8 .timeline:nth-child(2n) .year:before{border-left:none;border-right:35px solid transparent;left:auto;right:0}
.main-timeline8 .timeline:nth-child(2n) .timeline-content{text-align:right;margin:0 35px 0 45px}
.main-timeline8 .timeline:nth-child(2){margin-top:70px}
.main-timeline8 .timeline:nth-child(odd){margin:-175px 0 0}
.main-timeline8 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline8 .timeline:first-child,.main-timeline8 .timeline:last-child:nth-child(even){margin:0}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon{border-color:#7eda99}
.main-timeline8 .timeline:nth-child(2n) .year:before{border-top-color:#92efad}
.main-timeline8 .timeline:nth-child(3n) .timeline-icon{border-color:#8a5ec1}
.main-timeline8 .timeline:nth-child(3n) .year{background:#8a5ec1}
.main-timeline8 .timeline:nth-child(3n) .year:before{border-top-color:#a381cf}
.main-timeline8 .timeline:nth-child(4n) .timeline-icon{border-color:#f98d9c}
.main-timeline8 .timeline:nth-child(4n) .year{background:#f98d9c}
.main-timeline8 .timeline:nth-child(4n) .year:before{border-top-color:#f2aab3}
@media only screen and (max-width:767px){.main-timeline8{overflow:visible}
.main-timeline8:before{top:0;left:0}
.main-timeline8 .timeline:nth-child(2),.main-timeline8 .timeline:nth-child(even),.main-timeline8 .timeline:nth-child(odd){margin:0}
.main-timeline8 .timeline{width:100%;float:none;padding:0 0 0 30px;margin-bottom:20px!important}
.main-timeline8 .timeline:last-child{margin:0!important}
.main-timeline8 .timeline-icon{right:auto;left:-14.5px}
.main-timeline8 .year{border-radius:50px 0 0 50px}
.main-timeline8 .year:before{border-left:none;border-right:35px solid transparent;left:auto;right:0}
.main-timeline8 .timeline-content{margin:0 35px 0 45px}
}

/******************* Timeline Demo - 9 *****************/
.main-timeline9{position:relative}
.main-timeline9:after,.main-timeline9:before{content:"";display:block;width:100%;clear:both}
.main-timeline9:before{content:"";width:3px;height:100%;background:#302124;position:absolute;top:0;left:50%}
.main-timeline9 .timeline{width:50%;float:left;position:relative;z-index:1}
.main-timeline9 .timeline:after,.main-timeline9 .timeline:before{content:"";display:block;width:100%;clear:both}
.main-timeline9 .timeline:first-child:before,.main-timeline9 .timeline:last-child:before{content:"";width:25px;height:25px;border-radius:50%;background:#fff;border:4px solid #cca872;position:absolute;top:0;right:-14px;z-index:1}
.main-timeline9 .timeline:last-child:before{top:auto;bottom:0}
.main-timeline9 .timeline:last-child:nth-child(even):before{right:auto;left:-12px;bottom:-2px}
.main-timeline9 .timeline-content{text-align:center;margin-top:8px;position:relative;transition:all .3s ease 0s}
.main-timeline9 .timeline-content:before{content:"";width:100%;height:5px;background:#cca872;position:absolute;top:88px;left:0;z-index:-1}
.main-timeline9 .circle{width:180px;height:180px;border-radius:50%;background:#fff;border:8px solid #cca872;float:left;margin-right:25px;position:relative}
.main-timeline9 .circle span:after,.main-timeline9 .circle span:before,.main-timeline9 .circle:before{content:"";margin:auto;position:absolute;right:-33px;bottom:0;z-index:-1}
.main-timeline9 .circle:before{width:26px;height:30px;background:#cca872;top:0;box-shadow:inset 7px 0 9px -7px #444}
.main-timeline9 .circle span{display:block;width:100%;height:100%;border-radius:50%;line-height:160px;border:3px solid #adabab;font-size:80px;color:#454344}
.main-timeline9 .circle span:after,.main-timeline9 .circle span:before{width:28px;height:50px;background:#fff;border-radius:0 0 0 21px;top:-54px}
.main-timeline9 .circle span:after{border-radius:21px 0 0;top:0;bottom:-56px}
.main-timeline9 .content{display:table;padding-right:40px;position:relative}
.main-timeline9 .year{display:block;padding:10px;margin:10px 0 50px;background:#cca872;border-radius:7px;font-size:25px;color:#fff}
.main-timeline9 .title{font-size:25px;font-weight:700;color:#cca872;margin-top:0}
.main-timeline9 .icon span:after,.main-timeline9 .icon span:before,.main-timeline9 .icon:before{content:"";height:25px;margin:auto;position:absolute;bottom:0;z-index:-1;left:-15px}
.main-timeline9 .description{font-size:14px;color:#a6a6a6;text-align:justify}
.main-timeline9 .icon{width:25px;height:25px;border-radius:50%;background:#fff;border:4px solid #cca872;position:absolute;top:78px;right:-14px}
.main-timeline9 .icon:before{width:15px;background:#cca872;top:-1px}
.main-timeline9 .icon span:after,.main-timeline9 .icon span:before{width:21px;background:#fff;border-radius:0 0 21px;top:-30px}
.main-timeline9 .icon span:after{border-radius:0 21px 0 0;top:0;left:-15px;bottom:-30px}
.main-timeline9 .timeline:nth-child(2n) .circle,.main-timeline9 .timeline:nth-child(2n) .timeline-content{float:right}
.main-timeline9 .timeline:nth-child(2n) .circle{margin:0 0 0 25px}
.main-timeline9 .timeline:nth-child(2n) .circle:before{right:auto;left:-33px;box-shadow:-7px 0 9px -7px #444 inset}
.main-timeline9 .timeline:nth-child(2n) .circle span:after,.main-timeline9 .timeline:nth-child(2n) .circle span:before{right:auto;left:-33px;border-radius:0 0 21px}
.main-timeline9 .timeline:nth-child(2n) .circle span:after{border-radius:0 21px 0 0}
.main-timeline9 .timeline:nth-child(2n) .content{padding:0 0 0 40px;margin-left:2px}
.main-timeline9 .timeline:nth-child(2n) .icon{right:auto;left:-14px}
.main-timeline9 .timeline:nth-child(2n) .icon span:after,.main-timeline9 .timeline:nth-child(2n) .icon span:before,.main-timeline9 .timeline:nth-child(2n) .icon:before{left:auto;right:-15px}
.main-timeline9 .timeline:nth-child(2n) .icon span:before{border-radius:0 0 0 21px}
.main-timeline9 .timeline:nth-child(2n) .icon span:after{border-radius:21px 0 0}
.main-timeline9 .timeline:nth-child(2){margin-top:180px}
.main-timeline9 .timeline:nth-child(odd){margin:-175px 0 0}
.main-timeline9 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline9 .timeline:first-child,.main-timeline9 .timeline:last-child:nth-child(even){margin:0}
@media only screen and (max-width:990px){.main-timeline9:before{left:100%}
.main-timeline9 .timeline{width:100%;float:none;margin-bottom:20px!important}
.main-timeline9 .timeline:first-child:before,.main-timeline9 .timeline:last-child:before{left:auto!important;right:-13px!important}
.main-timeline9 .timeline:nth-child(2n) .circle{float:left;margin:0 25px 0 0}
.main-timeline9 .timeline:nth-child(2n) .circle:before{right:-33px;left:auto;box-shadow:7px 0 9px -7px #444 inset}
.main-timeline9 .timeline:nth-child(2n) .circle span:after,.main-timeline9 .timeline:nth-child(2n) .circle span:before{right:-33px;left:auto;border-radius:0 0 0 21px}
.main-timeline9 .timeline:nth-child(2n) .circle span:after{border-radius:21px 0 0}
.main-timeline9 .timeline:nth-child(2n) .content{padding:0 40px 0 0;margin-left:0}
.main-timeline9 .timeline:nth-child(2n) .icon{right:-14px;left:auto}
.main-timeline9 .timeline:nth-child(2n) .icon span:after,.main-timeline9 .timeline:nth-child(2n) .icon span:before,.main-timeline9 .timeline:nth-child(2n) .icon:before{left:-15px;right:auto}
.main-timeline9 .timeline:nth-child(2n) .icon span:before{border-radius:0 0 21px}
.main-timeline9 .timeline:nth-child(2n) .icon span:after{border-radius:0 21px 0 0}
.main-timeline9 .timeline:nth-child(2),.main-timeline9 .timeline:nth-child(even),.main-timeline9 .timeline:nth-child(odd){margin:0}
}
@media only screen and (max-width:480px){.main-timeline9:before{left:0}
.main-timeline9 .timeline:first-child:before,.main-timeline9 .timeline:last-child:before{left:-12px!important;right:auto!important}
.main-timeline9 .circle,.main-timeline9 .timeline:nth-child(2n) .circle{width:130px;height:130px;float:none;margin:0 auto}
.main-timeline9 .timeline-content:before{width:99.5%;top:68px;left:.5%}
.main-timeline9 .circle span{line-height:115px;font-size:60px}
.main-timeline9 .circle span:after,.main-timeline9 .circle span:before,.main-timeline9 .circle:before,.main-timeline9 .icon{display:none}
.main-timeline9 .content,.main-timeline9 .timeline:nth-child(2n) .content{padding:0 10px}
.main-timeline9 .year{margin-bottom:15px}
.main-timeline9 .description{text-align:center}
}

/******************* Timeline Demo - 10 *****************/
.main-timeline10:after,.main-timeline10:before{content:"";display:block;width:100%;clear:both}
.main-timeline10 .timeline{padding:0;display:-webkit-inline-box}
.main-timeline10 .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:24%}
.main-timeline10 .timeline-inner{text-align:center;margin:20px 20px 35px 35px;position:relative}
.main-timeline10 .timeline-inner:after{content:"";width:120%;height:3px;background:#555;position:absolute;bottom:0;left:10%}
.main-timeline10 .timeline:last-child .timeline-inner:after{width:0}
.main-timeline10 .year{background:#58b25e;padding:5px 0;border-radius:30px 0;font-size:26px;font-weight:700;color:#fff;z-index:1;position:relative}
.main-timeline10 .year:after,.main-timeline10 .year:before{position:absolute;top:-19px;content:""}
.main-timeline10 .year:before{right:0;border:10px solid transparent;border-bottom:10px solid #58b25e;border-right:10px solid #58b25e}
.main-timeline10 .year:after{width:25px;height:19px;border-radius:0 0 20px;background:#fff;right:1px}
.main-timeline10 .timeline-content{padding:10px 10px 30px;border-left:3px solid #58b25e;position:relative}
.main-timeline10 .timeline-content:before{content:"";position:absolute;top:0;left:-1px;border:10px solid transparent;border-top:10px solid #58b25e;border-left:10px solid #58b25e}
.main-timeline10 .timeline-content:after{content:"";width:25px;height:19px;border-radius:20px 0 0;background:#fff;position:absolute;top:0;left:0}
.main-timeline10 .post{font-size:26px;color:#333}
.main-timeline10 .description{font-size:14px;color:#333}
.main-timeline10 .timeline-icon{width:70px;height:70px;line-height:65px;border-radius:50%;border:5px solid #58b25e;background:#fff;font-size:30px;color:#555;z-index:1;position:absolute;bottom:-35px;left:-35px}
.main-timeline10 .timeline:nth-child(2n) .year{background:#9f84c4}
.main-timeline10 .timeline:nth-child(2n) .year:before{border-bottom-color:#9f84c4;border-right-color:#9f84c4}
.main-timeline10 .timeline:nth-child(2n) .timeline-content{border-left-color:#9f84c4}
.main-timeline10 .timeline:nth-child(2n) .timeline-content:before{border-top-color:#9f84c4;border-left-color:#9f84c4}
.main-timeline10 .timeline:nth-child(2n) .timeline-icon{border-color:#9f84c4}
.main-timeline10 .timeline:nth-child(3n) .year{background:#f35958}
.main-timeline10 .timeline:nth-child(3n) .year:before{border-bottom-color:#f35958;border-right-color:#f35958}
.main-timeline10 .timeline:nth-child(3n) .timeline-content{border-left-color:#f35958}
.main-timeline10 .timeline:nth-child(3n) .timeline-content:before{border-top-color:#f35958;border-left-color:#f35958}
.main-timeline10 .timeline:nth-child(3n) .timeline-icon{border-color:#f35958}
.main-timeline10 .timeline:nth-child(4n) .year{background:#e67e49}
.main-timeline10 .timeline:nth-child(4n) .year:before{border-bottom-color:#e67e49;border-right-color:#e67e49}
.main-timeline10 .timeline:nth-child(4n) .timeline-content{border-left-color:#e67e49}
.main-timeline10 .timeline:nth-child(4n) .timeline-content:before{border-top-color:#e67e49;border-left-color:#e67e49}
.main-timeline10 .timeline:nth-child(4n) .timeline-icon{border-color:#e67e49}
@media only screen and (max-width:990px){.main-timeline10 .timeline-inner:after{width:110%}
.main-timeline10 .timeline:nth-child(2n) .timeline-inner:after{width:0}
}
@media only screen and (max-width:767px){.main-timeline10 .timeline{margin-bottom:50px}
.main-timeline10 .timeline-inner:after,.main-timeline10 .timeline:nth-child(2n) .timeline-inner:after{width:100%;height:3px;left:0}
}

/******************* Timeline Demo - 11 *****************/
.main-timeline11{overflow:hidden;position:relative}
.main-timeline11:before{content:"";width:7px;height:100%;background:#909090;position:absolute;top:0;left:50%;transform:translateX(-50%)}
.main-timeline11 .timeline{width:50%;padding-left:50px;float:right;position:relative}
.main-timeline11 .timeline:after,.main-timeline11 .timeline:before{position:absolute;content:"";top:50%;transform:translateY(-50%)}
.main-timeline11 .timeline:before{width:30px;height:30px;border-radius:50%;background:#909090;border:7px solid #fff;left:-15px}
.main-timeline11 .timeline:after{display:block;border-right:30px solid #ee4423;border-top:20px solid transparent;border-bottom:20px solid transparent;left:24px}
.main-timeline11 .timeline-content{display:block;padding:25px;border-radius:100px;background:#ee4423;position:relative}
.main-timeline11 .timeline-content:after,.main-timeline11 .timeline-content:before{content:"";display:block;width:100%;clear:both}
.main-timeline11 .timeline-content:hover{text-decoration:none}
.main-timeline11 .inner-content{width:70%;float:right;padding:15px 20px 15px 15px;background:#fff;border-radius:0 100px 100px 0;color:#ee4423}
.main-timeline11 .year{display:inline-block;font-size:50px;font-weight:600;color:#fff;position:absolute;top:50%;left:7%;transform:translateY(-50%)}
.main-timeline11 .title{font-size:24px;font-weight:600;text-transform:uppercase;margin:0 0 5px}
.main-timeline11 .description{font-size:14px;margin:0 0 5px}
.main-timeline11 .timeline:nth-child(2n){padding:0 50px 0 0}
.main-timeline11 .timeline:nth-child(2n) .year,.main-timeline11 .timeline:nth-child(2n):before{left:auto;right:-15px}
.main-timeline11 .timeline:nth-child(2n) .year{right:7%}
.main-timeline11 .timeline:nth-child(2n):after{border-right:none;border-left:30px solid #ee4423;left:auto;right:24px;border-left-color:#f68829}
.main-timeline11 .timeline:nth-child(2n) .inner-content{float:none;border-radius:100px 0 0 100px;text-align:right}
.main-timeline11 .timeline:nth-child(2){margin-top:130px}
.main-timeline11 .timeline:nth-child(odd){margin:-130px 0 0}
.main-timeline11 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline11 .timeline:first-child,.main-timeline11 .timeline:last-child:nth-child(even){margin:0}
.main-timeline11 .timeline:nth-child(2n) .timeline-content{background:#f68829}
.main-timeline11 .timeline:nth-child(2n),.main-timeline11 .timeline:nth-child(2n) .inner-content{color:#f68829}
.main-timeline11 .timeline:nth-child(3n) .timeline-content{background:#2991d0}
.main-timeline11 .timeline:nth-child(3n),.main-timeline11 .timeline:nth-child(3n) .inner-content{color:#2991d0}
.main-timeline11 .timeline:nth-child(3n):after{border-right-color:#2991d0}
.main-timeline11 .timeline:nth-child(4n) .timeline-content{background:#9361aa}
.main-timeline11 .timeline:nth-child(4n),.main-timeline11 .timeline:nth-child(4n) .inner-content{color:#9361aa}
.main-timeline11 .timeline:nth-child(4n):after{border-left-color:#9361aa}
.main-timeline11 .timeline:nth-child(5n) .timeline-content{background:#a7be26}
.main-timeline11 .timeline:nth-child(5n),.main-timeline11 .timeline:nth-child(5n) .inner-content{color:#a7be26}
.main-timeline11 .timeline:nth-child(5n):after{border-right-color:#a7be26}
@media only screen and (max-width:1200px){.main-timeline11 .inner-content{width:80%}
.main-timeline11 .year{font-size:45px;left:10px;transform:translateY(-50%) rotate(-90deg)}
.main-timeline11 .timeline:nth-child(2n) .year{right:10px}
}
@media only screen and (max-width:990px){.main-timeline11 .year{font-size:40px;left:0}
.main-timeline11 .timeline:nth-child(2n) .year{right:0}
}
@media only screen and (max-width:767px){.main-timeline11 .timeline:before,.main-timeline11:before{left:10px;transform:translateX(0)}
.main-timeline11 .timeline:nth-child(2n):after{border-left:none;border-right:30px solid #ee4423;right:auto;left:24px;border-right-color:#f68829}
.main-timeline11 .timeline,.main-timeline11 .timeline:nth-child(even),.main-timeline11 .timeline:nth-child(odd){width:100%;float:none;margin:0 0 30px}
.main-timeline11 .timeline:last-child{margin-bottom:0}
.main-timeline11 .timeline:nth-child(2n){padding:0 0 0 50px}
.main-timeline11 .timeline:before,.main-timeline11 .timeline:nth-child(2n):before{left:-2px}
.main-timeline11 .inner-content{width:85%}
.main-timeline11 .timeline:nth-child(2n) .inner-content{float:right;border-radius:0 100px 100px 0;text-align:left}
.main-timeline11 .timeline:nth-child(2n) .year{right:auto;left:0}
.main-timeline11 .timeline:nth-child(3n):after{border-left-color:#2991d0}
.main-timeline11 .timeline:nth-child(4n):after{border-right-color:#9361aa}
.main-timeline11 .timeline:nth-child(5n):after{border-left-color:#a7be26}
}
@media only screen and (max-width:479px){.main-timeline11 .timeline-content{padding:15px}
.main-timeline11 .inner-content{width:80%}
.main-timeline11 .year{font-size:30px}
}

/******************* Timeline Demo - 12 *****************/
.main-timeline12 .timeline{padding:0 2px;position:relative;display:inline-block}
.main-timeline12 .col-md-2{-ms-flex:0 0 15.666667%;flex:0 0 15.666667%;max-width:15.666667%}
.main-timeline12 .timeline-icon{display:block;text-align:center;padding:20px 0 55px;z-index:1;position:relative}
.main-timeline12 .timeline:nth-child(2n) .timeline-icon{padding:55px 0 20px}
.main-timeline12 .timeline-icon:before{content:"";width:1px;height:75%;background:#39ae99;margin:0 auto;position:absolute;bottom:0;left:0;right:0;z-index:-1;transition:all .3s ease 0s}
.main-timeline12 .timeline:nth-child(2n) .timeline-icon:before{bottom:auto;top:0}
.main-timeline12 .timeline:hover .timeline-icon:before{background:#555}
.main-timeline12 .timeline-icon i{width:45px;height:45px;line-height:45px;border-radius:50%;background:#39ae99;font-size:14px;color:#fff;transition:all .3s ease 0s}
.main-timeline12 .timeline:hover .timeline-icon i{background:#555;animation:icon-load 2.5s ease 0s infinite}
.main-timeline12 .border{height:15px;background:#39ae99;margin-bottom:0;transition:all .3s ease 0s}
.main-timeline12 .timeline:hover .border{background:#555}
.main-timeline12 .timeline:first-child .border{border-radius:4px 0 0 4px}
.main-timeline12 .timeline:last-child .border{border-radius:0 4px 4px 0}
.main-timeline12 .timeline:nth-child(2n) .border{margin:18px 0 0}
.main-timeline12 .timeline-content{padding:15px;border:1px solid #ddd;background:#f9f9f9;border-radius:3px;transition:all .3s ease 0s}
.main-timeline12 .timeline:hover .timeline-content{background:#555}
.main-timeline12 .title{font-size:18px;font-weight:700;color:#39ae99;text-transform:uppercase;margin:0 0 10px;transition:all .3s ease 0s}
.main-timeline12 .timeline:hover .title{color:#fff}
.main-timeline12 .timeline-content .description{font-size:14px;color:#888;margin:0;transition:all .3s ease 0s}
.main-timeline12 .timeline:hover .description{color:#fff}
@keyframes icon-load{0%{transform:rotate(-12deg)}
8%{transform:rotate(12deg)}
10%,28%,30%,48%,50%,68%{transform:rotate(24deg)}
18%,20%,38%,40%,58%,60%{transform:rotate(-24deg)}
100%,75%{transform:rotate(0)}
}
@media only screen and (max-width:990px){.main-timeline12 .timeline{margin-bottom:20px}
}
@media only screen and (max-width:767px){.main-timeline12 .timeline-icon{padding-top:0}
.main-timeline12 .timeline:nth-child(2n) .timeline-icon{padding-bottom:0}
.main-timeline12 .border{margin-bottom:10px}
.main-timeline12 .timeline:nth-child(2n) .border{margin:10px 0 0}
.main-timeline12 .timeline-content{text-align:center}
}	   /*key points*/

/* Banners */

.banner-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -10px -10px;
}

.banner-wrap .banner-holder{
  padding: 10px 10px;
}

.banner-item{
  display: block;
  position: relative;
  font-size: 14px;
}

.banner-item > .banner-inner{
  background: #f6f6f6;
  padding: 35px 25px 35px 120px;
  overflow: hidden;
  position: relative;
  color: #000;
}

  .banner-item > .banner-inner > i{
    position: absolute;
    font-size: 180px;
    color: #d5d5d5;
    left: -50px;
    top: calc(50% - 90px);

    -ms-transform: rotate(-11deg);
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }

  .banner-item > .banner-inner > i.licon-clipboard-down{
    left: -80px;
  }

  .banner-item > .banner-inner > .banner-title{
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
  }

  .banner-item > .banner-inner > .banner-title:not(:last-child){
    margin-bottom: 15px;
  }

  .banner-item > .banner-inner > p:not(:last-child){
    margin-bottom: 20px;
  }

.banner-item.type-2{
  overflow: hidden;
}

  .banner-item.type-2 .banner-inner{
    position: absolute;
    width: 52%;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0;
    background: rgba(240,90,33,0.9);
    color: #fff;
  }

    .banner-item.type-2 > img{width: 100%;}

    .banner-item.type-2 .banner-content{
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      padding: 20px 30px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .banner-item.type-2 .banner-inner .banner-title{
      color: #000;
      font-weight: bold;
      line-height: 28px;
      text-transform: none;font-size:24px;
    }

    .banner-item.type-2 > .banner-inner p:not(:last-child){
      margin-bottom: 35px;
    }

    .banner-item.type-2 > .banner-inner .btn{
      padding-left: 30px;
      padding-right: 30px;
  background: #fff;
      color: #000;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease;
    }

    .banner-item.type-2:hover > .banner-inner .btn{
      background: #fff;
      color: #cc0000;
      border-color: transparent;
    }

  .banner-item.type-2.style-2 .banner-inner{
    background: rgba(0,141,198,0.9);
  }
@media only screen and (max-width: 1199px){
	
	

	.banner-item.type-2 .banner-inner{
		width: 50%;
	}

	.banner-item.type-2 .banner-inner .banner-title{
		font-size: 24px;
		line-height: 30px;
	}

	.banner-item.type-2 > .banner-inner > p:not(:last-child){
		margin-bottom: 20px;
	}

	.banner-item.type-2 .banner-inner .banner-content{
		padding: 20px;
	}

	

}
.parallex-small .parallex-text h1{font-size:40px}
@media only screen and (max-width:767px){.banner-item.type-2 .banner-inner{
		width: 50%;
	}.banner-item.type-2 .banner-inner .banner-title{display:none;font-size:14px;line-height:12px; margin-bottom: 2px;} .banner-item.type-2 > .banner-inner .btn{
      padding-left: 10px;
      padding-right: 10px;padding-top:5px;padding-bottom:5px;
  background: #fff;
      color: #000;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease;
    }
.banner-item.type-2 .banner-inner hr{display:none}.parallex-small .parallex-text h1{font-size:24px; line-height:26px}#banner.hero-3 {
    background: #333333 url("../images/slider/9.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0 60px;
    height: 900px;
    position: relative;
}#banner.hero-4 {
    background: #333333 url("../images/slider/9.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0 60px;
    height: 800px;
    position: relative;
}

}
@media only screen and (max-width:479px){.banner-item.type-2 .banner-inner{
		width: 50%;
	}.banner-item.type-2 .banner-inner .banner-title{display:none;font-size:14px;line-height:12px;margin-bottom: 2px;}.banner-item.type-2 > .banner-inner .btn{
      padding-left: 10px;
      padding-right: 10px;padding-top:5px;padding-bottom:5px;
  background: #fff;
      color: #000;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease;
    }.banner-item.type-2 .banner-inner hr{display:none}.parallex-small .parallex-text h1{font-size:24px;line-height:26px}#banner.hero-3 {
    background: #333333 url("../images/slider/9.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0 60px;
    height: 900px;
    position: relative;
}#banner.hero-4 {
    background: #333333 url("../images/slider/9.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0 60px;
    height: 800px;
    position: relative;
}
}