<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
Theme Name: Testree
Author: Nousinfosystems
Description: Custom Theme for testree.
Version: 1.0
Text Domain: testree
*/

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&amp;family=Nunito+Sans:wght@400;700&amp;display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&amp;family=Nunito+Sans:wght@300;400;600;700;800&amp;display=swap'); 
/*@import url('assets/css/bootstrap.min.css');
@import url('assets/css/slick.css');*/
@import url('assets/css/page-content.css');
@import url('assets/css/additional-styles.css');

html, body *{
    font-family: 'Montserrat', sans-serif; 
    font-size: 18px;
    scroll-behavior: smooth;
}

/*.main-container {
   background-image: url('./assets/images/pattern-bg.png'); 
   background-repeat: no-repeat;
}*/


body {    
    overflow-x: hidden;
}

.main h1 {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}
.top-bar {
    background-color: #035b96;
    color: #fff;
}
.main-logo-img {
    display: flex;
    align-items: center;
}
.main-logo-img img {
    max-width: 100%;
}

.top-bar-menu-wrap {
    display: flex;
    justify-content: end;
    align-items: center;        
}

.top-bar-menu-wrap .row {
    justify-content: end;
}
.top-bar .menu {
    display: flex;
    justify-content: right;
    margin: 0;
}
.top-bar .menu li {
    padding: 0 10px;
    margin: 0 5px;
    border-radius: 5px;
}
/*.top-bar .menu li:hover{
    background-color: #fff;
}
.top-bar .menu li:hover a{
    color: #204482 !important;
}*/
.top-bar .menu li a{

    color: #fff;
}
.top-bar .wp-block-search__inside-wrapper {
    border: 0;
}
.top-bar [type="search"], .top-bar [type="submit"] {
    border: 0;
    border-bottom: 1px solid;
    background-color: transparent;
    color: #fff;
    margin-left: 0;
}
.menu li {
    list-style-type: none;
}
.social_media_icons svg {
    max-height: 16px;
}

#navbar_top {
    background-color: #fff;
    box-shadow: 0px 5px 10px -3px rgba(51,51,51,.5);
    color: #000;
    z-index: 5;
    padding: 20px 0;
}
#btn-contact-modal{
    position: fixed;
    right: -43px;
    top: 50%;
    transform: rotate(-270deg);
    border-radius:0 0  5px 5px ;
    height: 40px;
    background-color: #0b295d;
    color: #fff;
    border: 0;
    outline: 0;
    display: none;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 10px;
    background-color: #25519c;
    color: #fff;
}
#btn-back-to-top i {
    display: block;
}
#main {
    min-height: 250px;
    margin: 20px 0 40px 0;
}
#main h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

#main_nav {
    justify-content: end;
    align-items: center;
    display: flex;
}
#main_nav .mega-menu li &gt; *{
    font-family: 'Nunito Sans', sans-serif;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu  .mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu .mega-menu-item  a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu  .page_widget_wrap .title{
    color: #204482;
    font-size: 20px;
    font-weight: 800 !important;
    text-transform: capitalize !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .mega-menu-item .mega-sub-menu  a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu p,
#mega-menu-wrap-main-menu #mega-menu-main-menu .more-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu .more-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu a,
#mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu a:hover {
    font-size: 16px;
    color: #204482;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .has-bg-img .title,
#mega-menu-wrap-main-menu #mega-menu-main-menu .has-bg-img p,
#mega-menu-wrap-main-menu #mega-menu-main-menu .has-bg-img .more-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu .has-bg-img .more-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu  .page_widget_wrap .summary li a,
#mega-menu-wrap-main-menu #mega-menu-main-menu  .page_widget_wrap .summary li a:hover{
    color: #fff !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu  .display-type-descwithlinks .page_widget_wrap .summary li a {
    color: #204482;
}


#mega-menu-wrap-main-menu #mega-menu-main-menu &gt; li.mega-menu-megamenu li {
    padding: 5px 0;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu &gt; li.mega-menu-megamenu .display-type-childpage li {
    padding: 0;
    list-style-type: none;
}

