body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #333;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}
body.home {
}

body, html{
    height: 100%;
}
* {
    margin:0;
    padding:0;
}
img {
    max-width: 100%;
    height: auto;
}
.hide{
    display: none;
}
:focus{
    outline: 0;
    outline: none;
}

a {
    color:#10487a;
}

a:hover {
    color: #000000;
}

p:last-child{
    margin-bottom: 0
}

a:focus {
    color: #000000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

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;
}

select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}

a img{
    outline: 0;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

.logged-in header#header { 

}

body.logged-in {

}

.ie .header-contact-info .cell-number{
    background-position: 15px 12px;
}

body.nav-open-menu{
    overflow: hidden;
}

/* btn sec */
.btn {
    display: inline-block;
    padding: 19px 30px;
    position: relative;
    text-transform: uppercase;
    width: auto;
    border-radius: 0px;
    min-width: 180px;
    text-shadow: none;
    border:1px solid #10487a;
    background: #10487a;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    
    transition: .5s;
}
.btn:hover {
    color: #10487A;
    background: transparent;
    border: 1px solid #10487A;
}
/*.btn:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #10487a;
    width: 73px;
    height: 100%;
    content: "";
    transition: .5s;
    border:1px solid #10487a;
}
.btn:after {
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/arrow-long-white.svg);
    width: 22px;
    height: 13px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    transition: .5s;
}

.btn:hover {
    color: #10487a;
    border: none;
    background: none;
}
.btn:hover::before{
     background-color: transparent;
}
.btn:hover::after {
    background-image: url(../img/arrow-blue.svg);
}*/
.btn.focus, .btn:focus {
    color: #FCC200;
    border: none;
    background: none;
}

input, select, textarea{
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}

[type=submit]{
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

p:empty {
    display: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6
{
    color: #353839;
    position: relative;
    font-family: "Oswald", sans-serif;
}

h1 {
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 15px;

}

.h2,
h2 {
    font-size: 48px;
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    line-height: 1.6;
	
}

h3 {
    font-size: 31px;
    line-height: 41px;
    margin-bottom: 15px;
}

h4 {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 15px;
}

h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}
/* reset css */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
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;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #fff;
}/* reset default */

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* common css end */

/* nav multiple css */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.menu-top li {
    display: inline-block;
    color: #FFF;
    position: relative;
    margin-left:30px;
}

ul.menu-top li:first-child{
    margin-left: 0px;
}

ul.menu-top > li.menu-item-has-children {
    margin-right: 15px;
}

.menu-top li a {
    padding: 15px 0px;
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
}

.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #7B8C9F;
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 0;
}

.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
}
.nav-menu .menu-top>li.current-menu-ancestor a:before, .nav-menu .menu-top>li.current-menu-item>a:before {
    width: 100%;
}

.menu-top li a:hover {
    color:#10487A;
}

.nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor>a {
    color: #084575;
    font-weight: 700;
}

.nav-menu>.menu-top>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #fff transparent transparent;
    display: flex;
    align-items: center;
}

ul.menu-top li ul.sub-menu li.menu-item-has-children:after{
    display: none;
}



/* Display the dropdown */
ul.menu-top li:hover>ul {
    display: block;
}

ul.menu-top li:hover li {
    float: none;
}

ul.menu-top li:hover li a:hover {
    background: #7B8C9F;
    color: #fff;
}

.menu-top .sub-menu > li {
    border-bottom: none;
}

.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}

.menu-top .sub-menu li.current_page_item a {
    background-color: #10487a;
    color: #fff;
}

.menu-top .sub-menu > li.current_page_item ul li a {
    background-color: rgba(22, 46, 74, 0.95);
    color: #fff;
    font-weight: 400;
}

.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {
    background-color:#10487a;
    color: #fff;
}

.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}

ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
}

.nav-menu-inner {
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.menu-top {
    position: relative;
    width: 100%;
    transition: all ease-in-out 0.2s;
    text-align: right;
}

.ie.ie-panel .menu-top{
    margin-bottom: -10px;
}

.ie.ie-panel .mobile-search-bar-box {
    height: 115px;
}

.menu-top li:first-child {
    padding-left: 0;
}

.menu-top li:last-child {
    margin-right: 0;
    padding-right: 0px;
}

.sub-menu {
    background-color: #353839;
    min-width: 262px;
    text-align: left;
}

ul.menu-top li .sub-menu li a {
    font-size: 16px;
    padding: 12px 15px;
    line-height: 18px;
    margin: 0;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    text-transform: capitalize;
}

ul.menu-top li .sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.menu-top .sub-menu li.current_page_item a:before, .menu-top .sub-menu li a:hover:before {
    background: #fff;
}

ul.menu-top li .sub-menu li a:hover {
    background-color:#10487A;
    color: #fff;
}

.menu-header ul.sub-menu li.menu-item-has-children>a:after {
    -ms-transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg);
    right: 13px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}

