*{
	margin:0;
	padding:0;
}
body {
	font-family: "Manrope", sans-serif;
	float: left;
	width:100%;
	background: #fff;
	font-size: 16px;
	color: #1D1D1D;
	line-height: 35px;
	font-weight:400;
}
body, html{
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.hide{
	display: none;
}
:focus{
	outline: none !important;
}
a {
	color:#80c9ac;
	font-weight:500;
	-webkit-transition:all ease-in-out .3s;
	-moz-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
	transition:all ease-in-out .3s;
	text-decoration:none
}
a:hover {
	color:#305384;
        text-decoration: underline;
	-webkit-transition:all ease-in-out .3s;
	-moz-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
	transition:all ease-in-out .3s
          
}
a, .btn, input, select, textarea, button, img {
	outline:0!important;
	box-shadow:none
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
	color:#c70e09;
}
.gray-bg{
	background:#fcfaf7;
}
ol {
	padding-left:15px
}
select {
	color:rgba(0,0,0,0);
	text-shadow:0 0 0 #000
}
a img {
	outline:0
}
input, select, textarea {
	outline:0;
	-webkit-border-radius:0;
	box-shadow:none
}
input[type="submit"] {
	cursor:pointer
}
a:hover,a:focus {
	text-decoration:none
}
p:empty {
	display:none
}
p:last-child{
	margin-bottom:0;
}
iframe {
	border:none;
	width:100%;
	height:100%
}
.white-text {
	color:#fff!important
}
.alignnone, .mainpage img {
	margin: 15px auto;
	display: block; 
        width: 100%;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 25px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 15px 0;
}
.aligncenter, div.aligncenter {
    width: auto !important;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
strong {
	font-weight: 700;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.no_result a {
    text-decoration: underline;
}
.breadcrumb {
    margin: 0;
    padding: 6px 0;
    background: #80c9ac;
    color: #fff;
}
.breadcrumb a{
    color: #fff;
    transition: 0.5s;
}
.breadcrumb a:hover{
    color: #003155;
    text-decoration: underline;
}
.bg_css{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	width: 100%;
	font-weight:700;
	color:#000;
}
.h2 .h2, h2, .heading, h2.title {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}
.h2 span, h2 span, .heading span, .title span, h2 strong{
	color:#80c9ac;
}
.blue-heading{
    color: #003155; 
}

/*============ Heading CSS END ============*/

/*============ Slick Arrow/Dots CSS ============*/
.slick-arrow {
    background: transparent;
    top: auto;
    bottom: -65px;
    transform: none;
    width: 45px;
    height: 45px;
    left: 0;
    border:2px solid #80c9ac;
    transition: 0.5s;
}
.slick-arrow svg, .slick-arrow img {
    width: 20px;
    height: 20px;
    fill: #80c9ac;
}
.slick-arrow svg path{
	fill: #80c9ac;
}
.slick-next {
    left: auto;
    right: 0;
}
.slick-arrow:hover, .slick-arrow:focus{
	background:#305384;
        border:2px solid #305384;
}
.slick-arrow:hover svg, .slick-arrow:focus svg{
    fill: #fff;
}
/*============ Slick Arrow/Dots CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}
button#html5-close img{
	display:none !important;
}
.html5-elem-data-box, div#html5lightbox-watermark {
    display: none !important;
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination {
    margin-top: 30px;
    justify-content: center;
}
.pagination .nav-links  svg, .pagination .nav-links img{
    height: 35px;
    width: 15px;
}
.pagination .nav-links  svg path{
    fill: #003155;
}
.pagination .nav-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.pagination .nav-links .page-numbers  {
    font-size: 16px;
    font-weight: 400;
    margin:0;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #003155;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.pagination .nav-links .current, .pagination .current, .pagination .nav-links *:hover {
    color: #fff;
	background:#003155;
}
.pagination .prev svg path{
    fill:#003155;
}
.pagination .next:hover svg path{
    fill:#fff;
}
.pagination .prev:hover svg path{
    fill:#fff;
}
.pagination .next{
    margin-left: 10px !important;
}
.pagination .prev{
    margin-right: 10px !important;
}
/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.space-pd{
	padding:80px 0;
}
.space-mr{
	margin:80px 0;
}
.btn  {
    background: #80C9AC;
    border-radius: 0;
    color: #fff;
	border:2px solid #80C9AC;
	font-size:17px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px 13px 22px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.btn .icon {
    width: 50px;
    height: calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    background: #8e111e;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn .icon svg, .btn .icon img {
    fill: #fff;
    width: 22px;
    height: 22px;
}
.btn .icon svg path{
	fill:#fff;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover{
	background:#305384;
	color:#fff;
        border:2px solid #305384;
}
.blue-btn{
    background: #305384;
    color:#fff;
    border:2px solid #305384;
    width: fit-content;
    padding: 13px 22px;
    line-height: normal;
    text-transform: uppercase;
}
.blue-btn:hover{
    background:none;
    color:#305384;
}
.white-btn{
	background: #fff;
    color: #000;
	border:2px solid #fff;
}
.white-btn:hover{
	background:none;
	color:#fff;
}
.white-btn:hover .icon{
	background: #fff;
}
.white-btn:hover svg, .white-btn:hover svg path{
	fill:#a91b2a;
}
.submit_btn .btn {
    padding: 0px !important;
    width: fit-content;
}
.submit_btn .btn input {
    padding-right: 0px;
    text-transform: uppercase;
    padding: 15px 40px;
    color: #fff;
    border-bottom: none;
}
.submit_btn .btn:hover input {
    color:#fff;
}
p.sub-head{
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    color: #50B2AF;
    font-size: 16px;
    font-weight: 600;
}
.blog-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    padding: 0;
    line-height: 8px;
    font-size: 16px;
    color: #305384;
    font-weight: 600;
    transition: 0.3s;
}
.blog-btn svg{
    width: 20px;
}
.blog-btn svg path{
    fill: #305384;
    stroke: #305384;
    transition: 0.3s;
}
.blog-btn:hover{
    color: #80c9ac;
}
.blog-btn:hover svg path{
    fill: #80c9ac;
    stroke: #80c9ac !important;
}

/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.review-schema-wrapper {
	margin-top:35px;
}
.clientreviews p strong, .testimonialTitle strong {
    font-weight: 600;
}
.clientreviews .heading {
    font-size: 28px;
}
.video-schema iframe {
    height: 260px;
}
/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7{
	position: relative;
	z-index: 9;
}
.form-control:focus{
	box-shadow:none;
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
    margin-bottom: 15px;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .email-error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 11px;
    background-color: #DC3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
}
/*.wpcf7 .wpcf7-not-valid-tip{
	display:none;
}*/
.wpcf7 .wpcf7-response-output {
	border: none!important;
	margin: 0!important;
	font-size: 15px;
	line-height: 1.3;
	position: absolute;
	left: 0;
	bottom: -45px;
	right: 0;
	text-align: center;
	color: #c20000;
	font-weight: normal;
	padding: 5px 0!important;
}
.wpcf7  .wpcf7-response-output.wpcf7-mail-sent-ok {
	color:#398f14!important;
}
.wpcf7 label {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}
input, textarea {
	border:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 12px 12px 10px 0px;
    color: #15071e;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
}
textarea {
	height:100px;
	resize: none;
}  
.select-box select {
    color: #052437;
    text-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(12,26,54,0.2);
    width: 100%;
    padding: 14px 0;
	line-height:normal;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box > span{
	position:relative;
}
.select-box > span::after{
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid rgba(12,26,54,0.2);
    border-bottom: 2px solid rgba(12,26,54,0.2);
    pointer-events: none;
}
.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item{
    margin: 0;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #0c1a36;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid #cdd3da;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::before {
    border-color: #0c1a36;
    background: #0c1a36;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #8a8b8d;
}
.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #afafaf;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}
.checkbox label input:checked + .wpcf7-list-item-label {
    color: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: #DCAC35;
}
.submit-btn {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    min-width: 100%;
    justify-content: center;
}
.submit-btn input[type="submit"] {
    background: #80C9AC;
    width: auto;
    border: none;
    padding: 14px 22px 12px 22px;
    font-weight: 400;
    text-transform:uppercase;
    color: #fff;
    border:2px solid #80C9AC;
    line-height: 24px;
    width: 190px;
}
.submit-btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/submit-arrow.png);
    pointer-events: none;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #8E111E;
    width: 50px;
    height: 100%;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
    background-size:13px;
    display: none;
}
.submit-btn input[type="submit"]:hover{
	background: none;
	color:#80C9AC;
	border-color:#80C9AC
}

.submit-btn.blue_btn input[type="submit"] {
    background: #003155;
    border:2px solid #003155;
    width: 190px;
}
.submit-btn.blue_btn input[type="submit"]:hover{
	background: none;
	color:#003155;
	border-color:#003155
}


.white-submit-btn::before {
    background-image: url(../img/consultant-icon.png);
    background-color: #76020f;
    background-position: center 13px;
	background-size:22px;
}
.white-submit-btn input[type="submit"] {
    background: #fff;
	color: #000;
    border: 2px solid #fff;
}
.white-submit-btn:hover input[type="submit"]{
	background: none;
	color:#fff;
	border-color:#fff
}
.white-submit-btn:hover::before {
    background-color: #fff;
    background-position: center -37px;
}

.black-submit-btn::before {
    background-image: url(../img/submit-arrow.png);
    background-color: #171717;
	background-size:13px;
}
.black-submit-btn input[type="submit"] {
    background: #000;
	color: #fff;
    border: 2px solid #000;
}
.black-submit-btn:hover input[type="submit"]{
	background: none;
	color:#fff;
	border-color:#fff
}
.black-submit-btn:hover::before {
    background-color: #fff;
	background-blend-mode: exclusion;
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
div.wpcf7 .ajax-loader{
	display:none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #76020f;
    background-image: url(../img/loader-w.svg);
    border-radius: 0;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block!important;
    top: 0;
    bottom: auto;
}
p.msg-side-form {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 62px;
    margin: 0;
    bottom: 16px;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: 12px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 33px;
}
/*============ Form CSS END ============*/


/*==================== No Inner Banner CSS ====================*/
.no-banner header#header { background-color: #fff;}     
.no-banner  #container-wrap{ margin-top: 90px;}
/*==================== No Inner Banner CSS END ====================*/

/*==================== Inner page Banner CSS ====================*/
.page-banner {
    min-height: 590px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
/*	margin-top: 90px;*/
}
/*.logged-in .page-banner{
	margin-top: 58px;
}*/
.page-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-banner .banner-title {
    text-transform: capitalize;
    color: #003155;
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
	position: relative;
        max-width: 50%;
}
.page-banner .banner-title span, .page-banner .banner-title sub{
	color: #A91B2A;
}
.global_right_banner_image{
    position: absolute;
    right: 0;
    height: calc(100% - 140px);
    width: 47%;
    bottom: 20px;
}
.global_right_banner_image img{
    border-radius: 0px 0px 0px 200px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/ 
.blog-search input.form-control {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 100px 15px 40px;
    line-height: normal;
    height: 55px;
    width: 100%;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.blog-search input.form-control:focus ~ .msg-side-form{
	display:none;
}
.blog-search .search-btn {
    background: none;
    height: 55px;
    cursor: pointer;
    z-index: 9;
    width: 90px;
    line-height: normal;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #80C9AC;
    color: #fff;
}
.blog-search .search-btn svg, .blog-search .search-btn img {
    width: 20px;
    height: 20px;
	fill:#000;
}
.blog-search .search-btn svg path{
	fill:#000;
}
.blog-search .msg-side-form {
    right: 50px;
}

.blog-search .blogsearch-icon {
    background: none;
    height: 55px;
    z-index: 9;
    width: 40px;
    line-height: normal;
    position: absolute;
    border: none;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.blogsearch-icon svg{
    height: 17px;
    width: 17px;
}
.blogsearch-icon svg path{
    fill:#000;
}

.sidebar-heading, .sidebar-list .widget-title {
    padding-bottom: 15px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
}

.sidebar-list {
    background: #738EA4;
	border: 1px solid #738EA4;
    padding: 30px 25px;
}
.sidebar-list li {
    display: block;
    position: relative;
}
.sidebar-list ul li a {
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    padding: 6px 30px 6px 0px;
    display: block;
    position: relative;
}
.sidebar-list ul li a:after{
    content: '🠒';
    position: absolute;
    font-size: 24px;
    width: 26px;
    height: 26px;
    color: #fff;
    right: 0px;
    top: 11px;
    transition: 0.5;
}
.sidebar-list ul li a:hover {
    color: #80c9ac;
}
.sidebar-list ul li.active a {
    color: #80c9ac;
}
.sidebar-list ul li a:hover:after{
    color: #80c9ac;
}
.sidebar-list ul li.active a:after{
    color: #80c9ac;
}
.sidebar-form {
    background: #003155;
    padding: 35px 32px;
    color: #fff;
}
.sidebar-form .sidebar-heading {
    color: #fff;
    text-transform: capitalize;
}
.sidebar-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
}
.sidebar-form input, .sidebar-form textarea {
    color: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(243, 243, 243, 0.4);
    font-weight: 400;
}
.sidebar-form ::-webkit-input-placeholder {
	color: rgba(243, 243, 243, 0.7);
}
.sidebar-form ::-moz-placeholder {
	color: rgba(243, 243, 243, 0.7);
}
.sidebar-form :-ms-input-placeholder {
	color: rgba(243, 243, 243, 0.7);
}
.sidebar-form :-moz-placeholder {
	color:rgba(243, 243, 243, 0.7);
}
.sidebar-form div.wpcf7 .ajax-loader.is-active{
	border:2px solid #fff;
}
.sidebar-form .wpcf7-quiz-label{
    color: #fff;
}
/*==================== Sidebar CSS END ====================*/ 


.dark-blue-bg{
	background:#1e2c4b;
}
.light-blue-bg{
	background:#32405d;
}
.small-heading {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}





.radio-btn input[type=radio] {
    display: none;
}
.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
}
.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: #AFAFAF;
}
.radio-btn span.wpcf7-list-item:last-child{
	margin-right:0;
}
.radio-btn label .wpcf7-list-item-label::before {
	border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
}
.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}

.dark-red-bg{
	background:#a91b2a;
}
.grey-bg{
	background:#f1f1f1;
}
.white-bg{
	background:#fff;
}
.dark-text{
	color:#a91b2a;
}
.light-grey-bg{
	background:#e5e5e5;
}