/*#mega-menu-wrap-main-menu #mega-menu-main-menu &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
    content: '' !important;
    display: inline-block;
    width: 100%;
    height: 15px;
    left: 0%;
    border-top: solid 5px #204482 !important;
    transform: scaleX(0) !important;
    transition: transform 1s ease-in-out !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu &gt; li.mega-menu-megamenu:hover &gt; ul.mega-sub-menu {
    transform: scaleX(1) !important;
}*/
#mega-menu-wrap-main-menu #mega-menu-main-menu &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link {    
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link {    
    font-size: 16px ;
    font-weight: 400;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu &gt; li.mega-menu-item &gt; a.mega-menu-link {
    font-family: "Montserrat",Sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu .less-padding-on-list &gt; .mega-sub-menu .widget_testree_page_widget {
    padding: 0 15px !important;
}
.mega-sub-menu .mega-menu-link {    
    transition: all 0.25s ease;
}
.mega-sub-menu .mega-menu-link:hover {
    padding-left: 7px !important;
}
.featured-image-container {
    max-width: 100%;
    overflow: hidden;
}

#pagetitle {
    overflow: hidden;
    position: relative;
    background: rgba(3,91,150, 1);
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-size: auto;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    margin: 0;
}
#pagetitle .heading {
    color: #fff;
    font-size: 40px;
}

.page-box .children-num {
    display: none;
}
.home .page-box .children-num {
    display: block;
}

.page-box .show-on-hover ul {
    padding-left: 0;
}
.page-box .show-on-hover li {
    list-style-type: none;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -ms-transition: all .25s linear;
    padding: 5px 0;
    color: #0b295d !important
}



.page-box .children .children-wrap{
    box-shadow: 2px 7px 7px 0px rgba(100, 100,111,.18);
    border-radius: 12px;
    background-color: #0b295d;
    height: 100%;
    padding: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.page-box .children-wrap .title {
    margin-bottom: 20px;
    font-size: 20px;
}
.page-box .children .children-wrap .show-on-hover {
    display: none;
}
.page-box .children .excerpt {
    position: relative;
    flex: auto;
    margin-bottom: 20px;
    min-height: 175px;
}
.page-box .children .children-wrap .more-link {
    margin-top: auto;
}
.page-box .children *{
    color: #fff;
}

.page-box .children-wrap:hover *{
    color: #0b295d;
} 

.page-box .children-wrap {
    transition: all 0.15s ease-in-out;
}

.page-box .children-wrap:hover{
    background-color: #d3d3d3 !important;
}

/*.page-box .children-wrap:hover .excerpt &gt; div{
    padding-left: 5px;
    border-left: solid 2px  #00b0f0;
}*/
.page-box .hover-effect .children-wrap:hover .excerpt .original-content {
    display: none;
}

.page-box .show-on-hover li:hover  {
    padding-left: 10px;
    width: 100%;
    background: #0b295d !important;
    color: #fff;
}
.page-box .show-on-hover li a{
    color: #0b295d;
}
.page-box .show-on-hover li:hover  a{
    color: #fff;
}
.page-box .hover-effect .children-wrap:hover .show-on-hover {
    display: block;
}

.why-testree {
    margin-top: 50px;
    margin-bottom: 30px;
	position:relative;
}
.why-testree h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
} 
.slick-slider-wrap p:empty,
.why-testree p:empty {
    display: none;
}
.why-testree p {
    color: #fff;
    width: 32%;
    padding: 10px;
    margin-left: 10px;
    cursor: default;
   /* background-color: transparent;
    background: linear-gradient(to right, white 50%, transparent 50%);
    background-size: 200% 100%;
    background-position:right bottom;*/
    transition:all 0.5s ease;
    min-height: 70px;
    display: flex;
    align-items: center;
	 padding-left: 5px !important;
	line-height: 1.2;
}
/*.why-testree p:hover {
   background-position:left bottom;
    color: #000;
    border-radius: 8px;
}*/
.why-testree p::before {
	    content: " ";
    height: 38px;
    background-color: transparent;
    display: block;
    position: relative;
    width: 5px;
    margin: 0px -2px 0px 0px;
	transition:all 0.5s ease;
	border-radius: 6px;
}
.why-testree p:hover:before{
	 background-color: #00B0F0;
	margin: 0px 14px 0px 0px; 
}