.menu-header > ul > li > ul {
    transform: translateY(1.250em);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
    margin-top: 0px;
}

header#header .menu-top li#menu-item-163 .sub-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    min-width: 29rem;
    left: 50%;
    transform: translateX(-50%);
}

header#header .menu-top li#menu-item-163 .sub-menu:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.11);
    margin: auto;
}

header#header.small-header .menu-header > ul > li > ul {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);
    transition: all linear 0.1s;
}

.menu-header .sub-menu {
    visibility: hidden;
}

.menu-header ul li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
}
.menu-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 3px;
    margin: auto;
    right: -20px;
    background-size: 7px;
    background-repeat: no-repeat;
    background-image: url(../img/down-arrow.svg);
    background-position: center;
    height: 10px;
    width: 10px;
    bottom: 2px;
}
.menu-top > li.current-menu-item:after, .nav-menu .menu-top>li.current-menu-ancestor:after {
    background-image: url(../img/down-arrow.svg);
}

/* menu nav end */
.fullwidth {
    position: relative;
/*    float: left;
    width: 100%;*/
}

.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-pd {
    padding: 120px 0;
}

/* Header Search */
.search-box-outer {
    width: 57%;
    margin-left: auto;
}

.search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../img/search.svg);
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
}

.close-search{
    cursor: pointer;
}

.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px;
}

.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}

.mobile-search-bar {
    margin-left: 50px;
    height: 22px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    position: relative;
/*     padding-left: 12px;    */
    margin-right: 55px;
}
.mobile-search-bar .white-search-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/Search.svg);
    background-position: 0px 0px;
    cursor: pointer;
}

header#header.small-header .search-bar-box {
    top: 0;
}

#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar
{
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s;
}

.search-icon-form button.btn {
    background-color: #7B8C9F;
    padding: 20px;
    margin-top: 0;
}

.search-icon-form button.btn:hover {
    background-color: #fff;
    color: #7B8C9F;
    border: 1px solid #fff;
}

.search-icon-form button.btn:focus{
    background-color: #7B8C9F;
    color: #fff;
    border: 1px solid #7B8C9F;
}

.search-wrapper {
    flex-direction: column;
    text-align: center;
}

.search-wrapper .title {
    color: #7B8C9F;
    margin-bottom: 50px;
}

.search-input-box .form-control {
    color: #76777a;
}

.search-form-outer{
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}

.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}

.search-input-box{
    width: 100%
}

.search-input-box input{
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

#m-SiteSearchs-form .search-input-box ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 0;
    height: 2.5rem;
    background-color: transparent;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}

