/*   AUTHOR: Suraj kc suraj.kc@Outlook.com */

body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  color: #666666;
  text-shadow: none !important;
  overflow-x: hidden; }

a,
a:focus,
a:active {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  margin-top: 0px; }

/*------------------------------
HEADER
------------------------------ */
.site-header-1 .main-bar {
  height: 100px !important;
  float: left;
  width: 100%; }

header.site-header {
  position: relative;
  background-color: #fff;
  border-top: 5px solid #0c4da2; }

header.site-header-1 {
  min-height: 115px; }

#logo {
  position: absolute;
  margin-top: 25px; }

/*	site-desktop-menu	*/
nav.site-desktop-menu {
  width: auto;
  float: left;
  margin-top: 15px;
  margin-left: 20px; }

nav.site-desktop-menu > ul {
  float: right;
  position: relative;
  z-index: 100;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px; }

nav.site-desktop-menu > ul > li {
  width: auto;
  margin: 0px;
  display: inline-block;
  vertical-align: bottom;
  float: left;
  line-height: 65px;
  position: relative; }

nav.site-desktop-menu > ul > li.active > a {
  color: #f68e36; }

nav.site-desktop-menu > ul > li > a {
  text-transform: capitalize;
  margin-top: 20px;
  /*line-height: 114px;*/
  padding: 0px 18px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  color: #555555;
  -webkit-transition: .5s;
  transition: .5s; }

nav.site-desktop-menu > ul > li > a:hover {
  color: #f68e36;
}

nav.site-desktop-menu > ul > li > ul {
  position: absolute;
  top: 110px;
  left: 18px;
  background-color: #0c4da2;
  width: 260px;
  border-top-width: 3px;
  border-top-style: solid;
  border-color: #f68e36;
  display: none;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left; }

nav.site-desktop-menu > ul > li:last-child > ul {
  right: 0;
  left: inherit; }

nav.site-desktop-menu > ul > li > ul {
  border-bottom: 0px;
  border-right: 0;
  border-left: 0;
  position: absolute;
  top: 96px;
  left: 18px;
  background-color: #0c4da2;
  width: 260px;
  border-top-width: 3px;
  border-top-style: solid;
  border-color: #f68e36;
  /* display: none; */
  z-index: 100;
  margin: 0px;
  padding: 0;
  list-style: none;
  text-align: left; }

nav.site-desktop-menu > ul > li > ul li {
  line-height: 40px;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(9, 53, 111, 0.56); }

nav.site-desktop-menu > ul > li > ul a {
  color: #fff;
  text-transform: capitalize;
  padding: 0px 20px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  font-size: 13px;
  padding: 10px 20px; }

nav.site-desktop-menu > ul > li > ul a:hover {
  background: #f68e36; }

nav.site-desktop-menu > ul li {
  position: relative; }

nav.site-desktop-menu > ul > li ul ul {
  width: 260px;
  right: -260px;
  top: -3px;
  border: 0px solid #f00;
  position: absolute;
  background-color: #0c4da2;
  border-top-width: 3px;
  border-top-style: solid;
  border-color: #f68e36;
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px; }

/* site-desktop-menu-2 */
.site-header-2 .sub-header {
  border-top: 1px solid #f2f2f2; }

.site-header-2 .main-bar {
  padding-bottom: 40px; }

.site-header-2 .main-bar #logo {
  margin-top: 15px; }

.site-header-2 .main-bar .header-buttons {
  margin-top: 36px; }

nav.site-desktop-menu-2 {
  margin-left: 0px; }

nav.site-desktop-menu-2 > ul {
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px; }

nav.site-desktop-menu-2 > ul > li > a {
  line-height: 53px; }

nav.site-desktop-menu-2 > ul > li {
  margin-left: 0px;
  margin: 0px;
  display: inline-block;
  vertical-align: bottom;
  float: left; }

nav.site-desktop-menu-2 > ul > li:first-child > a {
  padding-left: 0px; }

nav.site-desktop-menu-2 > ul > li:first-child > ul {
  left: 0px; }

nav.site-desktop-menu-2 > ul > li:first-child {
  margin-left: 0px; }

nav.site-desktop-menu-2 > ul > li > ul {
  top: 53px; }



/* sticky header menu 2 */
.site-header-2 .stuck .sub-header {
  border-top: 0px solid #0c4da2;
  float: none;
  width: 100%;
  position: fixed;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.site-header-2 .stuck .main-bar {
  display: none; }

/* site-desktop-menu-3 */
header.site-header-3 #logo {
  position: absolute;
  top: 28px;
  margin-top: 0px; }

header.site-header-3 nav.site-desktop-menu {
  float: right;
  margin-left: 0px;
  margin-top: 24px; }

header.site-header-3 nav.site-desktop-menu > ul > li:last-child {
  margin-right: 0px; }

header.site-header-3 nav.site-desktop-menu > ul > li:last-child a {
  padding-right: 0px; }

header.site-header-3 nav.site-desktop-menu > ul > li > a {
  line-height: 56px; }

header.site-header-3 nav.site-desktop-menu > ul > li > ul {
  top: 56px; }

header.site-header-3 .header-buttons {
  margin-top: 15px;
  width: 100%; }

header.site-header-3 .header-buttons > * {
  float: right; }

header.site-header-3 .header-buttons > *:first-child {
  margin-left: 28px; }

/* Sticky site header 3 */
header.site-header-3 .stuck {
  border-top: 5px solid #0c4da2; }

header.site-header-3 .stuck .header-buttons {
  display: none; }

header.site-header-3 .stuck #logo {
  position: static;
  top: inherit;
  margin-top: 15px;
  float: left; }

header.site-header-3 .stuck nav.site-desktop-menu {
  margin-top: 0px; }

header.site-header-3 .stuck nav.site-desktop-menu > ul > li > a {
  line-height: 80px; }

header.site-header-3 .stuck nav.site-desktop-menu > ul > li > ul {
  top: 80px; }

/*	site-mobile-menu	*/
.site-header .btn-mobile-menu {
  display: inline-block;
  float: right;
  width: 40px;
  margin: 37px 0;
  cursor: pointer; }

.site-header .btn-mobile-menu i {
  width: 100%;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  color: #b1b5b8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.site-header .btn-mobile-menu:hover i,
.site-header .btn-mobile-menu.clicked i {
  background-color: #0c4da2;
  color: #fff;
  border: 1px solid #0c4da2; }

nav.site-mobile-menu {
  width: 100%;
  float: left;
  margin-top: -57px;
  position: relative;
  border: 0px solid #f00; }

nav.site-mobile-menu > ul {
  position: absolute;
  top: 54px;
  width: 100%;
  z-index: 50000;
  border-top-color: #0c4da2;
  border-top-width: 3px;
  border-top-style: solid;
  background-color: #0c4da2;
  display: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

nav.site-mobile-menu > ul li {
  position: relative;
  -webkit-transition: background-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s, background-color 0.4s ease 0s; }

nav.site-mobile-menu > ul > li {
  float: left;
  width: 100%;
  border: 0px solid rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px; }

nav.site-mobile-menu > ul > li a {
  line-height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
  color: #fff;
  width: 100%;
  display: block;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s; }

nav.site-mobile-menu > ul > li a:hover {
  background: #f68e36; }

nav.site-mobile-menu > ul > li ul {
  width: 100%;
  float: left;
  background-color: #0c4da2;
  display: none;
  list-style: none;
  padding: 0px;
  margin: 0px; }

nav.site-mobile-menu > ul > li ul li {
  width: 100%;
  float: left;
  border: 0px solid rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px; }

nav.site-mobile-menu > ul li i.fa {
  color: #fff;
  cursor: pointer;
  line-height: 40px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0; }

nav.site-mobile-menu li > ul {
  display: none; }

/*	gray-line	*/
.gray-line {
  width: 100%;
  float: left;
  background-color: #f2f2f2;
  height: 3px;
  z-index: 99;
  position: relative;
  margin-top: -4px; }

.gray-line3 {
  width: 100%;
  float: left;
  background-color: #f2f2f2;
  height: 3px;
  z-index: 99;
  position: relative;
  margin-top: -1px; }

.gray-line-2 {
  height: 1px;
  margin-top: -1px;
  background-color: #f2f2f2; }

.gray-line-3 {
  top: 166px; }

/* Header Contact
	------------------------------ */
.header-contact ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.header-contact ul li {
  font-size: 15px;
  color: #999999;
  display: inline-block;
  margin-left: 25px; }

.header-contact ul li .fa {
  font-size: 15px;
  color: #555555;
  margin-right: 2px; }

.header-contact ul li:first-child {
  margin-left: 0px; }

.header-contact ul li.border-line {
  color: #cccccc;
  margin-left: 20px; }

.header-buttons {
  position: absolute;
  bottom: 58px;
  right: 35px; }

.header-buttons > * {
  display: inline-block;
  margin-left: 28px; }

.header-buttons > *:first-child {
  margin-left: 0px; }

.header-buttons .fa {
  font-size: 15px;
  color: #555555;
  -webkit-transition: .3s;
  transition: .3s; }

.header-buttons a:hover .fa {
  color: #0c4da2; }

.btn {
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 30px 10px 30px;
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 13px;
  font-weight: bold;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  line-height: 21px;
  text-align: center; }

.btn.width {
  min-width: 170px;
  padding: 15px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 15px;
  margin-bottom: 20px; }

.btn i {
  margin-right: 7px; }

.btn.green {
  background-color: #4caf50; }

.btn.orange {
  background-color: #ff9800; }

.btn.red {
  background-color: #f44336; }

.btn.grey {
  background-color: #e6e6e6;
  color: #555555; }

.btn.grey:hover {
  color: #fff; }

.btn.black {
  background-color: #555555; }

.btn.yellow {
  background-color: #ffeb3b;
  color: #333333; }

.btn.yellow:hover {
  color: #fff; }

.btn-primary {
  background: #0c4da2;
  color: #fff; }

.btn-secondary {
  background: #00B863;
  color: #fff; }

.btn-third {
  background: #555555;
  color: #fff; }

.btn-border {
  border: solid 2px #2c3e50;
  color: #2c3e50;
  background: #ffffff; }

.btn-border-light {
  background: transparent;
  border: solid 2px #ffffff; }

.btn:hover {
  background-color: #f68e36; }

.btn-secondary:hover {
  color: #ffffff; }

.btn-third:hover {
  color: #ffffff; }

.btn-border:hover {
  background: #a1b1bc;
  color: #333333; }

.btn-border-light:hover {
  background: #2C3E50;
  color: #222222;
  border-color: #2C3E50; }

.btn-border-grey {
  border: 2px solid #ccc;
  color: #999; }

.btn-border-grey:hover {
  color: #29b6f6;
  border-color: #29b6f6;
  background-color: transparent; }

.mleft {
  margin-right: 15px; }

.btn-big {
  padding: 15px 40px 15px 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 15px; }

.btn-small {
  padding: 10px 25px 10px 25px; }

.btn-radius.width,
.btn-radius {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px; }

.no-radius.width,
.no-radius {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

/* #Custom Css
================================================== */
.spacing-30 {
  height: 30px;
  clear: both; }

.spacing-15 {
  height: 15px;
  clear: both; }

.spacing-10 {
  height: 10px;
  clear: both; }

.box-title {
  color: #0c4da2;
  font-size: 20px; }

abbr {
  border-bottom: 1px dotted; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.inline {
  display: inline-block; }

.no-padding,
#content.no-padding {
  padding: 0px 0px 0px 0px; }

.no-padding-bottom {
  padding-bottom: 0px; }

.no-padding-top {
  padding-top: 0px; }

.no-padding-left {
  padding-left: 0px !important; }

.padding-top-bottom-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.no-margin {
  margin: 0px 0px 0px 0px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-top-80 {
  margin-top: 80px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-top-170 {
  margin-top: 170px; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.bg-grey {
  background-color: #f8f8f8; }

.no-boder {
  border-top: 0px solid transparent; }

section,
#content, .content {
  padding: 60px 0 60px 0; }

.section-elements {
  padding-top: 0px; }

.small-border {
  clear: both;
  width: 80px;
  height: 3px;
  background: #999999;
  margin: 20px auto 20px auto; }

.tiny-border {
  clear: both;
  width: 40px;
  height: 2px;
  background: #f68e36;
  margin: 0px 0 30px 0; }

.text-center .tiny-border {
  margin: 0px auto 30px auto; }

.tiny-border-light {
  clear: both;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0px 0 20px 0; }

.divider-single {
  clear: both;
  height: 30px; }

.spacer-single {
  clear: both;
  height: 60px; }

.list-style-1 {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.list-style-1 li {
  position: relative;
  padding-left: 20px;
  color: #666666;
  margin-bottom: 10px; }

.list-style-1 li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 15px;
  content: "\f058";
  color: #f68e36; }

.list-style-1 li:last-child {
  margin-bottom: 0px; }

.blue {
  color: #0c4da2; }

.orange {
  color: #f68e36; }

.font-600 {
  font-weight: 600; }

.social-icons a {
  background: #09356F; }

.social-icons a.facebook:hover {
  background-color: #02549F; }

.social-icons a.vk:hover {
  background-color: #4C75A3; }

.social-icons a.vimeo:hover {
  background-color: #1AB7EA; }

.social-icons a.tumblr:hover {
  background-color: #35465D; }

.social-icons a.twitter:hover {
  background-color: #00ACED; }

.social-icons a.behance:hover {
  background-color: #1769FF; }

.social-icons a.instagram:hover {
  background-color: #DDCCBA; }

.social-icons a.pinterest:hover {
  background-color: #CD2129; }

.social-icons a.flickr:hover {
  background-color: #FF0084; }

.social-icons a.dribbble:hover {
  background-color: #EA4C89; }

.social-icons a.google:hover {
  background-color: #D11516; }

.social-icons a.youtube:hover {
  background-color: #E12A27; }

.social-icons a.linkedin:hover {
  background-color: #006699; }

.social-icons a.skype:hover {
  background-color: #00A7E5; }

/* Social Share Group */
.social-share a {
  color: #888888;
  display: inline-block;
  padding: 0px;
  margin: 0px 8px 0px 0px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.social-share a .fa {
  font-size: 15px; }

.social-share a:hover {
  color: #fff;
  border-color: #29b6f6;
  background-color: #29b6f6; }

.feature {
  position: relative;
  margin: 26px 0px 34px; }

.feature i {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-width: 1px;
  border-style: solid;
  font-size: 24px;
  text-align: center;
  color: #f68e36;
  border-color: #f68e36;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.feature h3 {
  font-size: 15px;
  color: #555555;
  text-transform: none; }

.feature:hover i {
  background: #f68e36;
  color: #fff; }

.owl-theme .owl-controls .owl-page {
  display: inline-block; }

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px; }

/*CAROUSEL*/
/*owl style*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 15px 13px;
  border-radius: 4px;
  font-size: 14px;
  background: #21252b;
  filter: Alpha(Opacity=70);
  opacity: 0.7; }

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 13px;
  height: 13px;
  margin: 5px 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #21252b;
  filter: Alpha(Opacity=70);
  opacity: 0.7; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/*#owl-item-3*/
.owl-controls .owl-pagination {
  padding-top: 30px; }

.owl-item-6 .item {
  margin: 0 5px 0 5px; }

.owl-item-6 .item img {
  max-width: 100%; }

.owl-item-5 .item {
  margin: 0 5px 0 5px; }

.owl-item-5 .item img {
  max-width: 100%; }

.owl-item-4 .item {
  margin: 0 5px 0 5px; }

.owl-item-4 .item img {
  max-width: 100%; }

.owl-item-3 .item {
  margin: 0 5px 0 5px; }

.owl-item-3 .item img {
  max-width: 100%; }

.owl-item-2 .item {
  margin: 0 5px 0 5px; }

.owl-item-2 .item img {
  max-width: 100%; }

.owl-item-1 .item img {
  width: 100%; }

.owl-item-1-text .item img {
  width: 100%; }

.owl-item-1-text .item .description {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 30px 10px 30px; }

.owl-item-1-text .item .description p {
  color: #fff;
  font-size: 16px;
  position: relative;
  line-height: 16px;
  padding-bottom: 0;
  margin-bottom: 0; }

.owl-item-1 .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  padding: 10px 0; }

.owl-item-1-text .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  top: 50%;
  left: 10px; }

.owl-item-1-text .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: 50%;
  right: 10px; }

.owl-item-1 .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  top: 50%;
  left: 10px; }

.owl-item-1 .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: 50%;
  right: 10px; }

/*owl slider*/
.owl-carousel.slider {
  height: 500px;
  position: relative;
  background-color: #4d5055;
  width: 100%; }

.owl-carousel.slider .item {
  color: #fff;
  text-align: center;
  height: 500px;
  width: 100%;
  background-size: cover; }

.owl-carousel.slider .item .item-content {
  margin-top: 150px;
  z-index: 9;
  position: relative;
  width: 100%; }

.owl-carousel.slider .item .item-content h2 {
  color: #fff; }

.owl-carousel.slider .item .item-content p {
  color: #fff;
  font-size: 17px; }

/*slider controls*/
.owl-carousel.slider .owl-controls .owl-buttons div {
  color: #21252b;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 15px 13px;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  filter: Alpha(Opacity=30);
  opacity: 0.3; }

.owl-carousel.slider .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  top: 50%;
  left: 10px; }

.owl-carousel.slider .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: 50%;
  right: 10px; }

/*slider paginations*/
.owl-carousel.slider .owl-controls .owl-pagination {
  padding: 10px 0 5px 0;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%; }

.owl-carousel.slider .owl-controls .owl-pagination .owl-page span {
  background: white; }

.owl-item-quote {
  padding: 10px 50px;
  text-align: center; }

.owl-carousel.owl-item-quote .owl-controls .owl-pagination .owl-page span {
  background: white; }

.panel-title {
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
  padding: 0;
  position: relative; }

.panel-title > a {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 14px 40px 14px 30px;
  background-color: #0c4da2;
  color: #fff !important; }

.panel-title > a:after {
  color: #fff;
  content: '-';
  position: absolute;
  font-size: 22px;
  right: 27px;
  top: 12px; }

.panel-title > a:hover {
  background-color: #f68e36;
  text-decoration: none; }

.panel-title > a.collapsed {
  background-color: #f68e36; }

.panel-title > a.collapsed:hover {
  background-color: #0c4da2; }

.panel-title > a.collapsed:after {
  content: '+';
  right: 24px;
  top: 14px;
  font-size: 22px; }

.panel {
  box-shadow: none; }

.panel-group .panel {
  border-radius: 0;
  /* border-left: 0; border-right: 0; border-bottom: 0; */
  background-color: transparent; }

.panel-default > .panel-heading {
  background-color: transparent;
  color: inherit;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0; }

.panel-heading {
  padding: 16px 0px 14px 16px; }

.panel-heading[class*="rt-icon-"]:before {
  position: absolute;
  font-size: 20px;
  color: #e16657;
  left: 16px; }

.panel-default {
  border-color: transparent; }

.panel-default + .panel-default {
  border-top-color: rgba(255, 255, 255, 0.1); }

.panel-group .panel + .panel {
  margin-top: 9px; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  padding-top: 37px;
  padding-bottom: 22px;
  padding-left: 37px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top: none; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 55px;
  font-size: 1.24em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #d9534f !important; }

.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

ul.timeline li p.timeline-title {
  color: #0c4da2 !important;
  font-weight: 600; }

ul.timeline li.timeline-inverted p.timeline-title {
  color: #f68e36 !important;
  font-weight: 600; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px; }
  ul.timeline > li > .timeline-panel {
    float: right; }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; } }

.timeline-balloon-date-day {
  font-weight: 300;
  position: relative;
  font-size: 24px;
  top: -11px; }

.timeline-balloon-date-month {
  font-weight: 300;
  position: relative;
  top: -45px; }

.timeline > li > .timeline-badge {
  background-color: #337ab7; }

ul li.timeline-inverted .timeline-badge {
  background-color: #ff432e; }

footer.bg-color-1 {
  background: #0c4da2;
  color: #fff; }

footer .main-footer {
  padding: 20px 0px; }

footer .main-footer .widget-title {
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 25px; }

footer .main-footer .widget-inner ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

footer .main-footer .widget-inner ul li {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative; }

footer .main-footer .widget-inner ul li:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 13px;
  content: "\f105";
  color: #e5e5e5;
  position: absolute;
  left: 0px;
  top: 0px; }

footer .main-footer .widget-inner ul li a {
  color: #e5e5e5;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s; }

footer .main-footer .widget-inner ul li a:hover {
  color: #f68e36; }

footer .main-footer .widget-inner .logo-footer {
  display: inline-block;
  margin-bottom: 35px; }

footer .main-footer .widget-inner .social-icons {
  margin-top: 20px; }

footer .main-footer .widget-inner .social-icons a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  text-align: center;
  font-size: 15px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  margin-right: 10px;
  float: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

footer .sub-footer {
  background: #09356F;
  padding: 12px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.08); }

.widget-title {
  font-size: 18px; }

.newsletter form {
  position: relative;
  margin-top: 20px; }

.newsletter form input[type="email"] {
  height: 40px;
  line-height: 40px;
  padding-left: 44px;
  padding-right: 5px;
  background: #09356F;
  border: none;
  outline: none;
  color: #cccccc;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.newsletter form input[type="email"]:focus {
  border: 1px solid #09356F; }

.newsletter form .fa-envelope-o {
  position: absolute;
  top: 12px;
  left: 16px;
  color: #8a98a0;
  font-size: 15px; }

.newsletter form input[type="submit"]:hover {
  background-color: #EC8834;
  color: #e5e5e5; }

/* Footer 2 */
footer.bg-color-2 {
  background: #f8f8f8;
  color: #666666; }

footer.footer-2 .logo-footer {
  margin-bottom: 35px; }

footer.footer-2 .social-icons-2 {
  margin-top: 20px; }

footer.footer-2 .social-icons-2 a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  text-align: center;
  font-size: 15px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: transparent;
  color: #888888;
  margin-right: 5px;
  border: 1px solid #e6e6e6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

footer.footer-2 .social-icons-2 a:hover {
  background: #09356F;
  border-color: #09356F;
  color: #ffffff; }

footer.footer-2 .social-icons-2 a.facebook:hover {
  background-color: #02549F;
  border-color: #02549F; }

footer.footer-2 .social-icons-2 a.vk:hover {
  background-color: #4C75A3;
  border-color: #4C75A3; }

footer.footer-2 .social-icons-2 a.vimeo:hover {
  background-color: #1AB7EA;
  border-color: #1AB7EA; }

footer.footer-2 .social-icons-2 a.tumblr:hover {
  background-color: #35465D;
  border-color: #35465D; }

footer.footer-2 .social-icons-2 a.twitter:hover {
  background-color: #00ACED;
  border-color: #00ACED; }

footer.footer-2 .social-icons-2 a.behance:hover {
  background-color: #1769FF;
  border-color: #1769FF; }

footer.footer-2 .social-icons-2 a.instagram:hover {
  background-color: #DDCCBA;
  border-color: #DDCCBA; }

footer.footer-2 .social-icons-2 a.pinterest:hover {
  background-color: #CD2129;
  border-color: #CD2129; }

footer.footer-2 .social-icons-2 a.flickr:hover {
  background-color: #FF0084;
  border-color: #FF0084; }

footer.footer-2 .social-icons-2 a.dribbble:hover {
  background-color: #EA4C89;
  border-color: #EA4C89; }

footer.footer-2 .social-icons-2 a.google:hover {
  background-color: #D11516;
  border-color: #D11516; }

footer.footer-2 .social-icons-2 a.youtube:hover {
  background-color: #E12A27;
  border-color: #E12A27; }

footer.footer-2 .social-icons-2 a.linkedin:hover {
  background-color: #006699;
  border-color: #006699; }

footer.footer-2 .social-icons-2 a.skype:hover {
  background-color: #00A7E5;
  border-color: #00A7E5; }

footer.footer-2 .footer-contact {
  margin-top: 20px;
  margin-bottom: 35px; }

footer.footer-2 .footer-contact ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  max-width: 450px;
  display: inline-block; }

footer.footer-2 .footer-contact ul li {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 5px; }

footer.footer-2 .footer-contact ul li .fa {
  margin-right: 5px; }

footer.footer-2 .footer-contact ul li span {
  display: inline-block;
  margin-left: 15px; }

footer.footer-2 .sub-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06); }

footer .main-footer .widget-inner ul.email-detail li:before {
  content: none; }

.breadcrumbs {
  padding: 12px 0;
  background: #f68e36; }

.breadcrumbs ul {
  margin: 0; }

.breadcrumbs ul li a {
  color: #555555; }

.breadcrumbs ul li.active {
  color: #fff; }

.breadcrumbs ul li {
  list-style: none;
  display: inline-block; }

#section-tv .television {
  position: relative; }
  #section-tv .television .layer {
    opacity: 0;
    background: #f68e36;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }

#section-tv .television .layer:hover {
  opacity: 0.9; }

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=password],
.wpcf7-form textarea {
  border: 1px solid #e8e6e6;
  background: #f4f6f7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #a1b1bc;
  padding: 10px 20px 11px;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px; }

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=password]:focus,
.wpcf7-form textarea:focus {
  background-color: #fff;
  border-color: #29b6f6;
  color: #1b1b1b; }

.col-full {
  width: 100%; }

.col-one-third {
  float: left;
  width: 31.5%;
  margin-bottom: 20px; }

.margin-one-third {
  margin-right: 2.626%;
  margin-left: 2.626%; }

.wpcf7-form textarea {
  min-height: 150px;
  margin-top: 3px; }

/* #Media Queries
================================================== */
@media only screen and (max-width: 767px) {
  section, #content, .content {
    padding: 20px 0 20px 0; }
  .feature-box,
  .about-box {
    margin-top: 40px; }
  .latest-projects .latest-projects-wrapper,
  .latest-projects .latest-projects-intro {
    float: none;
    width: 100%; }
  .newsletter-element .input-text,
  .newsletter-element .newsletter-submit {
    margin-top: 20px; }
  .projects-grid-5 .project-item {
    width: 50%; }
  .about-history {
    margin-top: 35px; }
  .pricing-item {
    margin-bottom: 20px; }
  .pricing-table-2 {
    width: 100%;
    margin: 10px 0px !important; }
  .blog-list .post-media {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .blog-list .post-content {
    padding-left: 0px; }
  .post-metadata {
    margin: 10px 0px 10px; }
  footer .main-footer .widget-title {
    margin-bottom: 15px;
    margin-top: 30px; } }

@media only screen and (max-width: 768px) {
  #logo img {
    height: 35px;
    margin-top: 16px; }
  #section-about .about-box p {
    text-align: justify; } }


.news-title:hover{
  color: #f68e36;
  text-decoration: none;
}