.why-testree .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.why-testree .container{
    background-image: url('./assets/images/why-testree.jpg');
    border-radius: 12px;
    padding: 20px;
}



.card {
    height: 100%;
    box-shadow: 10px 10px 30px 0 rgba(0,0,0,.1);
    position: relative;
    color: #fff;
    overflow: hidden;
}
.resource .card {    
    background-color: #123075;
    border-radius: 15px;
    border: 0;
}
.card .img-card {
    width: 100%;
    height: 200px;
    border-radius: 5px 5px 0 0;
    display: block;
    overflow: hidden;
}
.card .img-card img {
    width: 100%;
    object-fit: cover;
    transition: all .25s ease;
    height: 100%;
}
.card .card-read-more {
    margin-top: auto;
}


.resource .card .category-name {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: rgb(0, 136, 255);
    padding: 5px 10px 5px .5rem;
    color: #fff;
    border-radius: 0 5px 5px 0;
    z-index: 1;
}

.postbycategory .resources-row {
    justify-content: center;
}

.postbycategory .card  a{
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.postbycategory .card p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
}

.postbycategory-default-template .resource .card {
    background-color: #fff;
}
.postbycategory-default-template .resource .card-title a, .postbycategory-default-template .resource .card-read-more a {
    color: #123075;
}

.postbycategory-default-template.postbycategory .card p {
    color: #555;
}
/*.resource .card .img-card:hover img{
    -webkit-transform: scale(1.20) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}*/

.hover-fade .resource .card  a.img-card {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #333;
}
.hover-fade .resource .card  a.img-card img {

    -webkit-transition: 1s transform;
    -moz-transition: 1s transform;
    -o-transition: 1s transform;
    -ms-transition: 1s transform;
    transition: 1s transform;
}
.hover-fade .resource .img-card:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    /*-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.75)";
    filter: alpha(opacity=0.75);
    opacity: 0.75;*/
}

.resource .card-title a, .resource .card-read-more a{
    color: #fff;
}
.postbycategory-row-template .resource  {
    border-radius: 15px;
    margin: 15px 0;
    box-shadow: 0px 1px 10px 0px rgba(113,113,113,.5);
    background-color: #ebebeb;
}
.postbycategory.postbycategory-row-template .resource-single {
    padding: 10px;
}
.postbycategory.postbycategory-row-template .resource-single .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}
.postbycategory.postbycategory-row-template .resource-single .meta p {
    color: #4e4e4e;
}
.postbycategory.postbycategory-row-template .resource-single .meta a {
    color: #204482 ;
}

.postbycategory.postbycategory-row-template .resource-single .meta {
    background-color: #fff;
}
.postbycategory.postbycategory-row-template .resource-single .thumb a {
    height: 100%;
    width: 100%;
}
.postbycategory.postbycategory-row-template .resource-single .thumb img{
    border-radius: 15px 0 0 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 350px;
}
.postbycategory.postbycategory-row-template .resource-single .order-md-2.thumb img{
    border-radius: 0 15px 15px 0;
}
.postbycategory.postbycategory-row-template .resource-single .meta {
    border-radius: 0 15px 15px 0;
}

.postbycategory.postbycategory-row-template .resource-single .order-md-1.meta{
    border-radius: 15px 0 0 15px;
}
.contact-form-wrap{    
    background-image: url('./assets/images/contact-us-bg.png');
    padding: 20px;
}
.contact-form-wrap .contact-section{  
    width: 80%;
    margin: 0 auto;
}
#contactModal {
    background-color: rgba(0, 0, 0, 0.5);
}
#contactModal .close-icon {  
    position: absolute;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    top: 10px;
    font-size: 30px;
    color: #fff;
}
#contactModal .contact-section{  
    width: 100%;
}
#contactModal  .form-row.col-md-6{
    margin-bottom: 10px;
}
#contactModal .wpcf7-response-output,
#contactModal .wpcf7-not-valid-tip {
    color: #fff;
}
#contactModal {
    background-color: #25509e;
    background-image: url('./assets/images/contact-modal-bg.png');
    padding: 20px 0;
    position: fixed;
    top: 50%;
    width: 35%;
    height: auto;
    transform: translateY(-50%);
    z-index: 100;
	min-height: 375px;
}
.contact-form-trigger i{

    font-size: 30px;
    border: solid 3px transparent;
    display: inline-table;
}
.contact-form-trigger {
    cursor: pointer;
}

