/* 
 Theme Name:   Twenty Twenty-One (Phoenix Child)
 Theme URI:    
 Description:  
 Author:       Admin@v-xplore2023
 Author URI:   https://dev.v-xplore.com/new
 Template:     twentytwentyone
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
@import url("css/bootstrap.min.css");

/* CSS Document */
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* general start*/
html{
    margin: 0 !important;
}

body {
    background: #fff;
    color: #4d4d4d;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

sub,
sup {
    font-size: 75%;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: 10px;
    left: 10px;
}

sub {
    bottom: 10px;
    right: 10px
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul li {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-style: normal;
}

h1 {
    font-size: 50px;
    line-height: 1.2;
    color: #222;
    font-weight: bold;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #222;
    font-weight: bold;
}

h3 {
    font-size: 26px;
    line-height: 1.2;
    color: #222;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
    color: #222;
}

h5 {
    font-size: 16px;
    line-height: 1.3;
    color: #222;
}

p {
    padding: 0 0 20px 0;
    margin: 0;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #0e212e;
    outline: none !important;
    text-decoration: none !important; 
}

body a:hover,
body a:focus {
    color: #996633;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none !important;
    outline: none !important;
}

a > img {
    line-height: 0;
}

select,
button,
input {
    box-shadow: none;
    outline: none;
}

select:hover,
button:hover,
input:hover,
select:focus,
button:focus,
input:focus {
    box-shadow: none;
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(images/seclect-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.site,
.site-branding {
    margin: 0;
}

.site-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.site-header {
    padding: 0;
}

body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
    height: auto;
}

.site-branding,
.site-header-menu,
.header-image {
    margin-bottom: 0;
    margin-top: 0;
}

.main-navigation,
.site-main {
    margin: 0;
}

.site-header-main {
    display: block;
}

.site-content {
    padding: 0;
}

.content-area {
    float: none;
    margin-right: 0;
    width: 100%;
}

.site-footer {
    display: block;
    padding: 0;
}

.widget {
    font-size: inherit;
    line-height: inherit;
    border: none;
    padding: 0;
    margin: 0;
}

.slick-loading .slick-list {
    background: #fff url('images/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.entry-title {
    font-size: 2vw;
    line-height: 2vw;
    margin-bottom: 15px;
}

.srccch .entry-footer {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
    background: #f1f1f1;
}

body:not(.search-results) .entry-header + .entry-summary {
    margin-top: 0;
    margin-bottom: 0;
}

.titbg {
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background: #f1f1f1;
    border-radius: 4px;
}

.sidebar_wrp {
    padding: 5px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}

.sidebar_wrp .widget-title {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    background: #f1f1f1;
}

.sidebar_wrp > .widget {
    margin-bottom: 15px;
}

.sidebar_wrp .widget ul {
    margin-left: 10px;
}

.sidebar_wrp .widget ul li::after,
.cont_con ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.sidebar_wrp .widget ul li,
.cont_con ul li {
    display: block;
    position: relative;
    margin: 10px 0;
    padding-left: 10px;
}

.sidebar_wrp .widget ul li a {
    color: #333;
}

.srchform .form-control {
    background: #fff;
    height: 36px;
    font-size: 16px;
    border: 1px solid #333;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
}

.srchform .btn-secondary {
    background: #333;
    border-color: #333;
    color: #fff;
    height: 36px;
    width: 36px;
    padding: 0;
}

.srchform .btn-secondary {
    color: #fff;
}

.post-thumbnail {
    margin-bottom: 20px;
}

.post-thumbnail > img.attachment-post-thumbnail {
    padding: 4px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    width: 100%;
}

.single .entry-content,
.archive .entry-content {
    float: none !important;
    width: 100% !important;
}

.single .entry-footer,
.archive .entry-footer {
    margin-top: 0 !important;
    float: none !important;
    width: 100% !important;
    padding: 5px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}

.entry-footer .byline {
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}

.comments-title,
.comment-reply-title {
    border-top: none;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    color: #2a375e;
    margin-bottom: 20px;
}

.comment-form {
    padding-top: 0;
}

.comment-notes {
    padding: 0;
    margin: 0;
}

.comments-area,
.post-navigation {
    margin-bottom: 0;
    border: none;
}

.post-navigation a {
    padding: 0;
}

.post-navigation div + div {
    border-top: none;
}

.nav-links:after,
.nav-links:before {
    content: '';
    clear: both;
    display: table;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.nav-links .post-title {
    display: none;
}

.btn_submit,
input[type="submit"],
input.btn_submit[type="submit"] {
    background: #0a002f !important;
    color: #fff !important;
    border: none !important;
    height: 50px;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 30px;
    width: auto !important;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.btn_submit:hover,
input[type="submit"]:hover,
input.btn_submit[type="submit"]:hover,
.btn_submit:focus,
input[type="submit"]:focus,
input.btn_submit[type="submit"]:focus {
    background: #996633 !important;
    color: #fff !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.paginate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 4px;
    margin-top: 30px;
}

.paginate > a {
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #212121;
    padding: 5px;
    font-size: 12px;
    color: #212121;
    border-radius: 4px;
}

.paginate > span.current {
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #212121;
    border: 1px solid #212121;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}

.fadeUp {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.fadeUp.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

.fadeLeft {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}

.fadeLeft.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

.fadeRight {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0);
}

.fadeRight.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

.fadePopup {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.fadePopup.in-view {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

.overflowhidden {
    overflow: hidden;
}

/* general end*/
.hdrtoplft a{
    color: #fff;
    display: flex;
    gap:5px;
    align-items: center;
    font-size: 12px;
}
.hdrtoplft{
    display: flex;
    align-items: center;
    gap:10px;
}
.hdrtop{
    padding: 5px 0;
    background-color: #0a002f;
}
header.header {
    background: #ffffff00;
    padding: 0;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}
header.header.fixed {
    top: 0;
    left: 0 !important;
    right: 0 !important;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background: #fff;
}
header.header.fixed.fixed-top{
    top: -200px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}
.header-scroll{
    background: #fff;
    padding: 0;
    position: fixed;
    top: -200px;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}
.header-scroll.fixed{
    top: 0;
    -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}
.soc .wp-block-social-links li a {
    padding: 0 !important;
    border-radius: 0;
    background: 0 0;
}

.soc .wp-block-social-links li a svg {
    width: 18px !important;
    height: 18px !important;
}

.mnutog {
    display: none;
    background: rgba(0, 0, 0, 0) !important;
}

nav.nav .primary-menu {
    display: flex;
    flex-wrap: wrap;
}

nav.nav .primary-menu > li {
    position: relative;
}

nav.nav .primary-menu > li > a {
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding: 5px;
    display: block;
    z-index: 2;
    overflow: hidden;
	padding-bottom: 8px;
}
.fixed nav.nav .primary-menu > li > a {
    color: #222;
}

nav.nav .primary-menu > li > a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #ffcb02;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.fixed nav.nav .primary-menu > li > a:after{
  background: #996633;	
}

nav.nav .primary-menu > li:hover > a:after,
nav.nav .primary-menu > li.current-menu-item > a:after, 
nav.nav .primary-menu > li > a.mPS2id-highlight:after {
    bottom: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.fixed nav.nav .primary-menu > li.current-menu-item > a,
.fixed nav.nav .primary-menu > li:hover > a, 
.fixed nav.nav .primary-menu > li > a.mPS2id-highlight {
    color: #996633;
}
nav.nav .primary-menu > li.current-menu-item > a,
nav.nav .primary-menu > li:hover > a, 
nav.nav .primary-menu > li > a.mPS2id-highlight {
    color: #ffcb02;
}

nav.nav .primary-menu > li > ul {
    position: absolute;
    left: 0;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    background: #fff;
    z-index: 100;
    min-width: 200px;
	list-style: none;
}

nav.nav .primary-menu > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

nav.nav .primary-menu > li > ul > li > a,
nav.nav .primary-menu > li > ul > li > ul > li > a {
    padding: 6px 15px;
    color: #222;
    display: block;
    font-size: 13px;
}

nav.nav .primary-menu > li > ul > li:hover > a {
    color: #996633;
}

nav.nav .primary-menu > li > ul > li > ul > li > a {
    color: #222;
}

nav.nav .primary-menu > li > ul > li > ul > li:hover > a {
    color: #996633;
}

nav.nav .primary-menu > li > ul > li {
    position: relative;
}

nav.nav .primary-menu > li > ul > li > ul {
    position: absolute;
    left: 110%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    min-width: 200px;
    background: #00a0e3;
}

nav.nav .primary-menu > li > ul > li:hover > ul {
    left: 100%;
    opacity: 1;
    visibility: visible;
}
.logo{
    padding: 10px;
    background-color: #0a002f;
}
big {
    font-size: 130%;
    font-weight: 300;
    line-height: 1.8;
}

.title1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
}

.title1 span {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.btn1 {
    padding: 10px 20px;
    border: none;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background: #4bac36;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn1:hover,
.btn1:focus {
    color: #222;
    background: #f5e700;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn2 {
    background: #f5e700;
    padding: 10px 20px;
    border: none;
    line-height: 1.4;
    text-align: center;
    color: #222;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #0e212e;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn2:hover,
.btn2:focus {
    color: #fff;
    background: #4bac36;
    border: 1px solid #4bac36;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.blg_thmb h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

.box-content p {
    padding: 0 0 10px;
}

.contactform .form-control {
    background-color: #fff !important;
    border-top-color: #fff !important;
    border-left-color: #fff !important;
    border-right-color: #fff !important;
    box-shadow: none !important;
    padding-left: 0;
    border-radius: 0;
}

.contactform .wpcf7-textarea.form-control {
    height: 50px;
}

.contactform select.form-control {
    color: #848586;
    background-position: 98% center;
}

.blg_thmbimg img {
    width: 100%;
}

.blg_thmb {
    overflow: hidden;
}

.cpy {
    background: #996633;
    color: #fff;
    font-size: 14px;
}

.cpy a {
    color: #fff;
}

.cpy a:hover {
    color: #0e212e;
}

.cpy p {
    padding: 0;
}

footer.footer {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    font-size: 14px;
    color: #fff;
}

.ftrtop {
    background: #171717;
}

.subsfrm .input-group {
    flex-wrap: nowrap;
}

.subsfrm .btn_submit {
    background-color: #4bac36 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    height: 45px;
    border-radius: 0 5px 5px 0 !important;
}

.subsfrm .form-control {
    background-color: #fff !important;
    color: #222 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    height: 45px;
    border-radius: 5px 0 0 5px !important;
}

.input-group-append {
    position: relative;
}

.wpcf7-spinner {
    position: inherit;
    right: 0;
    top:inherit;
    transform: translateY(0);
    margin-left: 10px;
}

.ftrcontact {
    font-size: 14px;
}

.ftr-menu > li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.ftr-menu > li:after {
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 100%;
    top: 8px;
    left: 0;
    position: absolute;
    background: #d5ae2a;
}

.ftr-menu > li > a,
.ftrcontact a {
    color: #fff;
}

.ftr-menu > li > a:hover,
.ftrlnk:hover,
.ftrlnk a:hover,
.ftrcontact a:hover {
    color: #d5ae27;
}

.ftrlnk,
.ftrlnk a {
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
}

.ftrsoc > .textwidget > span {
    display: none;
}

.ftrsoc {
    text-align: right;
}

.ftrsoc a {
    color: #fff;
    font-size: 24px;
}

.ftrbtm h3 {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.ftrbtm h3:after {
    content: '';
    height: 2px;
    width: 60px;
    background: #d5ae27;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ftrcontact strong {
    color: #d5ae27;
}

.ftrcontact a {
    color: #fff;
}

.substit {
    color: #fff;
}

.substit h4 {
    color: #4bac36;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ftrsubs .input-group {
    flex-wrap: nowrap;
}

.ftrsubs .wpcf7-form > p {
    padding: 0;
    position: relative;
}

.ftrsubs label {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

.ftrsubs .input-group-append {
    position: relative;
}

.ftrsubs .ajax-loader {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
}

.ftrsubs .btn_submit {
    font-size: 14px !important;
    height: 45px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #ec1c24 !important;
    border-color: #ec1c24 !important;
    border-radius: 0 4px 4px 0 !important;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    position: relative;
}

.screen-reader-response {
    display: none !important;
}

.wpcf7-spinner {
    position: inherit;
    right: 0;
    top:inherit;
    transform: translateY(0);
    margin-left: 10px;
}

.ftrsubs .form-control {
    font-size: 14px !important;
    height: 45px;
    border-radius: 4px 0 0 4px !important;
}

.accordion .card-header:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.form-control {
    background-color: #f1f1f1 !important;
    font-size: 14px;
    box-shadow: none !important;
    border-left: 4px solid #ccc !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    height: 38px;
}

.form-control:hover,
.form-control:focus {
    border-left: 4px solid #4bac36 !important;
}

textarea.form-control {
    height: 100px !important;
}

.ftrbtm {
    background: #0a002f;
    line-height: 1.5;
}

.innerpagebanner {
    padding: 170px 0 120px;
    position: relative;
    z-index: 2;
}

.innerpagebanner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10407913165266103) 0%, rgba(0, 0, 0, 0.5382528011204482) 69%);
    z-index: -1;
}

.innerpagebanner h1 {
    color: #fff;
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
}

.innerpagebanner h1:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 3px;
    width: 100px;
    background: #4bac36;
}

.frm {
    overflow: hidden;
}

.frm h3 {
    padding: 10px;
    color: #fff;
    background: #00A0E3;
}

.frm .form-control {
    font-size: 14px;
    min-height: 50px;
    outline: none !important;
}
.frm p{
    padding: 0;
}
.frm .form-group {
    margin-bottom: 10px;
}

.frm .btn_submit {
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #996633;
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
}

::-webkit-scrollbar {
      width: 6px;
     

    }

    ::-webkit-scrollbar-thumb {
      background-color: #996633;
      background-clip: padding-box;
      border: 0.05em solid #eeeeee;
    }

    ::-webkit-scrollbar-track {
      background-color: #f1f1f1;
    }
    /* Buttons */
    ::-webkit-scrollbar-button:single-button {
      background-color: #f1f1f1;
      display: block;
      border-style: solid;
      height: 6px;
      width: 10px;
		
    }
    /* Up */
    ::-webkit-scrollbar-button:single-button:vertical:decrement {
      border-width: 0 3px 4px 3px;
      border-color: transparent transparent #0a002f transparent;
    }

    ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
      border-color: transparent transparent #777777 transparent;
    }
    /* Down */
    ::-webkit-scrollbar-button:single-button:vertical:increment {
      border-width: 4px 3px 0 3px;
      border-color: #0a002f transparent transparent transparent;
    }

    ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
      border-color: #777777 transparent transparent transparent;
    }

.button:focus {
    outline: none !important;
}
.button--nuka {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 8px 20px;
    margin: 0;
    border: none;
    background: none;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 40px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--nuka::before,
.button--nuka::after {
    content: '';
    position: absolute;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--nuka::before {
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    opacity: 0.4;
    background: #56AB42;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.button--nuka::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FAA625;
    -webkit-transform: scale3d(1.1, 1, 1);
    transform: scale3d(1.1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}
.button--nuka:hover {
    color: #fff;
}
.button--nuka:hover::before {
    opacity: 1;
}
.button--nuka:hover::after {
    background-color: #F39C04;
}
.button--nuka:hover::after,
.button--nuka:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.textroted{
    height: 35px;
    overflow: hidden;
}
.homebanner h2{
    margin-bottom: 20px;
}
.textrotedinr h4{
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.textrotedinr.slick-active h4{
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.rounded-lg{
    border-radius: 10px;
}
.rounded-lg-x{
    border-radius: 15px;
}
.linr-height-0{
    line-height: 0;
}
.btntxtfill {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    outline: none;
    border: 0;
    text-decoration: none;
    background: transparent;
    padding: 0;
}
.btntxtfill .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	background: #282936;
	border-radius: 1.625rem;
	left: 0;
}
.btntxtfill .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
.btntxtfill .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
  }
.btntxtfill .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
  }
 .btntxtfill .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	padding: 0 25px 0 0;
	margin: 0 0 0 4rem;
	color: #282936;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}
.btntxtfill:hover .circle {
    width: 100%;
  }
.btntxtfill:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
  }
.btntxtfill:hover .button-text {
    color: #fff;
  }
  .btnpill {
    padding: 0 25px;
    height: 47px;
    border: 0;
    position: relative;
    border-radius: 40px;
    color: #fff !important;
    background: #996633 !important;
    cursor: pointer;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .btnpill .text,
  .btnpill .icon-container {
    position: relative;
    z-index: 2;
  }
  .btnpill .icon-container {
    --icon-size: 25px;
    position: relative;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    transition: transform 500ms ease;
  }
  .btnpill .icon-container .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 25px;
    height: 25px;
    transition: transform 500ms ease, opacity 250ms ease;
  }
  .btnpill .icon-container .icon--left {
    transform: translateX(-200%);
    opacity: 0;
  }
  .btnpill .icon-container .icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
  .btnpill::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a002f;
    border-radius: 40px;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    border-radius: 40px;
  }
  .btnpill:hover::after {
    width: 47px;
    -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
  }
  .btnpill:hover .icon-container .icon--left {
    transform: translateX(16px);
    opacity: 1;
  }
  .btnpill:hover .icon-container .icon--right {
    transform: translateX(200%);
    opacity: 0;
  }
.waveswrap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.waves {
    position:relative;
    width: 100%;
    height:70px;
    margin-bottom:0;
  }
  .parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
.infothmb{
    overflow: hidden;
}
.infothmbico{
    height: 100px;
    width: 100px;
    margin: 0 auto 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a002f;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 0 0 #0a002f;
}
.infothmb h3{
    font-size: 20px;
    color:#0a002f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.infothmb h3:after{
    display: block;
    height: 4px;
    width: 30px;
    background-color: #0a002f;
    content: '';
    margin: 15px auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.infothmb:hover h3:after{
    width: 50px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.infothmb p{
    color: #666;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.infothmb:hover h3, .infothmb:hover p{
    color: #fff;
}
.infothmb:hover .infothmbico{
    background-color: #fff;
}
.infothmbico img{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.infothmb:hover .infothmbico img{
    filter: brightness(1) invert(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.infothmb:hover .infothmbico{
    box-shadow: 0 0 0 800px #0a002f;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.smltit{
    color: #996633;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
}
/* .smltit:before {
    width: 50px;
    height: 100px;
    content: '';
    position: absolute;
    left: 0;
    top: -50px;
    background-image: url(images/titleAbstract.png);
    background-repeat: repeat;
    background-size: 100% auto;
    z-index: -1;
    -webkit-animation: bp 50s infinite linear;
    animation: bp 50s infinite linear;
} */
.filllist ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.filllist ul > li{
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}
.filllist ul > li:after{
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(images/fill-check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
}

@-webkit-keyframes bp {
    100% {
        background-position: 0% 552px;
    }
    0% {
        background-position: 0% 0px;
    }
}
@keyframes bp {
    100% {
        background-position: 0% 552px;
    }
    0% {
        background-position: 0% 0px;
    }
}
/* .titlebg {
    background: url(images/titlebg.webp) repeat fixed;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-animation: bp 12s infinite linear;
    animation: bp 12s infinite linear;
} */
.z-index2{
    z-index: 2;
}
.z-index-1{
    z-index: -1;
}
.float-bob-x {
	-webkit-animation-name: float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@-webkit-keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(-30px);
    }
  }
  
  @keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(-30px);
    }
  }
.srvthmbico{
    width: 170px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    background-color: #0a002f;
    position: relative;
}
.srvthmbico img{
    max-height: 30px;
}
.srvthmb{
    position: relative;
    z-index: 2;
}
.srvthmb:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 12px;
    width: 100%;
    height: 5px;
    background-color: #996633;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.srvthmb:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 12px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.srvthmb:hover:after{
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.srvthmbicopath{
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
}
.srvthmbicopath:after{
    content: '';
    position: absolute;
    top: 0;
    right:-10px;
    width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 12px 10px;
border-color: transparent transparent #0a002f transparent;
}
.srvthmbicopath:before{
    content: '';
    position: absolute;
    top: 0;
    left:-10px;
    width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 12px 10px;
border-color: transparent transparent #0a002f transparent;
}
.srvthmb h3{
    color: #0a002f;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	min-height: 50px;
}
.srvthmb p{
    color: #666;
    min-height: 122px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	min-height: 170px;
}
.srvthmb:hover h3, .srvthmb:hover p{
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btnreadmore{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #996633;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 500;
}
.btnreadmore:hover{
    color: #996633;
    letter-spacing: 2px;
}
.srvthmb:hover .btnreadmore, .srvthmb .btnreadmore:hover{
    color: #fff;
}
.btnreadmore:after{
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 30px;
    left: 0;
    content: '';
    background-color: #996633;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.btnreadmore.text-center:after{
    left: 50%;
    transform: translateX(-50%);
}
.srvthmb:hover .btnreadmore:after{
    width: 50px;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.serviceslider .slick-dots li button:before, .testislider .slick-dots li button:before{
    display: none;
}
.serviceslider .slick-dots li button, .testislider .slick-dots li button{
    padding: 0;
    width: 20px;
    height: 3px;
    border-radius: 0;
    opacity: 1;
    background-color: #ccc !important;
}
.serviceslider .slick-dots li.slick-active button, 
.serviceslider .slick-dots li.slick-active button:hover, 
.testislider .slick-dots li.slick-active button, 
.testislider .slick-dots li.slick-active button:hover{
    background-color: #996633 !important;
}
.introsecbg{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 300px;
    position: relative;
    z-index: 2;
	right: -115px;
	transition: all 0.8s;
}
.introsecbg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background-image: url(images/wht-abs.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.introsec{
    position: relative;
    z-index: 2;
}
.introsec:after{
    content: '';
    position: absolute;
    left: -70px;
    top: 60%;
    width: 200px;
    height: 200px;
    background-image: url(images/lft-abs.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
/* .introsecbg:before{
    content: '';
    position: absolute;
    right: -80px;
    top: 30%;
    width: 250px;
    height: 250px;
    background-image: url(images/rght-abs.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    -webkit-animation-name: float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
} */
.rounddot{
    content: '';
    position: absolute;
    right: -80px;
    top: 30%;
    width: 250px;
    height: 250px;
    background-image: url(images/rght-abs-dark.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-animation-name: float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.filllist h3, .filllist h4, .filllist h5{
    margin-bottom: 10px;
}
.our-team{
    text-align: center;
    color: #8b2635;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    background-color: #f7f7f7;
}
.our-team:hover{
    background: #0a002f !important;
    color: #fff;
}
.our-team .pic {
    position: relative;
    margin: 0 auto;
    width: 200px;
    margin-top: 30px;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
	border-radius: 100%;
}
.our-team:hover .pic img{ transform: translateY(-20px); }
.our-team .social{
    width: 20%;
    height: 100%;
    background: #0a002f;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ left: 0; }
.our-team .social li{ display: block; }
.our-team .social li a{
    display: block;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.our-team .team-content{ padding: 25px 0; }
.our-team .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #000;
    transition: all 0.3s ease 0s;
}
.our-team:hover .title{
    color: #fff;
    transition: all 0.3s ease 0s;
}
.our-team .post{
    display: block;
    font-size: 15px;
    text-transform: capitalize;
}
.our-team p{
    padding: 0;
    margin: 0;
}
.socialul ul{
  justify-content: center;	
	gap: 0;
}
.socialul .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook, .socialul .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter, .socialul .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram, .socialul .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: transparent;
    color: #0a002f;
	transition: all 0.5s;
}
.our-team:hover .socialul .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook, .our-team:hover .socialul .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter, .our-team:hover .socialul .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram, .our-team:hover .socialul .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: transparent;
    color: #fff;
}
.our-team:hover .readposition .btnreadmore{
	color: #fff;
}
.our-team:hover .btnreadmore:after{
	background-color: #fff;
}
.our-team .team-content{
	min-height: 200px;
}
.modalteamcontent .team-excerpt p {
    font-size: 18px;
    font-weight: 600;
    color: #4bac36;
}
.readposition {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
}
.testimonial{
    background: #996633;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
    color: #fff;
}
.testimonial:before,
.testimonial:after{
    content: "";
    border-top: 40px solid #996633;
    border-right: 180px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.testimonial:after{
    border-right: none;
    border-left: 180px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .description{
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 2px solid #996633;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    position: relative;
	width: 70px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 15px;
    font-weight: bold;
    color: #0a002f;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #0a002f;
}
.textbtn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #996633;
    position: relative;
    display: inline-block;
    font-weight: 500;
}
.textbtn:hover{
    letter-spacing: 2px;
}
.blankshap, .blankshap:before{
    height: 200px;
}
/* .logo img{
    max-height: 80px;
} */

.cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #414141;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 99999;
    transform: translate(calc(-50% + 15px), -50%);
  }
  .cursor2 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #996633;
    position: fixed;
    transform: translate(-50%, -50%);
    z-index: 99999;
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
  }
  .cursorinnerhover {
    width: 30px;
    height: 30px;
  }
  .cursor.hover ~ .cursor2 {
    background: #000 !important;
    width: 13px;
    height: 13px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
a.logo img {
    width: 230px;
	max-height: 70px;
}
button.sub-menu-toggle {
    display: none;
}

a.footerlogo img {
    width: 280px;
}
/* .box-content p {
    min-height: 113px;
} */
.blgreadmor {
    position: absolute;
    width: 100%;
    left: 16px;
    bottom: 15px;
}
.bg-blue{
	background: #0a002f;
}
.modalproduct h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.inner_pg_banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    padding: 200px 0 120px 0;
    text-align: center;
    position: relative;
}
.single-post h1.entry-title {
    display: none;
}
.nav ul.primary-menu > li.menu-item-has-children svg {
    margin-left: auto;
    display: none;
    position: absolute;
    right: 7px;
    top: 5px;
    stroke: #b6916d;
    fill: #b6916d;
    cursor: pointer;
    z-index: 999;
    width: 26px;
    height: 26px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.hdrbtm .btnpill .icon-container .icon {
    top: 2px;
    width: 20px;
    height: 20px;
}
.hdrbtm .btnpill .text,
  .hdrbtm .btnpill .hdrbtm .icon-container {
	  font-size: 14px;
  }
.hdrbtm .btnpill {
    padding: 0 20px;
    height: 43px;

}
a.downloadbtn {
    color: #4bac36;
    text-decoration: underline !important;
    font-size: 13px;
}
.downloadsec .scroablecntfrm {
    min-height: 400px;
    height: 500px;
    overflow: auto;
    padding: 0px 10px;
}
.pdfform {
    border: #78787847 1px solid;
    padding: 5px 5px 5px 0px;
    background: #fff;
}
.hdrtopbtn {
    font-size: 12px;
	color: #fff;
}
span.spnovrlayhmbnr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(8 8 8 / 22%);
    z-index: 1;
}

.homebanner #myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homebannermaincnt {
    position: relative;
    z-index: 2;
    padding: 155px 0 100px;
}
.bannerform {
    padding: 20px;
    border-radius: 4px;
}
.bannerform form p {
   padding: 0;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)){
.bannerform {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgb(255 255 255 / 48%);
}
}

.bluecolor{
	color: #0a002f !important;
}
.bannerform .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 11px;
    padding-left: 5px;
    font-weight: normal;
    display: block;
}
.bannerform .wpcf7 form.invalid .wpcf7-response-output, .bannerform .wpcf7 form.unaccepted .wpcf7-response-output, .bannerform .wpcf7 form.payment-required .wpcf7-response-output {
    border: #ffb900 2px solid;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.modalform .wpcf7 form.invalid .wpcf7-response-output, .modalform .wpcf7 form.unaccepted .wpcf7-response-output, .modalform .wpcf7 form.payment-required .wpcf7-response-output {
    border: #ffb900 2px solid;
    color: #222;
    font-size: 12px;
    text-align: center;
}
.bannerform .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.modalform .wpcf7 form.sent .wpcf7-response-output{
	border-color: #46b450;
    color: #222;
    text-align: center;
    font-size: 12px;
}
.modalform form p{
	padding: 0;
}
.hombnrservces {
    background: rgb(255 255 255 / 90%);
	transition: all 0.5s;
}
.hombnrservces:hover {
    background: #fff;
	transform: scale(1.0.5);
}
.hombnrservces:hover .bnrsrvttl {
    color: #996633;
}
.bnrsrvttl {
    font-size: 20px;
    color: #0a002f;
}
.Getintouchbtn{
	overflow: hidden;
}
.gettendis{
	position: relative;
	color: #fff;
}
.gettendis:focus{
	color: #fff;
}
.gettendis:after{
	content: "";
	position: absolute;
	background: rgba(0,0,0,0);
	height: 200px;
	left: -100px;
	top: -100px;
	width: 500px;
	z-index: 2;
}
.innerpgbanner_con{
	position: relative;
	z-index: 2;
}
.contactform .form-control {
    height: 46px;
    padding-left: 10px;
}
.contactform form p {
   padding: 0;
}
.contactform .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    padding-left: 5px;
    font-weight: normal;
    display: block;
}
.innrepageheading h2 {
    color: #0a002f;
    font-size: 30px;
    margin-bottom: 10px;
}
.innrepageheading p {
    font-size: 15px;
}
.flagicon {
    width: 36px;
}
.fixed .mnutog svg {
    stroke: #222;
}
.svgactive {
    transform: rotate(180deg);
}
.hdrbtm .btnpill {
    min-width: 200px;
}
.hdrtopright.soc ul {
    gap: 7px;
}
.Whistleform form input[type=checkbox] {
    width: 15px;
    height: 15px;
    border: #bbb 1px solid;
	position: relative;
    top: 2px;
}
.Whistleform form span.wpcf7-list-item-label {
    font-size: 14px;
	margin-left: 3px;
	margin-right: 10px;
}
.Whistleform form .wpcf7-not-valid-tip {
    font-size: 12px;
    padding-left: 3px;
}
.Whistleform form .form-check {
    padding-left: 0;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none){
.Whistleform form input[type=checkbox]:after {
    left: 4px;
    top: -2px;
}
}
@supports (-webkit-appearance: none) or (-moz-appearance: none){
.verifyform input[type=radio]:after {
    left: 3px;
    top: 3px;
    width: 6px;
    height: 6px;
}
}
@supports (-webkit-appearance: none) or (-moz-appearance: none){
.verifyform input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
}
}
.verifyform .form-check label{
	margin-bottom: 0;
}
.formbtnw100 form .btn_submit {
	width: 100% !important;
}
.helpformsec h3 {
    margin-bottom: 15px !important;
}
li.wp-social-link.wp-social-link-twitter.has-white-color.wp-block-social-link a svg {
    display: none;
}
li.wp-social-link.wp-social-link-twitter.has-white-color.wp-block-social-link a {
   position: relative;
}
li.wp-social-link.wp-social-link-twitter.has-white-color.wp-block-social-link {
   width: 18px;
    height: 18px;
}
.ftrsoc li.wp-social-link.wp-social-link-twitter.has-white-color.wp-block-social-link {
   width: 18px;
    height: 18px;
}
li.wp-social-link.wp-social-link-twitter.has-white-color.wp-block-social-link a:after {
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url(images/twitter.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
}
.ftrsoc li.wp-social-link.wp-social-link-twitter.has-white-color.wp-block-social-link a:after{
	width: 20px;
    height: 20px;
	background-size: 20px auto;
}
.z-index-2{
	z-index: 2;
}
.ourmissionsec {
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
}
.ourmissionsec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    z-index: 1;
}
.missioncntnt p {
    font-size: 17px;
}
.missioncntnt {
    background: rgb(255 255 255 / 75%);
    border-radius: 4px;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)){
.missioncntnt {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(10px);
    background: rgb(0 0 0 / 16%);
}
}
.single-post span.byline {
    display: none;
}
.policycol{
	display: none;
}
#policyDropdown{
	border: #222 1px solid;
	width: 100%;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #0a002f !important;
    border-radius: 23px;
    z-index: 2;
}
.slick-prev:before {
    content: "";
    background: url('images/left-arrow-angle.svg');
    background-size: 9px auto;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: 12px;
}
.slick-next:before {
    content: "";
    background: url('images/right-arrow-angle.svg');
    background-size: 9px auto;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: 14px;
}
.slick-next {
    right: -80px;
	bottom: 38%;
	top: unset;
}
.slick-prev {
	top: 38%;
    left: unset;
    right: -80px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #996633 !important;
}
.homeblog {
    min-height: 485px;
}
.abtimgcnt img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.abtimgcnt:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.introsecbg:hover{
	background-position: left !important;
}
.introsecbg:after {
	transition: all 0.8s;
}
.introsecbg:hover:after {
    width: 90px;
}


figure.effect-apollo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.02,1.02,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.page-id-593 .bnrcap_con h1{
	text-shadow: 1px 1px #0a002f;
}
.animate-text {
    height: 40px;
    overflow: hidden;
    background: #996633;
}

.animate-text span {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    line-height: 38px;
    display: none;
}
.animate-text span a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
	transition: all 0.5s;
}
.animate-text span a:hover {
    color: #fff;
    text-decoration: underline !important;
}
.animatetextsec{
	background: #996633;
}
.svgclick svg{
	cursor: pointer;
}
.animate-text span.text-in{
	display: block;
	animation: textIn .5s ease;
}
.animate-text span.text-out{
	animation: textOut 1s ease;
}
@keyframes textIn{
	0%{
		transform: translateY(100%);
	}
	100%{
		transform: translateY(0%);
	}
}
@keyframes textOut{
	0%{
		transform: translateY(0%);
	}
	100%{
		transform: translateY(-100%);

	}
}




/* Media Query*/
@media screen and (min-width:1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl{
		max-width: 1140px !important;
	}
	.introsecbg {
    right: -20%;
}
	
}

@media only screen and (min-width: 992px) and (max-width:1169px) {
    header.header{
        left: 30px;
        right: 30px;
    }
	
}
@media only screen and (min-width: 992px) and (max-width:1292px) {
    
	.slick-next {
    right: -40px;
}
	.slick-prev {
    right: -40px;
    left: unset;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slick-next {
    right: -16px;
}
	.slick-prev {
    left: -16px;
    right: unset;
}
	.introsecbg {
    background-position: left !important;
    right: -28px;
}
	
	.title1 {
    font-size: 28px;
}
	.srvsec .title1, .centermondcls .title1 {
    width: auto;
}
	
	.slick-prev, .slick-next {
    top: 50%;
}
	.hdrbtm .btnpill {
    min-width: unset;
}
    nav.nav .menu-main-menu-container {
        width: 350px !important;
    }

    nav.nav .mnucls {
        width: calc(100% - 350px) !important;
    }
    h3 {
        font-size: 22px;
    }

    .title1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
	.nav ul.primary-menu > li.menu-item-has-children svg {
		display: block;
	}
    .hdrtop a span{
        display: none;
    }
    header.header {
        left: 15px;
        right: 15px;
    }
    .header-scroll nav.nav{
        display: none !important;
    }
    nav.nav {
        position: fixed;
        right: 100%;
        width: 100%;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        z-index: 999;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    header.header.active nav.nav {
        right: 0;
    }

    nav.nav .menu-main-menu-container {
        width: 250px;
        background: #fff;
        height: 100%;
        overflow: auto;
    }

    nav.nav .mnucls {
        background: rgba(255, 255, 255, 0.3);
        width: calc(100% - 250px);
        height: 100%;
        display: block;
    }
    @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
        nav.nav .mnucls{
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            background-color: rgba(255, 255, 255, 0.3);
        }
    }
    nav.nav .primary-menu {
        display: block;
        height: 100%;
        padding-top: 30px;
    }

    nav.nav .primary-menu > li {
        display: block;
        margin: 0;
    }

    nav.nav .primary-menu > li > a:after {
        display: none;
    }

    nav.nav .primary-menu > li > a {
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        padding: 10px 15px;
        display: block;
		color: #222;
    }

    nav.nav .primary-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }

    nav.nav .primary-menu > li > ul > li a {
        padding-left: 30px;
    }

    .mnutog {
        display: block;
        line-height: 0;
    }

    nav.nav .primary-menu > li > ul {
        display: none;
    }

    nav.nav .primary-menu > li > ul > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        min-width: 100%;
    }

    nav.nav .primary-menu > li > ul > li > a {
        padding: 6px 15px 6px 20px;
    }

    nav.nav .primary-menu > li > ul > li > ul > li > a {
        padding: 6px 15px 6px 30px;
    }

    nav.nav .primary-menu > li > i {
        position: absolute;
        right: 15px;
        top: 5px;
        cursor: pointer;
        color: #fff;
        z-index: 5;
    }
}

@media screen and (max-width: 767px) {
	.animate-text span a {
    font-size: 12px;
}
	.animate-text span {
    font-size: 12px;
}
	.introsecbg:after{
		width: 0;
	}
	.title1 {
    font-size: 27px;
}
	.srvsec .title1, .centermondcls .title1 {
    width: auto;
}
	.slick-next {
    right: -5px;
}
	.slick-prev {
    left: -5px;
    right: unset;
}
	.slick-prev, .slick-next {
    top: 50%;
}
	.srvsecone .slick-dots {
    bottom: -45px;
}
	.srvsecone .slick-dots li {
    height: 0;
}
	.hdrbtm .btnpill {
    min-width: unset;
}
	.inner_pg_banner {
    padding: 170px 0 100px 0;
}
	.innrepageheading h2 {
    font-size: 23px;
}
	.singular .has-post-thumbnail .entry-header {
    padding-bottom: 0;
}
	.flagicon {
    width: 35px;
}
	.introsecbg {
    right: 0px;
}
	.betwnbar{
		display: none;
	}
	.hdrtopbtn {
    display: none;
}
	.downloadsec .scroablecntfrm {
    min-height: 400px;
    height: auto;
    overflow: unset;
    padding: 0px 0px;
}
	.nav ul.primary-menu > li.menu-item-has-children svg {
		display: block;
	}
	.btnpill .icon-container {
    margin-left: 11px;
}
	.hdrbtm .btnpill .text, .hdrbtm .btnpill span {
    font-size: 10px;
    line-height: 14px;
}
	.hdrbtm .btnpill .icon-container .icon {
    width: 20px;
    height: 20px;
}
	.btnpill::after {
    height: 100%;
}
	.btnpill {
    height: 40px;
}
    .title1 {
        font-size: 30px;
    }
    .btnpill {
        padding: 0 18px;
        font-size: 12px;
    }
    .btnpill .icon-container .icon {
        top: 7px;
    }
    .logo img {
        width: 110px !important;
        height: 31px;
        max-height: 31px;
    }

    big {
        font-size: 120%;
        font-weight: 300;
    }
    .entry-summary,
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-footer,
    #comments,
    .navigation.post-navigation {
        margin: 0 0 15px 0 !important;
        width: 100%;
    }
    .entry-title {
        font-size: 24px;
        line-height: 1.2;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 20px;
    }
    .srvthmb h3 {
        font-size: 24px;
    }
    h1 {
        font-size: 40px;
    }
	.hdrbtm .btnpill {
    padding: 0 12px!important;
    height: 35px;
	font-size:10px!important;
}
	.hdrbtm .btnpill .icon-container {
    width: 16px;
    height: 16px;
}
	.hdrbtm .btnpill .text, .hdrbtm .btnpill .icon-container {
    font-size: 9px!important;
		white-space:nowrap;
}
	.btnpill:hover::after {
    width: 34px;
}
	.hdrbtm .btnpill:hover .icon-container .icon--left {
      transform: translateX(1px)!important;
}

}
