:root {
--primary-font: 'Roboto', sans-serif;
--primary-color:#1489F6;
--secondary-color:#1d2746;
--action-color:#1489F6;
--typo-dark:#101010;
--typo-body:#575757;

--radius:4px;
--radius-big:6px;
--radius-small:2px;
--w-regular:400;
--w-medium:500;
--w-semi-bold:600;
--w-bold:700;
--w-extra-bold:800;

}


html {
font-size:10px;
margin:0;
padding:0;
overflow-x:hidden
}

@media (max-width:1199px) {
html {
font-size:9px
}
}

@media (max-width:991px) {
html {
font-size:8px
}
}

body {
    position:relative;
    font-family:var(--primary-font);
    font-size:17px;
    font-weight: 500;
    line-height: 28px;
    margin:0;
    padding:0;
    color:var(--typo-body)
}::selection {
background:rgba(0,0,0,0.7);
color:#fff;
text-shadow:none
}

hr {
display:block;
height:1px;
border:0;
margin:0;
padding:0
}

audio,canvas,iframe,img,svg,video {
vertical-align:middle
}

fieldset {
border:0;
margin:0;
padding:0
}

textarea {
resize:vertical
}

a,button {
outline:none;
-webkit-transition:all .5s;
transition:all .5s
}

a {
color:var(--action-color);
font-family:var(--primary-font);
}

a:hover {
color:var(--action-color);
text-decoration:underline
}

* {
-webkit-box-sizing:border-box;
box-sizing:border-box
}
b{
    color:var(--typo-dark);    
}
.container {
width:1260px;
margin:0 auto;
padding-left:15px;
padding-right:15px
}

@media (max-width:1199px) {
.container {
width:960px
}
}

@media (max-width:991px) {
.container {
width:650px
}
}

@media (max-width:767px) {
.container {
width:100%
}
}

.container-fluid {
padding:0 4rem
}

@media (max-width:767px) {
.container-fluid {
padding:0 2rem
}
}

figure {
margin:0;
padding:0
}

@media (max-width:991px) {
figure img {
width:100%;
height:auto
}
}

@media (max-width:991px) {
.section-gap {
padding-top:10rem;
padding-bottom:10rem
}
}

.object-fit__cover {
-o-object-fit:cover;
object-fit:cover
}

.object-fit__contain {
-o-object-fit:contain;
object-fit:contain
}