/* Header Search End */
.wpcf7 .wpcf7-form-control-wrap.quiz-math, .wpcf7 .wpcf7-form-control-wrap.quiz-math label {
    width: 100%;
    margin: 0;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

div.wpcf7 .wpcf7-form .form-control {
    padding: 5px;
    font-size: 16px;
    text-transform: none;
    color: #000000;
    background: none;
    height: 50px;
    font-weight: 300;
    border: 2px solid #DCDCDC;
    font-family: sans-serif;
    padding-left: 20px;
}

div.wpcf7 .wpcf7-form textarea.form-control {
    height: 120px;
	padding-top:13px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.wpcf7 .wpcf7-response-output {
    font-size: 12px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    border: none !important;
    margin: 0 !important;
    background: #b31517;
    max-width: 389px;
}

.form-control, .form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    padding: .4rem 0rem;
    font-size: 0.9rem;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    width: 100%;
	padding-right:13px;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0px 0px;
    line-height: 6px;
    text-transform: capitalize;
}

.form-banner-404 .wpcf7 .wpcf7-not-valid-tip{
    padding: 2px 5px;
}

.wpcf7{
    position: relative;
}

.btn-wrap {
    padding: 0;
    display: inline-block;
    position: relative;
/*    width: 180px;*/
    margin-top: 40px;
    margin-right: 0;
    margin-left: 0;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: 1;
    display: block;
}

div.wpcf7 form.submitting .btn-wrap input, .sidebar div.wpcf7 form.submitting .btn-wrap input {
    color: #fff;
    background-color: #7B8C9F;
    border: 1px solid #7B8C9F;
    text-decoration: none;
}

div.wpcf7 form.submitting .btn-wrap {
    background-color: #7B8C9F;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    max-width: 224px;
    visibility: hidden;
    display: none !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7 form.sent .wpcf7-response-output, .thank-you-message {
    color: #fff !important;
    background: #00772c !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 0;
}

textarea {
    resize: none;
    height: 5rem;
}

[type=submit], [type=submit]:focus {
    cursor: pointer;
    box-shadow: none;
}

.wpcf7 ::-webkit-input-placeholder {
    color: #777777;
	font-size:16px;
}

.wpcf7 ::-moz-placeholder {
   color: #777777;
	font-size:16px;
}

.wpcf7 :-ms-input-placeholder {
    color: #777777;
	font-size:16px;
}

.wpcf7 :-moz-placeholder {
   color: #777777;
	font-size:16px;
}

/*****************/

/* Header Start */

.phone-header {
    padding: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-search-bar {
    text-align: right;
    position: relative;
    width: 45px;
}

.nav-menu-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

header#header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 0;
    background: #fff;
}

header#header.small-header {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
    background: #fff;
}

.header-top .header-left-logo {
    display: flex;
    align-items: center;
}

.header-aside-col {
    align-items: center;
    display: flex;
}

.header-top {
    padding: 0;
    padding-top:10px;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    transition: .25s;
}

.header-contact-info {
    padding: 0;
    margin-top: 0;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-contact-info .cell-number {
    padding: 15px;
    display: inline-block;
    background-image: url(../img/phone-white.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 37px 20px;
    padding-left: 44px;
    margin-left: 0;
    /* padding-top: 9px; */
    color: #fff;
    font-size: 22px;
    background-color: hsla(208, 77%, 27%, 1);
    border:1px solid hsla(208, 77%, 27%, 1);
    width: 270px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    transition: .5s;
    text-decoration: none!important;
}
.header-contact-info .cell-number:hover {
    color: hsla(208, 77%, 27%, 1);
    background-color: #ffffff;
    background-image: url(../img/phone-blue.svg);
}

.logo-wrapper a {
    max-width: 248px;
    display: flex;
    align-items: center;
}

.logo-wrapper a img{
    width: 100%;
}

.ie .logo-wrapper a .main-logo {
    width: 100%;
}

.logo-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}

.header-left-logo *, .nav-menu-inner ul li>a{
    transition: all .5s;
    transition-timing-function: ease-in-out;
}

.nav-menu-inner ul > li .sub-menu *{
    transition: none;
}

header#header.small-header .logo-wrapper a img{
    width: 100%;
}

header#header.small-header .nav-menu-inner {
    margin-top: 0;
}

.top-left-sec {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* header close */
.page-button {
    margin-top: 15px;
}

.title {
    margin-bottom: 25px;
    position: relative;
    display: block;
    padding-bottom: 0;
    color: #000;
/*     text-transform: capitalize; */
    font-weight: 500;
    font-size: 48px;
    line-height: 1.6;
    font-family:  "Oswald", sans-serif;
}
.titles{
    font-family: "Oswald", sans-serif;
	text-transform:capitalize;
}

/** Mobile Search Bar ***/
.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 26px;
    height: 26px;
    opacity: 1;
    z-index: 2;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.close-btn:before, .close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: #ffffff;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: #ffffff;
}

.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}

.mobile-search-bar-box{
    display: none
}

.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 110px;
    z-index: 10000;
    background-color: #10487a;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);
}

.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
}

.mobile-search-bar-box form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-search-bar-box .search-input-box input {
    font-size: 16px;
    border-bottom: 1px solid #dedddd;
    color: #fff;
    height: 46px;
    padding-left: 0px;
}

.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}

.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 0px;
    position: relative;
    background-image: url(../img/search-white.png);
    opacity: 0.7;
}

.search-icon-form button:hover {
    opacity: 1;
}

.search-input-box .form-control:focus {
    border-bottom: 1px solid #ffffff;
    color: #fff;
}

.mobile-search-bar-box .search-input-box {
    position: relative;
}

.req-error {
    position: absolute;
    font-size: 11px;
    bottom: -16px;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 0px;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 4px 4px 0px 0px;
    line-height: normal;
    text-transform: capitalize;
}

.ie .mobile-search-bar{
    top: -4px;
    position:relative;
}

.ie .black-search-icon{
    background-size: 16px;
}

.ie .menu-main-wrapper{
    top: 9px;
    position:relative;
}

.mobile-search-bar img {
    cursor: pointer;
    top: -3px;
    position: relative;
}

.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}

.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}

.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 4px;
    bottom: 3px;
}

.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}

.mobile-search-bar-box .search-input-box{
    width: 100%;
    position: relative;
}
/* mobile menu end */
.linklist ol, .linklist ul {
    margin-bottom: 15px;
	margin-left:20px;
}

