@font-face {
    font-family: 'merriweatherregular';
    src: url('../assets/css/fonts/merriweather-webfont.woff2') format('woff2'),
         url('../assets/css/fonts/merriweather-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.table-center {
  display: flex;
  justify-content: center;
}

.table-left {
    display: flex;
    justify-content: left;
}

.left
{
    text-align: left;
    justify-content: left;
}

.right
{
    text-align: right;
    justify-content: right;
}

.justify
{
    text-align: justify;
    justify-content: justify;
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-right {
    justify-content: right !important
}


.textp {
        font-size: 19px;
        font-family: "Roboto", sans-serif;
        color: #757a8a;
        line-height: 24px;
        margin-bottom: 15px;
        text-align: justify;
        margin: 0px 30px 20px 30px;
}

.textheader {
        font-size: 19px;
        font-family: "Roboto", sans-serif;
        color: #757a8a;
        font-weight: bold;
        line-height: 24px;
        margin-bottom: 15px;
        text-align: justify;
        margin: 0px 30px 20px 30px;
}

.textspace1 {
        font-size: 19px;
        font-family: "Roboto", sans-serif;
        color: #757a8a;
        line-height: 24px;
        margin-bottom: 15px;
        text-align: justify;
        margin: 0px 30px 0px 0px;
}

.textspace2 {
        font-size: 19px;
        font-family: "Roboto", sans-serif;
        color: #757a8a;
        line-height: 24px;
        margin-bottom: 15px;
        text-align: justify;
        margin: 0px 20px 0px 0px;
}

.textindent1 {
        font-size: 19px;
        font-family: "Roboto", sans-serif;
        color: #757a8a;
        line-height: 24px;
        text-align: justify;
        margin: 0px 30px 20px 80px;
        text-indent: -6px;
        padding-left: 6px;
}

.textindent2 {
        font-size: 19px;
        font-family: "Roboto", sans-serif;
        color: #757a8a;
        line-height: 24px;
        text-align: justify;
        margin: 0px 30px 20px 80px;
        text-indent: -56px;
        padding-left: 56px;
}


.textindent3 {
        font-size: 19px;
        font-family: "Roboto", sans-serif;
        color: #757a8a;
        line-height: 24px;
        text-align: justify;
        margin: 0px 30px 20px 135px;
        text-indent: -50px;
        padding-left: 50px;
}

.textlist {
        font-size: 19px;
        font-family: "Roboto", sans-serif;
        color: #757a8a;
        line-height: 24px;
        text-align: justify;
        text-indent: -47px;
        margin: 0px 30px 20px 80px;
}

.texticon {
        font-size: 20px;
        color: #595959;
        font-family: "merriweatherregular", "Times New Roman", Times, serif;
        font-weight: 600;
        line-height: 24px;
        text-align: justify;
        margin: 0px 30px 15px 25px;
        text-indent: -15px;
		padding-right: 40px;	
        padding-left: calc(var(--bs-gutter-x) / 2);
}



/* Portfolio Image Hover Animation */

.portfolio {
    width: 360px;
    height: 500px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}
.portfolio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    -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;
}
.portfolio:hover img {
    object-position: bottom center;
}

/* Portfolio Image Frame */
.landing-item-inner {
	box-shadow:5px 0 15px rgba(0,0,0,0.05);
	background-repeat: no-repeat;
	background: #ffffff;
	height: 540px;
	width: 100%;
    position: relative;
    overflow: hidden;
	background-size: 100% 100%;
	padding: 20px;
}

.landing-item-inner{
	position:relative;
	box-shadow: 4px 0 20px rgba(0,0,0,0.06);
	border-radius:10px;
}




.pricingTable {
    text-align: center;
    background: #fff;
    margin: 0 -15px;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
    background: #ff9624
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 35px;
    color: #ff9624;
    transition: all .5s ease 0s
}

.pricingTable .month {
    display: block;
    font-size: 14px;
    color: #4f5d7d
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
    color: #fff
}

.pricingTable .heading {
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #a7a8aa
}

.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #4b64ff
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
    background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
    color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
    background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
    background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}

@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
}

.white-mode {
    text-decoration: none;
    padding: 17px 40px;
    background-color: yellow;
    border-radius: 3px;
    color: black;
    transition: .35s ease-in-out;
    position: absolute;
    left: 15px;
    bottom: 15px
}

/* FONT AWESOME GENERIC BEAT */
.fa-beat {
    animation:fa-beat 5s ease infinite;
}
@keyframes fa-beat {
    0% {
        transform:scale(1);
    }
    5% {
        transform:scale(1.25);
    }
    20% {
        transform:scale(1);
    }
    30% {
        transform:scale(1);
    }
    35% {
        transform:scale(1.25);
    }
    50% {
        transform:scale(1);
    }
    55% {
        transform:scale(1.25);
    }
    70% {
        transform:scale(1);
    }
}

.heart {
    color:red;
}

.iframe-container {
        text-align:center;
    		width:100%;
    }

html {
    font-family: 'Poppins', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px; /*  base font size  15px= 1em*/
    margin: 0;
    line-height: 1.3;
    background: #f7f7f7;
    overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}

.accord {
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    position: relative;
    display: block;
    padding: 1px 1px 1px -1em;
    font-weight: 400;
}