.contact-form-trigger .clicked {
    display: none;
}
.contact-form-trigger.show .original {
    display: none;
}
.contact-form-trigger.show .clicked {
    display: block;
}
.hide {
    display: none;
}

.contact-form-wrap * {
    color: #fff;
}
.contact-form-wrap input {
    color: #000;
}
.contact-form-wrap .form-row {
    margin: 5px 0;
}
.wpcf7-form  label,
.wpcf7-form label span {
    width: 100%;
}
.wpcf7-form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wpcf7-textarea{ 
    height: 100px;
}
.wpcf7-submit{
    width: auto;
}
.contact-form-wrap h2 {
    margin: 10px 0 10px 10px;
    font-size: 30px;
}
.contact-form-wrap h2 span{
    font-size: 30px;

}


.t-pagination {
    margin: 10px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
        
}
.t-pagination a,
.t-pagination span {
    color: #fff;
    display: inline-block;
    text-decoration:none;
    background-color: #204482;
    border-radius: 3px;
    cursor: pointer;
    margin: 5px;
    padding: 0px 10px;
    line-height: 32px;
    display: inline-flex;
}
.t-pagination .page-numbers i {
  height: auto;
  width: auto;
  line-height: inherit;
}
.t-pagination a:hover,
.t-pagination span.current {
    background-color: #444344;
}
.t-pagination span.current {
    cursor: default;
}

.page_widget_wrap {
    background-size: cover;
    border-radius: 15px;
    padding: 15px;
}

.has-bg-img .page_widget_wrap &gt; * {
    color: #fff;
}
.page_widget_wrap .summary p{
    margin-bottom: 0 !important;
}

.page_widget.display-type-childpage .page_widget_wrap ul{
    padding-left: 0;
}
.page_widget_wrap .display-type-childpage ul li{
    list-style-type: none;
}
.page_widget.more-padding.p50 .page_widget_wrap{
    padding-top: 50px;
}
.page_widget.more-padding.p80 .page_widget_wrap{
    padding-top: 80px;
}
.subtopics-list ul {
    padding-left: 0 !important;
}
.subtopics-list ul li {
    display: inline-block !important;
    margin-right: 20px;
}
.title a {
    font-size: 20px;
    font-weight: 700;
}
.more-link {
    transition: all 0.25s ease;
    padding-left: 0;
}
.more-link:hover {
    padding-left: 10px;
}
.more-link i {
    margin-right: 5px;
    border: solid transparent 3px;
}

.post-date {
    font-size: 13px;
    font-weight: 600;
    color: #4e4e4e;
    margin: 5px 0;
}
#pagetitle .container {
    padding: 0px;    
}
/*#pagetitle.page-has-featured-img .container {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}*/
.mega-toggle-on .flex-menu .mega-sub-menu{
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;

} 

.error404  .notfound {
    padding: 100px 0;
    margin: 0 auto;
    max-width: 850px;
}

.error404 .notfound-image {
    font-size: 150px;
    font-weight: bold;
    text-align: right;
    line-height: 0.7;
}
.error404 .notfound-content {
    font-size: 1.4em;
    font-weight: 300;
}

.search .search-result {
    margin: 0 0 30px;
}



#footer {
    background-color: rgb(68, 67, 68);
}

#footer ul{
    padding-left: 0;
}
#footer ul li {
    padding: 5px 0;
}