.linklist ul li ul, .blog-box .blog-content ol li ol, .blog-box .blog-content ul li ul {
    margin-top: 10px;
    position: relative;
}

.linklist ol li, .linklist ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 27px;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
}

.linklist ul li:after {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    width: 17px;
    height: 20px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
}

.linklist ol {
    padding-left: 13px;
}

.linklist ol li{
    padding-left: 10px;
    display: list-item;
}

.nav-menu-inner .nav-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}

body.ie .nav-menu-inner .nav-menu{
    position: relative;
    top: 0px;
}

body.ie .nav-menu-inner .nav-menu div#mobile-search-bar{
    top: -6px;
}

header#header.small-header .nav-menu-inner .nav-menu {
    top: 0;
}


/* owl css for nav */
.owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 10px;
    height: 25px;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    bottom: 0;
	display:inline-block!important;
}
#trustsymbol{
	position:relative;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    height: 20px;
    position: relative;
    width: 46px;
    font-size: 0px;
    opacity: 0.4;
    background-size: 46px;
    background-repeat: no-repeat;
}

.owl-carousel .owl-nav .owl-next,  .owl-carousel .owl-nav .owl-prev {
    background-size: 32px;
    position: absolute;
    z-index: 1;
    opacity: 1;
    border-radius: 50%;
}

.owl-carousel .owl-nav .owl-prev {
    left: -65px;
    background-image: url(../img/arrow-left.svg);
    background-position: center;
   
}

.owl-carousel .owl-nav .owl-next {
    right: -65px;
    background-image: url(../img/arrow-rights.svg);
    background-position: center;
    
}

.owl-carousel .owl-nav .owl-next:hover:after, .owl-carousel .owl-nav .owl-prev:hover:after {
    opacity: 0.2;
}

.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover{
    opacity: 1;
}
/* end owl css */

div#html5-close {
    background-image: url(../img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}

div#html5-close img {
    display: none;
}

/* trust symbol */
.trust-logos-section {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    background: #10487A;
}

body.home .trust-logos-section {
    margin-bottom: 0;
}

.trust-logos-section .trust-info {
    width: 100%;
}

.trust-logos-section .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0rem 1rem;
    height: 67px;
}

.trust-logos-section .trust-info .owl-carousel .owl-stage {
    padding-bottom:90px;
    padding-top:90px;
}

.trust-logos-section .owl-item:after {
}

.trust-logos-section .item img {
    transition: all .4s ease-in-out 0s;
    max-height: 67px;
    width: auto;
    transition: all .4s ease-in-out 0s;
    opacity: 1;
}

.trust-logos-section .item:hover img {
    opacity: 1;
}
/*end*/

/* footer css */
.footer-info * {
    color: #fff;
}
.footer-wrapper {
    padding: 90px 0 60px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo a {
    max-width: calc(100% - 30px);
    display: inline-block;
}
.footer-logo a img {
    width: auto;
    max-height: 138px;
}
.main-footer {
    padding: 0px 0;
    padding-bottom: 0px;
    background-color: #10487a;
    overflow: hidden;
}
.copyright-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: #fff;
}
.copyright {
    display: flex;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    line-height: normal;
    justify-content: center;
    letter-spacing: 0.26px;
    font-size: 13px;
    font-weight: 500;
    font-family: sans-serif;
}
.copyright p, .copyright a {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    color: #10487A!important;
    font-family:'Open Sans';
}

.small-nav {
    margin-left: 10px;
}

.small-nav a {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    padding-right: 0;
    font-weight: 500;
    top: -2px;
    color: #000;
    margin-left: 4px;
}

.small-nav a:hover {
    color: #ffffff;
}

.small-nav a:last-child {
    padding: 0;
}

.small-nav a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(0,0,0,.5);
    top: 0;
    right: -8px;
    bottom: 0;
    margin: auto;
}

.small-nav a:last-child:after {
    display: none;
}

