@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'), url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latohairline';
    src: url('../fonts/lato-thin-webfont.woff2') format('woff2'), url('../fonts/lato-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

html {
    scroll-behavior: smooth;
    font-size: 10px;
}

body {
    font-size: 16px;
    color: #808488;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    background-repeat: repeat;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'latoregular';
}

.bordered-layout .page-wrapper {
    padding: 0px 50px 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #3eb9a3;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    color: #22272b;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    font-weight: 300;
}

.centered {
    text-align: center;
}

.page-center {
    display: grid;
    align-items: center;
}

.m-1 {
    margin-top: 10px
}

.m-2 {
    margin-top: 20px
}

.m-3 {
    margin-top: 30px
}

.m-4 {
    margin-top: 40px
}

.m-t-5 {
    margin-top: 50px
}


/****/


/*** 
====================================================================
Hedaer Settings
====================================================================
***/

header {
    position: fixed;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 999;
    height: auto;
    background-color: #fff;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.login-area-menu a {
    color: #fff;
    FONT-SIZE: 18PX;
}

.login-area-menu {
    text-align: right;
}

.login-area-menu li {
    display: inline-block;
    margin-left: 15px;
    padding: 7px 11px 7px;
    margin-top: 5px;
}

li.log-br {
    border: 2px solid #fff;
}

.shrink {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.shrink .logo img {
    width: 130px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
}


header.shrink .login-area-menu a {
    color: #828282;
}

header.shrink .log-br {
    border: 2px solid #828282;
}

.shrink .menu-css ul li a,
.menu-css ul li a:visited {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 60px;
}

.shrink .nav-mobile {
    width: 60px;
    height: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.shrink #nav-toggle {
    left: 15px;
    top: 17px;
}

.shrink .menu-css {
    padding: 0px 0 0px;
}

header.shrink .menu-css ul ul li a {
    line-height: 17px;
}

.logo {
    position: relative;
    z-index: 123;
    float: left;
}

.logo img {
    width: 140px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 5px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu>ul {
    float: right;
    margin-top: 25px;
}

#cssmenu #head-mobile {
    display: none;
}

#cssmenu>ul>li {
    float: left;
    min-width: 101px;
}

#cssmenu ul li img {
    position: relative;
    top: -4px;
    width: 35px;
}

.logo-flag ul li a {
    padding: 10px 6px 0px !important;
}

.logo-flag ul {
    box-shadow: 1px 1px 3px rgb(0 0 0 / 0%) !important;
    background: transparent !important;
}

.logo-flag ul a {
    background: transparent !important;
    border-bottom: 0px solid rgba(0, 0, 0, .1) !important;
}

.logo-flag ul li {
    margin-bottom: 6px;
}

#cssmenu>ul>li>a {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    padding: 8px 0px;
	text-align:center
}


.a2a_s_email, .addtoany_list{
	display:none;
}
.language-switch{
	top: 0;
    position: absolute;
    right: 0;
}
.language-switch ul{
	display:flex;
}
.language-switch ul li{
	padding:5px;
}
#cssmenu>ul>li>a:hover {
    color: #fff;
}
#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

a.menu-color {
    background-color: #01ccec;
    color: #fff !important;
    font-weight: 700 !important;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

#cssmenu li:hover>ul>li {
    height: 27px;
}

#cssmenu ul ul {
    min-width: 100%;
    background: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 8px 7px 4px;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    color: #555;
    margin-top: 2px;
    background: #fff;
    white-space: nowrap;
	
    text-align: center;

}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu li:hover>ul {
    left: auto;
    margin: 0;
}

#cssmenu li:hover>ul>li {
    height: 27px;
}
.dropdown-menu {
	padding:0
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu>ul>li.has-sub>.submenu-button:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #333;
    right: 24px;
    top: 10px;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff;
    background-color: #36788c;
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #999;
    right: 14px;
    top: 9px;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333;
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333;
}

header.shrink #cssmenu .button:after {
    border-top: 2px solid #333;
}

header.shrink #cssmenu>ul>li.has-sub>.submenu-button:after {
    border-top: 8px solid #828282;
}

header.shrink #cssmenu .button:before {
    background: #333;
}

.menu-all {
    display: grid;
    grid-template-columns: 13fr 4fr;
}

#cssmenu ul ul li a:before {
    background-color: #333535;
}

#cssmenu ul ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    transition: all 400ms ease;
}

#cssmenu ul ul li:hover a:before {
    width: 5px;
}

