/*!
Theme Name: Blue Water
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blue-water
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

.sec_a_textarea {
    width: 100%;
}

.navbar .current-menu-item a {
    color: #1b8cff;
}

.page-template-default .site-main p {
    font-size: 22px;
    line-height: 1.5;
    color: #475569;
    margin-bottom: 30px;
}

.mt-70 {
    margin-top: 70px;
}

.sec_a_submit_btn {
    width: max-content;
    margin-bottom: 0px;
}

.tb_1_title {
    color: #FFF;
}
.ti-widget.ti-goog .ti-rating-text, .ti-widget.ti-goog .ti-rating-text strong:not(.ti-rating-large), .ti-widget.ti-goog .ti-rating-text strong a, .ti-widget.ti-goog .ti-rating-text strong span, .ti-widget.ti-goog .ti-rating-text span strong, .ti-widget.ti-goog .ti-rating-text span, .ti-widget.ti-goog .ti-footer, .ti-widget.ti-goog .ti-footer strong:not(.ti-rating-large), .ti-widget.ti-goog .ti-footer span, .ti-widget.ti-goog .ti-footer strong a{
	color : #FFF !important;
}

.support-item .row {
  display: flex;
  flex-wrap: wrap;
}

.support-item .col-lg-3 {
  display: flex;
}

.support-content {
  flex-direction: column;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .support-item .row {
	  gap:20px;
	}
	.support-content.text-left{
		 padding: 20px 40px !important;
	}
}