.footer-info .h3 {
    font-size: 20px;
    margin: 0;
}
.footer-title {
    font-weight: 600;
    position: relative;
    font-size: 18px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    font-family:'oswald';
	margin-bottom:16px;
	margin-top:30px!important;
}
.footer-sec {
    width: 100%;
}
.menu-footer {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-footer li {
    margin-bottom:20px;
    position: relative;
    display: block;
    margin-left: 0;
    width: 100%;
    line-height: normal;
}

.menu-footer li:last-child {
    margin-bottom: 0px;
}
.menu-footer li a {
    padding: 0;
    line-height: 22px;
    display: inline-block;
    font-size: 16px;
    color: #DCDCDC;
    font-weight: 400;
    padding-left: 0px;
    position: relative;
    letter-spacing: 0.7px;
}
.menu-footer li a:hover, .menu-footer li.current_page_item a {
    color: #fafafa;
}
.menu-footer li.current_page_item a {
    font-weight: 500;
}
.main-footer {
    position: relative;
}

ul.footer-social {
    z-index: 1;
    display: flex;
    margin-top: 30px;
}

ul.footer-social li {
    margin: 0px 0;
    margin-right: 10px;
}
ul.footer-social li a {
    height: 36px;
    width: 36px;
    border-radius: 5px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid transparent;
    opacity: 1;
    background-color:#fff;
}
ul.footer-social li a:hover {
    border: 1px solid #fff;
    background: none;
}
ul.footer-social li a:hover svg path{
    fill:#fff;
}
ul.footer-social li a svg, ul.footer-social li a img {
    height: 17px;
    width: 17px;
}
ul.footer-social li a svg path, ul.footer-social li a svg circle, ul.footer-social li a svg rect {
fill:#10487A;
}
.footer-wrapper .footer-info {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    position: relative;
    max-width: 294px;
}

.common-contact-wrap {
    background-image: url(../img/phone.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 0px center;
    padding-left: 40px;
    width: 100%;
    color: #D7D7D7;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.19);
    padding-bottom: 18px;
    padding-top: 18px;
    letter-spacing: 0.7px;
}

.common-contact-wrap.footer-add-info {
    background-image: url(../img/location.svg);
    padding-top: 0;
    background-position: 0 7px;
}

.common-contact-wrap.footer-email-info {
    background-image: url(../img/email-icon.svg);
    background-size: 30px;
}
.common-contact-wrap a{
    font-size: 16px;
    color: #DCDCDC;
    display: inline-block;
    letter-spacing: 0.7px;
	text-decoration:none;
}

.common-contact-wrap a span{
    display: inline-block;
}
.timing span{
    font-family: 'oswald';
    font-weight:500;
    padding-left:15px;
	font-size:16px;
}

.common-contact-wrap a:hover {
    color: #fafafa;
}

.common-contact-wrap a:hover span{
    color: #fafafa;
}
/* footer css end */
.small-title {
    color: #10487A;
    margin-top: 0;
    margin-bottom:14px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.small-title:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 21px;
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    bottom: 0;
    left: -110px;
    top: 0;
}

/* footer contact form css */
.contact-form-wrap {
    margin-left: auto;
    padding: 70px 15px 90px;
    position: relative;
    padding-left: 85px;
    z-index: 9;
}

.contact-form-wrap .title {
    margin-bottom: 50px;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -17px;
    right: 13px;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 0px 0px 4px 4px;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0px;
    display: none;
}
.wpcf7 .quiz-math .wpcf7-not-valid-tip {
    font-size: 10px;
    display: inline-block;
}
/* footer contact form css end */

/* nap css */
.nap-left-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 45%;
    display: flex;
}
.nap-footer {
    width: 100%;
    position: relative;
}

.map-wrapper-nap {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 82%;
    position: absolute;
}
.contact-map-wrapper {
    width: 100%;
}
.map-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
}

.map-wrapper.active, .assignnap .map-wrapper, .selected-single-nap .map-wrapper {
    opacity: 1;
    z-index: 0;
}

.map-wrapper iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
}

.location-center {
    position: relative;
    width: 100%;
}

.direction-link {
    border-bottom: 1px solid #ffffff;
    display: inline-block;
}
.direction-link:hover {
    border-bottom:1px solid #10487a;
}
.nap-address-info .direction-link {
    margin-top: 7px;
    line-height: normal;
}

.nap-contact-info {
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
}