#footer h4 {
    margin-bottom: 15px;
}
#footer h4, #footer li a{
    color: #fff;
}
#footer .widget_media_image .wp-block-image {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.social-icons ul {
    margin-bottom: 0;
}
.social-icons li {
    display: inline-block;
    padding: 2px;
}
.social-icons li a{
    color: #fff;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .4s ease;
    text-align: center;
    line-height: 30px;
}
.social-icons li .dashicons, .social-icons li .dashicons-before:before {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.social-icons li a:hover{
    color: #204482 !important;
    background-color: #fff;
}


.breadcrumb {
    margin: 20px 0 0;
}

.breadcrumb-separator {
    position: relative;
    padding-right: 20px;
    margin-right: 15px;
}

.breadcrumb a, .breadcrumb span {
    color: #fff;
}

.dark-text .breadcrumb a, .dark-text .breadcrumb span {
    color: #000;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb-separator:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    list-style: none;
    font-family: 'fontawesome';
    content: '/';
    font-weight: bold;
    font-size: 12px;
    color: #ddd;
    margin-top: -5px;
    line-height: 10px;
    opacity: 0.5;
}


.archive-list .post-element  {
    margin: 0 0 40px;
    background: #fff;
    color: #204482 !important;
}

.archive-list .post-element .post-image {
    margin: 0;
}

.archive-list .post-element .post-body .col-md-12{
    padding: 20px;
    border: 1px solid #ddd;
}
.archive-list .post-element .post-byline &gt; div{
    margin-right: 20px;
}
img.wp-post-image {
    max-width: 100%;
}

.archive-list .post-element .post-image img {
    display: block;
    margin: 0;
    line-height: 0em;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.archive-list .post-element .post-comments {
    float: right;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
}
.archive-list .post-element .post-comments a {
    color: inherit;
}

.archive-list .post-element .title{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.comment .comment-avatar {
    float: left;
    width: 50px;
}
.comment .comment-body {
    margin: 0 0 20px 50px;
    background: rgba(80, 80, 100, 0.05);
    padding: 20px 20px 20px;
}
.comment .comment-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.comment .comment-options {
    overflow: hidden;
    float: right;
    text-align: right;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 0.9em;
    border: 1px solid #eee;
}
.comment .comment-options a:first-child {
    margin: 0;
}
.comment .comment-options a {
    margin-left: 10px;
}
.comment .comment-author {
    display: block;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0 0 5px;
}
.comment .comment-date {
    font-size: 0.9em;
    text-transform: uppercase;
}
.comment .comment-content {
    margin: 0;
    padding: 0;
}
.comment .comment-content p:last-child {
    margin-bottom: 6px;
}

.comment .comment-avatar img {
    display: block;
    width: 100%;
}
.comment-respond p {
    overflow: hidden;
}
.comment-respond label {
    display: block;
    padding: 5px 0;
}
.comment-respond textarea {
    height: 200px;
    max-height: 400px;
    min-height: 200px;
    resize: vertical;
}
#commentform input[type="text"],
#commentform input[type="password"], 
#commentform input[type="input"],
#commentform input[type="url"], 
#commentform input[type="email"],
#commentform textarea,
#commentform select {
    border: 1px solid #ddd;
    padding: 8px 6px;
    background: #f5f5f5;
    margin: 0;
    width: 100%;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}


.slider-item img{
    max-width: 100%;
    margin: 0 auto;
}

.slick-prev::before, .slick-next::before {
    color: #000;
}


.slick-slider-wrap.partners {
    background-color: #eee;
    padding: 40px;
}
.slick-slider-wrap.partners img {
    height: 100px;
}

.slick-slider-wrap.success-stories  {
    padding: 40px;
}
.slick-slider-wrap.partners .container,
.slick-slider-template-testimonial.container{
    max-width: 1000px;
}

.slick-slider-wrap.success-stories .card .img-card {
    height: 275px;
}




.slick-slider-wrap h1.title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}




.featured-image-container .slick-slider-template-featured {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.featured-image-container .slick-slider-template-featured .slick-slider{

    width: 100%;
    position: relative;
    height: 350px;
}
.featured-image-container .slick-slider-template-featured .slick-list,
.featured-image-container .slick-slider-template-featured .slick-track,
.featured-image-container .slick-slider-template-featured .slider-item .slider-img{
    height: 100%;
}
.featured-image-container .slick-slider-template-featured .slider-item {
    position: relative;
}

.featured-image-container .slick-slider-template-featured .slider-item .slider-img img {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: fill;
}
/*
.featured-image-container .slick-slider-template-featured .slider-content {
    position: absolute;
    z-index: 1;
    max-width: 70%;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    transform: translateY(-50%)
}*/
.featured-image-container .slick-slider-template-featured .slider-content h2 {
    color: #fff;
}
.featured-image-container .slick-prev {
    left: 25px;
    z-index: 2;
}

.featured-image-container .slick-next {
    right: 25px;
    z-index: 2;
}

.slick-prev, .slick-next{
    border-radius: 50%;
    line-height: 20px;
    background-color: rgba(0,0,0,0.5);
}
.slick-prev:before, .slick-next:before{
    font-size: 15px;
    line-height: 20px;
    color: white !important;
    font-family: dashicons;
}

.slick-next::before {
    content: "\f345";
}
.slick-prev::before {
    content: "\f341";
}
.slick-next {
    right: 0px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: transparent;
}
.slick-prev, .slick-next{
    background-color: transparent;

}

.slick-prev::before, .slick-next::before {
    font-size: 40px;
    color: #0d5197 !important;
}

.slick-slider-template-featured .slider-item {
    position: relative;
}
.slick-slider-template-featured .slider-item .slider-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slick-slider-template-featured .slider-item .slider-img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
}
/* .slick-slider-template-featured .slider-item .slider-content,
.featured-content{
    position: absolute;
    top: 50%;
    left: 19%;
    transform: translate(-20%,-50%);
    width: 51%;
} */
.slick-slider-template-featured .slider-item .slider-content-headings {
    color: #FFF;
}

.slick-slider-template-featured .slider-item .slider-content-headings .animated {
    transition: all .5s ease;
}
.slick-slider-template-featured .slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}
.slick-slider-template-featured .slick-dotted .slick-slider {
    margin-bottom: 30px;
}
.slick-slider-template-featured .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-slider-template-featured .slick-dots li button:hover, .slick-slider-template-featured .slick-dots li button:focus {
    outline: none;
}
.slick-slider-template-featured  .slick-dots li {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-slider-template-featured  .slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 0;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}
.slick-slider-template-featured  .slick-dots li button:before {
    content: '';
}
.slick-slider-template-featured  .slick-dots li button:hover,
.slick-slider-template-featured  .slick-dots li button:focus {
    opacity: 1;
}
.slick-slider-template-featured  .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}
.slick-slider .slick-dots li {
    height: 8px;
    width: 30px;
}
.slick-slider .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 30px;
    height: 8px;
    padding: 0;
    border-radius: 10px;
}
.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
    opacity: 1;
}
.slick-slider .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}
.slick-slider .slick-dots li.slick-active button:hover,
.slick-slider .slick-dots li.slick-active button:focus {
    opacity: 1;
}


