/*
  Theme Name:  
  Theme URL: https://mediacity.co.in/
  Author: Media City
  Author URI: https://mediacity.co.in
  Creation Date: 06 March 2017
  Description: A default stylesheet for .
  Version: 1.0
*/

/*=======================================================================
							[Table of Contents]
=========================================================================
1. Typography
2. 
/* =============== Colors Used =====================

  Blue Dark       : #0F3B8F;
  Light Grey      : #F1F3F7;
  Black           : #000;

 ===================================================*/

/* ================================= */
		/*===== Typography =====*/
/* ================================= */
body {  
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #6B717E;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Barlow', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 900;
  color: #0F3B8F;
  margin-bottom: 20px;  
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
a {  
  color: #0F3B8F ;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #062A6D; ;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}
blockquote {  
  font-size: 20px;
  font-weight: 400;
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #0F3B8F;
  font-style: italic;
}
.higlight {  
  font-size: 20px;
  font-weight: 400;
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #0F3B8F;
  font-style: italic;
}
blockquote:before {
  color: #999;
  content: "\f10d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  line-height: 1em;
  margin-right: 0.25em; 
}
ul {
  margin: 0;
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn-primary {
  background: #0F3B8F;
  color: #FFF;
  border: none;  
  border-radius: 100px;
  padding: 5px 15px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-primary:hover,
.btn-primary:active {
  background: #062A6D;  
}
.btn-white {
  background: #FFF;
  color: #0F3B8F;  
}
.btn-white:hover,
.btn-white:active {
  background: #0F3B8F;  
  color: #FFF;
}
.form-control:focus {
  border-color: rgba(8,145,255,1);   
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.owl-prev,
.owl-next { 
  color: #FFF;
  font-size: 50px;
  position:absolute; 
  top: 50%;
  transform: translate(0, -50%);
  width: 54px;
  height: 84px;
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  line-height: 84px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-prev:hover,
.owl-next:hover {  
  background-color: rgba(0,0,0,1);
  color: #FFF;
}
.owl-dots {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #000;
  background: transparent;
  margin-right: 5px;
  display: inline-block; 
}
.owl-dot.active {
  border: 1px solid #0891FF;
}
.h-center {
	margin: 0 auto;
	left: 0;
	right: 0;
}
.v-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dark-blue-bg {
  background-color: #0F3B8F;
}
.light-grey-bg {
  background-color: #F1F3F7;
}
.full-border {
  border: 1px solid #F1F3F7;
}
.block-border {
  border-top: 1px solid #F1F3F7;
  border-bottom: 1px solid #F1F3F7;
}
.border-divider {
  border-top: 2px solid #F1F3F7;
  margin: 10px 0;
}
.border-right {
  border-right: 1px solid #F1F3F7; 
}
.txt-white {
  color: #FFF;
}
.txt-blue {
  color: #0F3B8F;
}
.txt-upp {
  text-transform: uppercase;
}
.full-padd-30 {
  padding: 30px;
}
.full-padd-15 {
  padding: 15px;
}
.mrg-btm-30 {
  margin-bottom: 30px;
}
.mrg-btm-15 {
  margin-bottom: 15px;
}
.mrg-left-30 {
  margin-left: 30px;
}
.mrg-left-15 {
  margin-left: 15px;
}
.txt-justify {
  text-align: justify;
}
.section {
  margin-bottom: 30px;
}
.section-heading {
  margin-bottom: 15px;
}
.section p {
  font-size: 18px;
}
.rating-count {
  display: inline-block;
  font-weight: 700;
}
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  height: 25px;
  width: 100px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
}
.star-ratings-css-top {
  color: #e7711b;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}
.star-ratings-sprite {
  background: url('../images/icons/star-rating-sprite.png') repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
}
.star-ratings-sprite-rating {
  background: url('../images/icons/star-rating-sprite.png') repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}
button:focus {
  outline: 0 dotted;
  outline: 0 auto -webkit-focus-ring-color; 
}
.btn-link {
  color: #0F3B8F;
  width: 100%;
  font-weight: 700;
  border: none; 
  text-decoration: underline;   
  padding: 5px 20px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-link:hover,
.btn-link:active {
  color: #0F3B8F;
  text-decoration: underline;   
}
.txt-red {
  color: #FF1004;
}
.txt-green {
  color: #33CC00;
}
.txt-orange {
  color: #F98514;
}
ul.zebra-grid li:nth-child(even) {
  background-color: #F1F3F7;
}
tbody.zebra-grid tr:nth-child(even) {
  background-color: #F1F3F7;
}
.company-dtl-table tr td {
  padding: 10px 8px;
}
.table .thead-dark th {
  background-color: #0F3B8F;
  border-color: #0F3B8F;
}
.table-bordered td, .table-bordered th {
  border: 1px solid rgba(179,189,209,0.5);
}
ul li ul {
  margin-left: 15px;
}
ul.circle {
  list-style-type: disc;
  margin-bottom: 10px;
}
ul.square {
  list-style-type: square;
  margin-bottom: 10px;
}
.bold {
  font-weight: 700;
}
.bold-plus {
  font-weight: 900;
}

/* ================================= */
    /*===== Top Bar  =====*/
/* ================================= */
.top-bar-main-block {
  background-color: #0F3B8F;
  color: #FFF;
  padding: 15px 0;
}
.top-info ul li {
  display: inline-block;
  padding-right: 20px;
}
.top-info ul li, 
.top-info ul li a {
  color: rgba(255,255,255,0.7);
  line-height: 1;
  font-size: 14px;
}
.top-info ul li a:hover,
.top-info ul li span {
  color: rgba(255,255,255,1);
}
.top-nav {
  text-align: right;
}
.top-nav ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 2px solid rgba(255,255,255,0.2);
}
.top-nav  ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.top-nav ul li, 
.top-nav ul li a {
  color: rgba(255,255,255,0.7); 
  line-height: 1.2;
  font-size: 14px;
}
.top-nav ul li a:hover {
  color: rgba(255,255,255,1);
}
.top-nav-icon {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .top-info {
    text-align: center;
  }
  .top-nav {
    text-align: center;
  }
}

/* ================================= */
    /*===== Navigation / Menu  =====*/
/* ================================= */
.nav-bar {
  padding: 15px 0;
  background-color: transparent;
}
.navbar-dark .navbar-nav .nav-link {
  color: #0F3B8F;
}
.nav-link.nav-main {
  color: #0F3B8F;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-heading {
  color: #0F3B8F;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar .dropdown-menu {
  border: none;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom:1rem;
}
.navbar .dropdown-menu {
  border:none;
  background-color:#F1F3F7!important;
}
.navigation {
    float: right;
    clear: both;
}
@media (max-width: 992px) {
  .navigation {
    float: left;
    overflow: hidden;
  }  
  .navbar-toggler {
    padding: 5px 15px 10px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #FFF;
    border: 1px solid #0F3B8F;
    border-radius: .25rem;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 15px;
    height: 1px;
    color: #FFF;
    border: 1px solid #0F3B8F;
    background: #FFF;
    vertical-align: middle;
    content: "-";
    background: repeat center center;
    background-size: 100% 100%;
    position: relative;
  }
  .navbar-toggler-icon:after,
  .navbar-toggler-icon:before {
    display: inline-block;
    width: 15px;
    height: 1px;
    color: #FFF;
    border: 1px solid #0F3B8F;
    background: #FFF;
    vertical-align: middle;
    content: "";
    background: repeat center center;
    background-size: 100% 100%;
  }
  .navbar-toggler-icon:after {
    position: absolute;
    top: -7px;   
    left: -1px;
  }
  .navbar-toggler-icon:before {
    position: absolute;
    bottom: -7px;
    left: -1px;
  }
}

@media screen and (min-width: 992px) {  
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .nav-item {
    padding: .5rem .5rem;
    margin: 0 .25rem;
  }
  .navbar .dropdown {
    position:static;
  }
  .navbar .dropdown-menu {
    width:100%;
    left:0;
    right:0;  
    top:45px;
  }
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display:block!important;
  }  
  .navbar .dropdown-menu {   
    background-color: #FFF;
  }
}
/*Search*/
.search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  padding-top: 10;    
  z-index: 999999;
  opacity: 1;
  background-color: #0F3B8F;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;    
}
.search .container {
  position: relative;
  margin-top: 20px;
}
.search.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.search-box {
  width: 95%;
  border: none;
  font-size: 14px;  
  color: #FFF;
  text-transform: uppercase;
  background: none;
}
.search-box::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
}
.search-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 15px;
  color: #FFF;
  background: #0F3B8F;
}
.search-close:hover {  
  color: #FFF;
}
.search input:focus {
  outline: none!important;
  border-color: none;   
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block!important;
    float: left;
    margin-left: -150px;
    width: 750px;
  }
}

/* ================================= */
    /*===== Home Slider =====*/
/* ================================= */
.slider-block {
  width: 100%;
  padding: 225px 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;   
}
.slider-dtl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.slider-heading span {
  color: #FFF;
}
.slider-dtl p {
  margin-bottom: 30px;
  font-size: 20px;
}
.slider-btn-group a {
  margin-right: 15px;
}

/* ================================= */
    /*===== Adv Block  =====*/
/* ================================= */
.adv-main-block {
  padding: 10px 0;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .adv-block {
    margin-bottom: 15px;
  }  
  .adv-main-block {
    margin-bottom: 0;
  }
}

/* ================================= */
    /*===== About Block  =====*/
/* ================================= */
.about-block {
  padding: 5px 0 0; 
  border-bottom: 1px solid #F1F3F7;
}

/* ================================= */
    /*===== Share Block  =====*/
/* ================================= */
.share-grid-main-block {
  padding: 30px 0; 
}
.share-grid-block {
  position: relative;  
  margin: 1px; 
  margin-bottom: 30px; 
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
  border-radius: 20px;
  border: 1px solid #B5BFD3;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.share-grid-block:hover {   
  border-radius: 0;
  border: 1px solid #0F3B8F;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.share-grid-img {
  text-align: center;
  margin-bottom: 15px;
  padding: 15px 15px 0 15px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.share-grid-icons {
  position: absolute;
  top: 10px;
  right: 15px;
}
.share-grid-icons ul li {
  display: inline-block;
  background-color: #F1F3F7;
  width: 30px;
  height: 30px;
  line-height: 27px;
  color: #0F3B8F;
  font-size: 20px;
  text-align: center;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.share-grid-icons ul li a {
  color: #0F3B8F;
  font-size: 15px;
}
.share-grid-icons ul li:hover {
  background-color: #0F3B8F;
}
.share-grid-icons ul li:hover a {
  color: #FFF;
}
.share-grid-block:hover .share-grid-icons ul li {
  opacity: 1;
}
.share-badge {  
  position: absolute;
  top: 20px;
  left: 15px;
  background: #57CC74;  
  border-radius: 3px;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 15px 3px 15px;    
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.share-badge.red {   
  background: #E74C3C;  
}
.share-badge.blue {   
  background: #4362CB;  
}
.share-badge.orange {   
  background: #E67E22;  
}
.share-grid-heading {
  margin-bottom: 10px;
}
.share-grid-dtl {
  padding: 0 15px 20px;
}
.share-grid-heading {
  font-weight: 600;
}
.share-grid-btn {
  position: relative;
}
.share-grid-btn-dtl {
  margin-top: 8px;
  margin-right: 5px;
}
.share-grid-btn-dtl ul li {
  background: transparent;
  border: 1px solid #B5BFD3;
  font-size: 14px;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.share-grid-btn-dtl ul li:hover {
  background-color: #0F3B8F;
}
.share-grid-btn-dtl a {
  font-weight: 700;
  line-height: 2.5;
  display: block;
  color: #0F3B8F;
  font-size: 14px;
}
.share-grid-btn-dtl a:hover {
  color: #FFF;
}
.share-grid-price,
.share-grid-price a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.share-grid-price span,
.share-grid-price span a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.share-grid-price span.rate,
.share-grid-price span.rate a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

/* ================================= */
    /*===== Share Block Model =====*/
/* ================================= */
.modal-body {
  padding-top: 0; 
}
.model-logo-company {
  padding: 0 60px;
  width:60%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.model-logo {
  padding: 0;
  width: 40%;
  left: 30px;
  position: absolute;
}

/* ================================= */
    /*===== Right Adv =====*/
/* ================================= */
.right-adv-main-block {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.right-adv-main-block.set-top {
  top: 100px;
  position: fixed;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.right-adv-one-block {
  padding: 10px;
}
.widget-heading {
  color: #6B717E;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.widget {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(179,189,209,0.5);
}

.widget ul li {
  margin-bottom: 10px;
}
.widget ul li span,
.widget ul li a span {
  color: #6B717E;
}
.right-adv-two-block {
  padding: 10px;
}
.widget .special-offer {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

/* ================================= */
    /*===== Footer  =====*/
/* ================================= */
.footer {
    background-color: #FFF;
}
.quik-link-main-block {
  padding: 70px 0;
  width: 100%;
  padding: 0px 0 15px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;  
  background-attachment: fixed;  
}
.quik-link-block {
  padding: 30px 15px 20px 15px;
}
.quik-link-block .txt-white:hover {
  color: #FFF;
}
.quik-link-block a {
  text-decoration: underline;
}
.footer-contact {
  padding-bottom: 60px;
  margin-top: -60px;
  background: #FFF;
}
.footer-contact .row {
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;   
}
.footer-contact-block {
  padding: 50px 25px;
  max-height: 165px;
  overflow: hidden;
  background-color: #FFF;
}
.footer-logo {
  background-color: #0F3B8F; 
  padding: 65px 25px;
}
.footer-contact-heading {
  margin-bottom: 10px;
  color: #B3BDD1;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-contact-no {
  margin-bottom: 5px;
}
.footer-social ul li {
  display: inline-block;
  padding-right: 15px;
  font-size: 24px;
}
.footer-social ul li a {
  display: inline-block;
}
.footer-widget-block {
  margin-bottom: 30px;
}
.footer-heading {
  color: #B3BDD1;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-nav ul li {
  margin-bottom: 15px;
}
.footer-links a {
  font-weight: 600;
  text-transform: uppercase;
}
.copyright-block {
  margin-bottom: 30px;
}
.copyright  ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: 2px solid #F1F3F7;
}
.copyright  ul li:last-child {
  padding-right: 0;
  border-right: none;
}
@media (max-width: 991px) {
  .footer-contact-block {      
    max-height: none;
  }
  .footer-nav {
    margin-bottom: 40px;
  }
  .footer-links ul li {    
    padding-right: 17%;
  }
  .copyright,
  .copyright.text-right {
    text-align: center!important;
  }
  .quik-link-main-block {    
    background-position: 0% 0;
  }
  .quik-link-block .quik-link-heading,
  .quik-link-block p,
  .quik-link-block a {
    color: #FFF;
  }
}

/* ================================= */
    /*===== Breadcrumb =====*/
/* ================================= */
.breadcrumb-main-block {
  padding: 30px 0;
  position: relative;
  margin-bottom: 30px;
  position: fixed;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.breadcrumb-main-block-two {
  padding: 30px 0;
  position: relative; 
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.breadcrumb-main-block.breadcrumb-top {
  position: fixed;
  top: 0;
  padding: 5px 0;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.breadcrumb-blcok {
  position: relative;
}
.breadcrumb-blcok ul li {
  display: inline-block;
  padding-right: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*.breadcrumb-main-block.breadcrumb-top .breadcrumb-blcok ul li {
  visibility: hidden;
  opacity: 0;
}*/
.breadcrumb-img img {
  width: 55%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.open-account {
  position: absolute; 
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.open-account .btn-primary {
  background: #036724;
  font-weight: 700;
  font-size: 15px;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.open-account:hover .btn-primary { 
  background: #0F3B8F;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.4);
}
@media (max-width: 767px) {
  .open-account .btn-primary {    
    font-size: 12px;
  }  
}

/* ================================= */
    /*===== Review Page =====*/
/* ================================= */
.page-content-block {
  margin-top: 135px;
}
.review-content-main-block {
  margin-bottom: 30px;
}
/*===== overview =====*/
.overview-company {
  margin-bottom: 30px;
}
.overview-company .star-ratings-sprite {
  margin: 0;
}
.overview-company-two {
  margin-bottom: 30px;
  padding: 30px;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.overview-company-two-rating {
  margin-top: 15px;
}
.overview-company-two .star-ratings-sprite {
  margin: 0 0 15px;
}
.overview-company-two-rating ul li {
  color: #FFF;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.overview-company-two-rating ul li span.rating-company {
  text-align: right;
  float: right;
  clear: both;
}
div.rating-company {
  text-align: right;
  float: right;
  clear: both;
}
/*===== why comapny =====*/
.why-company {
  margin-bottom: 30px;
}
.why-company i {
  margin-right: 10px;
}
.why-company li {
  padding-left: 1.5em;
  position: relative;
}
.why-company li i {
  position: absolute;
  left: 0;
  margin: 5px 0 0;
}
.why-company-facts-block {
  margin-top: 30px;
}
.why-company-facts i {
  margin-right: 10px;
  font-size: 18px;
}
.why-company-facts li {
  padding-left: 1.5em;
  position: relative;
}
.why-company-facts li i {
  position: absolute;
  left: 0;
}
/*===== company-nav =====*/
.company-nav {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(179,189,209,0.5);
}
.company-nav ul li {
  padding: 10px 10px;
  font-weight: 700;
  display: inline-block; 
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.company-nav ul li:hover {
  background-color: #F1F3F7; 
}
.company-nav ul li.active {
  background-color: #0F3B8F;
  padding-left: 10px;
}
.company-nav ul li a {
  text-transform: uppercase;
  display: block;
}
.company-nav ul li.active a {
  color: #FFF;
}
@media (max-width: 767px) {
  .why-company-facts {
    margin-bottom: 30px;
  } 
}
.blog-comment .media {
  border: 1px solid #E8E8E8;
  padding: 30px;
}
.blog-comment .media.comments-reply {
  border: none;
  padding-bottom: 0;
}
.comments-heading {
  font-size: 24px;
  line-height: 1.5;
  color: #0F3B8F;
}
.blog-comment .media-left a img {
  border-radius: 4px;
  width: 70%;
}
.blog-comment .media-heading {
  font-weight: 700;
  margin-bottom: 5px;
}
.reply-btn {
  font-size: 14px;
  text-align: center;
  color: #FFF;
  border-radius: 2px;
  background-color: #0F3B8F;
  border: solid 1px #0F3B8F;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.reply-btn:hover { 
  color: #0F3B8F;
  background-color: #FFF;
}
.comment-form .form-control {
  box-shadow: none;
}
@media (max-width: 767px) {
  .blog-comment .media {    
    padding: 30px 0;
  }
}

/* ================================= */
    /*===== Brokerage Page =====*/
/* ================================= */
.page-content-block.brokerage-page {
  margin-top: 165px;
}
td.status {
  text-align: center;
}
td.status i {
  font-size: 20px;
  text-align: center;
}

/* ================================= */
    /*===== Compare Page =====*/
/* ================================= */
.page-content-block.compare-page {
  margin-top: 0;
}

.compare-logo-block-main {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  width: 100%;
  background-color: #FFF;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.compare-logo-block img {
  width: 50%;
}
.compare-logo-block-main.compare-top {
  position: fixed;
  top: 0; 
  left: 0;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
  max-width: 66.66%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.compare-logo {
  margin-bottom: 15px;
}
.compare-logo-heading {
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.compare-logo-block-main.compare-top .compare-logo-heading {
  margin-bottom: 0;
}
.compare-logo-block-main.compare-top .compare-logo-dtl,
.compare-logo-block-main.compare-top .compare-logo-btn .btn-compare {
  display: none;
  margin-top: 10px;
}
.compare-logo-block-main.compare-top .compare-logo-heading {
  margin-bottom: 10px;
}
.compare-logo-dtl {
  margin-bottom: 15px; 
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-compare {
  background-color: transparent;
  color: #0F3B8F; 
  border: 1px solid #0F3B8F;
  margin-bottom: 15px;
}
.card-header { 
  background-color: #F1F3F7;
  border-bottom: 1px solid rgba(179,189,209,0.5);
}
.card-header .btn-link {
  text-align: left;
/*  font-size: 20px;*/
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
}
.card-body {
  padding: 0;
}
.compare-table .rating-count {
  display: block;
  text-align: center;
}
.compare-table tr td:first-child,
.compare-table tr th:first-child {
  width: 20%;
  text-align: left;
  vertical-align: inherit;
}
#comparegroup11 tr td:not(:first-child) ,  
#comparegroup12 tr td:not(:first-child) ,  
#comparegroup32 tr td:not(:first-child) ,  
#comparegroup33 tr td:not(:first-child),
#comparegroup34 tr td:not(:first-child),
#comparegroup35 tr td:not(:first-child) {
  text-align: center;
}
.compare-table tr td:not(:first-child),
.compare-table tr th:not(:first-child) {
  /* text-align: center; */
  width: 16%;
}
.compare-footer-logo {
  margin-bottom: 10px;
}
.compare-dropdown {
  text-align: center;
  background: #F1F3F7;
  padding-top: 15px;
  border: 1px solid rgba(179,189,209,0.5);
}
.compare-dropdown  .dropdown a {
  margin-bottom: 15px;
}
.compare-logo-block-main.compare-top .compare-dropdown  .dropdown a  {
  margin-bottom: 5px;
}
.compare-dropdown .btn-secondary {    
  width: 250px;
  margin-right: 10px;
}
.compare-dropdown .dropdown-menu.show {
  width: 250px;
  height: 295px;
  border-radius: 0;
  overflow-y: scroll;
  overflow-x: hidden; 
}
.compare-logo-block-main.compare-top .compare-dropdown .dropdown-menu.show { 
  height: 97px;
}
td.compare-table-logo {
  position: relative;
  padding: .75rem;
}
.compare-table-logo {
  vertical-align: inherit;
}
.compare-table-logo img {
  width: 50%;
}

@media (max-width: 767px) { 
  .compare-logo-block-main {
    display: none;
  }
  .table-responsive {
    overflow-x: visible;
    width: 100%;
  }
  .card {
    border: none;
    width: 100vw;
  }
  td.compare-table-logo {    
    padding: 50px;
  }
  .mobile-compare .btn-primary {
    padding: 6px 10px;
    font-size: 14px;
  }
}

/*
@media (min-width: 768px) {
  .mobile-compare {
    display: none;
  }
} */

@media (max-width: 992px) {
  .compare-logo-block-main.compare-top {
    max-width: 100%
  }
}

/* ================================= */
    /*===== Contact Us Page =====*/
/* ================================= */
.contact-main-block {
  padding: 78px 0;
}
.contact-icon i {
  display: inline-block;
  float: left;
  font-size: 48px;
  margin-right: 20px;
}
.contact-dtl {
  display: table;
}
.contact-title {  
  font-weight: 600;
}
.contact-dtl p {
  width: 100%;
  margin-bottom: 0;
}
.contact-dtl ul li a {
  color: #6B717E;
}
.location-main-block { 
  height: auto;
  background-color: #F1F3F7;
  overflow: hidden;
}
.contact-img img {
  width: 100%;
}
.contact-block {
  padding: 22px;
  background-color: #F1F3F7;
  border: 1px solid #F1F3F7;
  overflow: hidden;
}
.contact-block .form-control {
  border-color: transparent;
}
.contact-block textarea#message {
  width: 100%;
}
.contact-btn .btn-primary {
  width: 100%;
}
@media (max-width: 992px) {
  .contact-block {
    margin-bottom: 40px;
  }
  .location-main-block {   
    height: auto;
  }
}
textarea:focus {
  box-shadow: none;
  outline: none;
}
textarea#message {
  width: 100%;
  height: 96px;
  border-radius: 2px;
  border-color: #FFF;
  padding-top: 15px;
  padding-left: 15px;
  margin-bottom: 16px;
}

/* ================================= */
    /*===== Offers Page =====*/
/* ================================= */
.offers-content-main-block {
  margin-top: 60px;
}
.offers-block {
  padding: 15px;
  margin-bottom: 30px;
}

.tags-compare {
  margin-bottom: 30px;
}
.tags-compare .badge-primary {
  color: #495057;
  background-color: transparent;
  border: 1px solid #495057;
}
.tags-compare .badge-primary[href]:focus, 
.tags-compare .badge-primary[href]:hover {
  color: #0F3B8F;
  background-color: transparent;
  border: 1px solid #0F3B8F;
}
.tags-compare-page .badge-primary {
  color: #0F3B8F;
  background-color: #F1F3F7;
  font-weight: 400;
  border: 1px solid rgba(179,189,209,0.5);
}
.tags-compare-page .badge-primary[href]:focus, 
.tags-compare-page .badge-primary[href]:hover {
  color: #FFF;
  background-color: #0F3B8F!important;
  border: 1px solid #0F3B8F;
}
.img-home{
  height: 80px !important;
}
.div-row{
  margin-right: -15px;
    margin-left: -15px;
}
.avatar{
  display: block;
    width: 2.5em;
    height: auto;
    float: left;
    margin: .2em 0 0;
}
.avatar-img{
  width: 2.5em;
}
.thumbnail {
  padding:0px;
}
.com_panel{
  
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);

}
.com_panel-default {
border-color: #ddd;
}
.com_panel-default>.com_panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.com_panel-default>.com_panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.com_panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.com_panel {
position:relative;
}
.com_panel>.com_panel-heading:after,.com_panel>.com_panel-heading:before{
position:absolute;
top:11px;left:-16px;
right:100%;
width:0;
height:0;
display:block;
content:" ";
border-color:transparent;
border-style:solid solid outset;
pointer-events:none;
}
.com_panel>.com_panel-heading:after{
border-width:7px;
border-right-color:#f7f7f7;
margin-top:1px;
margin-left:2px;
}
.com_panel>.com_panel-heading:before{
border-right-color:#ddd;
border-width:8px;
}
.thumbnail>img, .thumbnail a>img {
  margin-right: auto;
  margin-left: auto;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.com_panel-body {
  padding: 15px;
}
.search input:focus {
  padding: 8px;
  outline: none!important;
  border-color: none;   
  -webkit-box-shadow: none;
  box-shadow: none;
  
}
.pull-right{
  float: right !important;
}
.astrick{
  display: inline-block;
  color: red;
  font-weight: bold;
}
.label-css{
  margin-bottom: -10px;
}
.comment-header{
  color: #0F3B8F;
  font-size: 30px;
}
.aliceblue-color
{
  color: aliceblue !important;
}
.blog-list-img{
  height: 230px !important;
}
.div-blog-image{
  float: left;
  padding-right:25px;
  margin-bottom: 20px;
}
.card-faq{
  width: 100% !important;
}
.card-faq-body{
  padding:10px !important;
}
.btn-faq{
  white-space:normal !important;
   word-wrap:break-word;
}
.footer-first-div{
  background:#2450a5;
  padding-bottom: 50px;
}
.footer-second-div{
  background:#efefef;
  padding-bottom: 50px;
}

#breadcrumb{
  z-index: 999999;
}

.nav-item .dropdown-menu{
  z-index: 9999999;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ul-none{
  list-style: none;
  padding: 0;
}

.faq-btn{
  background: #ffffcc;
    color: black;
    border: 1px solid #bbbb96;
}