@media screen and (max-width: 1024px) {
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        background-color: #fff;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #ddd;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #333;
    }
    #cssmenu>ul>li:hover>a,
    #cssmenu ul li.active a {
        color: #fff;
    }
    #cssmenu>ul>li {
        float: none;
    }
    #cssmenu ul ul li a {
        padding-left: 25px;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
        color: #333;
        background: none;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none;
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 14px;
        font-weight: 700;
    }
    #cssmenu .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 2px;
        cursor: pointer;
        z-index: 12399994;
    }
    #cssmenu .button:after {
        position: absolute;
        top: 23px;
        right: 20px;
        display: block;
        height: 9px;
        width: 20px;
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
        content: "";
    }
    #cssmenu .button:before {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #333;
        content: "";
    }
    #cssmenu .button.menu-opened:after {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #333;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu .button.menu-opened:before {
        top: 23px;
        background: #333;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button:after {
        z-index: 99;
        display: block;
        cursor: pointer;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #999;
        right: 14px;
        top: 20px;
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #333;
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
    #cssmenu ul ul ul li.active a {
        border-left: none;
    }
    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none;
    }
    span.submenu-button {
        position: absolute;
        right: 0;
        z-index: 99999;
        width: 40px;
        height: 40px;
    }
}


/****/


/*** 

====================================================================
	Banner area
====================================================================

 ***/

.banner-section {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14rem 0 12rem;
}

.banner-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.banner-bg img {
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%); */
    min-width: 100%;
    min-height: 100%;
}

.banner-text span {
    display: block;
}

.banner-text {
    position: relative;
}

.banner-text h1 {
    font-size: 4rem;
    line-height: 5.5rem;
    font-family: 'latoblack';
}

.banner-text h4 {
    margin-bottom: 0.75rem;
    line-height: 1.2;
    letter-spacing: 0.2px;
    font-size: 1.5rem;
    font-family: 'latoblack';
}

.banner-text p {
    font-size: 1.8rem;
    margin-top: 15px;
	margin-bottom:70px;
}

.banner-text .color-primary {
    color: #36788c;
}

.banner-btn {
    margin-top: 3rem;
}

.icon {
	background-color: transparent;
	border: 0;
	color: #557eef;
	cursor: pointer;
	display: block;
	font-size: 15px;
	position: relative;
	width: 9em;
	height: 9em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.icon:focus {
	/* This may be anti-A11Y, but just for this demo suppresses the annoyance */
	outline: 0;
}
.icon div {
	position: absolute;
	    color: #fff;
}
.cloud {
	transition: opacity 0.1s linear;
}
/* Cloud */
.cloud {
	top: 0;
	width: 9em;
	height: 5.8em;
}
.puff,
.cloud-core {
	background-color: #36788c;
}
.puff {
	border-radius: 50%;
}
.puff-1 {
	top: 2.5em;
	left: 0;
	width: 3.3em;
	height: 3.3em;
}
.puff-2 {
	top: .6em;
    left: 1.2em;
    width: 4.6em;
    height: 4.6em;
}
.puff-3 {
	top: 15px;
    left: 5em;
    width: 3em;
    height: 3em;
}
.puff-4 {
	top: 1.8em;
	left: 5em;
	width: 4em;
	height: 4em;
}
.puff-5 {
	top: 2.3em;
	left: 2.4em;
	width: 3.5em;
	height: 3.5em;
}
.puff-6 {
	top: 2.3em;
	left: 3em;
	width: 3.5em;
	height: 3.5em;
}
.puff-7 {
	top: 2.4em;
	left: 1em;
	width: 1.8em;
	height: 1.8em;
}
.puff-8 {
	top: 1.2em;
	left: 2.5em;
	width: 2em;
	height: 2em;
}
.puff-9 {
	top: 1.8em;
	left: 5.5em;
	width: 2em;
	height: 2em;
}
.puff-10 {
	top: 3.6em;
	left: 3.5em;
	width: 2.2em;
	height: 2.2em;
}
.cloud-core {
	top: 1.8em;
	left: 1.8em;
	width: 5em;
	height: 4em;
}
.check {
	top: 0;
	left: 1.6em;
	width: 5.8em;
	height: 5.8em;
	position: relative;
	transform: scale(0);
	z-index: -1;
}
.check:before,
.check:after {
	background-color: currentColor;
	content: "";
	bottom: 0;
	display: block;
	left: 2.5em;
	position: absolute;
	width: 0.8em;
}
.check:before {
	height: 3em;
	transform: rotate(-55deg);
	transform-origin: 50% 2.6em;
}
.check:after {
	height: 5.5em;
	transform: rotate(35deg);
	transform-origin: 50% 5.1em;
}
/* Arrow */
.arrow {
	top: 3em;
	left: 0;
	width: 9em;
	height: 5.3em;
	text-align:center
}
.arrow div,
.progress {
	border-radius: 0.4em;
}
.arrow div {
	background-color: currentColor;
}

.banner-btn-view a {
    background-color: #36788c;
    color: #fff;
    font-size: 16px;
}
.banner-btn-view a:hover {
	color:#fff
}
.banner-btn a:hover {
    color: #fff;
    background-color: #333;
}

.client-img img {
    max-width: 90px;
    width: auto;
    margin: 0 auto;
	transition: transform .2s;
    cursor: pointer;
	filter: grayscale(1);
}
.client-img img:hover {
	transform: scale(1.5);
	filter:none;
}
.client-img {
    display: flex;
    align-items: center;
    height: 90px;
}

.client-section .owl-nav,
.client-section .owl-dots {
    display: none;
}

.client-section {
    position: relative;
    padding-top: 8rem;
}

.head h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    font-family: 'latoblack';
    letter-spacing: .5rem;
}