.slick-slider-template-stories .card .tab-text,
.slide-on-hover .card .tab-text{
    position: absolute;
    width: 100%;
    top: 0;
    background-color: rgba(32, 68, 130, 0.8);
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    transition: transform 0.6s;
    height: 100%;
   transform: translate3d(0, calc(100% - 4rem), 0); 
	cursor: auto;
}
.slick-slider-template-stories .card .tab-text h2 {
    margin-bottom: 0px;
}
.slick-slider-template-stories .card .tab-text .summary,
.slide-on-hover .card .tab-text .summary{

    display: none;
}
.slick-slider-template-stories .card .tab-text .card-title {
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
}
.slick-slider-template-stories .slider-item:hover  .tab-text,
.slide-on-hover:hover .tab-text{
    transform: translate3d(0,0,0);
}

.slick-slider-template-stories .slider-item:hover .summary,
.slide-on-hovers:hover .summary{
    display: block;
}


.slick-slider-template-stories .card {
    margin: 0px 20px;
    border: 0;
    box-shadow: none;
    cursor: pointer;

    border-radius: 15px;
    overflow: hidden;
}

.resource-area-wrap {
    padding: 30px 0;

}
.resource-area-wrap .container-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
}

ul.social-sharing-icons {
    padding: 0;
    text-align: center;
}

.social-sharing-icons li {
    background-color: yellow;
    list-style: none;
    display: inline-block;
    margin: 4px;
    border-radius: 2em;
    overflow: hidden;
    padding: 10px;
}

