body{
	color: #404756;
}
	
.dropdown-menu {
  background: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 0 !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.dropdown-menu li > a,
.dropdown-item {
  display: block;
  padding: 8px 12px !important;
  font-size: 16px;
  color: #333 !important;
  border-bottom: none !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}

.dropdown-menu li > a:hover,
.dropdown-item:hover {
  background: #f5f9ff !important;
  color: #307abf !important;
}

.dropdown-menu li > a:active,
.dropdown-menu li > a:focus,
.dropdown-menu li > a.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item.active {
  background: transparent !important;
  color: #333 !important;
  box-shadow: none !important;
  outline: none !important;
}

.dropdown-menu a:focus {
  background: transparent !important;
}

@media screen and (min-width: 992px) {
  .navbar-nav > li,
  .nav-item,
  .dropdown,
  .dropdown-submenu {
    position: relative;
  }

  .nav-item:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu,
  .navbar-nav > li:hover > .dropdown-menu,
  .navbar-nav > li:focus-within > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .navbar-nav > li > .dropdown-menu,
  .nav-item > .dropdown-menu,
  .dropdown-submenu > .dropdown-menu {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
    transition: none !important;
    margin-top: 0 !important;
    top: 100%;
    left: 0;
  }

  .dropdown-menu,
  .nav-item > .dropdown-menu,
  .navbar-nav > li > .dropdown-menu,
  .dropdown-submenu > .dropdown-menu {
    transition: none !important;
    animation: none !important;
  }

  .navbar-nav > li.dropdown::after,
  .nav-item.dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 14px;
  }
}
	
.btn-light, .team-social-classic .btn-light {
    color: #307abf;
}
.tab-content-info .btn-light:hover, .team-social-classic .btn-light:hover {
    color: #404756;
    background-color: transparent;
}
.btn-light.focus, .btn-light:focus, .team-social-classic .btn-light:focus {
    box-shadow: none;
}
.btn-light {
    color: #307abf;
    background-color: #fff;
    border-color: #fff;
}
.modal-footer .btn-sm, .modal-footer .btn-sm.btn-primary{
	font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    line-height: 1.33;
    border-radius: 30px;
}
.border-primary {
    border-color: #307abf !important;
}
.btn.btn-white:hover {
    background-color: #00081d;
    color: #fff;
}
.btn.btn-white:hover {
    background-color: #00081d;
    color: #fff;
}
.btn-primary:hover, .btn-dark:hover, .btn-white.btn-primary:hover {
    background: #00081d;
    color: #fff;
}
@media screen and (min-width: 992px) {
  .mrt-135 {
    margin-top: 135px;
  }
}
.color-primary{
	color: #0f2765;
}
.text-secondary{
	color: #307abf !important;
}
.solid-bg {
    background: #fff;
}
.quote-item-area {
    max-width: 800px;
    margin: 0 auto;
}
.header-standard .nav-search {
    background: #307abf;
}
.search-block {
    background: #307abf;
}
.search-block .form-control {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff; 
}
.search-block .form-control::placeholder {
  color: #fff !important;
}
.header-standard .nav-search {
    top: 25px;
}
.header-standard .search-block .search-close {
    top: -70px;
	line-height: 28px;
}
.header-standard .nav-search span {
    top: 2px;
}
.top-info .info-wrapper:after {
    content: none !important;
}
.top-bar.highlight {
    background: #0f2765;
    color: #fff;
}
.top-bar.highlight a {
    color: #fff;
	text-decoration: none;
}
.top-bar.highlight a:hover {
    color: #307abf;
	text-decoration: none;
}
#top-bar .top-info {
    float: right;
}
.top-bar {
    padding: 10px 0 15px;
}
.top-info .info-wrapper:after {
    position: absolute;
    content: '';
    background: #ddd;
    left: -15px;
    width: 1px;
    height: 35px;
    top: 4px;
}
.top-info .info-wrapper {
    display: inline-block;
    margin-right: 0;
    position: relative;
    padding-right: 0;	
}
.top-info li {
    margin-left: 30px;
}
.contact-info-right .ts-contact-info i {
    color: #fff;
    font-size: 20px;
}
.ts-contact-info .ts-contact-content {
    margin-left: 50px;
}
#services-cards .card{
	border: 1px solid #f0f0f0;
}
#services-cards .card-body {
    border: none !important;
    border-top: none;
	padding: 1.25rem 1.25rem 0 1.25rem;
}
#services-cards .card-title{
	font-size: 17px;
}
#services-cards .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #FFF !important;
    border-top: none !important;
}
.inside-banner #main-slide .carousel-item {
    min-height: 400px;
    color: #fff;
    background-position: 100% 100%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.contact-box {
    padding: 80px 40px 40px 40px;
}
.ts-contact-content p{
	line-height: 22px;
}
.ts-contact-content p a{
	color: #404756;
}
.ts-contact-content p a:hover{
	color: #404756;
	text-decoration: underline;
}
.dropdown-item.active, .dropdown-item:active {
    color: #404756;
    text-decoration: none;
    background-color: #5a96cd;
}
blockquote.light{
    background: #f7f9fd;
    border-left: 5px solid #307abf;
    color: #626c84;
    padding: 35px;
}
blockquote.light p{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
	margin-bottom: 0;
}
blockquote.light:before{
    content: '';
    padding: 0;
}
blockquote h4{
    margin-top: 0;
}
.top-info {
    margin: 38px 0 0 0;
}
.top-info .info-icon {
    top: 2px !important; 
}
.top-info .info-wrapper:after {
    top: -8px !important;
}
/* Slider
================================================== */