.nap-contact-info .phoneno {
    margin-top: 0px;
    display: inline-block;
    padding: 3px 0;
    padding-left: 31px;
    background-image: url(../img/phone.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 0 9px;
}

.nap-postal-address-wrapper {

}

.nap-contact-info .phoneno, .nap-address-info .location-center, .nap-address-info .direction-link {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.nap-wrapper:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 18px 15px 0;
    border-color: transparent #111315 transparent transparent;
    content: "";
    position: absolute;
    left: -17px;
    bottom: 0;
    top: 0;
    margin: auto;
    opacity: 0;
}

.nap-wrapper.active:before {
    opacity: 1;
}

.nap-address-info .location-name {
    color: #7B8C9F;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    display: inline-block;
    position: relative;
    font-size: 24px;
    line-height: 48px;
    padding-left: 30px;
    background-image: url(../img/location.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 0 center;
}
/* nap css end */

/* home testimonial */
.common-testimonial {
    background:#084575;
}

.our-customer-header {
    align-items: center;
}

.our-customer-header .our-customer-info {

}

.testimonial-btn {
    text-align: center;
    width:170px;
    margin-top: 0;
    padding: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-left: auto;
}

.testimonial-btn .testnext, .testimonial-btn .testprev {
    font-size: 0px;
    background-image: url(../img/arrow-blue.svg);
    background-position: center;
    width: 73px;
    height: 73px;
    background-size: 23px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    background-color:rgba(255,255,255,0.34);
}

.testimonial-btn .testnext:hover, .testimonial-btn .testprev:hover {
    background-image: url(../img/arrow-blue.svg);
    background-color: #fff;
}
.banner-wrap .testimonial-btn .testnext:hover, .banner-wrap .testimonial-btn .testprev:hover {
    background-image: url(../img/arrow-yellow.svg);
    background-color: #353839;
}

.testimonial-btn .testprev {
    transform: rotate(180deg);
}

.common-testimonial .page-button {
    margin-top: 70px;
}

.testimonial-content .owl-item .items {
    width: 100%;
    padding-top: 30px;
    height: 100%;
}

.common-testimonial .testimonial-item {
    background-color: #f5f5f5;
    height: 100%;
    padding: 45px 25px 140px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    text-align: left;
    z-index: 1;
}

.common-testimonial .testimonial-item:before {
   /* content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url(../img/quote.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    top: 40px;
    z-index: -1;
    left: 25px;
    display: inline-block;
    */
}

.common-testimonial .testimonial-content {
    width: 100%;
    position: relative;
    padding-top: 40px;
}

.common-testimonial .testimonial-content .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 0;
}

.common-testimonial .testimonial-content .owl-item.active.center {
    position: relative;
    z-index: 1;
}

.common-testimonial .testimonial-content .owl-item.active.center .testimonial-item {
    background-color: #fff;
    position: relative;
    height: 310px;
    font-size: 12px;
    line-height: 2;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08);
    padding: 25px;
    top: 20px;
}

.common-testimonial .testimonial-item .h5 {
  /*  
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    */
}

.common-testimonial .testimonial-item p {
    z-index: 0;
    width: 100%;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.review-rating {
    margin: 0;
    display: block;
    position: relative;
    width: 100%;
    line-height: 100%;
}
.review-rating .star-icon {
    display: inline-block;
    background-image: url(../img/star-gold.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    height: 22px;
    width: 24px;
    background-position: center;
}
.review-rating-yellow .star-icon {
    background-image: url(../img/star-gold.svg);
}
.common-testimonial .testimonial-item .name-and-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 0px;
    justify-content: center;
}

.common-testimonial .testimonial-item .name-and-image .client-image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.name-and-image .client-image img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.common-testimonial .testimonial-item .review-rating {
    margin: 0;
    display: block;
    position: static;
    width: 100%;
    text-align: center;
    right: 25px;
    top: 50px;
    line-height: 15px;
    margin-top: 20px;
}
/* testimonial end */


/* case evaluation css */
.case-evaluation-sec .page-button {
    margin-top: 20px;
    position:relative;
    z-index:10;
}

.case-evaluation-sec {
    background-color: #000;
    z-index: 1;
    font-weight: 500;
    font-size: 18px;
}

.case-evaluation-sec .container{
    z-index: 1;
}

.case-evaluation-sec .case-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
}

/* case evaluation css */

/* search page css */
.search_result .status-publish {
    background: #fff;
}
.search_result article {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.search_result article:last-child {
    margin: 0;
}

.entry-title a {
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #171717;
    margin-bottom: 10px;
}

.entry-title a:hover {
    color: #7B8C9F;
}

.search-left-side .page-header .page-title {
    font-weight: 400;
    font-size: 30px;
    color: #000;
    line-height: 40px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    padding-top: 0;
}

.search-left-side .page-title span {
    color: #7B8C9F;
    font-style: italic;
}

/* search page css */
.case-evaluation-sec{
    position: relative;
     z-index:-1;
}
.case-evaluation-sec:after{
    position: absolute;
    content:'';
   background-color:#353839;
   width:100%;
   height:100%;
   z-index:2;
   top:0;
   left:0;
   opacity: 0.7;
}


.case-evaluation-sec .title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    z-index:5;
    color:#fff;
}

/* Team Section Slider CSS */

.common-our-team{
    z-index: 1;
    position: relative;
}
.common-our-team:after {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    margin: auto;
    background-image: url(../img/team-pattern-bg.png);
}
.home-team-slider .items{
    width: 100%;
    position: relative;
}
.home-team-slider .items .team-item{
    width: 100%;
}
.home-team-slider .items .team-featured-img{
    width: 100%;
}
.home-team-slider .items .team-featured-img img {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px;
    background-position: center;
}