.wave-effect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    overflow: hidden;
}

.waves-shape {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.shape-one {
    z-index: 15;
    opacity: 0.5;
}

.wave-anim .wave-one {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    animation-delay: 1s;
}

.wave-one {
    background-size: 50% 100px;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.shape-two {
    z-index: 10;
    opacity: 0.75;
}

.wave-anim .wave-two {
    animation: move_wave 10s linear infinite;
}

.wave-two {
    background-size: 50% 120px;
}

.shape-three {
    z-index: 5;
}

.wave-anim .wave-three {
    animation: move_wave 15s linear infinite;
}

.wave-three {
    background-size: 50% 100px;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}


/*** 

====================================================================
	About area
====================================================================

 ***/

.about-section {
    position: relative;
    padding: 8rem 0 8rem;
}

.about-text p {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.about-text h4 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 3rem;
}

.about-text h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-family: 'latoblack';
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}


/*** 

====================================================================
	Seve area
====================================================================

 ***/

.save-section {
    position: relative;
    padding: 6rem 0 6rem;
    background-color: #ECF0F1;
}

.about-text h6 {
    text-align: center;
    font-size: 1.2rem;
    max-width: 415px;
    margin: 0 auto;
    padding-top: 4rem;
    line-height: 2rem;
}


/*** 

====================================================================
	Our intro area
====================================================================

 ***/

.traccia-management {
    position: relative;
    padding: 6rem 0 6rem;
}

.management-box p {
    margin: 0;
}

.management-box h4 {
    font-size: 1.4rem;
    font-family: 'latobold';
    margin-bottom: 2rem;
}

.management-box img {
    width: 40px;
    margin-bottom: 2rem;
}

.management-box:hover {
    transform: translateY(-10px);
    
}
.bg-cloud:hover {
    background-image: url(../../assets/images/cloud-gray.png);
    background-repeat: no-repeat;
    background-size: contain;	
}
.management-box {
    padding: 1rem;
    transition: all .2s linear;
    cursor: pointer;
    margin-bottom: 3rem;
	height: 160px;
}

.head h3 {
    font-size: 3.5rem;
    font-family: 'latoblack';
    text-align: center;
    margin-bottom: 6rem;
}

.management-box .media {
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	position: relative;
    top: 45px;
	    text-align: center;
}

.management-box img {
    width: 4rem;
    margin-bottom: 1rem;
    height: 4rem;
}


/*** 

====================================================================
	Get demo
====================================================================

 ***/

.get-demo {
    background-repeat: no-repeat;
    background-size: cover;
}


/*** 

====================================================================
	tabs area
====================================================================

 ***/

.blog-section {
    position: relative;
    padding: 6rem 0 6rem;
}

.blog-tab .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 32px;
    width: 100%;
}

.blog-tab .tabs li {
    margin: 0;
    cursor: pointer;
    height: 31px;
    line-height: 31px;
    color: #acb0ba;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    margin: 0rem 3rem;
}

.blog-tab .tabs li.active {
    color: #36788c;
    display: block;
    border-bottom: 2px solid #36788c;
}

.blog-tab .tabs {
    display: flex;
    justify-content: center;
}

.tab_container {
    border-top: none;
    clear: both;
    width: 100%;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

.nav.tab-menu {
    flex-direction: column;
}
.tab-sec-pro {
    display: flex;
    justify-content: space-between;
	margin-top:40px;
}
.ta-sec-image {
    width: calc(100% - 650px);
}
.tab-menu .icon-tab {
    width: auto;
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-box-icons marquee {
    height: 250px;
}
.icon-tab img {
    width: 6rem;
}

.right-tab {
    position: relative;
}
.tab-box-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.right-tab-text {
    background-color: #eff1f4;
    padding: 45px 60px 49px;
    border-top: 3px solid #acb0ba;
    box-shadow: 0 15px 30px 0 rgb(0 69 140 / 10%);
    max-width: 500px;
    width: 100%;
	height:405px;
	overflow:auto;
}

.right-tab-text p {
    font-size: 18px;
    line-height: 1.35;
}

.authers p {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
}

.blog-btn a {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
    border: none;
    line-height: 19px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #36788c;
    transition: background-color .3s ease-in-out;
    margin-top: 23px;
}

.icon-tab .active img {
    filter: none;
}

.icon-tab img {
    filter: grayscale(1);
    transition: filter .3s ease-in-out;
}

.authers h5 {
    margin-top: 13px;
    line-height: 19px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
}

.right-tab-text h4 {
    margin-bottom: 15px;
    letter-spacing: 0;
    font-size: 22px;
    line-height: 30px;
    font-family: 'latobold';
}

.bg-gray {
    background-color: #ECF0F1;
}

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }
    .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .d_active {
        background-color: #666;
        color: #fff;
    }
}