.social-sharing-icons li a {
    display: block;
    min-width: 1.28571429em;
    max-width: 1.28571429em;
    height: 1.28571429em;
    white-space: nowrap;
    line-height: 1.5em;
    transition: 0.5s;
    text-decoration: none;
    font-family: arial;
    color: #fff;
}

.social-sharing-icons li i {
    margin: 0px;
}

/*.social-sharing-icons li:hover a {
  max-width: 200px;
  padding-right: 1em;
}*/

.social-sharing-icons .facebook {
    background-color: #3b5998;
    /*box-shadow: 0 0 16px #3b5998;*/
}

.social-sharing-icons .twitter {
    background-color: #00aced;
    /*box-shadow: 0 0 16px #00aced;*/
}

.social-sharing-icons .instagram {
    background-color: #cd486b;
    /*box-shadow: 0 0 16px #cd486b;*/
}

.social-sharing-icons .pinterest {
    background-color: #c92228;
    /*box-shadow: 0 0 16px #c92228;*/
}
.social-sharing-icons .watsapp {
    background-color: #51c65e;
    /*box-shadow: 0 0 16px #51c65e;*/
}
.social-sharing-icons .linkedin {
    background-color: #0073b1;
    /*box-shadow: 0 0 16px #0073b1;*/
}

.social-sharing-icons .steam {
    background-color: #666666;
    /*box-shadow: 0 0 16px #666666;*/
}


.testimonial {
    padding: 40px 0;
    background-image: url('./assets/images/testimonial-bg.png');
    background-size: contain;
}
.slick-slider-template-testimonial p {
    color: rgba(0,0,0,.5);
} 
.slick-slider-template-testimonial h2 {
    color: rgba(0,0,0,.5);
}
.slick-slider-template-testimonial .card {
    padding: 20px;
    box-shadow: none;
}
.testimonial-author {
    margin-top: auto;
    min-height: 100px;
}
.testimonial-author img.img-card {
    height: 50px;
    width: 50px;
}
.slick-slider-template-testimonial .slick-initialized .slick-slide {
    margin: 5px;
}

.slick-slider-template-testimonial .slick-dots li button::before {
    font-size: 30px;
}


.fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.awsm-job-listing-item .awsm-job-specification-openings .awsm-job-specification-term:after {
    content: ' Openings';
}

.sidebar-form-wrap {
    background: linear-gradient(to right, #597fd4, #0B295D) !important;
    padding: 20px;
    color: #fff;
}

.sidebar-form-wrap h2 {
    color: #fff;
}
.sidebar-form-wrap .wpcf7-submit {
    background-color: transparent !important;
    color: #fff;
    width: 150px;
    border: inherit;
    border-radius: 0;
    margin: 0 auto;
    margin-top: 20px;
}
.sidebar-form-wrap .wpcf7-acceptance {
    background-color: transparent;
    color: #fff;
    border: none;
}
.sidebar-form-wrap .wpcf7-form-control {
    border-radius: 0px;
    outline: 0;
}
.sidebar-form-wrap .wpcf7-list-item {
    margin: 0;
}
.sidebar-form-wrap .wpcf7-form label,.sidebar-form-wrap .wpcf7-form label span {
    margin: 7px 0;
}

.post-meta {
    display: flex;
    align-items: center;

}
.post-meta .post-date{
    margin-left: auto;
}

#location-map {
    background-image: url('./assets/images/contact-modal-bg.png');
    background-size: contain;
}
.location-container {
    margin-bottom: 40px;
}
#location-map .nav-tabs {
    justify-content: center;
    border: none;
}
#location-map .card {
    border: 0;
    cursor: pointer;
}
#location-map .nav-tabs li{
    padding: 3%;
}
#location-map .nav-tabs li a{
    color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    font-size: 27px;
    font-weight: 600;
}
#location-map .nav-tabs li.active a{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}
#location-map .location-map-box {
    height: 500px;
}