/*-- Main slide --*/
#main-slide .carousel-item {
  min-height: 500px;
  max-height: 500px;
  color: #fff;
  background-position: 100% 100%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-top: 40px;
}
#main-slide .carousel-item img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#main-slide .carousel-item .slider-content {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .carousel-item.active .slider-content {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}
#main-slide .slider-content {
  padding: 50px 0 0 0;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 600px;
}

.slide-title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 100;
  color: #fff;
  margin: 0;
}

.slide-sub-title {
  font-style: normal;
  font-size: 70px;
  line-height: 80px;
  margin: 0;
  color: #706d7f;
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}
.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}
.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}
.slider.btn.btn-border {
  border: 2px solid #fff;
  color: #fff;
}
.slider.btn.btn-border:hover {
  border: 2px solid transparent;
  color: #fff;
}

.slider-description {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  margin: 20px 0 20px;
}
.featured-tab .nav-pills > li > a {
    font-weight: 600;
    background: none;
    border-radius: 0;
    min-height: 100px;
    padding: 25px 5px;
    border: 0;
    margin-right: -1px;
    color: #222222;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.featured-tab .nav-link {
    color: #222222;
	font-weight: bold;
	font-size: 1.15rem;
	padding: 25px 20px;
}
.featured-tab .nav-pills .show>.nav-link {
    color: #222222;
    background-color: #fff;
    -webkit-box-shadow: 0 -5px 14px -5px rgb(0 0 0 / 5%), -5px 0 14px -13px rgb(0 0 0 / 5%);
    box-shadow: 0 -5px 14px -5px rgb(0 0 0 / 5%), -5px 0 14px -13px rgb(0 0 0 / 5%);
}
.featured-tab .nav-pills .nav-link.active {
    color: #307abf;
    background-color: #fff;
    -webkit-box-shadow: 0 -5px 14px -5px rgb(0 0 0 / 5%), -5px 0 14px -13px rgb(0 0 0 / 5%);
    box-shadow: 0 -5px 14px -5px rgb(0 0 0 / 5%), -5px 0 14px -13px rgb(0 0 0 / 5%);
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	width: 100%;
}
.thumbnail a > img, .thumbnail > img {
    max-height: 140px !important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 576px) {
.top-bar {
    padding: 5px 0 10px 0;
}
.logo {
    padding-left: 10px;
}
.copyright {
    padding: 15px 0 70px 0;
}
#main-slide .carousel-item {
    min-height: 350px;
    max-height: 350px;
    color: #fff;
    background-position: 100% 100%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-top: 30px;
}	
.slide-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
  color: #fff;
  margin: 0;
}
.slide-sub-title {
  font-style: normal;
  font-size:40px;
  line-height: 48px;
  margin: 0;
  color: #706d7f;
}
}