/*** 

====================================================================
	About Page
====================================================================

 ***/

.about-section {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6rem 0 6rem;
}

.about-text h1 {
    font-size: 3.5rem;
    margin-bottom: 10rem;
    font-family: 'latoblack';
    text-align: center;
}

.about-tab {
    text-align: center;
}

.text-left {
    text-align: left;
}
.new-btn:after {
    content: "";
    display: block;
    height: 0.25rem;
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 7.5rem);
    background: #fff;
    border-radius: 100%;
    filter: blur(1px);
    opacity: 0.05;
    background-image: linear-gradient(
-270deg, rgba(255,255,255,0.00) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255,255,255,0.00) 100%);
}
.new-btn:before {
    content: "";
    display: block;
    height: 0.25rem;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 7.5rem);
    background: #fff;
    border-radius: 100%;
    opacity: 0.7;
    background-image: linear-gradient(-270deg, rgba(255,255,255,0.00) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255,255,255,0.00) 100%);
}
.new-btn {
    cursor: pointer;
    position: relative;

    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2.5rem;
    font-size: 3rem;
    font-weight: 600;
    background-image: linear-gradient(-180deg, #95cfe1 0%, #36788c 100%);
    box-shadow: 0 1rem 1.25rem 0 rgb(22 75 195 / 50%), 0 -0.25rem 1.5rem rgb(54 120 140) inset, 0 0.75rem 0.5rem rgb(255 255 255 / 40%) inset, 0 0.25rem 0.5rem 0 rgb(71 189 225) inset;
    color: #fff;
}

/*** 

====================================================================
	Contact Page
====================================================================

 ***/

.contact-icon i {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: #36788c;
    line-height: 41px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
}
.contact-icon-text {
    display: grid;
    align-items: center;
}
.contact-icon-text h4 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
}
.contact-text li {
    margin-bottom: 20px;
}
.social-contact li {
    display: inline-block;
}
.social-contact li a {
    background-color: #222b36;
    font-size: 20px;
    height: 45px;
    width: 45px;
    color: #fff;
    border: 2px solid transparent;
    display: inline-block;
    line-height: 2;
    margin-right: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}
.social-contact {
    margin-top: 30px;
}
.contact-text h2 {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 46px;
}
.contact-field .form-control {
    color: #111;
    font-size: 14px;
    border: 1px solid #dcdcdc;
	height:40px;
	padding-left: 10px;
}
.contact-field .form-control:focus {
    box-shadow: none;
    border-color: #36788c;
}
.social-contact li a:hover {
    background-color: #36788c;
}
.d-flex:hover .contact-icon i {
    background-color: #222b36;
}
.contact-field .form-group {
    margin-bottom: 1rem;
}
.btns a {
    background-color: #222b36;
    padding: 15px 30px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
}
.contact-page {
    position: relative;
    padding-bottom: 60px;
}
.contact-btns  {
    background-color: #36778b!important;
    padding: 15px 30px!important;
    border-radius: 2px!important;
    color: #fff!important;
    font-size: 16px!important;
    border:none;
        margin-top: 20px!important;
}
.btns, .contact-field {
    margin-top: 50px;
}

/*** 

====================================================================
	our team Page
====================================================================

 ***/

.our-team-section {
    position: relative;
    padding: 6rem 0 6rem;
}

.breadcrumb-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.breadcrumb h1 {
    font-size: 3.5rem;
    margin-bottom: 4rem;
    font-family: 'latoblack';
    text-align: center;
}

.breadcrumb {
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    flex-direction: column;
}

.breadcrumb-section {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12rem 0 6rem;
}

.breadcrumb h2 {
    margin-top: 3rem;
}


/*** 

====================================================================
	Footer area
====================================================================

 ***/

.template-footer .footer-widgets-area {
    padding-top: 80px;
    padding-bottom: 30px;
}

.template-footer .footer-widgets-area,
.template-footer .footer-widgets-area a {
    color: #c3cadf;
}

.template-footer .footer-widgets-area a:hover {
    color: #fff;
}

.template-footer .footer-widgets-area .widget {
    margin-bottom: 50px;
}

.template-footer .footer-widgets-area .widget .widget-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #fff;
}

.template-footer .footer-widgets-area .widget.contact-widget .phone-number {
    margin-bottom: 10px;
}

.template-footer .footer-widgets-area .widget.contact-widget .phone-number span {
    color: #c3cadf;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
}

.template-footer .footer-widgets-area .widget.contact-widget .phone-number a {
    color: #c3cadf;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1;
}

.template-footer .footer-widgets-area .widget.contact-widget .phone-number a i {
    margin-right: 5px;
    font-size: 18px;
}