#location-map .card-img img {
    min-height: 220px;
}
#location-map .location-container .tab-pane .row{
    justify-content: center;
}
#location-map p {
    font-size: 16px;
    margin-bottom: 0.15rem;
	cursor: auto;
}
#location-map a.map-focus-trigger {    
    color: #fff;
    cursor: pointer;
}
#location-map .dashicons {
    margin-right: 5px;
	margin-top: 3px;
}
#location-map .dashicons-location { 
    font-size: 40px;
    color: yellow !important;
}
#location-map .dashicons-phone {
    transform: rotate(90deg);
}
#navigation .card p a {
    color: #FFFFFF;
}

i.up-arrow:before {
    content: '';
    border: solid;
    border-width: 0 2px 2px 0;
    padding: 2px;
    height: 15px;
    width: 15px;
    display: block;
    transform: rotate(225deg);
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.search.search-no-results .search-page-wrap {
	display: flex;
	align-items: center;
		
}

.search.search-no-results .search-page-wrap .search-submit {
	text-align: center;
}

@media (max-width: 992px) {

    .slick-slider-wrap h1.title {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .slick-slider-template-featured .slider, .slick-slider-template-featured .slider-item {
        height: 80vh;
    }
    .slick-slider-template-featured .slider-item .slider-img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }


}

@media only screen and (min-width: 768px) {
    .mega-toggle-on .flex-menu.three-column-layout .mega-sub-menu li{
        width: 33% !important;
    }

}
@media only screen and  (max-width: 992px) { 
    .why-testree p {
        width: 49%;
        margin-left: 5px;
    }
    .page-box .children .excerpt {
        min-height: 240px;
    }
}
@media only screen and (max-width: 768px) {

    #main_nav .mega-sub-menu {
        width: auto !important;
    }
    .top-social-icons ul {
        text-align: center;
    }
    .top-bar-menu-wrap {
        flex-direction: column;
    }
    .top-bar-menu-wrap .widget {
        margin-bottom: 10px;
    }
    .top-bar .menu {
        justify-content: center;
        padding: 0;
    }
    .top-bar .wp-block-search__inside-wrapper {
        max-width: 300px;
        margin: 0 auto;
    }
    #navbar_top .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .main-logo-img {
        justify-content: center;
    }
    .main-logo-img img {
        max-height: 80px;
    }
    #main_nav .mega-menu-wrap {
        width: 100%;
    }
    #mega-menu-main-menu {
        max-height: 500px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    .error404 .notfound-image {
        text-align: center;
        margin-bottom: 30px;
    }

    .postbycategory.postbycategory-row-template .resource-single .col-md-4.thumb img{
        border-radius: 15px 15px 0 0;
    }
    .postbycategory.postbycategory-row-template .resource-single .col-md-8.meta {
        border-radius: 0 0 15px 15px;
    }

    .slick-slider-template-featured .slider-content h2,
    #pagetitle .featured-content .pagetitle-title{
        font-size: 24px;
    }
    .slick-slider-template-featured .slider-item .slider-content,
    .featured-content{
        width: 100%;
        padding: 0 20px;
    }
    #contactModal { 
        width: 100%;
    }
    .contact-form-wrap .contact-section{ 
        width: auto;
    }
    .why-testree p {
        width: 100%;
    }

    .page-box .children .excerpt {
        min-height: 200px;
    }
    .social-box {
        text-align: center;
    }

    .testimonial-author {
        min-height: 60px;
    }
}

@media only screen and (max-width: 458px) {
    .top-bar-menu-wrap {
        padding: 0 !important;
    }
    .error404 .notfound-image {
        font-size: 50px;
    }
    .slick-slider-template-featured .slider-item .slider-content .summary,
    .featured-content .featured-meta{
        display: none;
    }
}



@keyframes zoomInImage {
    from {
        transform: scale3d(1,1,1);
    }
    to {
        transform: scale3d(1.1,1.1,1.1);
    }
}
.zoomInImage {
    animation-name: zoomInImage;
}
@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1,1.1,1.1);
    }
    to {
        transform: scale3d(1,1,1);
    }
}
.zoomOutImage {
    animation-name: zoomOutImage;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #FFFFFF !important;
    font-size: 14px !important;
	display:inline-block;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 16px !important;
    font-weight: normal;
    display: block;
    margin-top: -10px;
}</pre></body></html>