a {
    background-color: transparent;
    color: #262626;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
a:focus {
    color: #0b88ee;
}

/* unvisited link */
a:link {
    color: #0b88ee;
}

/* visited link */
a:visited {
    color: #0b88ee;
}

/* mouse over link */
a:hover {
    color: #3ca2f6;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 600;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
select {
    text-transform: none;
}
button {
    overflow: visible;
}
button,
input,
select,
textarea {
    max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}
fieldset > :last-child {
    margin-bottom: 0;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
optgroup {
    font-weight: bold;
}
/**
 * 2.0 - Typography
 */
body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
    clear: both;
    font-family: "merriweatherregular", "Times New Roman", Times, serif;
    line-height: 1.3;
    font-weight: 600;
    color: #595959;
    margin: 0;
    padding: 0;
}
h1{
    font-size: 60px;
    font-weight: 700;
/*    text-transform: uppercase;*/
    line-height: 68.75px;
    font-weight: bold;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 22px;
    margin: -40px 0;
}
h5{
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

h7 {
    font-size: 18px;
    line-height: 1.8;
    font-family: "Roboto", sans-serif;
    color: #01C9F5;
    font-weight: bold;
}

h8 {
    font-size: 60px;
    line-height: 1.8;

    color: #595959;
    font-weight: bold;
}

h9 {
    font-size: 19px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    color: #9195a1;
    font-weight: inherit;
}

h10 {
    clear: both;
    font-family: "merriweatherregular", "Times New Roman", Times, serif;
    line-height: 1.3;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

h11 {
    font-size: 19px;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: inherit;
}

h12 {
    font-size: 18px;
    line-height: 2.8;
    font-family: "Roboto", sans-serif;
    color: #01C9F5;
    font-weight: bold;
	position: relative; 
    bottom: 8px
}


p {
    font-size: 19px;
    font-family: "Roboto", sans-serif;
    color: #757a8a;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: inherit;
	text-align: justify;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    border: 1px solid #e9e9e9;
    color: #fff;
    font-size: 17px;
    font-style: italic;
    line-height: 28px;
    font-weight: 700;
    padding: 30px 25px 25px 80px; 
    position: relative; 
    background: #2c3e50;
    border-radius: 3px;
    margin: 30px 0;
}
blockquote>p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #939595;
}
blockquote:after {
    content: "\f10d" !important;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    font: normal normal normal 48px/1 FontAwesome;
    color: #e9e9e9;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote p {
    margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote strong,
blockquote b {
    font-weight: 400;
}
blockquote > :last-child {
    margin-bottom: 0;
}
address {
    color: #939595;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 10px;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Poppins', sans-serif;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}
abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}
mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/**
 * 3.0 - Elements
 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}

ul,
ol {
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    margin-left: 1.5em;
}
li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.75em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 1.75em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}
del {
    opacity: 0.8;
}
table,
th,
td {
    border: 1px solid #d1d1d1;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 0.4375em;
}
input {
    line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    background: #fff;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    margin: 0px 0;
    padding: 12px 25px;
    outline: none;
/*    text-transform: uppercase;*/
    font-size: 16px;
}
.default-button{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
.default-button:hover, .default-button:focus{
    text-decoration: none;
    color: #fff;
}
.post-password-form {
    margin-bottom: 1.75em;
} 
.post-password-form label {
    color: #686868;
    display: block;
    font-family: 'Dosis', sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}
.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}
.post-password-form > :last-child {
    margin-bottom: 0;
}
/**
 * 5.0 - Alignments
 */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}
/**
 * 6.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(40,35,35,.30);
    z-index: 1;
}
.overlay-2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(26, 97, 250, 0.3) !important;
    z-index: 1;
}
/* menu fixed */

.menu-fixed .header-bottom.style3 .logo {
    display: inline-block;
    margin-top: 10px;
}

.header-bottom.style3 .logo {
    display: none;
}
.menu-fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    z-index: 9;
    background-color: #fff !important;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.primary-menu {
    position: relative;
    width: 100%;
    z-index: 333;
    background: #fff;
}
.mobile-menu-bar {
    position: relative;
    width: 40px;
    height: 40px;
    display: none;
}
.mobile-menu-bar span:nth-child(1) {
    margin-top: -9px;
}
.mobile-menu-bar span:nth-child(3) {
    margin-top: 8px;
}
.mobile-menu-bar span {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    position: absolute;
    background: #333;
    margin-top: -1px;
    transition: all 0.3s ease;
}
.open-mobile-menu .mobile-menu-bar span {
    margin-top: -1px !important;
}
.open-mobile-menu .mobile-menu-bar span:nth-child(1){
    transform: rotate(-45deg);
}
.open-mobile-menu .mobile-menu-bar span:nth-child(3){
    transform: rotate(45deg);
}
.open-mobile-menu .mobile-menu-bar span:nth-child(2){
    opacity: 0;
}
/* end recent css 

/* global css */ 
.custom-btn {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 32px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    background: #0b88ee;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.heading-section {
    text-align: center;
    margin-bottom: 40px;
}
.heading-section .subt{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0b88ee;
    padding-bottom: 5px;
    border-bottom: 2px dotted #0b88ee;
}
.heading-section .subttwo{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 2px dotted #fff;
}
.heading-section h1{
    margin-top: 15px;
}
.heading-section p {
    max-width: 550px;
    margin: 0 auto;
}
.post-item {
    width: calc(100% / 4);
    float: left;
}
.border-none .about-post-item{
    border: none;
}
.mt-40{
    margin-top: 40px;
}
.thard-item .thard-img{
    max-width: 550px !important;
}
.thard-item .thard-img img{
    width: 100%;
    height: 100%;
}
.autor-section.author-item-area {
    border: 1px solid #ccc;
    padding: 15px;
}
.post-item-inner{
    margin: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.custrom-btn {
    padding: 11px 36px;
    display: inline-block;
    background: #0b88ee;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    margin-top: 40px;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.height-top, .height-bottom{
    height: 115px;
    display: inline-block;
}
.border-top{
    border-top: 1px solid #f1e6e6;
}
/* global css */

/* header section */
.header-section {
    background: #fff;
}
.header-top.style3{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 0;
}
.header-top.style3 .primary-menu{
    padding: 27px 0px;
}
.menu-head {
    float: left;
}
.menu-head>a {
    padding: 30px 0;
    display: inline-block;
}
.menu-area {
    float: right;
}
.menu-area.style3 {
    width: 650px;
    margin: 0 auto;
    float: none;
}
.header-top-section {
    padding-bottom: 17px;
    border-bottom: 1px solid #eff2f7;
    overflow: hidden;
}
.menu-fixed .menu-area.style3 {
    float: right;
}
.menu-area.style3 .main-menu>li>a {
    padding: 23px 10px;
}
.donate {
    padding: 0;
    margin: 0;
    float: right;
}
.donate li {
    float: left;
    list-style: none;
    padding: 28px 0;
    margin: 5px;
    cursor: pointer;
}
.donate li i {
    color: #0b88ee;
}
.menu-area.style3 .donate>li {
    padding: 23px 5px;
}
.main-menu {
    margin: 0;
    padding: 0;
    float: left;
}
.main-menu li {
    float: left;
    list-style: none;
    position: relative;
}
.main-menu>.active>a{
    color: #0b88ee;
}
.main-menu li a {
    padding: 20px 20px;
    margin: 13px 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #191919;
    display: inline-block;
}
.main-menu li a i {
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
    display: inline-block;
}
.main-menu li a:hover{
    color: #0b88ee;
}
/* sub menu */
.sub-menu {
    position: absolute;
    width: 200px;
    z-index: 1;
    text-align: center;
    display: none;
}
.sub-menu>li {
    float: none;
    background: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.sub-menu>li>a {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    color: #191919;
    text-transform: capitalize;
    display: block;
    margin: 0;
}
.sub-menu li:hover>a{
    background: #0b88ee;
    color: #fff;
}
.main-menu li:hover>.sub-menu {
    display: block;
}
.home-dov {
    position: relative;
}
.home-dov:hover .sub-menu {
    display: inline-block;
}
.substyle {
    margin-left: 200px;
    top: 0px;
    display: none;
}
.substyle>li>a {
    padding: 10px 0px 10px 10px;
}
.sub-menu>li>a>i {
    float: right;
}
.sub-menu>.active>a{
    color: #fff;
    background-color: #0b88ee;
}
.mt-40{
    margin-top: 40px !important;
}
.pb-40{
    padding-bottom: 40px;
}



.header-top {
    padding: 9px 0;
    overflow: hidden;
    background: #0b88ee;
}
.header-top-left {
    padding: 0;
    margin: 0;
    float: left;
    overflow: hidden;
}
.header-top-left li {
    float: left;
    list-style: none;
    margin-right: 20px;
    overflow: hidden;
    color: #fff;
}
.header-top.style3 .header-top-left li{
    float: none;
    color: #191919;
    font-weight: 700;
    width: 100%;
}
.header-top-left li>span {
    margin: 0 5px;
}
.header-top-left li>a{
    display: inline-block;
    color: #fff;
}
.header-top.style3 .header-top-left li>a{
    color: #696969;
    font-weight: 400;
}
.header-top-left li>a:hover{
    text-decoration: underline;
}
.header-top-right{
    float: right;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.header-top-right li {
    float: right;
    list-style: none;
    margin: 3px;
}
.header-top-right li>a {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
}
.header-top.style3 .header-top-right li>a{
    color: #696969;
}
.header-top.style3 .header-top-right li>a:hover{
    color: #0b88ee;
}
/* banner section */
.box-sha{
    box-shadow: 0px 1px 12px 0px #b0b0b0 !important;
}
.banner-section{
    overflow: hidden;
}
.overlay-rel{
    position: relative;
}
.banner-section.style2 h1{
    font-size: 60px;
    font-weight: 500;
    text-transform: capitalize;
}
.banner-section.style2 p{
    font-size: 17px;
}
.banner-section.style2 .custom-btn{
    color: #fff;
}
.banner-section.style2 .custom-btn:hover{
    border: 1px solid #0b88ee;
    background: transparent;
    color: #0b88ee;
}
.banner-section.style2 .carousel-indicators .active{
    background: #fff;
    border: none;
}
.banner-section .carousel-indicators li{
    border: 2px solid #333;
}
.banner-section.style2 .banner-content-area{
    transform: translateY(-50%);
}
.item{
    height: calc(100vh - 100px);
}
.banner-section.style2 .item{
    height: calc(100vh - 150px);
}
.banner-section.style3 .item{
    height: calc(100vh - 172px);
}
.banner-section .slider1 {
    background: url(../../assets/images/banner/banner2.png);
    background-size: cover;
}
.banner-section .slider2 {
    background: url(../../assets/images/banner/banner2.png);
    background-size: cover;
}
.banner-section .slider3{
    background: url(../../assets/images/banner/banner2.png);
    background-size: cover;
}
.banner-section.style2 .slider1 {
    background: url(../../assets/images/banner/banner4.png);
    background-size: cover;
    overflow: hidden;
}
.banner-section.style2 .slider2 {
    background: url(../../assets/images/banner/banner4.png);
    background-size: cover;
    overflow: hidden;
}
.banner-section.style2 .slider3 {
    background: url(../../assets/images/banner/banner4.png);
    background-size: cover;
    overflow: hidden;
}
.banner-section.style3 .slider1 {
    background: url(../../assets/images/banner/banner5.png);
    background-size: cover;
}
.banner-section.style3 .slider2 {
    background: url(../../assets/images/banner/banner5.png);
    background-size: cover;
}
.banner-section.style3 .slider3 {
    background: url(../../assets/images/banner/banner5.png);
    background-size: cover;
}
.banner-section .carousel-indicators .active {
    background: #0b88ee;
    border: 2px solid #0b88ee;
}
.banner-content-area {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.banner-section.style3 .banner-content-area{
    left: 600px;
}
.banner-content {
    max-width: 550px;
}
.banner-content h4{
    font-size: 36px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}
.banner-section.style3 .banner-content h1{
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.banner-content h1{
    font-size: 48px;
    font-weight: 700;
    color: #0b88ee;
}
.banner-content p{
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    line-height: 30px;
}
.banner-section.style3 .banner-content p{
    color: #fff;
}
.banner-content .custom-btn {
    padding: 10px 33px;
    margin-top: 10px;
    margin-right: 20px;
    text-transform: uppercase;
    border: 1px solid #0b88ee;
}
.banner-content .custom-btn.active{
    background: transparent;
    border: 1px solid #0b88ee;
    color: #0b88ee;
}
.banner-content .custom-btn.active:hover{
    color: #fff;
    background: #0b88ee;
    
}
.banner-section.style3 .custom-btn{
    color: #fff;
}
.banner-content .custom-btn:hover{
    background: transparent;
    color: #0b88ee;
    border: 1px solid #0b88ee;
}
/* about us section */
.about-section {
    overflow: hidden;
    background: #fff;
}
.about-section .heading-section p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.about-section .heading-section h1{
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;

}
.about-section .about-thumb{
    position: relative;
    padding: 20px;
}
.about-section .about-thumb:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: #0b88ee;
    top: 0;
    left: 0;
}
.about-section .about-inner{
    position: relative;
}
.about-section .about-inner img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.about-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #0b88ee;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    line-height: 73px;
    font-size: 24px;
    color: #0b88ee;
    z-index: 3;
    margin-left: -25px;
    transform: translateY(-50%);
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.post-thumb-home-one {
    border: 1px solid #0b88ee;
    width: 70px;
    height: 65px;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 5px;
}
.about-section .overlay{
    background: rgba(40,35,35,.30);
    z-index: 2;
}
.about-icon:hover{
    color: #0b88ee;
    border-color: #0b88ee;
}
.about-section.style2 .about-post-item{
    width: calc(100% / 4)
}
.about-section.style2 .about-post-item-inner {
    text-align: center;
    box-shadow: 0px 0px 8px -4px rgba(0,0,0,.1);
    padding: 35px 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.about-section.style2 .about-post-item-inner:hover{
    transform: translateY(-15px);
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,.1);
}
.about-section .about-post-item-inner:hover .post-thumb img{
    transform: rotateY(180deg);
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
}
.about-section .post-thumb img{
    width: 50px;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
}

.about-section .about-post-item-inner:hover .post-content h4>a {
    color: #0b88ee;
}
.about-post-item {
    padding: 10px 10px;
    width: 50%;
    float: left;
    border: 1px dotted #ccc;
    text-align: center;
}
.about-section.style4 .about-post-item {
    margin-top: 70px;
    width: 100%;
}
.about-section.style4 .post-content{
    padding: 0px;
    width: calc(100% - 580px);
    float: left;
}
.about-section.style4 .post-thumb {
    width: 580px;
    float: left;
}
.about-section.style4 .post-content h1 {
    margin-bottom: 10px;
}
.about-section.style4 .about-post-item-inner {
    margin: 15px;
}
.about-section.style3 .about-us-right {
    width: 100%;
    overflow: hidden;
}
.about-section.style3 .about-post-item{
    width: 100%;
}
.about-section.style3 .about-us-detels {
    padding: 40px;
    max-width: 500px;
    margin: 0 auto;
}
.about-section.style3 .about-us-detels h1 {
    font-size: 48px;
}
.about-section.style3 .custom-btn{
    background: #0b88ee;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 31px;
    border: 2px solid #0b88ee;
}
.about-section.style3 .custom-btn:hover{
    background: #fff;
    color: #0b88ee;
}
.about-post-item-inner {
    margin: 10px;
}
.about-section .post-content {
    padding: 7px 0 0px;
}
.about-section .post-content h4 a{
    padding: 10px 0;
    display: inline-block;
}
/* services section */
.service-section {
    overflow: hidden;
    background: #fff;
}
.service-section.style2 {
    background: none;
}
.service-section.style4 {
    background: none;
}
.home-one-service-item .home-one-inner{
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 40px 25px !important;
}
.home-one-service-item .home-one-inner .service-header h3 .service-icon{
    display: block;
    margin-right: 0;
    border: 1px solid #0b88ee;
    width: 70px;
    height: 65px;
    line-height: 60px;
    margin: 0 auto 15px;
    border-radius: 5px;
}
.home-one-service-item .home-one-inner .service-content p {
    padding: 0;
    margin: 0;
}
.home-one-service-item .home-one-inner .service-header {
    padding-bottom: 12px;
}
.home-one-service-item .home-one-inner .service-header h3 .service-icon img{
    width: 50px;
}
.service-section.style2 .service-item{
    width: calc(100% / 2);
}
.service-section.style2 .service-item-inner{
    margin: 13px;
    padding: 20px 0px 20px 30px;
    box-shadow: 0px 0px 13px -4px rgba(0,0,0,.0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.service-section .service-item {
    width: calc(100% / 3);
    float: left;
}
.service-section.style3 .service-item {
    height: auto;
}
.service-section .service-item-inner {
    margin: 10px;
    padding: 15px 35px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
    background: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.service-section.style3 .service-item-inner {
    text-align: center;
}
.service-section.style2 .service-item-inner:hover{
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1);
}
.service-section .service-item-inner:hover .service-header h3>a{
    color: #0b88ee;
}
.service-section.style2 .service-item-inner:hover .service-content h3>a{
    color: #0b88ee;
}.service-section.style3 .service-item-inner:hover .service-content h3>a{
    color: #0b88ee;
}
.service-section .service-item-inner:hover{
    transform: translateY(-5px);
    box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.05);
}
.service-section .service-item-inner:hover .service-icon img{
    transform: rotateY(180deg);
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;

}
.service-section.style2 .service-content h3>a{
    display: inline-block;
}
.service-section .service-item-inner:hover .custom-btn {
    color: #0b88ee;
}
.service-header {
    padding-bottom: 20px;
    overflow: hidden;
}
.service-section.style3 .service-header {
    padding-top: 40px;
}
.service-section.style3 .custom-btn {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}
.service-section.style3 .custom-btn:hover {
    color: #696969;
}
.service-section.style3 .custom-btn i {
    margin-left: 5px;
}
.service-section.style3  .service-content h3>a {
    margin-bottom: 17px;
    display: inline-block;
}
.service-icon {
    margin-right: 30px;
}
.service-icon img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    animation: infinite
}
.service-header h3>a {
    display: inline-block;
    color: #1a1a1a;
}
.service-thumb img {
    width: 100%;
}
.service-section.style4 .service-widget {
    width: 100%;
    overflow: hidden;
}
.service-section.style4 .service-catagori {
    width: 100%;
    margin: 0;
    padding: 10px;
    margin-bottom: 30px;
}
.service-section.style4 .service-catagori li{
    list-style: none;
    margin: 5px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.service-section.style4 .service-catagori li>a{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    padding: 7px 10px;;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.service-section.style4 .service-catagori li:hover{
    background: #0b88ee;
    padding-left: 10px;
}
.service-section.style4 .service-catagori li:hover>a{
    color: #fff;
}
.service-section.style4 .service-catagori li>a>i{
    margin-right: 10px;
}
.service-section.style4 .download-catagori {
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: #fafafa;
    margin-bottom: 40px;
}
.service-section.style4 .download-catagori h4{
    font-weight: 900;
    color: #0b88ee;
    margin-bottom: 20px;
}
.service-section.style4 .download-catagori li{
    list-style: none;
    margin: 7.5px 0;
}
.service-section.style4 .download-catagori li>a{
    width: 100%;
    display: inline-block;
    padding: 12px 15px;
    background: #0b88ee;
    color: #fff;

}
.service-section.style4 .download-catagori li>a>i {
    margin-right: 10px;
}
.service-section.style4 .service-contact {
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: #fafafa;
    margin-bottom: 40px;
}
.service-section.style4 .service-contact h4{
    color: #0b88ee;
    margin-bottom: 10px;
}
.service-section.style4 .service-contact p {
    color: #191919;
    margin-bottom: 10px;
}
.service-section.style4 .service-contact li{
    list-style: none;
    width: 100%;
    margin: 4px 0;
    font-size: 14px;
    font-weight: 400;
    color: #191919;
}
.service-section.style4 .service-contact li>i{
    margin-right: 5px;
    color: #0b88ee;
}
.service-section.style4 .service-contact li>a{
    color: #191919;
}
.service-section.style4 .service-contact li>a:hover {
    text-decoration: underline;
}
.service-section.style4 .service-content{
    padding: 20px 0;
    overflow: hidden;
}
.service-section.style4 .service-content h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.service-section.style4 .service-content img {
    width: 270px;
    float: right;
    margin-left: 20px;
}
/* portfolio section */
.portfolio-section {
    overflow: hidden;
    background: #fff;
}
.portfolio-section.style2 {
    background: #fff;
}
.portfolio-section.style3{
    background: #fff;
}
.portfolio-filter-section {
    padding: 0;
    text-align: center;
    overflow: hidden;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.portfolio-filter-section li {
    float: left;
    padding: 5px 15px;
    cursor: pointer;
    list-style: none;
    text-align: center;
}
.grid {
    background: #f9f9f9;
}
.portfolio-section.style7 .grid{
    background: #fff;
}
.portfolio-filter-section li:hover p{
    color: #0b88ee
}
.portfolio-filter-section li>p {
    margin-bottom: 0;
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block;
}
.portfolio-section.style2 .portfolio-item-inner{
    margin: 15px;
    padding: 0;
}
.portfolio-section.style3 .portfolio-item-inner{
    padding: 0;
    margin: 15px;
}
.portfolio-section.style4 .portfolio-item-inner{
    padding: 0;
    margin: 0;
    margin-right: 8px;
    margin-bottom: 30px;
}
.portfolio-section.style5 .portfolio-item-inner{
    padding: 0;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 30px;
}
.portfolio-section.style6 .portfolio-item-inner{
    padding: 0;
    margin: 15px;
}
.portfolio-section.style7 .portfolio-item-inner{
    margin: 7.5px;
    padding: 0;
}
.portfolio-item-inner {
    padding: 15px;
    background: #fff;
}
.portfolio-section.style2 .portfolio-item-inner{
    padding: 0;
}
.portfolio-section .portfolio-item-inner:hover .portfolio-thumb img{
    transform: scale(1.2);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.portfolio-item {
    width: calc(100% / 3);
    float: left;
}
.container-space{
    padding: 0 20px;
}
.portfolio-section.style3 .portfolio-item {
    width: calc(100% / 4);
}
.portfolio-section.style4 .portfolio-item {
    width: calc(100% / 4);
}
.portfolio-section.style5 .portfolio-item {
    width: calc(100% / 5);
}
.portfolio-section.style6 .portfolio-item {
    width: calc(100% / 4);
}
.portfolio-thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.portfolio-thumb img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.portfolio-thumb:after {
    position: absolute;
    content: "";
    width: 94%;
    height: 94%;
    background: rgba(11,136,238.85);
    top: 3%;
    left: 3%;
    transform: scale(0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.portfolio-thumb img {
    width: 100%;
}
.portfolio-content {
    margin: 0;
    padding: 10px 20px;
    background: #0b88ee;
}
.portfolio-content li {
    list-style: none;
    padding-bottom: 5px;
    overflow: hidden;
}
.portfolio-content li>h3>a{
    width: calc(100% - 40px);
    float: left;
    display: inline-block;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.portfolio-content li h3 {
    overflow: hidden;
    padding-top: 15px;
}
.portfolio-section .custrom-btn {
    text-transform: uppercase;
    font-weight: 600;
}
.portfolio-content li>h3>span {
    width: 20px;
    float: right;
    margin-right: 5px;
    color: #fff;
}
.portfolio-content li>p{
    width: calc(100% - 30px);
    float: left;
    display: inline-block;
    margin-bottom: 0px;
    color: #fff;
}
.portfolio-content li>p>span {
    width: 20px;
    float: right;
}
.portfolio-content li>span {
    color: #fff;
}
.port-icon {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    color: #0b88ee;
    transform: translateY(-50%);
    margin-left: -25px;
    opacity: 0;
    background: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    z-index: 1;
}
.port-icon:hover {
    background: #d7e9ff;
    color: #191919;
}
.portfolio-item:hover .port-icon {
    opacity: 1;
}
.portfolio-item:hover .portfolio-content li h3>a {
    color: #fff;
}
.portfolio-item:hover .portfolio-content li h3>span {
    color: #fff;
}
.portfolio-item:hover .portfolio-thumb:after {
    opacity: .85;
    transform: scale(1);
}
.portfolio-section .custrom-btn:hover{
    background: #94c1ff;
    color: #fff;
}
/* counter section */
.counter-section {
    background: #0b88ee;
    overflow:hidden;
}

.counter-section.style3 {
    background: url(../../assets/images/counter/bg1.jpg);
    background-size: cover;
}
.counter-section.style3 .overlay{
    background: rgba(42,48,55,.65);
}
.counter-section.style3 .counter-count {
    z-index: 1;
    position: relative;
}
.counter-item {
    width: calc(100% / 4);
    float: left;
}
.counter-item-inner {
    margin: 15px;
    border: 2px solid #fff;
    text-align: center;
    position: relative;
    border-radius: 15px;
}
.counter-section.style2 .counter-item-inner {
    border: none;
}
.counter-item-inner .counter-thumb {
    width: 90px;
    height: 88px;
    line-height: 81px;
    background: #fff;
    border-radius: 100%;
    color: lemonchiffon;
    font-size: 48px;
    margin: 0 auto;
}
div#portfolio-selector {
    overflow: hidden;
}
.counter-section.style3 .counter-item-inner {
    border: inherit;
}

.counter-section.style3 .counter-item-inner .counter-thumb{
    background: inherit;
}
.counter-item-inner .counter-thumb img{
   max-width: 100%;
}
.counter-item-inner{
    padding: 30px 15px;
}
.counter-item-inner .number {
    padding-top: 20px;
    overflow: hidden;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}
.counter-item-inner p{
    margin: 0;
    padding: 0;
}
.counter-item-inner .post-content {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}
/* team membar section */
.team-membar-section {
    overflow: hidden;
    background: #fff;
}
.team-membar-section.style4 {
    background: #fafafa;
}
.team-membar-item {
    float: left;
    width: calc(100% / 3);
    position: relative;
}
.team-membar-section.style2 .team-membar-item{
    width: calc(100% / 4);
}
.team-membar-section.style3 .team-membar-item{
    width: calc(100% /4);
    padding: 30px 0;
    box-shadow: 0px 0px 1px -2px rgba(0,0,0,.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.team-membar-section.style2 .team-membar-content{
    width: 100%;
    margin: 0 auto;
    position: static;
    opacity: 1;
    box-shadow: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.team-membar-section.style2 .team-membar-social{
    opacity: 0;
}
.team-membar-item-inner {
    margin: 12.5px;
}
.team-membar-section.style2.team-2 .team-membar-item-inner {
    margin-bottom: 40px;
}
.team-membar-section.style4 .team-membar-item-inner {
    margin: 15px;
}
.team-membar-thumb {
    overflow: hidden;
    display: block;
}
.team-membar-section.style3 .team-membar-thumb {
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.team-membar-thumb img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.team-membar-content {
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background: #0b88ee;
    padding: 10px 0;
    opacity: 1;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.team-membar-content h2 a{
   color: #fff;
}
.team-membar-content p{
   color: #fff;
}
.team-membar-content .team-membar-social li a i{
   color: #fff;
}
.team-membar-section.style3 .team-membar-content{
    width: 100%;
    box-shadow: none;
    padding-bottom: 0;
}
.team-membar-content .team-membar-dec {
    margin-bottom: 0;
    font-size: 12px;
}
.team-membar-social {
    padding: 0;
    margin: 0;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.team-membar-social li{
    list-style: none;
    float: left;
    margin: 1px;
}
.team-membar-social li>a{
    display: inline-block;
    color: #0b88ee;
    padding: 5px;
}
.team-membar-item:hover .team-membar-thumb img{
    transform: scale(1.2);
}
.team-membar-item:hover .team-membar-content{
    opacity: 1;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
}
.team-membar-section.style3 .team-membar-item:hover .team-membar-content{
    box-shadow: none;
}
.team-membar-section.style2 .team-membar-item:hover .team-membar-content{
    opacity: 1;
}
.team-membar-section .team-membar-item:hover .team-membar-content .team-membar-social li>a{
    color: #fff;
}
.team-membar-content>h2>a:hover {
    color: #fff;
}
.team-membar-section.style2 .team-membar-item:hover .team-membar-content h2>a{
    color: #fff;
}
.team-membar-section.style2 .team-membar-item:hover .team-membar-social{
    opacity: 1;
} 
.team-membar-section.style3 .team-membar-content:hover .team-membar-social li>a{
    color: #fff;
}
.team-membar-section.style3 .team-membar-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 20px -3px rgba(0,0,0,.1);
}
.team-membar-section.style3 .team-membar-item:hover .team-membar-content h2>a {
    color: #fff;
}
.team-membar-section.style3 .team-membar-item:hover .team-membar-social li>a {
    color: #fff;
}
.team-membar-social li>a{
    color: #fff;
}
.team-membar-social li>a:hover i{
    color: #fff;
}
/* blog section */
.blog-section {
    background: #fff;
    overflow: hidden;
}
.blog-section.style4 {
    background: #fff;
}
.blog-section .post-item {
    width: calc(100% / 3);
    float: left;
}
.blog-section.style3 .post-item {
    width: 100%;
}
.blog-section.style4 .post-item{
    width: 100%;
}
.blog-section.style5 .post-item{
    width: 50%;
}
.blog-section .post-item-inner{
    margin: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.blog-section.style3 .post-item-inner{
    margin: 15px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.blog-section.style5 .post-item-inner{
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,.1);
}
.blog-section.style3 .post-thumb {
    overflow: hidden;
    width: 200px;
    float: left;
    margin-right: 20px;
}
.blog-section.style3 .post-thumb img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.blog-section.style3 .post-content {
    width: calc(100% - 220px);
    float: left;
    background: inherit;
    padding: 0;
}






.blog-section.style4 .post-thumb{
    overflow: hidden;
}
.blog-section.style4 .post-thumb img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.blog-section.style4 .post-item-inner:hover .post-thumb img{
    transform: scale(1.3);
}
.blog-section.style4 .post-content h4 {
    margin: 20px 0;
    font-size: 20px;
}
.blog-section .post-content {
    padding: 20px;
    background: #fff;
    overflow: hidden;
}
.blog-section.style4 .post-content{
    padding: 13px;
}
.blog-section.style5 .post-content{
    padding: 20px 10px;
}
.blog-section .post-content h3>a {
    display: inline-block;
    padding-bottom: 5px;
}
.blog-section .post-content>p{
    margin-bottom: 0px;
}
.blog-section.style5 .post-content>p{
    margin-bottom: 0px;
}
.blog-meta-post {
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #f5f5f5;
}
.blog-section .blog-meta-post {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-top: 1px solid#f5f5f5;
    background: #fff;
    margin: 0;
}
.blog-section.style3 .blog-meta-post {
    background: #fafafa;
    border-top: none;

}
.blog-section.style4 .blog-meta-post{
    border-top: none;
}
.blog-section.style5 .blog-meta-post {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-top: 1px solid#f5f5f5;
}
.blog-section.style3 .blog-meta-post {
    float: left;
    width: 100%;
    padding-left: 0;
}
.blog-meta-post li {
    list-style: none;
    overflow: hidden;
    padding-top: 10px;
}
.blog-meta-post .custom-btn {
    padding: 2px 5px;
    width: 100px;
    float: left;
    display: inline-block;
    color: #4c4c4c;
    text-transform: uppercase;
}
.blog-section.style2 .post-meta{
    width: 100%;
}
.blog-section.style2 .post-meta p{
    float: left;
}
.blog-section.style2 .post-meta p>i{
    margin: 0 10px;
    color: #696969;
}
.post-meta {
    width: calc(100% - 100px);
    float: left;
}
.blog-section.style3 .post-meta {
    width: 100%;
}
.blog-section.style4 .post-meta {
    width: inherit;
    margin-bottom: 10px;
}
.blog-section.style5 .post-meta{
    padding-left: 20px;
}
.post-meta p {
    margin-bottom: 0;
    float: right;
    margin-right: 10px;
    display: inline-block;
}
.blog-meta-post{
    border-top: none;
    margin-bottom: 10px;
}
.blog-meta-post li{
    float: left;
    margin-right: 10px;
}
.blog-meta-post li>i{
    margin-right: 5px;
    color: #696969;
}
.blog-meta-post li>a{
    display: inline-block;
    text-transform: capitalize;
    font-size:14px;
}
 .blog-meta-post li>a:hover{
    text-decoration: underline;
}
.blog-btn{
    background: #fff;
    padding: 0px 0px 35px 15px;
    display: block;
}
.blog-btn a:hover{
    color: #fff;
}
.post-item-inner:hover {
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,.1);
    transform: translateY(-15px);
}
.blog-section.style3 .post-item-inner:hover {
    box-shadow: 0px 0px 42px -22px rgba(0,0,0,.1);
    transform: translateY(0px);
}
.blog-section.style3 .post-item-inner:hover .post-thumb img {
    transform: scale(1.5);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.blog-section.style4 .post-item-inner:hover {
    transform: translateX(0px);
    box-shadow: none;
}
.post-item-inner:hover .post-content h3>a {
    color: #0b88ee;
}
.post-item-inner:hover .blog-meta-post .custom-btn {
    color: #0b88ee;
}
.blog-section.style4 .custom-btn {
    background: #0b88ee;
    color: #fff;
    border: 2px;
    display: inline-block;
    border: 1px solid #0b88ee;
    margin: 20px 0;
    text-transform: uppercase;
}
.blog-section.style4 .custom-btn:hover{
    background: #fff;
    color: #0b88ee;
}
/* pricing table section */
.pricing-table-section {
    overflow: hidden;
    background: #fff;
}
.pricing-table-section.style4 {
    background: #fafafa;
}
.pricing-item {
    width: calc(100% / 3);
    float: left;
}
.pricing-thumb{
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.pricing-table-section.style2 .pricing-item{
    width: calc(100% / 2);
}
.pricing-table-section.style2 .pricing-about {
    margin-top: 150px;
    overflow: hidden;
}
.pricing-table-section.style2 .pricing-about h1 {
    padding-bottom: 30px;
}
.pricing-table-section.style2 .pricing-about .custom-btn {
    background: #0b88ee;
    color: #fff;
    border-radius: 3px;
    margin-top: 20px;
    border: 2px solid #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.pricing-table-section.style2 .pricing-about .custom-btn:hover{
    background: #fff;
    color: #0b88ee;
    border: 2px solid #0b88ee;
}
.pricing-table-section.style2 .pricing-item-inner{
    margin: 0px;
}
.pricing-table-section.style4 .pricing-item-inner:hover {
    background: #fff;
}
.pricing-item-inner {
    margin: 15px;
    box-shadow: 1px 0px 13px 4px rgb(0 0 0 / 10%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.pricing-content {
    padding: 40px 15px;
    text-align: center;
}
.pricing-table-section.style2 .pricing-content{
    padding: 90px 0;
}
.pricing-content h6 {
    text-transform: uppercase;
    color: #0b88ee;
    margin-bottom: 20px;
    font-size: 24px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.pricing-list-header {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.pricing-list-header li{
    list-style: none;
}
.pricing-list-header li>sup {
    font-size: 48px;
    font-weight: 600;
    line-height: 40px;
}
.pricing-list-header li>span {
    font-size: 60px;
    font-weight: 600;
}
.pricing-list-header li>p {
    display: inline-block;
    margin-bottom: 0;
    text-transform: lowercase;
    font-weight: 900;
}
.pricing-list-bottom {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.pricing-list-bottom li {
    list-style: none;
    margin: 5px 0;
    padding: 5px 0;
}
.pricing-table-section .custrom-btn {
    border: 2px solid #fafafa;
    background:#0b88ee;
    color: #fff;
    padding: 8px 26px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.pricing-item-inner:hover {
    transform: translateY(-15px);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,.1);
    box-shadow: -1px 5px 13px -1px rgba(0,0,0,.1);
}
.pricing-table-section.style2  .pricing-item-inner:hover {
    box-shadow: -10px 7px 4px 0px rgba(0,0,0,.1);
    transform: translateX(15px);
}
.pricing-table-section.style3  .pricing-item-inner:hover {
    box-shadow: 5px -5px 0px 4px rgba(11,36,238,.5);
    transform: translateX(-10px);
    border-radius: 1px;
}
.pricing-item-inner:hover .custrom-btn{
    background: #0b88ee;
    color: #fff;
}
.pricing-item-inner .custrom-btn:hover{
    color: #fff;
}
/* testimonial section */
.testi-section {
    position: relative;
}
.testi-border {
    border: 2px solid #fff;
    padding: 50px 0;
    transform: translateY(50px);
}
.testi-border .swiper-button-prev {
    margin-left: -25px;
    background: #fff;
    transform: translateY(0);
}
.testimonial-section.style2 .testi-border .swiper-slide-active p{
    transform: translateY(0);
}
.testi-border .swiper-button-next {
    margin-right: -25px;
    background: #fff;
    transform: translateY(0);
}
.testimonial-section {
    overflow: hidden;
    background: #fff;
}
.testimonial-section.style2 .heading-section {
    margin-bottom: 0;
}
.tasti-container {
    max-width: 600px;
    margin: 0 auto;
}
.testimonial-section .testi-gallery-thumbs .swiper-slide {
    width: 100px;
    opacity: 0.4;
    line-height: 100px;
}
.testimonial-section .testi-gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.testimonial-section .testi-gallery-thumbs .post-item{
    width: 100%;
    cursor: pointer;
}
.testimonial-section .post-item {
    width: 100%;
    float: left;
}
.testimonial-section .post-thumb {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.swiper-slide.swiper-slide-active {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.testimonial-section .post-thumb img{
    width: 100%;
}
.testimonial-section .rating {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}
.testimonial-section .rating li{
    list-style: none;
    float: left;
    color: #0b88ee;
}
.testimonial-section.style2 .testimonial-section .rating li {
    line-height: 0;
}
.testimonial-section.style2 h5 {
    margin-top: -75px;
    width: 100%;
}
.testi-wraper {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.testimonial-section .post-content {
    padding: 20px;
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
}
.testimonial-section .post-content h5 {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
}
.testimonial-section .post-content h5>a{
    font-size: 16px;
    color: #191919;
    margin-right: 5px;
    text-transform: capitalize;
}
.testimonial-section .post-content h5>span{
    color: #696969;
    margin-left: 5px;
    font-size: 14px;
}
.testimonial-section .swiper-slide.swiper-slide-active .post-content {
    color: #fff;
}
.swiper-slide.swiper-slide-active .post-content span>i{
    color: #fff;
}
.post-content>span {
    width: 30px;
    float: left;
}
.post-content span i{
    font-size: 20px;
    color: #333;
}
.testimonial-section .swiper-slide-active .post-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.testimonial-section .swiper-slide-active .post-thumb img {
    width: 100%;
    height: 100%;
}
.testimonial-section.style2 .rating{
    opacity: 0;
}
.testimonial-section.style2 h5{
    opacity: 0;
}
/*
.testimonial-section.style2 p{
    opacity: 0;
}*/
.testimonial-section.style2 .swiper-slide-active .rating{
    opacity: 1;
    margin-left: -20px;
}
.testimonial-section.style2 .swiper-slide-active h5{
    opacity: 1;
    transform: translateY(30px);
    font-size: 14px;
    width: 150px;
    text-align: left;
    margin-left: -10px;
}
.testimonial-section.style2 .swiper-slide-active h5>a {
    display: inline-block;
    font-weight: 600;
    color: #191919;
    margin-bottom: 5px;
}
.testimonial-section.style2 .swiper-slide-active h5>span {
    font-weight: 300;
}
.testimonial-section.style2 .swiper-slide-active p{
    opacity: 1;
}

.comment-contact input {
    margin-bottom: 5px;
}
.testi-pagination {
    left:50%;
    margin-left:-25px;
}
.testi-pagination .swiper-pagination-bullet {
    margin: 3px;
}

.testimonial-section.style3 .testi-item {
    width: 100%;
}
.testimonial-section.style3 .testi-item-inner {
    padding: 40px;
    background: #fff;
    border-radius: 3px;
    margin: 15px;
}
.testimonial-section.style3 .testi-thumb{
    overflow: hidden;
}
.testimonial-section.style3 .testi-thumb img {
    width: 60px;
    float: left;
}
.testimonial-section.style3 .testi-author {
    width: calc(100% - 60px);
    float: left;
}
.testimonial-section.style3 .testi-author>a{
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #191919;
}
.testimonial-section.style3 .testi-author>p{
    margin-left: 20px;
}
.testimonial-section.style3 .testi-item-inner:hover .testi-author>a{
    color: #0b88ee;
}
.testimonial-section.style3 .testi-pagination{
    margin-top: 40px;
}
/* sponser section */
.sponsor-space{
    padding: 10px;
}
.sponser-section {
    overflow: hidden;
    background: #0b88ee;
}
.client-white h1{
    color: #fff !important;
    margin-bottom: 11px;
}
.client-white p{
    color: #fff !important;
}
.sponser-section.style2 .post-item-inner {
    margin-right: 9px;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.sponser-section .post-item{
    width: 100%;
}
.sponser-section.style2 .post-item {
    width: calc(100% / 5);
    float: left;
}
.sponser-section.style3 .post-item {
    width: calc(100% / 4);
}
.sponser-section.style2 .post-item .post-thumb img{
    width: 100%;
}
.sponser-section.style3 .post-item .post-thumb img{
    width: 100%;
}
.sponser-2 .post-item{
    margin-top: 50px;
}
.sponser-section.style2 .post-item-inner:hover {
    box-shadow: -8px 6px 10px -4px rgba(0,0,0,.1);
    transform: translateX(10px);
}
.sponser-section.style3 .post-item-inner:hover {
    box-shadow: 9px 11px 10px -8px rgba(0,0,0,.1);
    transform: translateX(-10px);
}
/* news lettar section */
.newsleater-section {
    overflow: hidden;
    background: url(../../assets/images/newsletter/newsletter-bg.png) no-repeat center center;
    background-size: cover;
}

.newsleater-section h1 {
    color: #fff;
}
.newsleater-section p {
    color: #fff;
}
.recent-news {
    width: 600px;
    margin: 0 auto;
    list-style: none;
    padding: 10px 0;
    overflow: hidden;
}
.recent-news input[type="text"] {
    width: calc(100% - 125px);
    float: left;
    padding: 11px 20px;
    border: 1px solid #fff;
    background: none;
    outline: none;
    color: #fff;
}
.recent-news a {
    width: 125px;
    float: left;
    display: inline-block;
    border: 1px solid #fff;
    outline: none;
    text-align: center;
    padding: 11px 20px 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0b88ee;
    background: #fff;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
:-moz-placeholder {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
::-moz-placeholder {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
/* footer section */
.footer-section {
    overflow: hidden;
}
.footer-top {
    overflow: hidden;
}
.footer-top h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
}
.foter-socail {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 40px;
}
.foter-socail li{
    list-style: none;
    float: left;
    margin-right: 15px;
}
.foter-socail li a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    background: #3a589e;
    color: #fff;
}
.recent-post .post-item {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.recent-post .post-thumb {
    width: 80px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.recent-post .post-thumb img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.recent-post .post-item:hover .post-thumb img{
    transform: scale(1.3);
}
.recent-post .post-content{
    width: calc(100% - 90px);
    float: left;
}
.post-content h6>a{
    display: inline-block;
}
.recent-post .post-content>span{
    width: 100%;
}
.recent-post .post-item:hover .post-content h6>a {
    color: #0b88ee
}
.recent-social-media .post-item{
    width: 100%;
    margin-bottom: 10px;
}
.recent-social-media .post-thumb {
    width: 50px;
    height: 50px;
    float: left;
    line-height: 50px;
}
.recent-social-media .post-content {
    width: calc(100% - 50px);
    float: left;
}
.recent-social-media .post-thumb a {
    width: 100%;
    font-size: 24px;
    display: inline-block;
    color: #0b88ee;
}
.recent-social-media .post-content>span{
    width: 100%;
}
.recent-social-media .post-item:hover .post-content h6>a {
    color: #0b88ee;
}
.footer-contact-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.footer-contact-list li{
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
}
.footer-contact-list li>span{
    width: 60px;
    float: left;
}
.footer-contact-list li>span>i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #0b88ee;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footer-contact-list li:nth-child(2) span>i{
    background: #0b88ee;
}
.footer-contact-list li:nth-child(3) span>i{
    background: #0b88ee;
}
.footer-contact-list li>p {
    width: calc(100% - 60px);
    float: left;
    margin-bottom: 0;
    display: inline-block;
}
.footer-contact-list li:hover a {
    color: #0b88ee;
}
.foter-socail li:nth-child(2) a {
    background: #429cd6;
}
.foter-socail li:nth-child(3) a {
    background: #0d77b7;
}
.foter-socail li:nth-child(4) a {
    background: #df4b37;
}
.footer-bottom {
    overflow: hidden;
    margin-bottom: 50px;
}
.footer-bottom-copyright {
    overflow: hidden;
    width: 50%;
    float: left;
}
.footer-bottom-copyright>p {
    margin-bottom: 0;
}
.footer-bottom-copyright>p>a {
    display: inline-block;
    margin: 0 10px;
    text-transform: capitalize;
    color: #0b88ee;
}
.footer-bottom-tagrel {
    width: calc(100% - 50%);
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.footer-bottom-tagrel li{
    list-style: none;
    float: right;
    margin-right: 20px;
    display: inline-block;
}
.footer-bottom-tagrel li>a{
    display: inline-block;
    color: #0b88ee;
    font-size: 14px;
    font-weight: 400;
}
/* about page */
.side-header {
    overflow: hidden;
    background: url(../../assets/images/banner/banner6.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.side-header::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right:0;
    bottom: 0;
    background:rgba(255, 255, 255,  0.7);
}
.content-area {
    position: relative;
    height: 300px;
}
.page-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin-left: -150px;
    text-align: center;
}
.side-header.style2 .page-content{
    margin-left: -275px;
}
.page-content h1 {
    font-size: 72px;
    font-weight: 700;
    text-transform: capitalize;
}
.page-content a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
    margin-left: 5px;
}
.page-content a:hover{
    color: #0b88ee;
}
.page-content span>span {
    text-transform: capitalize;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #0b88ee;
}
/* single team-member */
.team-member-single {
    padding: 100px 0;
    overflow: hidden;
}
.team-single-content h1 {
    margin-bottom: 10px;
    font-weight: 600;
}
.team-single-content h3 {
    color: #0b88ee;
    margin-bottom: 10px;
}
.member-exprence {
    margin-top: 50px;
    overflow: hidden;
}
.member-exprence h2 {
    margin-bottom: 10px;
}
.member-exprence li{
    list-style: none;
    font-size: 18px;
    margin: 3px 0;
    padding: 5px 0;
}
.member-exprence li>span{
    color: #0b88ee;
    margin-right: 5px;
}
.team-member-socail {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.team-member-socail li{
    list-style: none;
    float: left;
    margin: 3px;
}
.team-member-socail li a{
    display: inline-block;
    padding: 5px;
    color: #191919;
}
.team-member-socail li a:hover{
    color: #0b88ee;
}
/* 404 page */
.four-jero {
    padding: 100px 0;
    background: #eff2f7;
    overflow: hidden;
}
.jero-thumb {
    text-align: center;
    margin-bottom: 40px;
}
.jero-content {
    text-align: center;
}
.jero-content h1 {
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.jero-content .custom-btn {
    background: #0b88ee;
    color: #fff;
    padding: 10px 22px;
    border: none;
    text-transform: uppercase;
    border: 2px solid #0b88ee;
}
.jero-content .custom-btn:hover{
    background: #fff;
    color: #0b88ee;
}
/* sidebar widget */
.sidebar-widget .search-section input[type="text"] {
    width: 100%;
    padding: 13px;
    outline: none;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid #696969;
    position: relative;
}
.sidebar-widget .search-section a {
    position: absolute;
    top: 25px;
    right: 45px;
    font-size: 20px;
    color: #696969;
    display: inline-block;
}
/* Placeholder text color -- selectors need to be separate to work. */
.sidebar-widget .search-section ::-webkit-input-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.sidebar-widget .search-section :-moz-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.sidebar-widget .search-section ::-moz-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    opacity: 1;
}
.sidebar-widget .search-section :-ms-input-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.sidebar-widget .post-catagori {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 45px;
}
.sidebar-widget .post-catagori h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sidebar-widget .post-catagori li {
    width: 100%;
    margin: 5px 0;
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #eff2f7;
    transition: all .3s ease-in-out;
}
.sidebar-widget .post-catagori li:hover {
    padding-left: 25px;
}
.sidebar-widget .post-catagori li>a{
    width: calc(100% - 50px);
    float: left;
    display: inline-block;
    text-transform: capitalize;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
}
.sidebar-widget .post-catagori li>span{
    width: 50px;
    float: right;
    font-size: 18px;
    font-weight: 600;
    color: #191919;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0px;
    margin-top: 3px;
}
.sidebar-widget .post-catagori li>a:hover {
    color: #0b88ee;
}
.sidebar-widget .post-catagori li:hover span {
    opacity: 1;
}
.sidebar-widget .popular-post {
    margin-top: 45px;
    overflow: hidden;
    width: 100%;
}
.sidebar-widget .popular-post .post-item {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 10px;
}
.sidebar-widget .popular-post h2{
    font-size: 30px;
    margin-bottom: 30px;
}
.sidebar-widget .popular-post .post-thumb {
    width: 100px;
    float: left;
    overflow: hidden;
}
.sidebar-widget .popular-post .post-thumb img{
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.sidebar-widget .popular-post .post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 15px;
}
.sidebar-widget .popular-post .post-content>span {
    width: 100%;
    margin: 0px;
    color: #0b88ee;
}
.sidebar-widget .popular-post .post-item:hover .post-thumb img{
    transform: scale(1.2);
}
.sidebar-widget .popular-post .post-item:hover .post-content h6>a{
    color: #0b88ee;
}
.sidebar-widget .popular-post .post-item:hover .post-content>span{
    color: #696969;
}
.sidebar-widget .addvatares {
    padding: 24px 17px;
    background: #fafafa;
    display: inline-block;
    margin-top: 45px;
}
.sidebar-widget .post-tage {
    margin-top: 45px;
    padding: 0;
}
.sidebar-widget .post-tage h2 {
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: capitalize;
}
.sidebar-widget .post-tage li{
    list-style: none;
    float: left;
    margin: 5px;
}
.sidebar-widget .post-tage li a {
    padding: 5px 15px;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #fafafa;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.sidebar-widget .post-tage li a:hover{
    background: #0b88ee;
    color: #fff;
}
/* blog single section */
.blog-sengle-section{

}
.blog-sengle-section .post-item{
    width: 100%;
} 
.blog-sengle-section:hover .post-content h3>a {
    color: inherit;
}
.blog-sengle-section .post-content h3>a:hover {
    color: #0b88ee;
}
.blog-sengle-section:hover .post-item-inner{
    box-shadow: none;
    transform: translateY(0);
}
.blog-sengle-section .post-thumb h4{
    font-weight: 400;
    color: #696969;
    padding: 10px 0;
}
.blog-sengle-section .post-content h3 {
    
}
.autor-section{
    margin: 40px 0;
    overflow: hidden;
}
.autor-section .post-thumb {
    width: 130px;
    float: left;
}
.autor-section .post-content{
    width: calc(100% - 130px);
}
.autor-section .post-content {
    width: calc(100% - 130px);
    float: left;
    padding-left: 20px;
    padding-top: 15px;
}
.autor-section .post-content h6{
    font-weight: 400;
}
.autor-section .post-content h6>a {
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}
.autor-section .post-content h6>span{
    margin-left: 5px;
    text-transform: lowercase;
}
.Comments-section {
    margin: 40px 0;
    overflow: hidden;
}
.Comments-section .post-thumb {
    width: 60px;
    float: left;
}
.Comments-section .post-content{
    width: calc(100% - 60px);
    float: left;
    padding-left: 20px;
}
.Comments-section .post-content h6{
    width: 100%;
}
.Comments-section .post-content a {
    width: 50%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #191919;
}
.Comments-section .post-content a>span{
    color: #818181;
    font-weight: 300;
}
.Comments-section .post-content .custrom-btn {
    padding: inherit;
    margin: inherit;
    width: 50%;
    text-align: right;
    background: inherit;
    color: #696969;
    text-transform: uppercase;
}
.comment-post {
    margin: 40px 0;
    overflow: hidden;
}
.comment-post h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.comment-list {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #eff2f7;
}
.comment-list:last-child{
    border-bottom: none;
}
.comment-list.extra {
    margin-left: 0px;
}
.comment-list .author-thumb {
    width: 60px;
    float: left;
}
.comment-list .author-info{
    width: calc(100% - 60px);
    float: left;
    padding-left: 20px;
}
.comment-list .author-info>a{
    display: inline-block;
}
.comment-list .author-info>a:hover{
    color: #0b88ee;
}
.comment-time {
    color: #818181;
    font-size: 15px;
}
.comment-reply {
    float: right;
    text-transform: uppercase;
}
.comment-reply i{
    color: #0b88ee;
    margin-right: 5px;
}
.blogpage-post-item {
    overflow: hidden;
    margin: 40px 0;
}
.blogpage-post-item h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.comment-contact input {
    outline: none;
    border: 1px solid #eff2f7;
    padding: 7px 20px;
    width: 32.9%;
}
.comment-contact textarea {
    outline: none;
    border: 1px solid #eff2f7;
    width: 100%;
    height: 250px;
    padding-left: 30px;
    padding-top: 20px;
    margin-bottom: 25px;
    margin-top: 0px;
}
.comment-contact form input {
    margin-bottom: 5px;
}

.comment-contact .custom-btn {
    background: #0b88ee;
    color: #fff;
    text-transform: uppercase;
}
/* Placeholder text color -- selectors need to be separate to work. */
.comment-contact ::-webkit-input-placeholder {
    color: #b0b0b0;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.comment-contact :-moz-placeholder {
    color: #b0b0b0;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.comment-contact ::-moz-placeholder {
    color: #b0b0b0;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    opacity: 1;
}
.comment-contact :-ms-input-placeholder {
    color: #b0b0b0;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
/* icon style */
.icon-style .service-item-inner{
    overflow: hidden;
    background: #fafafa;
}
.icon-style .service-item-inner{
    box-shadow: none;
}
.icon-style .service-item-inner:hover{
    transform: scale(1.2);
}
.icon-section {
    background: #fff;
    overflow: hidden;
}
.icon-item {
    width: calc(100% / 2);
    float: left;
}
.icon-item-inner {
    padding: 50px 80px;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,.1);
}
.icon-header {
    margin-bottom: 15px;
}
.icon-content h3>a {
    margin-bottom: 10px;
    display: inline-block;
}
.icon-content h3>a:hover{
    color: #0b88ee;
}
.service-section.style3.icon-style2 .service-item-inner:hover {
    transform: translateY(-15px);
}
.icon-style3 {
    background: #fff;
}
.icon-style3 .service-item-inner {
    overflow: hidden;
    box-shadow: none;
}
.icon-style3 .service-header {
    width: 80px;
    float: left;
}
.icon-style3 .service-content {
    width: calc(100% - 80px);
    float: left;
}
.icon-style3 .service-item-inner:hover .service-content h3>a{
    color: #0b88ee;
}
/* contact us section */
.single-contact-left{
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.single-contact-left li {
    list-style: none;
}
.single-contact-left h3>a{
    display: inline-block;
    margin-right: 10px;
}
.single-contact-left p{
    padding: 10px 0;
}
.single-contact-left a{
    padding: 10px 0;
    display: inline-block;
}
.single-contact-left a:hover{
    text-decoration: underline;
    color: #0b88ee;
}
.single-contact-left a:last-child{
    padding: 0;
}
.single-contact-right .comment-contact input[type="text"],.single-contact-right .comment-contact input[type="email"]  {
    width: 49.7%;
}

.single-contact-right {
    padding: 0;
    margin: 0;
}
/* maps section */
.map-section iframe{
    width: 100%;
    height: 600px;
    border:none;
}
/* button style part */

.button-style {
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
}
.button-style h2 {
    text-align: center;
    text-transform: uppercase;
    color: #0b88ee;
    margin-bottom: 20px;
}
.button-style .button-item{
    float: left;
}
.button-style .button-item-inner{
    margin-right: 10px;
}
.button-style .custom-btn {
    background: #0b88ee;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 13px;
    border-radius: 2px;
    display: inline-block;
}
.button-style .x .custom-btn {
    padding: 6px 21px;
    font-size: 15px;
}
.button-style .x1 .custom-btn {
    padding: 9px 31px;
    font-size: 16px;
    font-weight: 400;
}
.button-style .x2 .custom-btn {
    padding: 9px 38px;
    font-size: 18px;
    font-weight: 400;
}
.button-style .x3 .custom-btn {
    padding: 12px 49px;
    font-size: 20px;
    font-weight: 400;
}
.border-style .custom-btn {
    background: inherit;
    border: 2px solid #0b88ee;
    color: #0b88ee;
}
.border-radius-style .custom-btn {
    border-radius: 100px;
}
.gradeante-style .custom-btn {
    background: rgba(238,197,103,1);
    background: -moz-linear-gradient(left, rgba(238,197,103,1) 0%, rgba(238,197,103,1) 42%, rgba(240,156,102,1) 60%, rgba(245,64,100,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,197,103,1)), color-stop(42%, rgba(238,197,103,1)), color-stop(60%, rgba(240,156,102,1)), color-stop(100%, rgba(245,64,100,1)));
    background: -webkit-linear-gradient(left, rgba(238,197,103,1) 0%, rgba(238,197,103,1) 42%, rgba(240,156,102,1) 60%, rgba(245,64,100,1) 100%);
    background: -o-linear-gradient(left, rgba(238,197,103,1) 0%, rgba(238,197,103,1) 42%, rgba(240,156,102,1) 60%, rgba(245,64,100,1) 100%);
    background: -ms-linear-gradient(left, rgba(238,197,103,1) 0%, rgba(238,197,103,1) 42%, rgba(240,156,102,1) 60%, rgba(245,64,100,1) 100%);
    background: linear-gradient(to right, rgba(238,197,103,1) 0%, rgba(238,197,103,1) 42%, rgba(240,156,102,1) 60%, rgba(245,64,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec567', endColorstr='#f54064', GradientType=1 );
}
.border-icon-style .custom-btn{
    background: inherit;
    color: #0b88ee;
    padding: 5px 10px;
}
.border-icon-style .x .custom-btn {
    padding: 6px 18px;
}
.border-icon-style .x1 .custom-btn {
    padding: 9px 25px;
}
.border-icon-style .x2 .custom-btn {
    padding: 9px 30px;
}
.border-icon-style .x3 .custom-btn {
    padding: 12px 40px;
}
.button-style .button-item:nth-child(3) a {
    transform: translateY(-2px);
}
.button-style .button-item:nth-child(4) a {
    transform: translateY(-4px);
}
.button-style .button-item:nth-child(5) a {
    transform: translateY(-6px);
}
.button-style .button-item:nth-child(6) a {
    transform: translateY(-10px);
}
/* clients section */
.sponser-section h2 {
    text-align: center;
    margin: 30px 0;
    color: #0b88ee;
}
.sponser-section.style2.clients-1 .post-item {
    width: calc(100% / 3);
}
.sponser-section.style2.clients-1 .post-item-inner:hover {
    box-shadow: -8px 6px 10px -4px rgba(0,0,0,.1);
    transform: translateX(-10px);
}
.sponser-section.style2.clients-2 .post-item {
    width: calc(100% / 4);
}
.sponser-section.style2.clients-3 .post-item-inner:hover{
    transform: translateY(-10px);
}
.sponser-section.style2.clients-3 .post-item {
    width: calc(100% / 4);
}
/* faq page section */
.faq-item {
    margin-bottom: 40px;
    overflow: hidden;
}
.faq-dec {
    padding: 20px;
    background: #eff2f7;
    border-radius: 3px;
    margin-top: 10px;
}
.faq-dec h2 {
    font-size: 24px;
    font-weight: 700;
    color: #191919;
    margin-bottom: 5px;
}
.faq-list {
    padding: 10px 0;
    overflow: hidden;
}
.faq-list h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    background: #0b88ee;
    padding: 8px 20px;
    color: #fff;
}
.panel-title {
    font-size: 18px;
    font-weight: 400;
    color: #191919;
}
.panel-title>a {
    font-size: 18px;
    color: #191919;
    display: block;
    background-color: #fff;
    outline: none;
    padding: 10px 20px;
    width: 100%;
}
.panel-title .fa.fa-plus{
    margin-right: 10px;
    display: none;
}
.panel-title .fa.fa-minus {
    margin-right: 10px;
}
.collapsed .fa.fa-minus{
    display: none;
    margin-right: 10px;
}
.collapsed .fa.fa-plus{
    display: inline-block;
}
.panel-default>.panel-heading {
    padding: 0;
    margin: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none;
}
/* divider section */
.divider-section{
    padding: 100px 0;
}
.divider1 {
    width: 1170px;
    height: 1px;
    background: #191919;
    margin: 0 auto;
    margin-bottom: 50px;
}
.divider2 {
    width: 1070px;
    height: 1px;
    background: #191919;
    margin: 0 auto;
    margin-bottom: 50px;
}
.divider3 {
    width: 970px;
    height: 1px;
    background: #191919;
    margin: 0 auto;
    margin-bottom: 50px;
}
.divider4 {
    width: 250px;
    height: 1px;
    background: #191919;
    margin: 0 auto;
    margin-bottom: 50px;
}
.divider5 {
    width: 970px;
    height: 1px;
    background: #191919;
    margin: 0 auto;
    margin-bottom: 2px;
}
.divider6 {
    width: 970px;
    height: 1px;
    background: #191919;
    margin: 0 auto;
    margin-bottom: 50px;
}
.divider7 {
    width: 100%;
    position: relative;
}
.divider7:after {
    position: absolute;
    content: "";
    width: 560px;
    height: 1px;
    background: #191919;
    top: 0;
    left: 0;
}
.divider7:before {
    position: absolute;
    content: "";
    width: 560px;
    height: 1px;
    background: #191919;
    top: 0;
    right: 0;
}
.estu {
    text-align: center;
    transform: translateY(-57px);
    border-radius: 100%;
    font-size: 50px;
}
.divider8 {
    width: 1px;
    height: 90px;
    background: #191919;
    margin: 0 auto;
}
/* about-us section */
.about-us-item {
    margin-bottom: 40px;
    overflow: hidden;
}
.about-us-item-dec h1 {
    margin-bottom: 20px;
}
/* scorl bar */
.scroll-top {
    position: relative;
}
.scrollToTop{
    display: block;
}
.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 45px;
    height: 45px;
    background: #0b88ee;
    line-height: 43px;
    border-radius: 4px;
    margin-bottom: 5px;
    z-index: 1;
}
.scrollToTop span {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}
/* search box */
.search-box {
    position: relative;
}
.search-form {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 410px;
    transform: scale(0);
    -webkit-transform-origin-y: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.search-box.open-search .search-form {
    transform: scale(1);
}
.menu-area input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    outline: none;
    background: #0b88ee;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding-left: 20px;
}


/*------------ custom mobile menu css  ----------------------*/

.mobile-menu-area {
    display: none;
}



div#bs-example-navbar-collapse-1 {
    display: none;
}





.mobile-menu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    background-color: #62A0D1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.open-mobile-menu .mobile-menu-area {
    opacity: 1;
    visibility: visible;
}
.mobile-menu {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.open-mobile-menu .mobile-menu ul {
    transform: scaleY(1);
}
.mobile-menu > ul.m-menu {
    padding: 50px;
}
.mobile-menu>ul {
    transform: scaleY(0);
    transition: all 1s ease;
    transform-origin: top;
    overflow-y: auto;
    max-height: 100vh;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu>ul li {
    position: relative;
}

.mobile-menu ul li a {
    font-size: 24px;
    line-height: 45px;
    color: #fff;
    text-transform: capitalize;
}
.mobile-menu ul li a>i{
    margin-left: 10px;
}

.mobile-menu>ul>li .mobile-submenu {
    display: none;
}

.mobile-menu>ul>li .mobile-submenu li a {
    font-size: 20px;
    line-height: 35px;
}
.mobile-menu>ul>li>a:focus,
.mobile-menu>ul>li .mobile-submenu li a:focus {
    text-decoration: none;
}


.mobile-menu>ul>li .mobile-submenu .mobile-submenu li a {
    font-size: 15px;
    line-height: 25px;
}

.comment-contact button.default-btn {
    background: #000;
    padding: 15px 25px;
}
#commentform input {
    margin-bottom: 5px;
}
@media (max-width:768px){
    .menu-head>a {
        padding: 5px 0;
        display: inline-block;
        margin-left: -25px;
    }
    .footer-bottom-copyright {
        width: 100%;
        text-align: center;
    }
    .footer-bottom-tagrel {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .footer-bottom-tagrel li {
        float: none;
    }
}

            .s2Wd43 {
                justify-content: center;
                position: absolute;
                bottom: -10px;
                left: 55px;
                box-sizing: border-box;
                text-align: center;
                border: 1px solid;
                font-size: 12px;
                line-height: 24px;
                font-weight: 400;
                font-weight: var(--wsr-font-weight-medium, 400);
                font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, "Helvetica Neue", "Helvetica", "Arial", "\30E1\30A4\30EA\30AA", "meiryo", "\30D2\30E9\30AE\30CE\89D2\30B4    pro w3", "hiragino kaku gothic pro", "sans-serif";
                font-family: var(--wsr-font-family, HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma), "Helvetica Neue", "Helvetica", "Arial", "\30E1\30A4\30EA\30AA", "meiryo", "\30D2\30E9\30AE\30CE\89D2\30B4    pro w3", "hiragino kaku gothic pro", "sans-serif";
                outline: 0;
                transition-duration: 100ms;
                transition-timing-function: linear;
                transition-property: background-color, color, border-color;
                height: 36px;
                width: 80px;
                min-width: 84px;
                border-radius: var(--wsr-button-border-radius, 18px);
                padding: 0 16px;
                background-color: var(--wsr-color-10, #3899EC);
                border-color: var(--wsr-color-10, #3899EC);
                color: var(--wsr-text-color-primary-light, #FFFFFF);
                text-decoration: none;
                user-select: none;
                white-space: nowrap
            }

            .s2Wd43 .s1QSuJ {
                display: flex;
                align-items: center
            }

            .s2Wd43:hover {
                background-color: var(--wsr-color-20, #4EB7F5);
                border-color: var(--wsr-color-20, #4EB7F5);
                color: var(--wsr-text-color-primary-light, #FFFFFF)
            }

            .s2Wd43:active {
                background-color: var(--wsr-color-10, #3899EC);
                border-color: var(--wsr-color-10, #3899EC);
                color: var(--wsr-text-color-primary-light, #FFFFFF)
            }

            .s2Wd43.o1tmIS--disabled {
                color: var(--wsr-text-color-primary-light, #FFFFFF);
                background-color: rgba(22, 45, 61, .3);
                border-color: transparent
            }

            .s2Wd43.o2NZ7E--focus-visible {
                box-shadow: 0 0 0 3px #aadbfc;
                z-index: 1000
            }

            .s2Wd43.o1fat3---skin-8-standard.o1fat3---priority-9-secondary {
                background-color: transparent;
                border-color: var(--wsr-color-10, #3899EC);
                color: var(--wsr-color-10, #3899EC)
            }

            .s2Wd43.o1fat3---skin-8-standard.o1fat3---priority-9-secondary:hover {
                color: #fff;
                border-color: transparent;
                background-color: var(--wsr-color-20, #4EB7F5)
            }

            .s2Wd43.o1fat3---skin-8-standard.o1fat3---priority-9-secondary:active {
                background-color: var(--wsr-color-10, #3899EC);
                border-color: var(--wsr-color-10, #3899EC);
                color: #fff
            }

            .s2Wd43.o1fat3---skin-8-standard.o1fat3---priority-9-secondary.o1tmIS--disabled {
                color: rgba(22, 45, 61, .3);
                background-color: transparent;
                border-color: rgba(22, 45, 61, .3)
            }

            .s2Wd43.o1fat3---skin-8-inverted {
                border-color: #fff;
                background-color: #fff;
                color: #3899ec
            }

            .s2Wd43.o1fat3---skin-8-inverted:hover {
                color: #fff;
                border-color: transparent;
                background-color: #4eb7f5
            }

            .s2Wd43.o1fat3---skin-8-inverted:active {
                background-color: #3899ec;
                border-color: #3899ec;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-8-inverted.o1tmIS--disabled {
                color: rgba(22, 45, 61, .3);
                background-color: transparent;
                border-color: rgba(22, 45, 61, .3)
            }

            .s2Wd43.o1fat3---skin-5-light {
                border-color: #fff;
                background-color: #fff;
                color: #4eb7f5
            }

            .s2Wd43.o1fat3---skin-5-light:hover {
                background-color: #eaf7ff;
                color: #3899ec;
                border-color: #eaf7ff
            }

            .s2Wd43.o1fat3---skin-5-light:active {
                background-color: #daeffe;
                color: #3899ec
            }

            .s2Wd43.o1fat3---skin-5-light.o1tmIS--disabled {
                color: #fff;
                background-color: rgba(255, 255, 255, .3);
                border-color: transparent
            }

            .s2Wd43.o1fat3---skin-5-light.o1fat3---priority-9-secondary {
                border: solid 1px #fff;
                background: 0 0;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-5-light.o1fat3---priority-9-secondary:hover {
                background-color: #eaf7ff;
                color: #3899ec;
                border-color: #eaf7ff
            }

            .s2Wd43.o1fat3---skin-5-light.o1fat3---priority-9-secondary:active {
                background-color: #daeffe;
                border: solid 1px #daeffe;
                color: #3899ec
            }

            .s2Wd43.o1fat3---skin-5-light.o1fat3---priority-9-secondary.o1tmIS--disabled {
                color: rgba(255, 255, 255, .7);
                background-color: transparent;
                border-color: rgba(255, 255, 255, .7)
            }

            .s2Wd43.o1fat3---skin-11-destructive {
                background-color: #ee5951;
                border-color: #ee5951;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-11-destructive:hover {
                background-color: #f66;
                border-color: #f66;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-11-destructive:active {
                background-color: #ee5951;
                border-color: #ee5951;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-11-destructive.o1tmIS--disabled {
                color: #fff;
                background-color: rgba(22, 45, 61, .3);
                border-color: transparent
            }

            .s2Wd43.o1fat3---skin-11-destructive.o1fat3---priority-9-secondary {
                border: solid 1px #ee5951;
                background: 0 0;
                color: #ee5951
            }

            .s2Wd43.o1fat3---skin-11-destructive.o1fat3---priority-9-secondary:hover {
                background-color: #f66;
                border-color: #f66;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-11-destructive.o1fat3---priority-9-secondary:active {
                background-color: #ee5951;
                border-color: #ee5951;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-11-destructive.o1fat3---priority-9-secondary.o1tmIS--disabled {
                color: rgba(22, 45, 61, .3);
                background-color: transparent;
                border-color: rgba(22, 45, 61, .3)
            }

            .s2Wd43.o1fat3---skin-7-premium {
                background-color: #aa4dc8;
                border-color: #aa4dc8;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-7-premium:hover {
                background-color: #cd68ed;
                border-color: #cd68ed;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-7-premium:active {
                background-color: #aa4dc8;
                border-color: #aa4dc8;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-7-premium.o1tmIS--disabled {
                color: #fff;
                background-color: rgba(22, 45, 61, .3);
                border-color: transparent
            }

            .s2Wd43.o1fat3---skin-7-premium.o1fat3---priority-9-secondary {
                border: solid 1px #aa4dc8;
                background: 0 0;
                color: #aa4dc8
            }

            .s2Wd43.o1fat3---skin-7-premium.o1fat3---priority-9-secondary:hover {
                background-color: #cd68ed;
                border-color: #cd68ed;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-7-premium.o1fat3---priority-9-secondary:active {
                background-color: #aa4dc8;
                border-color: #aa4dc8;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-7-premium.o1fat3---priority-9-secondary.o1tmIS--disabled {
                color: rgba(22, 45, 61, .3);
                background-color: transparent;
                border-color: rgba(22, 45, 61, .3)
            }

            .s2Wd43.o1fat3---skin-13-premium-light {
                background-color: #aa4dc8;
                border-color: #aa4dc8;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-13-premium-light:hover {
                background-color: #cd68ed;
                border-color: #cd68ed;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-13-premium-light:active {
                background-color: #aa4dc8;
                border-color: #aa4dc8;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-13-premium-light.o1tmIS--disabled {
                color: #fff;
                background-color: rgba(255, 255, 255, .3);
                border-color: transparent
            }

            .s2Wd43.o1fat3---skin-13-premium-light.o1fat3---priority-9-secondary {
                background-color: transparent;
                border-color: #fff;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-13-premium-light.o1fat3---priority-9-secondary:hover {
                background-color: #fff;
                border-color: #fff;
                color: #aa4dc8
            }

            .s2Wd43.o1fat3---skin-13-premium-light.o1fat3---priority-9-secondary:active {
                background-color: #fff;
                border-color: #fff;
                color: #aa4dc8
            }

            .s2Wd43.o1fat3---skin-13-premium-light.o1fat3---priority-9-secondary.o1tmIS--disabled {
                color: rgba(255, 255, 255, .7);
                background-color: transparent;
                border-color: rgba(255, 255, 255, .7)
            }

            .s2Wd43.o1fat3---skin-4-dark {
                background-color: #162d3d;
                border: solid 1px #162d3d;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-4-dark:hover {
                color: #fff;
                background-color: #32536a;
                border-color: #32536a
            }

            .s2Wd43.o1fat3---skin-4-dark:active {
                background-color: #162d3d;
                border-color: #162d3d;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-4-dark.o1tmIS--disabled {
                color: #fff;
                background-color: rgba(22, 45, 61, .3);
                border-color: transparent
            }

            .s2Wd43.o1fat3---skin-4-dark.o1fat3---priority-9-secondary {
                background-color: transparent;
                border: solid 1px #7a92a5;
                color: #162d3d
            }

            .s2Wd43.o1fat3---skin-4-dark.o1fat3---priority-9-secondary:hover {
                color: #fff;
                background-color: #32536a;
                border-color: #32536a
            }

            .s2Wd43.o1fat3---skin-4-dark.o1fat3---priority-9-secondary:active {
                background-color: #162d3d;
                border-color: #162d3d;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-4-dark.o1fat3---priority-9-secondary.o1tmIS--disabled {
                color: rgba(22, 45, 61, .3);
                background-color: transparent;
                border-color: rgba(22, 45, 61, .3)
            }

            .s2Wd43.o1fat3---skin-11-transparent {
                border-color: transparent;
                background-color: rgba(50, 83, 106, .48);
                color: #fff
            }

            .s2Wd43.o1fat3---skin-11-transparent:hover {
                border-color: transparent;
                background-color: rgba(50, 83, 106, .54);
                color: #fff
            }

            .s2Wd43.o1fat3---skin-11-transparent:active {
                border-color: transparent;
                background-color: rgba(50, 83, 106, .6);
                color: #fff
            }

            .s2Wd43.o1fat3---skin-11-transparent.o1tmIS--disabled {
                background-color: rgba(22, 45, 61, .2);
                border-color: transparent;
                color: rgba(255, 255, 255, .7)
            }

            .s2Wd43.o1fat3---skin-11-transparent.o1fat3---priority-9-secondary {
                border-color: transparent;
                background-color: transparent;
                color: #fff
            }

            .s2Wd43.o1fat3---skin-11-transparent.o1fat3---priority-9-secondary:hover {
                border-color: transparent;
                background-color: rgba(50, 83, 106, .54);
                color: #fff
            }

            .s2Wd43.o1fat3---skin-11-transparent.o1fat3---priority-9-secondary:active {
                border-color: transparent;
                background-color: rgba(50, 83, 106, .6);
                color: #fff
            }

            .s2Wd43.o1fat3---skin-11-transparent.o1fat3---priority-9-secondary.o1tmIS--disabled {
                background-color: transparent;
                border-color: transparent;
                color: rgba(255, 255, 255, .7)
            }

            .s2Wd43.o1fat3---size-5-large {
                height: 42px;
                min-width: 102px;
                font-size: 16px;
                line-height: 24px;
                font-weight: 400;
                font-weight: var(--wsr-font-weight-medium, 400);
                font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, "Helvetica Neue", "Helvetica", "Arial", "\30E1\30A4\30EA\30AA", "meiryo", "\30D2\30E9\30AE\30CE\89D2\30B4    pro w3", "hiragino kaku gothic pro", "sans-serif";
                font-family: var(--wsr-font-family, HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma), "Helvetica Neue", "Helvetica", "Arial", "\30E1\30A4\30EA\30AA", "meiryo", "\30D2\30E9\30AE\30CE\89D2\30B4    pro w3", "hiragino kaku gothic pro", "sans-serif";
                border-radius: var(--wsr-button-border-radius, 21px);
                padding: 0 29px
            }

            .s2Wd43.o1fat3---size-5-small {
                height: 30px;
                min-width: 72px;
                font-size: 14px;
                line-height: 18px;
                font-weight: 400;
                font-weight: var(--wsr-font-weight-medium, 400);
                font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, "Helvetica Neue", "Helvetica", "Arial", "\30E1\30A4\30EA\30AA", "meiryo", "\30D2\30E9\30AE\30CE\89D2\30B4    pro w3", "hiragino kaku gothic pro", "sans-serif";
                font-family: var(--wsr-font-family, HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma), "Helvetica Neue", "Helvetica", "Arial", "\30E1\30A4\30EA\30AA", "meiryo", "\30D2\30E9\30AE\30CE\89D2\30B4    pro w3", "hiragino kaku gothic pro", "sans-serif";
                border-radius: var(--wsr-button-border-radius, 15px);
                padding: 0 17px
            }

            .s2Wd43.o1fat3---size-4-tiny {
                height: 24px;
                min-width: 60px;
                font-size: 12px;
                line-height: 15px;
                font-weight: 400;
                font-weight: var(--wsr-font-weight-medium, 400);
                font-family: HelveticaNeueW01-65Medi, HelveticaNeueW02-65Medi, HelveticaNeueW10-65Medi, "Helvetica Neue", "Helvetica", "Arial", "\30E1\30A4\30EA\30AA", "meiryo", "\30D2\30E9\30AE\30CE\89D2\30B4    pro w3", "hiragino kaku gothic pro", "sans-serif";
                font-family: var(--wsr-font-family, HelveticaNeueW01-65Medi, HelveticaNeueW02-65Medi, HelveticaNeueW10-65Medi), "Helvetica Neue", "Helvetica", "Arial", "\30E1\30A4\30EA\30AA", "meiryo", "\30D2\30E9\30AE\30CE\89D2\30B4    pro w3", "hiragino kaku gothic pro", "sans-serif";
                line-height: 16px;
                border-radius: var(--wsr-button-border-radius, 18px);
                padding: 0 11px
            }

            .s2Wd43.o1fat3---size-4-tiny[data-madefor=true] {
                font-size: 12px;
                line-height: 15px;
                font-weight: 400;
                font-weight: var(--wsr-font-weight-bold, 400);
                font-family: HelveticaNeueW01-75Bold, HelveticaNeueW02-75Bold, HelveticaNeueW10-75Bold, "Helvetica Neue", "Helvetica", "Arial", "\30E1\30A4\30EA\30AA", "meiryo", "\30D2\30E9\30AE\30CE\89D2\30B4    pro w3", "hiragino kaku gothic pro", "sans-serif";
                font-family: var(--wsr-font-family, HelveticaNeueW01-75Bold, HelveticaNeueW02-75Bold, HelveticaNeueW10-75Bold), "Helvetica Neue", "Helvetica", "Arial", "\30E1\30A4\30EA\30AA", "meiryo", "\30D2\30E9\30AE\30CE\89D2\30B4    pro w3", "hiragino kaku gothic pro", "sans-serif"
            }

            .s2Wd43.o1fat3--fluid {
                width: 100%
            }

            .s2Wd43.o1fat3--ellipsis {
                max-width: 100%
            }

            .s2Wd43.o1fat3---size-4-tiny .s1HF9W {
                margin: 0 -6px 0 3px;
                width: 18px;
                height: 18px
            }

            .s2Wd43.o1fat3---size-4-tiny .s2BgB5 {
                margin: 0 3px 0 -6px;
                width: 18px;
                height: 18px
            }

            .s2Wd43.o1fat3---size-5-small .s1HF9W {
                margin: 0 -6px 0 6px;
                width: 18px;
                height: 18px
            }

            .s2Wd43.o1fat3---size-5-small .s2BgB5 {
                margin: 0 6px 0 -6px;
                width: 18px;
                height: 18px
            }

            .s2Wd43 .s1HF9W {
                margin: 0 -12px 0 6px;
                width: 24px;
                height: 24px
            }

            .s2Wd43 .s2BgB5 {
                margin: 0 6px 0 -12px;
                width: 24px;
                height: 24px
            }

            .s2Wd43.o1fat3---size-5-large .s1HF9W {
                margin: 0 -12px 0 12px;
                width: 24px;
                height: 24px
            }

            .s2Wd43.o1fat3---size-5-large .s2BgB5 {
                margin: 0 12px 0 -12px;
                width: 24px;
                height: 24px
            }

            [dir=rtl] .s2Wd43.o1fat3---size-5-large .s1HF9W {
                margin: 0 12px 0 -12px
            }

            [dir=rtl] .s2Wd43.o1fat3---size-5-large .s2BgB5 {
                margin: 0 -12px 0 12px
            }

            [dir=rtl] .s2Wd43.o1fat3---size-5-small .s1HF9W {
                margin: 0 6px 0 -6px
            }

            [dir=rtl] .s2Wd43.o1fat3---size-5-small .s2BgB5 {
                margin: 0 -6px 0 6px
            }

            [dir=rtl] .s2Wd43 .s1HF9W {
                margin: 0 12px 0 -12px
            }

            [dir=rtl] .s2Wd43 .s2BgB5 {
                margin: 0 -12px 0 12px
            }

            [dir=rtl] .s2Wd43.o1fat3---size-4-tiny .s1HF9W {
                margin: 0 0 0 -6px
            }

            [dir=rtl] .s2Wd43.o1fat3---size-4-tiny .s2BgB5 {
                margin: 0 -6px 0 0
            }

            .sUujkm {
                display: inline-flex;
                align-items: center;
                cursor: pointer
            }

            .s2BgB5 {
                flex-shrink: 0
            }

            .s1HF9W {
                flex-shrink: 0
            }

            .sUujkm.o1tmIS--disabled {
                cursor: default
            }

            .sUujkm[disabled] {
                pointer-events: none
            }

@media (max-width: 767.98px) {
    .slick-creative,
    .slick-creative2 {
        overflow: visible;
    }

    .slick-creative .slider-images,
    .slick-creative2 .slider-images {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-creative .slider-images .slick-list,
    .slick-creative2 .slider-images .slick-list {
        min-height: clamp(210px, 68vw, 360px);
    }

    .slick-creative .slider-images .slick-slide,
    .slick-creative2 .slider-images .slick-slide {
        text-align: center;
    }

    .slick-creative .slider-images .text-end,
    .slick-creative2 .slider-images .text-end {
        text-align: center !important;
    }

    .slick-creative .slick-slide img.pended-img,
    .slick-creative2 .slick-slide img.pended-img {
        display: block;
        position: static;
        left: auto;
        width: auto;
        max-width: min(100%, 92vw);
        max-height: clamp(210px, 68vw, 360px);
        height: auto;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
    }
}

@media (max-width: 767.98px) {
    .technology-logo-grid {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
        gap: 12px;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }

    html .technology-logo-grid > * {
        margin: 0 !important;
    }

    .technology-logo-grid .brand {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
    }

    .technology-logo-grid .brand-default-image {
        width: min(48px, 100%);
        height: auto;
    }
}

@media (min-width: 480px) and (max-width: 767.98px) {
    .technology-logo-grid {
        grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
    }

    .technology-logo-grid .brand-default-image {
        width: min(54px, 100%);
    }
}

@media (max-width: 767.98px) {
    #journey .row {
        row-gap: 24px;
        align-items: flex-start !important;
    }

    #journey .row > [class*="col-"] {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    #journey h1 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    #journey .lazy-img {
        display: block;
        position: static;
        width: 100%;
        max-width: 560px;
        height: auto;
        margin: 0 auto;
    }
}