.template-footer .footer-widgets-area .widget.contact-widget img {
    margin-top: 20px;
    width: 110px;
}

.template-footer .footer-widgets-area .widget.nav-widget ul li {
    line-height: 1;
    margin-bottom: 12px;
}

.template-footer .footer-widgets-area .widget.nav-widget ul li a {
    font-size: 12px;
    line-height: 1.5;
}

.template-footer .footer-widgets-area .widget .newsletter-form {
    margin-top: 15px;
}

.template-footer .footer-widgets-area .widget .newsletter-form form {
    position: relative;
}

.template-footer .footer-widgets-area .widget .newsletter-form input {
    background-color: transparent;
    border: 2px solid #eee;
    border-radius: 7px;
    padding-left: 30px;
    padding-right: 145px;
    height: 65px;
    font-size: 16px;
    font-weight: 600;
	    outline: 0;
    color: #fff
}
.newsletter-form input::placeholder {
    color: #fff;
}
.template-footer .footer-widgets-area .widget .newsletter-form button {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;
    top: 10px;
    border: none;
    background-color: #fff;
    color: #36788c;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 0 20px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.get-app h4 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 22px;
}

.template-footer {
    position: relative;
    background-color: #36788c;
    padding-bottom: 30px;
}

.template-footer .footer-widgets-area .widget .newsletter-form button i {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.template-footer .footer-widgets-area .widget .newsletter-form button:hover {
    background-color: #fff;
}

.template-footer .footer-widgets-area .widget .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    line-height: 1;
}

.template-footer .footer-widgets-area .widget .social-links li span {
    font-size: 16px;
    font-weight: 700;
    color: #c3cadf;
    margin-right: 15px;
}

.template-footer .footer-widgets-area .widget .social-links li a {
    font-size: 24px;
    margin-right: 10px;
    color: #c3cadf;
}

.template-footer .footer-widgets-area .widget .social-links li a:hover {
    color: #fff;
}

.template-footer .copyright-box {
    text-align: center;
    margin-bottom: 40px;
    background-color: #2a6070;
    padding: 14px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.template-footer .copyright-box a {
    color: #fff;
}

.template-footer .copyright-area {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid var(--color-primary-10);
    color: #747474;
}

.template-footer.text-white-version .footer-widgets-area,
.template-footer.text-white-version .footer-widgets-area a,
.template-footer.text-white-version .footer-widgets-area .widget .widget-title {
    color: #fff;
}

.template-footer.text-white-version .footer-widgets-area a:hover {
    color: #fff;
}

.template-footer.text-white-version .footer-widgets-area .widget.contact-widget .phone-number span,
.template-footer.text-white-version .footer-widgets-area .widget.contact-widget .phone-number a {
    color: #fff;
}

.template-footer.text-white-version .footer-widgets-area .widget .newsletter-form input {
    border-color: var(--color-white-10);
    color: #fff;
}

.template-footer.text-white-version .footer-widgets-area .widget .newsletter-form button:hover {
    background-color: #fff;
    color: #747474;
}

.template-footer.text-white-version .footer-widgets-area .widget .social-links li span {
    color: #fff;
}

.template-footer.text-white-version .footer-widgets-area .widget .social-links li a {
    color: #fff;
}

.template-footer.text-white-version .footer-widgets-area .widget .social-links li a:hover {
    color: #36788c;
}

.template-footer.text-white-version .copyright-area {
    border-color: var(--color-white-10);
}

.template-footer.text-white-version .copyright-area,
.template-footer.text-white-version .copyright-area a {
    color: rgba(255, 255, 255, 0.5);
}

.template-footer .footer-cta-area {
    padding-top: 80px;
}

.template-footer .footer-cta-area .container {
    padding: 50px 70px;
    border-radius: 7px;
    background-color: #fff;
}

.template-footer .footer-cta-area .cta-title {
    font-size: 35px;
}

.features-box {
    background-color: #ecf0f1;
    padding: 50px 50px;
    border-radius: 5px;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}

.mr-50 {
    margin-bottom: 50px;
}


/*** 

====================================================================
	pricing Page
====================================================================

 ***/

.pricing-section {
    position: relative;
    padding: 0rem 0 6rem;
}

.pricing-set h3 {
    font-family: 'latobold';
    color: #36788c;
    margin-bottom: 15px;
}

.pricing-set:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-color: #36788c2b;
    z-index: 0;
    top: -29px;
    left: -41px;
    border-radius: 50%;
}

.pricing-set {
    background-color: #e7f9ff;
    padding: 30px 30px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    overflow: hidden;
	margin-bottom:30px
}

.pricing-set:hover {
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}

.pricing-box {
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
    padding: 50px 40px 32px 40px;
}