.home-team-slider .items .team-wrap-name {
    background: #F8F8F8;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 145px;
    padding: 20px;
    text-align: center;
    transition: .25s;
    z-index: 1;
}

.home-team-slider .items .team-item:hover .social-profile-link {
    justify-content: flex-start;
    margin-top: 20px;
}

.home-team-slider .items .short-desc p{
    margin: 0;
    padding: 0;
}

.home-team-slider .items .short-desc {
    font-size: 0px;
    line-height: 0;
    opacity: 0;
}

.home-team-slider .items .team-item:hover .short-desc {
    font-size: 14px;
    opacity: 1;
    line-height: 21px;
}

.home-team-slider .items .team-wrap-name .h6 {
    color: #77808B;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.home-team-slider .items .team-wrap-name .attr-page-link {
    color: #283646;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.home-team-slider .items .team-wrap-name .attr-page-link:hover {
    color: #000;
}

.home-team-slider .items .social-profile-link {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
}

.home-team-slider .items .social-profile-link a {
    background: #000;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 3px;
    border: 1px solid #000;
}


.home-team-slider .items .team-item:hover .team-wrap-name {
    height: 230px;
    text-align: left;
    background: none;
}

.home-team-slider .items .team-item:hover .short-desc, .home-team-slider .items .team-item:hover .team-wrap-name .h6, .home-team-slider .items .team-item:hover .team-wrap-name, .home-team-slider .items .team-item:hover .team-wrap-name p, .home-team-slider .items .team-item:hover .team-wrap-name .attr-page-link {
    color: #fff;
}

.home-team-slider .items .team-item:hover .team-wrap-name .attr-page-link:hover {
    color: #7b8c9f;
}

.home-team-slider .items .team-item:hover .social-profile-link a {
    background: none;
    border-color: #fff;
}

.home-team-slider .items .team-featured-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
    opacity: 0;
}

.home-team-slider .items .team-item:hover .team-featured-img:after {
    opacity: 1;
}

.our-team-wrap .page-button {
    margin-top: 60px;
}

.our-team-info {
    margin-bottom: 40px;
}

.border-center .small-title {
    line-height: normal;
}

.border-center .small-title:before{
    display: none;
}

.border-center .title {
    padding-bottom: 40px;
}

.border-center .title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 21px;
    background-image: url(../img/small-pattern.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
/* team slider css end home */


.injury-claim-section .guide-btn {
    background: #fff;
    padding: 10px 20px;
    color: #000;
    border: 1px solid #fff;
}

.injury-claim-section .guide-btn:hover {
    background:transparent;
    color: #fff;
}

.static-page strong {
    font-size: 18px;
}

.page-id-613 .linklist ul {
    display: flex;
    flex-wrap: wrap;
}

.page-id-613 .linklist ul li {
    width: 50%;
}

.contact-detail-sec .common-contact-info a {
    color: #353839 !important;
    text-decoration: none !important;
    padding: 10px 25px;
    display: inline-block;
    font-size: 18px;
	word-break:break-word;
}
.contact-detail-sec .common-contact-info a:hover {
    color: hsla(208, 77%, 27%, 1) !important;
}
.title-shape:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 21px;
/*    background-image: url(../img/small-pattern.svg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    bottom: 0;
    left: -110px;
    top: 0;
}
#testimonial-slider .owl-stage {
    padding-left: 0px !important;
    display: flex;
}
.testimonial-meta{
    padding-left: 25px;
}
.middle_box {
    bottom: -87px;
    width: 750px;
    position: absolute;
    left: 40%;
    margin: auto;
    display: block;
    background: #F8F8F8;
    padding: 80px;
    box-shadow: 6px 6px 25px 0px #0000001A;
}
.image1 {
    margin-bottom: 30px;
}
.image1 img {
    height: 458px;
    max-width: 830px;
    object-fit: cover;
	width:100%;
}
.image2{
    text-align: right;
}
.image2 img{
    height: 492px;
    max-width:976px;
    object-fit: cover;
}
.contact-map-wrapper iframe {
    width: 100%;
    height: 100%;
}
.banner-btn .testprev {
    background-color:#10487A;
    background-image: url(../img/slider-arrow-white.svg)!important;
}
.banner-btn .testnext{
    background-color: #10487A;
    background-image: url(../img/slider-arrow-white.svg)!important;
}
.banner-btn .testnext:hover,
.banner-btn .testprev:hover {
    background-color: #FCC200;
}
.banner-btn:after {
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% - 10px);
    background: #fff;
    left: 50%;
    top: 5px;
    transform: translateX(-1.5px);
}
.no-shape:before{
    display: none;
}
.no-shape {
    display: block;
    margin-bottom: 5px;
}
.shadow-box {
    box-shadow: 24px 4px 96px 0px rgba(119, 119, 119, 0.10);
    padding: 25px;
    height: 100%;
}
.item-box {
    padding: 25px;
    height: 100%;
    border: 1px solid #E2E2E2;
    transition: .5s;
}
.item-box:hover{
    box-shadow: 24px 4px 96px 0px rgba(119, 119, 119, 0.10);
	border:1px solid #fff;
}
.btn-arrow:before{
    display: none;
}
.btn-arrow {
    padding-left: 0px;
    text-align: left;
    min-width: auto;
    padding-right: 40px;
    transition: .5s;
    padding-bottom: 10px;
    padding-top: 10px;
}
.btn-arrow:after {
    background-image: url(../img/arrow-blue.svg);
    left: auto;
    right: 0px;
}
.btn-arrow:hover {
    padding-right: 50px;
    color: #000000;
}
.theme_color{
    color: #FCC200;
}
.home-banner-info .btn:hover {
  color: #000000;
}
.home-banner-info .btn:hover:before {
   /*   background-color: #000000;*/
}
.home-banner-info .btn:hover:after {
    background-image: url(../img/arrow-blue.svg);
}
.banner_content {
    font-size: 18px;
    font-weight: 500;
}
.small-title p {
    color: #FCC200;
}
.banner_none {
    padding-top: 103px;
}
.breadcrumb {
    margin-bottom: 0px;
    background-color: #F4F4F4;
}
.shadow-card {
    box-shadow: 44px 26px 35px 40px rgba(0, 0, 0, 0.03);
    padding: 70px;
}
.author_name_box {
    font-size: 0px;
    background: #353839;
    color:#fff;
    height: 63px;
    width: 63px;
    border-radius: 50%;
    line-height: 63px;
    text-align: center;
}
.author_name_box::first-letter {
    font-size: 25px;
}
.text-wrap-balance {
    text-wrap: balance;
}
.mobile-search-bar .white-search-icon:hover {
    opacity: .7;
}
.testimonial-container {
    padding: 0px 14%;
    margin: auto;
    display: block;
}
.thankyou .btn {
    font-family: sans-serif;
}
.b-name {
    display: none;
}