.visuallyhidden {
border:0;
clip:rect(0 0 0 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px;
white-space:nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip:auto;
height:auto;
margin:0;
overflow:visible;
position:static;
width:auto;
white-space:inherit
}

.invisible {
visibility:hidden
}

.border-radius {
border-radius:var(--radius)
}

.no-overflow {
overflow:hidden
}


.primary-bg-color {
background-color:var(--primary-color)
}


.bg-white {
background-color:#fff
}

.radius {
border-radius:var(--radius)
}

.radius-big {
border-radius:var(--radius-big)
}

.grad-bg {
background:-webkit-gradient(linear,left bottom,left top,from(#EAEDF3),to(#fff));
background:linear-gradient(0deg,#EAEDF3 0%,#fff 100%)
}

.shadow-p1 {
-webkit-box-shadow:0 1px 1px 0 rgba(10,31,68,0.08);
box-shadow:0 1px 1px 0 rgba(10,31,68,0.08)
}

.shadow-p2 {
-webkit-box-shadow:0 3px 6px 0 rgba(10,31,68,0.1);
box-shadow:0 3px 6px 0 rgba(10,31,68,0.1)
}

.section-subtitle {
font-size:2rem;
font-weight:var(--w-semi-bold)
}

.brand-logo {
display:block
}

@media print {
*,*:before,*:after {
background:transparent !important;
-webkit-box-shadow:none !important;
box-shadow:none !important;
text-shadow:none !important
}

a,a:visited {
text-decoration:underline
}

a [href ]:after {
content: "( "attr(href) ") "
}

abbr [title ]:after {
content: "( "attr(title) ") "
}

a [href^= "# " ]:after,a [href^= "javascript: " ]:after {
content: " "
}

pre {
white-space:pre-wrap !important
}

pre,blockquote {
page-break-inside:avoid
}

thead {
display:table-header-group
}

tr,img {
page-break-inside:avoid
}

p,h2,h3 {
orphans:3;
widows:3
}

h2,h3 {
page-break-after:avoid
}
}

h1,h2,h3,h4,h5,h6 {
font-family:var(--primary-font);
color:var(--typo-dark);
font-weight:var(--w-bold);
line-height:1.5
}

h1 {
font-size:4.4rem
}

@media (max-width:991px) {
h1 {
font-size:3.2rem
}
}

h2 {
font-size:3.6rem
}

@media (max-width:991px) {
h2 {
font-size:3rem
}
}

h3 {
font-size:2.4rem
}

h4 {
font-size:2rem;
font-weight:var(--w-bold)
}

h4.sml {
font-size:2.2rem
}

h5 {
font-size:1.8rem;
font-weight:var(--w-bold)
}

h6 {
font-size:1.6rem;
font-weight:var(--w-semi-bold)
}

p {
color:var(--typo-body)
}

@media (max-width:991px) {
p {
font-size:16px
}
}

.w-light {
font-weight:var(--w-light)
}

.w-regular {
font-weight:var(--w-regular)
}

.w-semi-bold {
font-weight:var(--w-semi-bold)
}

.w-bold {
font-weight:var(--w-bold)
}

.w-ex-bold {
font-weight:var(--w-extra-bold)
}

.page-header {
background-color:#fff;
height:8rem;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
width:100%;
-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.1);
box-shadow:0 1px 5px rgba(0,0,0,0.1)
}

@media (max-width:767px) {
.page-header {
height:auto
}
}

.page-nav img {
    width: 155px;
}
.page-nav {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}

@media (max-width:767px) {
.page-nav {
display:block
}

.page-nav .nav-brand {
display:block;
margin:20px 0 20px;
text-align:center
}
}

.nav-list {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}

.nav-list a {
font-family: var(--primary-font);
font-weight:var(--w-medium);
color:var(--typo-dark);
text-decoration:none;
margin-left:3rem
}

.nav-list a:nth-of-type(1) {
margin-left:0
}

.nav-list a:hover {
color:var(--primary-color)
}

.nav-list .toggle-navbar {
font-size:20px;
line-height:1;
display:none
}

@media (max-width:1199px) {
.nav-list .toggle-navbar {
display:block
}
}

@media (max-width:767px) {
.nav-list {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
margin:10px 0 15px
}

.nav-list a {
font-size:12px;
margin-left:2rem
}
}

.main-content {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}

.sidebar-navigation {
position:fixed;
top:120px;
bottom:40px;
width:350px;
padding: 0 2rem 2rem 0;
overflow-x:hidden;
-webkit-transition:all .5s;
transition:all .5s;
background: #fff;
}

@media (max-width:1199px) {
    .sidebar-navigation {
        padding: 0 2rem 2rem 2rem;

    }
}
.sidebar-navigation.stick-to-top {
top:40px
}

@media (max-width:1199px) {
.sidebar-navigation.stick-to-top {
top:0
}
}

@media (max-width:1199px) {
.sidebar-navigation {
position:fixed;
top:0;
bottom:0;
left:0;
width:300px;
-webkit-transform:translateX(-310px);
transform:translateX(-310px);
-webkit-transition:all .5s;
transition:all .5s;
z-index:9999;
-webkit-box-shadow:3px 0 10px rgba(0,0,0,0.1);
box-shadow:3px 0 10px rgba(0,0,0,0.1);
padding-top: 20px;
}
}

.sidebar-navigation.show {
-webkit-transform:translateX(0);
transform:translateX(0)
}

@media (max-width:767px) {
.sidebar-navigation {
width:260px
}
}

.menu-doc-nav {
padding-left:0;
list-style:none;
font-family:var(--primary-font);
}

.menu-doc-nav ul {
padding-left:3rem;
list-style:none
}

.menu-doc-nav ol {
padding-left: 2rem
}

.menu-doc-nav a {
font-size:16px;
font-family:var(--primary-font);
font-weight: 600;
line-height:3rem;
color:var(--typo-dark);
text-decoration:none;
padding: 2px 0;
}
.menu-doc-nav a {
	position: relative;
	display: inline-block;
	background: linear-gradient(to right, #e3e3e3 0%, #1489F6 100%);
	background-size: 0px 2px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	background-repeat: no-repeat;
}

.menu-doc-nav a.active,
.menu-doc-nav a:hover {
	color:var(--action-color);
	background-size: 100% 2px;
	text-decoration: none !important;
}

.main {
-webkit-box-flex:1;
-ms-flex:1;
flex:1;
max-width:100%;
margin-left:360px;
padding:0 0 30px 30px
}

@media (max-width:1199px) {
.main {
margin:60px 0 0;
padding:0
}
}

.section-1,.section-2 {
height:2000px
}

input,
textarea {
width:100%;
padding:1rem 2rem;
background:#fff;
border:1px solid #eee;
border-radius: 6px;
font-size:16px;
line-height:30px;
color:var(--typo-body)
}
input:focus,
textarea:focus {
    border:1px solid #ff2c54;
    outline: none;
}
.input-group {
position:relative
}

.input-group button {
position:absolute;
background:transparent;
border:none;
top:0;
right:0;
font-size:16px;
line-height:34px;
padding:1.5rem 2rem;
cursor:pointer;
-webkit-transition:all .5s;
transition:all .5s
}

.input-group button i {
font-weight:var(--w-medium);
color:var(--typo-body);
-webkit-transition:all .5s;
transition:all .5s
}

.input-group button:hover i {
color:var(--primary-color)
}

.main h3 {
border-bottom:1px solid #eee;
padding-bottom:1rem;
margin-bottom:3rem;
margin-top:5rem;
-webkit-transition:color .5s;
transition:color .5s;
letter-spacing: 1px;
}

.main h4 {
margin:0 0 2rem
}

.main p {
margin-bottom:2rem
}

.main ul,.main ol {
margin:0 0 2rem
}

.main img {
margin-bottom:3rem;
box-shadow:0 0 20px rgba(0,0,0,0.07);
padding: 15px;
width: 100%;
}

img {
max-width:100%;
height:auto
}

.page-footer {
background-color:var(--typo-dark);
padding:19px 0;
position:relative
}

.page-footer p {
color:#fff;
margin:0
}

.page-footer a {
color:#fff
}

.page-footer a:hover {
color:var(--primary-color)
}

.nav {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column
}

@media (max-width:1199px) {
.nav {
display:block
}
}

@media (max-width:1199px) {
.main-content {
padding-top:1px;
padding-bottom:50px
}
}

section.active h3 {
color:var(--action-color)
}

.sidebar-navigation ol {
counter-reset:section;
list-style-type:none
}

.sidebar-navigation ol li a::before {
counter-increment:section;
content:counters(section, ". ") ". "
}

.back-to-top {
position:fixed;
bottom:-6rem;
right:-6rem;
display:block;
width:4rem;
line-height:4rem;
background:var(--action-color);
color:#fff;
text-align:center;
text-decoration:none;
border-radius:var(--radius);
opacity:0;
-webkit-transform:scale(0.3);
transform:scale(0.3);
-webkit-box-shadow:4px 4px 10px rgba(0,0,0,0.5);
box-shadow:4px 4px 10px rgba(0,0,0,0.5);
z-index:9;
-webkit-transition:all .3s;
transition:all .3s
}

.back-to-top.show {
bottom:3rem;
right:3rem;
opacity:.7;
-webkit-transform:scale(1);
transform:scale(1)
}

.back-to-top:hover {
color:#fff;
bottom:3.2rem;
opacity:1
}

.nav-link:hover {
text-decoration:underline
}

li img {
display:block;
margin-top:20px
}


.nav-list .button-style-1 {
    position: relative;
    overflow: hidden;
    transition: all .31s ease-in-out;
    z-index: 0;
    background-color: transparent;
    color: #1d2746 !important;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
    padding: 13px 24px;
    margin-top: 0px;
    border: 1px solid #1d2746;
}
.nav-list .button-style-1:before {
    content: "";
    background-color: #1d2746;
    height: 100%;
    left: -100%;
    z-index: -1;
    top: 0;
    width: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 18px;
    font-weight: 500;
}

.nav-list .button-style-2 {
position: relative;
    overflow: hidden;
    transition: all .31s ease-in-out;
    z-index: 0;
    background-color: #1489F6;
    color: #fff !important;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 24px;
    margin-top: 0px;
}
.nav-list .button-style-2:before {
    content: "";
    background-color: #1d2746;
    height: 100%;
    left: -100%;
    z-index: -1;
    top: 0;
    width: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 18px;
    font-weight: 500;
}
.nav-list .button-style-2,
.nav-list .button-style-1{
    text-transform: capitalize;
}
.nav-list .button-style-2:hover:before,
.nav-list .button-style-1:hover:before {
    height: 100%;
    width: 200%;
}
.nav-list .button-style-1:hover{
    color: #fff !important;
}
.main-content{
	padding-top: 40px;
}
.search-form{
	margin-bottom: 20px;
}
.logo-wrapper{
	margin-bottom: 20px;
}

.main .image-no-100 img{
    width: inherit;
}

img.arrow {
    max-width: 18px;
    backface-visibility: hidden;
    box-shadow: none;
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 5px;
}