.qty-plus-minus {
    display: inline-block;
    height: 65px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    padding: 10px 0;
    margin: 0 auto 0rem;
    border-radius: 7px;
    box-shadow:0 0 24px 0 rgb(54 120 140 / 27%);
}
.text-toggle {
    text-align: center;
    margin-bottom: 5rem;
}
.text-toggle p {
    font-size: 13px;
    color: #36788c;
}
.qty-plus-minus .ec_qtybtn {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    font-size: 22px;
    background-color: #36788c;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    height: 30px;
}

.qty-plus-minus input.qty-input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #444444;
    float: left;
    font-size: 20px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 80px;
    outline: none;
    font-weight: 700;
}


.pricing-value,
.price-btn {
    text-align: center;
    margin-top: 3rem;
}

.pricing-value h3 {
    margin-bottom: 6px;
    color: #36788c;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: normal;
}

.pricing-value h5 {
    margin-bottom: 19px;
    color: #2f3641;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    font-family: 'latoblack';
}

.pricing-set h2 {
    font-family: 'latobold';
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.pricing-btn {
    margin-bottom: 30px;
    margin-top: 50px;
}

.pricing-btn a {
    background-color: #36788c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
}

.pricing-set h5 {
    font-family: 'latoblack';
    font-size: 14px;
    color: #525f7e;
    margin-bottom: 20px;
	 margin-top: 40px;
}

.pricing-set li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    left: 0;
    color: #007e33;
}

.pricing-set li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.pricing-set h4 {
    font-family: 'latoblack';
    color: #525f7e;
}

.head-price h3 {
    font-size: 3.5rem;
    font-family: 'latoblack';
    margin-bottom: 1rem;
}

.rangeslider {
    position: relative;
    height: 4px;
    border-radius: 5px;
    width: 100%;
    background-color: gray;
}

.rangeslider__handle {
    transition: background-color 0.2s;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #36788c;
    touch-action: pan-y;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: -8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px white;
}

.rangeslider__handle__value {
    transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
    box-sizing: border-box;
    width: 90px;
    text-align: center;
    padding: 10px;
    background-color: #36788c;
    border-radius: 5px;
    color: white;
    left: -35px;
    top: -55px;
    position: absolute;
    white-space: nowrap;
    border-top: 1px solid #36788c;
    box-shadow: 0 -4px 1px rgba(0, 0, 0, 0.07), 0 -5px 20px rgba(0, 0, 0, 0.3);
}

.rangeslider__handle__value:before {
    transition: border-top-color 0.2s;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-top-color: #36788c;
}

.rangeslider__handle__value:after {
    content: "  Assets";
}

.rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: #36788c;
    border-radius: 5px;
}

.rangeslider__labels {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.rangeslider__labels__label {
    font-size: 0.75em;
    position: relative;
    padding-top: 15px;
    color: gray;
}

.rangeslider__labels__label:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 9px;
    border-radius: 1px;
    background-color: rgba(128, 128, 128, 0.5);
}

.rangeslider__labels__label:first-child:before,
.rangeslider__labels__label:last-child:before {
    height: 12px;
    width: 2px;
}

.rangeslider__labels__label:first-child:before {
    background-color: #36788c;
}

.rangeslider__labels__label:last-child:before {
    background-color: gray;
}

.rangeslider__labels__label:first-child {
    transform: translateX(-48%);
}

.rangeslider__labels__label:last-child {
    transform: translateX(48%);
}

.rangeslider.rangeslider--active .rangeslider__handle,
.rangeslider.rangeslider--active .rangeslider__handle * {
    background-color: #36788c;
}

.rangeslider.rangeslider--active .rangeslider__handle *:before {
    border-top-color: #36788c;
}

.rangeslider.rangeslider--active .rangeslider__handle__value {
    transform: translateY(-5px);
    box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15);
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #03b5d2;
}


/*** 

====================================================================
	Faq Page
====================================================================

 ***/

.compare-price-area {
    position: relative;
    padding: 0px 0 60px;
}

.compare-price-area table {
    border-collapse: collapse;
    width: 100%;
}

.compare-price-area td,
.compare-price-area th {
    border: 0px solid #dddddd;
    text-align: left;
    padding: 10px 45px 10px 50px;
}

.compare-price-area tr:nth-child(even) {
    background-color: #f7f7f7;
}

.compare-price-area th {
    font-size: 20px;
    color: #36788c;
    padding-bottom: 30px;
}

.compare-price-area td {
    font-size: 14px;
}

.compare-price-area .check-tick {
    color: #007e33;
    font-size: 18px;
    font-weight: 400;
}

.accordion .accordion-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #36788c;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 25px;
    color: #7288a2;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #36788c;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #36788c;
    border: 1px solid #36788c;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 18px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.faq-area {
    position: relative;
    padding: 60px 0 60px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: #36788c;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 25px;
}


/*** 

====================================================================
	Blog Page
====================================================================

 ***/

.blog-tab-text h3 {
    font-size: 35px;
    font-family: 'latoblack';
}

.about-tab {
    text-align: center;
}

.blog-details {
    position: relative;
}