.static-page-details a {
    color: hsla(208, 77%, 27%, 1);
    transition: 0.5s;
}
.static-page-details iframe{
    width:100%;
}
.static-page-details a:hover {
    color: #000;
}
.common-testimonial .small-title, .common-testimonial .title{
    color:#fff!important;
}
.common-testimonial .btn{
    background-color:#fff!important;
    color:#10487A!important;
    border:1px solid #fff!important;
}
.common-testimonial .btn:hover{
    background-color:#10487A!important;
    color:#fff!important;
    border:1px solid #fff!important;
}
.call-section .title-heading .title{
    line-height:normal!important;
}

.bottom-content iframe{
    width:100%;
    height:600px;
    border-radius:20px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}
.accordion-header .accordion-button {
    background-color: #F9F8F8;
}
.accordion-button {
    padding: 24px 40px;
}
.accordion {
    --bs-accordion-border-radius: 0px!important;
}
.accordion-body {
    padding: 6px 40px 24px;
}
.accordion-item{
    background-color: #F9F8F8!important;
    margin-bottom: 20px!important;
}
.accordion-title {
    font-size: 28px;
    font-weight: 400;
    color: hsla(208, 77%, 27%, 1);
    text-transform: capitalize;
}
.accordion-content {
     color: #081B33; 
    font-weight: 500;
}
.accordion-content ul {
    list-style: disc!important;
    margin-left: 35px;
    margin-bottom:20px!important;
}
.accordion-button::after {
    background-image: url(../img/plus.svg);
    transition: .3s;
    transform: none !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg);
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #e2e2e2;
}
.accordion-collapse.collapse.show .accordion-body{
    border:none;
}
.accordion-button:not(.collapsed){
    box-shadow:none!important;
}
.accordion-section{
    background-color:hsla(208, 77%, 27%, 1);
}

.practice-area-header div p{
	color:#081B33!important;
}
#testimonial-slider .owl-prev, #testimonial-slider .owl-next{
	display:none!important;
}
.case-evaluation-sec .btn:hover{
	border-color: #fff;
    color: #fff;
}
.post_content h2, .post_content h3, .post_content h4, .post_content h5{
	margin-top:25px;
}
.static-page-details h2, .static-page-details h3, .static-page-details h4, .static-page-details h5{
		margin-top:25px;

}
.single-post .category-list {
    margin-bottom: 48px;
}
.accordion-content iframe{
    width: 100%;
    object-position: bottom;
    height: 600px;
}
/* .accordion-button::after{
	transition:none!important;
} */