.blog-tab-text {
    position: absolute;
    max-width: 800px;
    background-color: #fff;
    padding: 45px 60px 49px;
    bottom: 0;
}

.blog-text h1 {
    font-size: 40px;
    font-family: 'latoblack';
    margin-bottom: 30px;
}

.blog-text h2 {
    font-size: 35px;
    font-family: 'latoblack';
    margin-bottom: 30px;
}

.blog-text h3 {
    font-size: 30px;
    font-family: 'latoblack';
    margin-bottom: 30px;
}

.blog-text h4 {
    font-size: 25px;
    font-family: 'latoblack';
    margin-bottom: 30px;
}

.blog-text h5 {
    font-size: 20px;
    font-family: 'latoblack';
    margin-bottom: 30px;
}

.blog-text li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 7px;
    font-size: 18px;
}

.blog-text li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #36788c;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

.blog-text ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.summary-section {
    position: relative;
    padding: 6rem 0 6rem;
    background-color: #ECF0F1;
}

.blog-text p {
    font-size: 18px;
}

.blog-date {
    margin-top: 12px;
}

.blog-date i {
    color: #36788c;
    margin-right: 5px;
}

.blog-date a {
    color: #333;
    margin-right: 20px;
}

.blog-date {
    margin-top: 15px;
}
.features-grid-box p {
    margin-bottom: 0;
}
.features-grid-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.features-grid-box img {
    margin-bottom: 2rem;
    width: 50px;
    margin-top: 30px;
}
.features-grid-box {
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 2rem;
    transition: all .2s linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}
.features-grid {
    position: relative;
    padding: 60px 0 60px;
}
.features-btn a {
    color: #36788c;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 600;
}

.features-btn {
    margin-top: 15px;
    margin-bottom: 30px;
}
.features-grid-box:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-color: #36788c1f;
    left: -25px;
    top: -24px;
    border-radius: 50%;
}
.sec-all {
    display: flex;
    width: 100%;
}
.counrty-drop select {
    height: 50px;
    border: 1px solid #eee;
    background-color: #36788c;
    color: #fff;
}
.sec-all .input-area {
    width: 100%;
}
.counrty-drop .btn-secondary {
    height: 50px;
    font-size: 14px;
    background-color: #dddddd;
    color: #333;
    border: 0;
    border-radius: 2px;
}
.counrty-drop .btn-secondary img {
    width: 20px;
}
.blog-details-section {
    position: relative;
    padding: 100px 0 60px;
}
.blog-grid-section {
    position: relative;
    padding: 0px 0 60px;
}
.blog-grid-section .blog-box {
    background: #f6f6f6;
    border-left: 1px solid #e8e7e7;
    border-right: 1px solid #e8e7e7;
    border-bottom: 1px solid #e8e7e7;
    margin-bottom: 30px;
}
.blog-img img {
    width: 100%;
}
.blog-text {
    padding: 20px;
}
.date {
    margin-bottom: 20px;
}
.date h6 {
    color: #555555;
    font-size: 15px;
}
.blog-text h2 {
    font-size: 21px;
    line-height: 2.9rem;
    text-align: left;
    color: #2e3034;
    margin-bottom: 1.1rem;
    margin-top: 0.6rem;
    font-weight: 600;
}
.blog-text a {
    color: #36788c;
}
.blog-breadcrumb ul {
    padding: 0px;
    letter-spacing: 0em;
}
.blog-breadcrumb ul li {
    float: left;
    list-style: none;
    font-size: 16px;
}
.blog-breadcrumb ul li a {
    color: #999;
    font-size: 16px;
}
.blog-breadcrumb ul li::after {
    display: inline-block;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    color: #6c757d;
    content: "/";
}
.details-left h1 {
    font-size: 41px;
    font-weight: 900;
    line-height: 54px;
    margin-bottom: 25px;
}
.blog-details-section {
    background-image: url(../images/texture2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    border-radius: 0px 0px 15px 15px;
    background-color: #f6f6f6;
}
.blog-details-img img {
    -webkit-box-shadow: 0px 6px 8px -8px rgb(0 0 0 / 50%);
    box-shadow: 0px 6px 8px -8px rgb(0 0 0 / 50%);
    border-radius: 20px;
}
.social-icons {
    margin-top: 30px;
}
.blog-main h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-main h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-main h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-main h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-main h6 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-main p {
    font-size: 17px;
    line-height: 35px;
}
.blog-details {
    position: relative;
    padding: 60px 0 60px;
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
  }
  blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }
  blockquote p {
    display: inline;
  }
  .blog-main img {
    margin-bottom: 20px;
    margin-top: 20px;
}
.right-sec h4 {
    background-color: #f6f6f6;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.right-sec li:before {
    position: absolute;
    width: 14px;
    height: 14px;
    content: "";
    background-color: #dfdfdf;
    border-radius: 50px;
    left: 0;
    top: 8px;
}
.right-sec a {
    color: #22272b;
}
.right-sec li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    margin-top: 20px;
    font-size: 17px;
}
.right-sec:last-child {
    margin-top: 35px;
}
.related-post a {
    color: #22272b;
    font-weight: 600;
}

.related-post img {
    margin-bottom: 15px;
}
.related-post {
    margin-top: 30px;
}
.related-post-sec .owl-nav {
    display: none;
}
.blog-main li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.blog-main ul {
    margin-bottom: 20px;
    margin-top: 20px;
}
.blog-main li:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: 2px;
    top: 3px;
    width: 21px;
    height: 21px;
    font-size: 1rem;
    line-height: 18px;
    color: #666;
    padding-left: 3px;
    text-align: center;
    border-radius: 50%;
    background-color: #fdfbfb;
    border: 1px solid #dedede;
}


.aligncenter {
    display: block;
    margin: auto;
}

.new-btn{
    transition: all .4s ease;
-webkit-transition: all .4s ease;
}
.new-btn:hover{
    transform: scale(1.1);
}
table#pricing tr td:first-child span{font-size: 14px!important; color: #808488;}

.widget_nav_menu h2{
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #fff;
}
@media (max-width: 768px) {
    .blog-details-section {
    background-image: none;
}
.blog-details-img img {
     margin-top: 20px;
}
.details-left h1 {
    font-size: 33px;
    line-height: 46px;
}
.right-sec {
    margin-top: 30px;
}   
}

.active.menu-home a, .active.menu-about-us a, .active.menu-blogs a, .active.menu-pricing a, .active.menu-pricing a, .active.menu-contact-us a, .active.menu-features a {
    background-color: #36788c;
    color: #fff !important;
}
.video-img h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
.right-tab-text-about {
	 position: absolute;
    max-width: 500px;
    background-color: #eff1f4;
    padding: 45px 60px 49px;
    border-top: 3px solid #acb0ba;
    box-shadow: 0 15px 30px 0 rgb(0 69 140 / 10%);
    top: 100px;
}
.right-tab-text-about p {
    font-size: 18px;
    line-height: 1.35;
}
.right-tab-text-about h4 {
    margin-bottom: 15px;
    letter-spacing: 0;
    font-size: 22px;
    line-height: 30px;
    font-family: 'latobold';
}
.authers p {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
}
.image-sec {
    display: flex;
	margin-bottom:20px;
}
.icon-image {
    margin-right: 15px;
}
@media (min-width:767px) {
	.menu-item-object-page a:hover:after,
.menu-item-object-page a:hover:before {
	  content: '';
	  border-radius: 100px;
	  position: absolute;
	  background: #fff;
	z-index: -1;
	    border: 3px solid #36788c;
}
.menu-item-object-page a:hover:after {
	width: 45px;
    height: 45px;
    top: -22px;
    right: 41px;
    
}
.menu-item-object-page a:hover:before {
	width: 33px;
    height: 33px;
    top: -16px;
    left: 51px;
}
.menu-item-object-page a:hover {
   height: auto;
    border-radius: 100px;
    position: relative;
    background: #fff;
    color: #333!important;
    border-bottom: 3px solid #36788c;
    border-left: 3px solid #36788c;
    border-right: 3px solid #36788c;
}
	
.Get-demo a {
    height: auto;
	border-radius: 100px;
	position: relative;
	color:#fff !important;
	background-color:#36788c;
}
.Get-demo a:after,
.Get-demo a:before {
	  content: '';
	  border-radius: 100px;
	  position: absolute;
	  background: #36788c;
	z-index: -1;
}
.Get-demo a:after {
	    width: 45px;
    height: 45px;
    top: -22px;
    right: 41px;
    
}
.Get-demo a:before {
	  width: 30px;
    height: 30px;
    top: -16px;
    left: 56px;
}
}
.banner-btns {
padding: 15px 0px;
    background-color: #36788c;
    color: #fff !important;
    border-radius: 50px;
    position: relative;
    z-index: 4;
    width: 155px;
    display: flex;
    justify-content: center;
}
.banner-btns:hover {
	color :#fff
}
.banner-btns:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #36788c;
    top: -35px;
    z-index: -1;
    left: 30px;
}
.banner-btns:after {
   position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #36788c;
   top: -23px;
    z-index: -1;
    right: 23px;
}
.pricing-set p {
    margin-bottom: 50px;
}
.demo-bottom {
    margin-top: 70px;
}

.prizing-btns {
    padding: 10px 14px;
    background-color: #36788c;
    color: #fff !important;
    border-radius: 50px;
    position: relative;
    z-index: 4;
	width: 130px;
    display: flex;
    justify-content: center;
}
.prizing-btns:hover {
	color :#fff
}
.prizing-btns:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background-color: #36788c;
    top: -32px;
    z-index: -1;
    left: 21px;
}
.prizing-btns:after {
   
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #36788c;
    top: -23px;
    z-index: -1;
    right: 21px;

}