
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:rgb(67,146,176);}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:rgb(136,136,136); opacity:.68;}
*::-moz-input-placeholder{color:rgb(136,136,136); opacity:.68;}
*::-ms-input-placeholder{color:rgb(136,136,136); opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:rgb(255,255,255); font-size:15px; font-weight:500; line-height:1.75; color:rgb(136,136,136);}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:rgb(136,136,136); transition:.3s;}
a:hover{color:rgb(67,146,176);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgb(67,146,176); color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:500;}
h1{font-size:30px;}
h2{font-size:23px;}
h3{font-size:17px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:15px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:rgb(67,146,176); border-color:rgb(67,146,176); color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:1.75; height:44.25px; font-size:15px;}
select[multiple],
textarea{height:123px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; user-select:none; pointer-events:none; text-align:center; background:none !important;}
h6.alert.on{top:20px; opacity:1; transition:0.3s;}
h6.alert>b{display:inline-block; font-weight:normal; position:relative; padding:13px 20px 13px 48px; text-align:left; max-width:500px; background:#fff; border:1px solid #e4e7ed; box-shadow:0 0 12px rgba(0,0,0,.12); border-radius:6px; font-size:14px; line-height:22px; }
h6.alert>b:before{position:absolute; top:14px; left:16px; font-family:'FontAwesome'; content:"\f128"; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; background:#d8d8d8; color:#fff;}
h6.alert.red>b:before{background:#fd4e5e; content:"\f12a";}
h6.alert.green>b:before{background:#13ce67; content:"\f00c";}
h6.alert.brown>b:before{background:#a5692d; content:"\f129";}
h6.alert.yellow>b:before{background:#ffd700; content:"\f129";} 
h6.alert.blue>b:before{background:#1880ff; content:"\f00c";}
h6.alert.gold>b:before{background:#edc86c; content:"\f129";}
@media(max-width:767px){
h6.alert>b{max-width:100%;}
}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input>input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input>input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input>i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input>i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights>select+select{margin-top:2px;}

span.captcha.phonecode{margin-top:8px;}
span.captcha.phonecode>ins[resend]>i{font-style:normal;}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
div[comment]{background:#fff;}
div[comment] div{display:block;}
div[comment] div>textarea{display:block; border:1px solid #b8b8b8; height:88px;}
div[comment] div>p{margin-top:18px;}
div[comment] div>p>button{cursor:pointer; border:none; color:#fff; line-height:28px; padding:2px 18px 0 18px; border-radius:18px; background:#585858; transition:.3s;}
div[comment] div>p>button:hover{background:rgb(67,146,176);}
div[comment] div>p>label{cursor:pointer; padding-left:8px; display:inline-block; line-height:30px; color:#282828;}
div[comment] ul{display:block; list-style:none; background:#fff; margin-top:22px;}
div[comment]>ul{margin-top:32px;}
div[comment] ul>li{display:block; list-style:none; position:relative; margin-top:18px;}
div[comment]>ul>li{margin-top:28px;}
div[comment] ul>li:first-child{margin-top:0;}
div[comment] ul>li>img{display:block; position:absolute; left:0; top:0; width:30px; height:30px; border-radius:50%;}
div[comment]>ul>li>img{width:36px; height:36px;}
div[comment] ul>li>dl{padding:0 0 0 42px;}
div[comment]>ul>li>dl{padding:0 0 0 48px;}
div[comment] ul>li>dl>dt:after{display:block; content:''; clear:both;}
div[comment] ul>li>dl>dt>b{float:left; font-size:15px; line-height:24px; color:#383838;}
div[comment]>ul>li>dl>dt>b{line-height:28px;}
div[comment] ul>li>dl>a{color:#000; display:inline-block; margin:8px 0 0 42px; cursor:pointer;}
div[comment] ul>li>dl>a:hover{color:rgb(67,146,176);}
div[comment] ul>li>dl>a>i{padding-left:4px; line-height:inherit;}
div[comment] ul>li>dl>p{font-size:15px; line-height:25px; margin:4px 0 6px 0; color:#181818;}
div[comment]>ul>li>dl>p{font-size:16px; line-height:28px; margin:6px 0 8px 0;}
div[comment] ul>li>dl>p>a{color:#686868;}
div[comment] ul>li>dl>dd{display:block;}
div[comment] ul>li>dl>dd>a[like]{font-size:15px; line-height:26px; color:#585858; cursor:pointer; line-height:28px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[like]:before{padding-right:2px;}
div[comment] ul>li>dl>dd>a[reply]{display:inline-block; font-size:14px; padding:0 8px; line-height:26px; cursor:pointer; background:#f8f8f8; color:#282828; border-radius:18px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[reply]:before{margin-right:4px;}
div[comment] ul>li>dl>dd>a[reply].on,
div[comment] ul>li>dl>dd>a[reply]:hover{color:rgb(67,146,176);}
div[comment] ul>li>dl>dd>i{font-style:normal; font-size:14px; color:#888; line-height:26px;}
div[comment] ul>li>dl>div{margin:14px 0;}
div[comment] ul>li>dl>div>textarea{height:68px;}
div[comment] ul>li>dl>div>p{margin-top:12px;}
div[comment] ul>li>dl>div>p>button{line-height:24px; padding:2px 14px 0 14px;}
div[comment] ul>li>dl>div>p>button:hover{background:rgb(67,146,176);} 
div[comment] ul>li>dl>div>p>label{line-height:26px;}
div[comment]>a{display:block; background:#f8f8f8; margin-top:32px; line-height:38px; text-align:center; border-radius:3px; cursor:pointer; color:#585858;}
div[comment]>a>i{line-height:inherit;}
div[comment]>a:hover{color:rgb(67,146,176);}
@media(max-width:767px){
div[comment] ul{margin-top:18px;}
div[comment]>ul{margin-top:28px;}
div[comment] ul>li{margin-top:14px;}
div[comment]>ul>li{margin-top:24px;}
div[comment] ul>li>img{width:26px; height:26px;}
div[comment]>ul>li>img{width:30px; height:30px;}
div[comment] ul>li>dl{padding:0 0 0 35px;}
div[comment]>ul>li>dl{padding:0 0 0 40px;}
div[comment] ul>li>dl>dt>b{font-size:14px; line-height:22px;}
div[comment]>ul>li>dl>dt>b{line-height:24px;} 
div[comment] ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment]>ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment] ul>li>dl>dd>a[like]{font-size:13px;}
div[comment] ul>li>dl>dd>a[reply]{font-size:12px; padding:0 8px; line-height:22px; margin-left:6px;}
div[comment] ul>li>dl>dd>i{font-size:12px; line-height:22px;}
div[comment] ul>li>dl>a{margin:2px 0 0 35px;}
div[comment] ul>li>dl>div{margin:8px 0;}
}
:root {
	--bg-color: #f9f9f9;
	--white-color: #fff;
	--black-color: #000;
	--light-color: #EFEFEF;
	--border-color:#E3E8FE;
	--lightgrey-color: #ccc;
	--heading-color: rgb(24,44,68);
	--body-color: rgb(136,136,136);
	--theme-color: rgb(67,146,176);
	--theme-color-sec: rgb(24,44,68);
}

*, *:before, *:after {
 	box-sizing: inherit;
    word-break: break-word;
}

html,body {
	height: auto;
    width:100%;
    margin:0;
    padding:0;
    overflow-x: hidden;
    font-size: 62.5%;
	box-sizing:border-box;
}

body {
	font-style: normal;
	color: var(--body-color);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
	-moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

a{
    color: var(--body-color);
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-decoration: none;
}

a:hover{
    color:#666;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6{
    color:var(--heading-color);
    margin:0 0 1.5rem 0;
    font-weight: 700;
	line-height: 1.2;
}

h1{
    font-size:48px;
}

h2{
    font-size:36px;
}

h3{
    font-size:30px;
}

h4{
    font-size:20px;
}

h5{
    font-size:18px;
}

h6{
    font-size:14px;
}

p{
	margin-bottom: 1.5rem;
	color: var(--body-color);
	line-height: 2.8rem;
}

.img,img{
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	height:auto;
}

hr {
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}

label {
  color: #999;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: .5;
}

*::placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: .5;
}

input:focus,
textarea:focus, 
select:focus {
  outline: none;
  box-shadow: inherit;
}

.text-truncate2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-truncate3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-truncate4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../box/image/logo/pre-loader.gif) center no-repeat var(--white-color);
    text-align: center;
}

.height100 {
	height: 100%;
}

.height100vh {
	height: 100vh;
}

.bg {
	background:var(--bg-color);
}

.bg-sec {
	background:var(--bg-color-sec);
}

.grid-2 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 3rem;
}

.grid-3 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 3rem;
    width:100%;
}

.grid-4 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 3rem;
}

.theme-btn {
	padding: 1.3rem 2.4rem;
    background: var(--theme-color);
    border-radius: 5px;
    color: var(--white-color);
    text-transform: capitalize;
	font-weight: 500;
}

.theme-btn i {
    height: 1.2rem;
    width: 1.2rem;
    line-height: 1.2rem;
    background: var(--white-color);
    color: var(--theme-color);
    font-size: 8px;
    margin-left: 7px;
    margin-right: 0;
    text-align: center;
    border-radius: 50%;
    transform: translate(0px, -2px);
}

.theme-btn:hover {
	background: #182c44;
    color: var(--white-color);
}

.theme-btn:hover i {
	color: #182c44;
}

.de-padding {
    padding: 8rem 0;
}

.de-pad-2 {
	padding: 8.6rem 0;
}
.de-pad-3 {
	padding: 12rem 0;
}

.de-pt {
	padding-top: 3rem;
}

.pt-120 {
	padding-top: 8rem;
}

.pt-105 {
	padding-top: 6.5rem;
}

.pt-20 {
	padding-top: 2rem;
}

.de-pb {
	padding-bottom: 8rem;
}

.pb-130 {
	padding-bottom: 13rem;
}

.pb-120 {
	padding-bottom: 8rem;
}

.pb-105 {
	padding-bottom: 6.5rem;
}

.pb-80 {
	padding-bottom: 8rem;
}

.mb-10 {
	margin-bottom: 1rem;
}

.mb-20 {
	margin-bottom: 2rem;
}

.mb-30 {
	margin-bottom: 3rem;
}

.mb-70 {
	margin-bottom: 7rem;
}

.mb-40 {
	margin-bottom: 4rem;
}

.mb-0 {
	margin-bottom: 0;
}

.mt-10 {
	margin-top: 1rem;
}

.mt-20 {
	margin-top: 2rem;
}

.mt-30 {
	margin-top: 3rem;
}

.mt-40 {
	margin-top: 4rem;
}

.mt-70 {
	margin-top: 7rem;
}

.navbar .navbar-expand-lg .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link {
    padding: 2rem 1.5rem;
    display: block;
    position: relative;
    transition: .3s;
    cursor: pointer;
    color: rgb(255,255,255);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 3rem;
    text-transform: capitalize;
	letter-spacing: .8px;
}

.navbar.sticked.in .navbar-expand-lg .navbar-nav .nav-link,
.navbar.sticked.in .navbar-nav .nav-link {
    color: rgb(255,255,255);
}

.main-navigation {
    position: relative;
}

.navbar {
    padding: 1rem 0rem;
    z-index: 999;
    margin-top: 5rem;
	/* background: #ffffff9c; */
	/* background: rgba(255,255,255,0.14); */
}

.single-head .navbar .navbar-expand-lg .navbar-nav .nav-link,
.single-head .navbar .navbar-nav .nav-link {
	color: rgb(255,255,255);
}

.navbar.sticked.in {
	border-bottom: 1px solid var(--lightgrey-color);
	background: #fff;
	background: rgb(24,44,68);
}

.navbar .navbar-brand .logo-display {

	display: block;
}

.navbar .navbar-brand .logo-scrolled {
	display: none;
}
.navbar .navbar-brand .logo-display,
.navbar .navbar-brand .logo-scrolled {
	height: 70px;
    margin-top:10px;
}
.navbar.sticked.in .navbar-brand .logo-display {
	display: none;
}

.navbar.sticked.in .navbar-brand .logo-scrolled {
	display: block;
}

.navbar-nav .nav-item.active>.nav-link,
.navbar-nav .nav-item:active:focus>.nav-link, 
.navbar-nav .nav-item:active>.nav-link,
.navbar-nav .nav-item:focus>.nav-link,
.navbar-nav .nav-item:hover>.nav-link {
    color: var(--theme-color);
}

.navbar.sticked.in .navbar-nav .nav-item.active>.nav-link,
.navbar.sticked.in .navbar-nav .nav-item:active:focus>.nav-link, 
.navbar.sticked.in .navbar-nav .nav-item:active>.nav-link,
.navbar.sticked.in .navbar-nav .nav-item:focus>.nav-link,
.navbar.sticked.in .navbar-nav .nav-item:hover>.nav-link {
    color: var(--theme-color);
}

.navbar.sticked.in .navbar-nav .nav-item:hover>.nav-link {
	color: var(--theme-color);
}

.nav-item.dropdown ul li:hover > a {
	color: var(--theme-color) !important;
}

.nav-item .caret {
	border-left: none;
    border-right: none;
}


.nav-item.active .caret,
.nav-item:hover .caret {
	border-top-color: var(--theme-color);
}

.navbar .nav-item .caret {
    margin-top: -18px;
    border-top: solid 5px var(--heading-color);
    font-size: 1.2rem;
    font-weight: 900;
    margin-left: 0px;
}

.navbar.sticked.in .nav-item .caret {
    border-top: solid 5px var(--heading-color);
}

.nav-item.dropdown ul li a {
	color: var(--heading-color-sec) !important;
}
.navbar.sticked.in .nav-item:hover .caret {
	border-top: solid 5px var(--theme-color);
}

.navbar .nav-item:hover .caret {
	border-top: solid 5px var(--heading-color);
}

.navbar .nav-item.dropdown>.navbar-nav,
.navbar .nav-item.dropdown>.navbar-nav .navbar-nav {
    background: #fff;
    border-radius:0;
    box-shadow: 0 2px 14px rgba(0,0,0,.15);
    padding: 1.5rem 2rem;
}
.navbar .nav-item.dropdown>.navbar-nav .nav-item img{
	width: 32px;
	margin-right: 10px;
}
.navbar .nav-item.dropdown>.navbar-nav.lang-menu{
	right: 0;
}
.bsnav-transparent f.in li a {
	font-size: 1.4rem;
}

.navbar.in {
    margin-top: 0rem;
}

.single-head .navbar.in {
    margin-top: 0;
}

.site-title {
    margin-bottom: 5rem;
    margin-top: -1rem;
}

.site-title h2 {
    text-transform: capitalize;
    line-height: 1.2;
    font-size: 4rem;
	margin-bottom: 0;
}

.site-title.wh h2 {
	color: var(--white-color);
}

.site-title h2 span {
    color: var(--theme-color);
    font-weight: 400;
}

.site-title.wh h2 span {
	color: var(--white-color);
}

.hero-p1 {
    font-size: 2rem;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: var(--theme-color);
    position: relative;
    z-index: 1;
	display: inline-block;
}

.site-title.wh .hero-p1 {
	color: var(--white-color);
}


.site-title.wh .hero-p1::before, 
.site-title.wh .hero-p1::after {
	background: var(--white-color);
}

.hero-p1::before {
	top: 40%;
	left: 0;
}

.hero-p1::after {
    bottom: 35%;
    left: 1rem;
}

.bdr {
	border: 1px solid var(--lightgrey-color);
}

.b-t {
	border-top: 1px solid var(--lightgrey-color);
}

.b-b {
	border-bottom: 2px solid #f0ecff;
}

.b-l {
	border-left: 1px solid var(--lightgrey-color);
}

.b-r {
	border-right: 1px solid var(--lightgrey-color);
}

.posi-rel {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.header-top-area {
    position: absolute;
    top: -40px;
    width:100%;
    right: 0px;
}

.header-top-area .header-top-wrapper .header-top-left ul {
    display: flex;
    flex-direction: row-reverse;
    color: var(--heading-color);
    font-size: 1.4rem;
}

.header-top-area .header-top-wrapper .header-top-left ul li {
	margin-left: 3rem;
    padding-bottom:4px;
}

.header-top-area .header-top-wrapper .header-top-left ul li:last-child {
	margin-right: 0;
}

.header-top-area .header-top-wrapper .header-top-left ul li i {
	margin-right: 1rem;
	color: var(--theme-color);
}

.header-serarch-btn i {
    color: var(--heading-color);
    display: inline-block;
    margin-right: 1.5rem;
}

.header-serarch-btn a {
    padding: 1.3rem 2.4rem;
    background: var(--theme-color);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: var(--white-color);
    text-transform: capitalize;
}

.header-serarch-btn a i {
    height: 1.2rem;
    width: 1.2rem;
    line-height: 1.2rem;
    background: var(--white-color);
    color: var(--theme-color);
    font-size: 8px;
    margin-left: 7px;
    margin-right: 0;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
}


.header-serarch-btn a:hover {
	background: #182c44;
    color: var(--white-color);
}

.header-serarch-btn a:hover i {
	color: #182c44;
}

.header-top-area.home-2 .header-top-wrapper .header-top-left ul,
.header-top-area.home-2 .header-top-wrapper .header-top-left ul li i {
	color: var(--white-color);
}

.hero-section {
    overflow: hidden;
}

.hero-single {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hero-content {
    padding-top: 15rem;
}

.hero-content.demos {
    padding-top: 0;
}

.hero-content h2 {
    font-size: 4.4rem;
    line-height: 1.1;
    color: #ed3a46;
    font-weight: 600;
    text-transform: capitalize;
}

.hero-content h2 span {
	font-weight: 700;
}

.hero-content p {
	color: var(--heading-color);
	font-size: 2rem;
	margin-bottom: 1.3rem;
}

.hro-btn a {
    display: inline-block;
}

.home-2 .hero-single::before {
	position: absolute;
	content: '';
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(0, 0, 0,0.6);
}

.home-2 .hero-single .hero-content h2, 
.home-2 .hero-single .hero-content p, 
.home-2 .hero-single .hero-content .hero-p1{ 
    color: var(--theme-color);
}

.home-2 .hero-single .hero-content .hero-p1::before,
.home-2 .hero-single .hero-content .hero-p1::after {
	background-color: var(--white-color);
}

.hero-slider.owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	right: 5rem;
	bottom: 10%;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 1rem 1.5rem;
    background: var(--theme-color);
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
	line-height: 1;
}

.hero-slider.owl-theme .owl-nav .owl-prev {
	-webkit-border-top-left-radius: 1rem;
	border-top-left-radius: 1rem;
}

.hero-slider.owl-theme .owl-nav .owl-next {
	-webkit-border-bottom-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.homepage-box img {
    border: 2px solid var(--theme-color);
}

.fet-wrapper .fet-box {
	border-top: 2px solid var(--theme-color);
    text-align: center;
    padding: 5rem 1rem;
    -webkit-box-shadow: 0px 0px 54px 0px rgba(151, 151, 151, 0.08);
    box-shadow: 0px 0px 54px 0px rgba(151, 151, 151, 0.08);
	position: relative;
	z-index: 1;
}
.fet-wrapper .fet-box i{
	font-size: 50px;
	color: var(--theme-color);
}
.fet-wrapper .fet-box .fet-info h4 {
    margin: 2rem 0 2rem;
}

.fet-wrapper .fet-box .fet-info p {
    margin-bottom: -1rem;
}

.fet-wrapper .fet-box .fet-btn  {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    border: 1px solid #dedede;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.3rem;
}
.fet-wrapper .fet-btn .fet-theme{
	width: 14px;
	height: 10px;
	background: url(../box/image/feature/fet-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.fet-wrapper .fet-btn .fet-white{
	width: 14px;
	height: 10px;
	background: url(../box/image/feature/fet-arrow-white.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.fet-wrapper .fet-box:hover .fet-btn .fet-theme,
.fet-wrapper .fet-box .fet-btn .fet-white {
	display: none;
}

.fet-wrapper .fet-box .fet-btn .fet-theme,
.fet-wrapper .fet-box:hover .fet-btn .fet-white {
	display: inline-block;
	
}

.fet-wrapper .fet-box:hover .fet-btn  {
	background-color: var(--theme-color);
	color: var(--white-color);
	border: 1px solid var(--theme-color);
}

.fet-wrapper .fet-box.fet-active .fet-btn {
	background-color: var(--theme-color);
	color: var(--white-color);
	border: 1px solid var(--theme-color);
}


.fet-wrapper .fet-box.fet-active:hover .fet-btn .fet-white,
.fet-wrapper .fet-box.fet-active .fet-btn .fet-white {
	display: inline-block !important;
}

.fet-wrapper .fet-box.fet-active .fet-btn .fet-theme {
	display: none !important;
}

.fet-slogan h5 {
    margin-bottom: 0;
    font-size: 1.6rem;
    color: var(--body-color);
    font-weight: 400;
	letter-spacing: 0px;
}

.fet-slogan h5 span {
    color: var(--theme-color);
}


.about-wrapper .about-left .about-left-img {
    height: 100%;
	position: relative;
    z-index: 1; 
}

.about-wrapper .about-left .about-left-img img {
    min-height: 100%;
}

.about-wrapper .about-right {
    padding-left: 3rem;
}

.about-wrapper .about-right .site-title {
    margin-bottom: 2rem;
    line-height: 1;
}


.about-wrapper .about-right p {
    margin-bottom: 3rem;
}

.about-wrapper .about-right ul li {
    display: flex;
    align-items: flex-start;
}
.about-wrapper .about-right ul li i,
.about-wrapper .about-right ul li img {
	margin-right: 3rem;
}
.about-wrapper .about-right ul li i{
	font-size: 36px;
	color: var(--theme-color);
}
.about-wrapper .about-right ul li {
	margin-bottom: 2rem;
}

.about-wrapper .about-right ul li:last-child {
	margin-bottom: 0;
}

.about-wrapper .about-right ul li .about-right-info h4 {
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.about-wrapper .about-right ul li:nth-child(2) .about-right-info h4 {
	font-weight: 500;
}

.about-wrapper .about-right ul li .about-right-info p {
	margin-bottom: 0;
}

.about-wrapper .about-more-btn a {
    display: inline-block;
    margin-top: 4rem;
}

.about-left .about-left-img a {
    position: absolute;
    top: 49%;
    left: 55%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.about-left .about-left-img a i {
    height: 8rem;
    width: 8rem;
    line-height: 8rem;
    text-align: center;
    background: var(--theme-color);
    color: var(--white-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 2.5rem;
}

.about-left .about-left-img a::before {
	position: absolute;
	content:'';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 8rem;
	width: 8rem;
	line-height: 8rem;
	text-align: center;
	background-color: rgba(254, 0, 64,0.9);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: play-pluse 1500ms ease-out infinite;
    animation: play-pluse 1500ms ease-out infinite;
	z-index: -1;
}

.service-area {
	position: relative;
	z-index: 1;
}

.service-area::before {
	background: url(https://cdn.syyzny.com/static/images/20250512224710563.webp) no-repeat scroll center/cover;
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 57%;
	z-index: -1;
}

.service-wrapper .service-box {
	padding: 2rem;
	padding-bottom: 0;
	-webkit-box-shadow: 0px 19px 54px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 19px 54px 0px rgba(0, 0, 0, 0.02);
	background-color: var(--white-color);
}

.service-wrapper .service-box .service-info {
	padding: 2rem 0;
	border-bottom: 1px solid #eaeaea;
}

.service-wrapper .service-box .service-info h4 {
	text-transform: capitalize;
}

.service-wrapper .service-box .service-info p{
	margin-bottom: 0;
	padding-left: 4.5rem;
}

.service-wrapper .service-box .service-info .hero-p1 {
    color: var(--heading-color);
    font-size: 2.2rem;
    font-weight: 600;
}

.service-wrapper .service-box .service-more-btn a {
    display: block;
    text-align: center;
    color: var(--theme-color);
    background: var(--white-color);
	-webkit-border-radius: 0;
	border-radius: 0;
}

.service-wrapper .service-box .service-more-btn a i {
	background: var(--theme-color);
	color: var(--white-color);
}

.service-wrapper .service-box:hover .service-more-btn a {
	background: var(--theme-color);
	color: var(--white-color);
}

.service-wrapper .service-box:hover .service-more-btn a i {
	color: var(--theme-color);
    background: var(--white-color);
}

.service-wrapper .service-box.service-active .service-more-btn a {
    background: var(--theme-color);
	color: var(--white-color);
}

.service-wrapper .service-box.service-active .service-more-btn a i {
	color: var(--theme-color);
    background: var(--white-color);
}


.service-wrapper.owl-theme .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.service-wrapper.owl-theme .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 7px;
    background: var(--theme-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.service-wrapper.owl-theme .owl-dots .owl-dot.active span,
.service-wrapper.owl-theme .owl-dots .owl-dot:hover span {
	width: 15px;
    height: 15px;
    background: var(--heading-color);
	transform: translate(0, 2px);
}

.service-wrapper.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 7rem;
}

#accordion .panel-heading {
	padding: 0;
}

.panel .panel-body {
	background: #fff;
	padding: 3rem;
}

#accordion .panel.panel-active .panel-heading   {
	background: var(--bg-color);
}

#accordion .panel.panel-active .panel-heading .panel-title > a {
	color: var(--heading-color);
}

#accordion .panel-title > a {
	display: block;
	padding: 2rem;
	outline: none;
	text-decoration: none;
	color: #30323d;
	font-size: 1.8rem;
}

#accordion .panel-title > a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
	content: "";
	right: 3rem;
	position: absolute;
	background: url(../box/image/faqs/cls-minus.png);
	background-repeat: no-repeat;
	height: 3rem;
	width: 3rem;
}

#accordion .panel-title > a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"";
	background: url(../box/image/faqs/cls-plus.png);
	background-repeat: no-repeat;
}


.panel-group .panel {
	margin-bottom: 2rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 1rem;
	background: #fff;
	overflow: hidden;
}

.panel-group .panel:last-child {
	margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border: none;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-default>.panel-heading {
    background-color: var(--white-color);
    border-color: none;
	color: var(--heading-color);
}

.partner-wrapper .section-title h2 {
	font-size: 3rem;
	line-height: 1.4;
	text-transform: capitalize;
	font-weight: 600;
}

.partner-wrapper .partner-pic img {
	width: auto !important;
}

.blog-wrapper .blog-box .blog-pic img {
	border-radius: 3rem;
}

.blog-wrapper .blog-box .blog-meta ul li {
  display: inline-block;
  margin-right: 1rem;
}

.blog-wrapper .blog-box .blog-meta ul li a i {
  margin-right: 1rem;
  color: #7963ee;
}

.blog-wrapper .blog-box .blog-meta {
  margin-bottom: 2rem;
}

.blog-wrapper .blog-box .blog-desc {
  background: #fff;
  margin-right: 3rem;
  margin-left: 3rem;
  margin-top: -7rem;
  z-index: 1; 
  position: relative;
  padding: 3rem;
  box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.07);
}


.blog-wrapper .blog-box .blog-desc h4 {
	font-size: 1.8rem;
	line-height: 1.4;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #30323d;
}

.progress-box {
	text-align: center;
}

.progress-box .chart {
    height: 140px;
    width: 140px;
    position: relative;
    display: inline-block;
}

.progress-box .chart span {
    position: absolute;
    height: 90px;
    width: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #ececec;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
	color: var(--theme-color);
	font-size: 2.2rem;
	font-weight: 700;
}

.progress-box .chart span::before {
    position: absolute;
    content: '';
    height: 160px;
    width: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #ececec;
    border-radius: 50%;
    z-index: -1;
}

.progress-box h4 {
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 2.5rem;
    font-weight: 700;
}

.wh-wrapper .wh-box {
    display: grid;
    padding: 3rem 2rem;
    align-items: flex-start;
	grid-template-columns: 5rem 1fr;
	transition: .5s ease;
	border-top: 2px solid var(--theme-color);
	box-shadow: 0px 19px 68px 0px rgba(0, 0, 0, 0.05);
}

.wh-wrapper .wh-box .wh-icon i{
	font-size: 50px;
	color: var(--theme-color);
}

.wh-wrapper .wh-box .wh-info {
	padding-left: 2rem;
}

.wh-wrapper .wh-box .wh-info h4 {
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}

.wh-wrapper .wh-box .wh-info p {
    margin-bottom: 0;
    padding-right: 2rem;
}


.team-area {
    position: relative;
	z-index: 1;
}

.team-area.bg::before,
.team-area.bg::after{
    position: absolute;
    content: '';
    height: 40rem;
    width: 40rem;
    z-index: -1;
    
}

.team-area.bg::before {
	background-image: url(../box/image/team/team-shape-1.png);
	bottom: 0;
    left: 0;
    background-position: bottom left;
	background-repeat: no-repeat;
}

.team-area.bg::after {
	background-image: url(../box/image/team/team-shape-2.png);
    top: 0;
    right: 0;
    background-position: top right;
	background-repeat: no-repeat;
}

.team-area .team-wrapper .team-box {
    background: var(--white-color);
    padding: 2rem;
	text-align: center;
}

.team-area .team-wrapper .team-box .team-img {
	margin-bottom: 2rem;
}

.team-area .team-wrapper .team-box .team-info h4 {
    text-transform: capitalize;
    line-height: 1;
	margin-bottom: 1rem;
}

.team-area .team-wrapper .team-box .team-info span {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 1.5rem;
}

.team-area .team-wrapper .team-box .team-info .team-social {
	display: flex;
	justify-content: center;
	align-items: center;
}

.team-area .team-wrapper .team-box .team-info .team-social li {
	margin-right: 1rem;
}

.team-area .team-wrapper .team-box .team-info .team-social li:last-child {
	margin-right: 0;
}

.team-area .team-wrapper .team-box .team-info .team-social li a i {
	height: 4rem;
	width: 4rem;
	line-height: 4rem;
	background: #f9f9f9;
	text-align: center;
	color: var(--theme-color);
	-webkit-transition: .5s ease;
	transition: .5s ease;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.team-area .team-wrapper .team-box .team-info .team-social li a:hover i {
	background: var(--theme-color);
	color: var(--white-color);
}

.team-area.tm-page::before,
.team-area.tm-page::after {
	display: none;
}

.home-2 .team-area.bg::before {
	background-image: url("../box/image/team/home-2-team-shape-1.png");
}

.sub-area {
	padding: 5rem 0;
	background: var(--black-color);
}

.sub-area .sub-wrapper {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 2rem;
    align-items: center;
}

.sub-wrapper.grid-2 {
    align-items: center;
}

.sub-area .sub-wrapper .sub-left {
    display: flex;
    align-items: center;
}

.sub-area .sub-wrapper .sub-left .sub-left-icon {
    margin-right: 2rem;
}

.sub-area .sub-wrapper .sub-left .sub-left-info h2 {
	font-size: 4rem;
    color: var(--white-color);
    margin-bottom: 1rem;
}

.sub-area .sub-wrapper .sub-left .sub-left-info span {
	color: var(--white-color);
	font-weight: 300;
	text-transform: capitalize;
	line-height: 1;
	font-size: 1.9rem;
}

.sub-right form {
	position: relative;
	z-index: 1;		
}

.sub-right form input {
    width: 100%;
    height: 6rem;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    outline: none;
    border: none;
}

.sub-right form input::placeholder {
	color: #888888;
	text-transform: capitalize;
}

.sub-right form button {
    position: absolute;
    right: 6px;
    padding: 1rem 2.4rem;
    background: var(--theme-color);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: var(--white-color);
    text-transform: capitalize;
    border: none;
    outline: none;
    top: 6px;
    font-size: 1.8rem;
}

.home-2 .sub-area {
	background: #182c44;
}

.benefit-wrapper {
	display: grid;
	grid-template-columns: 2fr 2fr;
}

.benefit-left {
    padding-right: 1rem;
}

.benefit-left .benefit-text {
	margin-bottom: 3rem;
}

.benefit-left .benefit-text p {
	margin-bottom: 2rem;
}

.benefit-left .benefit-text p:last-child {
    margin-bottom: 0;
}

.benefit-left .site-title {
    margin-bottom: 2rem;
}

.benefit-left .benefit-opt .benefit-opt-box img {
	margin-bottom: 1rem;
}

.benefit-left .benefit-opt .benefit-opt-box h4 {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.benefit-left .benefit-opt .benefit-opt-box p {
    margin-bottom: 0;
}

.benefit-right .benefit-right-img {
    position: relative;
    z-index: 1;
    padding-left: 4.2rem;
}

.benefit-right-img::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0px;
    height: 83%;
    width: 78%;
    background: var(--theme-color);
    z-index: -1;
}

.benefit-right .benefit-right-img  a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.benefit-right .benefit-right-img  a i {
    height: 8rem;
    width: 8rem;
    line-height: 8rem;
    text-align: center;
    background: var(--theme-color);
    color: var(--white-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 2.5rem;
}

.benefit-right .benefit-right-img  a::before {
	position: absolute;
	content:'';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 8rem;
	width: 8rem;
	line-height: 8rem;
	text-align: center;
	background-color: rgba(254, 0, 64,0.9);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: play-pluse 1500ms ease-out infinite;
    animation: play-pluse 1500ms ease-out infinite;
	z-index: -1;
}

.benefit-btm-wrapper .benefit-btm-box {
    display: grid;
    padding: 3rem 2rem;
    border-top: 2px solid transparent;
    align-items: flex-start;
    grid-template-columns: 5rem 1fr;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.03);
}

.benefit-btm-wrapper .benefit-btm-box .benefit-btm-info {
    padding-left: 2rem;
}

.benefit-btm-wrapper .benefit-btm-box .benefit-btm-info h4 {
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    margin-top:1.7rem;
}

.benefit-btm-wrapper .benefit-btm-box .benefit-btm-info p {
    margin-bottom: 0;
}

.benefit-btm-wrapper .benefit-btm-box .benefit-btm-icon i {
    height: 5.8rem;
    width: 5.8rem;
    line-height: 5.8rem;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 49px 0px rgba(12, 62, 185, 0.08);
    box-shadow: 0px 0px 49px 0px rgba(12, 62, 185, 0.08);
    font-size: 2.8rem;
	color: var(--theme-color);
	padding-top: 1px;
}

.video-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    content: '';
    z-index: -1;

}

.video-wrapper .video-play-btn {
    position: relative;
    z-index: 1;
    display: block;
}

.video-wrapper .video-play-btn i {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    background: var(--white-color);
    color: var(--theme-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 2rem;
}

.video-wrapper .video-play-btn::before,
.video-wrapper .video-play-btn::after {
	position: absolute;
	content:'';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	background-color: rgb(255, 255, 255,.6);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: play-pluse 1500ms ease-out infinite;
    animation: play-pluse 1500ms ease-out infinite;
	z-index: -1;
}

.video-wrapper .video-play-btn::before {
	height: 6rem;
	width: 6rem;
	line-height: 7rem;
}

.video-wrapper .video-play-btn::after {
	height: 8rem;
	width: 8rem;
	line-height: 9rem;
}

.video-area .video-wrapper .vid-btn {
	margin-top: 6rem;
}

.video-area .video-wrapper .vid-btn a {
	display: inline-block;
}

.brand-area {
	padding: 5rem 0;
	background: var(--theme-color);
}

.brand-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    opacity: .7;
    cursor: pointer;
}

.brand-area .owl-carousel .owl-item img:hover {
	opacity: 1;
}

.blog-wrapper .blog-box {
	padding: 2rem;
	padding-bottom: 0;
	-webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.03);
	background-color: var(--white-color);
}

.blog-wrapper .blog-box .blog-meta {
	margin-bottom: 1.5rem;
}

.blog-wrapper .blog-box .blog-meta ul {
    display: flex;
    align-items: center;
}

.blog-wrapper .blog-box .blog-meta ul li {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-right: 2rem;
	font-size: 1.5rem;
	text-transform: capitalize;
}

.blog-wrapper .blog-box .blog-meta ul li i {
	margin-right: 1.5rem;
	color: var(--theme-color);
}

.blog-wrapper .blog-box .blog-info {
	padding: 2rem 0;
	border-bottom: 1px solid #eaeaea;
}

.blog-wrapper .blog-box .blog-info h4 {
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.blog-wrapper .blog-box .blog-info p {
    margin-bottom: 0;
}

.blog-wrapper .blog-box .blog-more-btn a {
    display: block;
    text-align: center;
    color: var(--theme-color);
    background: var(--white-color);
	-webkit-border-radius: 0;
	border-radius: 0;
}

.blog-wrapper .blog-box .blog-more-btn a i {
	background: var(--theme-color);
	color: var(--white-color);
}

.blog-wrapper .blog-box:hover .blog-more-btn a {
	background: var(--theme-color);
	color: var(--white-color);
}

.blog-wrapper .blog-box:hover .blog-more-btn a i {
	color: var(--theme-color);
    background: var(--white-color);
}

.blog-wrapper .blog-box.blog-active .blog-more-btn a {
    background: var(--theme-color);
	color: var(--white-color);
}

.blog-wrapper .blog-box.blog-active .blog-more-btn a i {
	color: var(--theme-color);
    background: var(--white-color);
}

.blog-wrapper.owl-theme .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.blog-wrapper.owl-theme .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 7px;
    background: var(--heading-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.blog-wrapper.owl-theme .owl-dots .owl-dot.active span,
.blog-wrapper.owl-theme .owl-dots .owl-dot:hover span {
	width: 15px;
    height: 15px;
    background: var(--theme-color);
	transform: translate(0, 2px);
}

.blog-wrapper.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 7rem;
}

.review-box {
    padding: 3rem 2rem;
    border-top: 2px solid var(--theme-color);
    box-shadow: 0px 19px 68px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    z-index: 1;
}

.review-box .review-text {
    margin-bottom: 2rem;
}

.review-box .review-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}

.review-box .review-bio span {
    color: var(--heading-color);
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 7px;
    display: inline-block;
}

.review-box .review-bio p {
	margin-bottom: 0;
	text-transform: uppercase;
}

.review-box .review-rating {
    display: flex;
    color: var(--theme-color);
	flex-direction: column;
	position: absolute;
	left: 2rem;
}

.review-box .review-img img {
    border-radius: 50%;
    border: 1px dashed var(--theme-color);
    padding: 5px;
}

.contact-area .contact-wrapper {
    box-shadow: 0px 2px 51px 0px rgba(0, 0, 0, 0.15);
    background-color: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: 1fr 400px;
}

.contact-area .contact-inputs {
    padding: 0rem 3rem;
}

.contact-area .contact-inputs form label {
    font-size: 1.4rem;
	font-weight: 300;
	color: var(--body-color);
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 1rem;
}
.contact-area .contact-inputs form dl{
	margin-bottom: 2rem;
}
.contact-area .contact-inputs form dl dt{
	display: none;
}
.contact-area .contact-inputs form select,.contact-area .contact-inputs form textarea,.contact-area .contact-inputs form input{
    outline: none;
    border: 1px solid #e5e5e5;
    padding: 1rem 2rem;
    line-height: 1;
}

.contact-area .contact-inputs form textarea {
	height: 9rem;
}

.contact-area .contact-inputs form button {
    padding: 1rem 8rem;
    font-size: 1.6rem;
    border: none;
    font-weight: 500;
    background: var(--theme-color);
    color: var(--white-color);
    border-radius: 3rem;
    line-height: 1;
    text-align: center;
    outline: none;
    margin-top: 2rem;
}

.contact-area .site-title .hero-p1 {
    font-size: 1.6rem;
}

.contact-area .site-title .hero-p1::before, 
.contact-area .site-title .hero-p1::after {
	display: none;
}

.contact-area .site-title h2 {
	font-size: 3.8rem;
}

.contact-area .contact-addr .contact-addr-box .contact-addr-single {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.contact-area .contact-addr .contact-addr-box .contact-addr-single:last-child {
	margin-bottom: 0;
}

.contact-area .contact-addr .contact-addr-box .contact-addr-single i {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 1.6rem;
    border: 1px solid currentColor;
}

.contact-area .contact-addr .contact-addr-box .contact-addr-single p {
    margin-bottom: 0;
    line-height: 1.3;
	font-size: 1.4rem;
	margin-left: 2rem;
	color: var(--white-color);
}

.contact-wrapper .contact-tl-1,
.contact-area .contact-addr .contact-tl-1 {
	text-transform: uppercase;
	margin-bottom: 4rem;
	color: var(--white-color);
	font-weight: 400;
}

.contact-wrapper .contact-tl-1 {
	color: #19274d;
	font-weight: 700;
}

.contact-wrapper .contact-addr {
    padding: 6rem;
    background: #19274d;
	padding-right: 0;
}

.contact-wrapper .contact-addr-social .contact-tl-1 {
    text-transform: uppercase;
    margin-top: 4rem;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 2rem;
}

.contact-wrapper .contact-addr-social .contact-social {
	display: flex;
	align-items: center;
}

.contact-wrapper .contact-addr-social .contact-social li {
	margin-right: 2rem;
}

.contact-wrapper .contact-addr-social .contact-social li a i {
	color: var(--white-color);
}

.contact-wrapper .contact-addr-social .contact-social li:hover a i {
	color: var(--theme-color);
}

.con-area {
	background: #f9f9f9;
}

.con-area .con-wrapper {
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-gap: 11rem;
}

.con-wrapper .con-addr {
    padding: 6rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
	background: #19274d;
	background: rgb(25,39,77);
}

.con-area .con-wrapper span.con-sub-heading {
    font-size: 2rem;
    text-transform: capitalize;
    display: block;
    line-height: 1;
    margin-bottom: 1rem;
}

.con-area .con-wrapper .con-inputs h2 {
    margin-bottom: 5rem;
    font-size: 5rem;
    line-height: 1.1;
}
.con-area .con-inputs dl dt{
	display: none;
}
.con-area .con-inputs form select,.con-area .con-inputs form textarea,.con-area .con-inputs form input{
	color: #bbb;
    font-size: 14px;
	border: none;
    outline: none;
    border-bottom: 1px solid #c6c7c9;
    padding: 1rem 0;
    line-height: 1;
	background: transparent;
}
.con-area .con-inputs form select:hover,.con-area .con-inputs form textarea:hover,.con-area .con-inputs form input[type]:hover,.con-area .con-inputs form input[type]:hover,.con-area .con-inputs form select:focus,.con-area .con-inputs form textarea:focus,.con-area .con-inputs form nput[type]:focus,.con-area .con-inputs form input[type]:focus{
	box-shadow:none;
}
.con-area .con-inputs form select::placeholder,.con-area .con-inputs form textarea::placeholder,.con-area .con-inputs form input::placeholder{
	color: var(--body-color);
}

.con-area .con-inputs form dl{
    margin-bottom: 2rem;
}
.con-area .con-inputs form dl dd span.captcha {
    position: relative;
}

.con-area .con-inputs form dl dd span.captcha i {
    position: absolute;
    top: 2px;
    right: 1px;
    bottom: 1px;
    border: 3px;
    padding: 5px;
    padding-bottom: 0;
}

.con-area .con-inputs form dl dd span.captcha img {
    display: block;
    max-height: 100%;
    cursor: pointer;
}
.con-wrapper .con-addr h5.con-tl {
    font-size: 2rem;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 4rem;
}

.con-area .con-addr .con-addr-box .con-addr-single {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.con-area .con-addr .con-addr-box .con-addr-single p {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 1.4rem;
    margin-left: 2rem;
    color: var(--white-color);
}

.con-area .con-addr .con-addr-box .con-addr-single i {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    align-self: start;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 1.6rem;
	border: 1px solid currentColor;
    flex-shrink: 0;
}

.con-area .con-addr h5.con-tle {
    color: var(--white-color);
    text-transform: uppercase;
    margin-top: 4rem;
}

.con-wrapper .con-addr-social .con-social {
	display: flex;
	align-items: center;
}

.con-wrapper .con-addr-social .con-social li {
	margin-right: 2rem;
}

.con-wrapper .con-addr-social .con-social li a i {
	color: var(--white-color);
}

.con-wrapper .con-addr-social .con-social li:hover a i {
	color: var(--theme-color);
}

.con-wrapper form button{
    border: none;
    border-radius: 2px;
	padding: 1.3rem 2.4rem;
    background: var(--theme-color);
    border-radius: 5px;
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: 500;
}
.con-wrapper form button:hover{
	background: #182c44;
    color: var(--white-color);
}
.project-wrapper .project-box {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.project-wrapper .project-box .project-info {
    position: absolute;
    bottom: 3rem;
    left: -100%;
    background: var(--theme-color);
    padding: 1.5rem 3rem;
	z-index: 1;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.project-wrapper .project-box:hover .project-info {
	left: 0;
}

.project-wrapper .project-box .project-info h4 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: capitalize;
}

.project-wrapper .project-box .project-info h4,
.project-wrapper .project-box .project-info span {
	color: var(--white-color);
}

.project-wrapper .project-box .project-info span {
	position: relative;
	z-index: 1;
	padding-left: 0;
	font-size: 1.6rem;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	transition-delay: .4s;
	display: block;
	margin-bottom: 5px;
}

.project-wrapper .project-box:hover .project-info span {
	padding-left: 5.4rem;
}

.project-wrapper .project-box .project-info span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 0;
	height: 2px;
	background: var(--white-color);
	-webkit-transition: .5s ease;
	transition: .5s ease;
	transition-delay: .4s;
}

.project-wrapper .project-box:hover .project-info span::before {
	width: 4.4rem;
}

.project-opt {
	margin-bottom: 2rem;
}

.project-opt-box {
    padding: 3rem;
    box-shadow: 0px 19px 68px 0px rgba(0, 0, 0, 0.05);
}

.project-opt-box i {
    font-size: 5rem;
    display: block;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.project-opt-box h4 {
	text-transform: capitalize;
}

.price-wrapper .price-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 14px 47px 0px rgba(0, 0, 0, 0.08);
    padding: 4rem 8rem;
    text-align: center;
}

.price-wrapper .price-box .price-rib h4 {
    margin-bottom: 2.5rem;
	text-transform: capitalize;
}

.price-wrapper .price-box .price-rib img {
	margin-bottom: 3rem;
}

.price-wrapper .price-box .price-value {
    margin-bottom: 2rem;
}

.price-wrapper .price-box .price-value h2 {
    font-size: 3.8rem;
	margin-bottom: 0;
}

.price-wrapper .price-box .price-value h2 span {
    font-size: 2rem;
    font-weight: 500;
}

.price-wrapper .price-box .price-info ul li {
    display: block;
    margin-bottom: 2rem;
	line-height: 1.3;
}

.price-wrapper .price-box .price-info ul li:last-child {
	margin-bottom: 0;
}

.price-wrapper .price-box .price-info ul li i {
	font-size: 2rem;
	margin-right: 1rem;
}

.price-wrapper .price-box .price-info ul li .fa-check {
	color: rgba(255, 87, 51, 0.6);
}

.price-wrapper .price-box .price-info ul li .fa-times {
	color: rgb(236, 42, 0);
}

.price-wrapper .price-box .price-bottom a {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 3rem;
}

.price-wrapper .price-box .price-bottom.price-active a {
	background: #182c44;
    color: var(--white-color);
}

.price-wrapper .price-box .price-bottom.price-active a i{
	color: #182c44;
}

#scrtop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scrtop:hover {
  background-color: var(--heading-color);
}

footer {
    position: relative;
    z-index: 1;
	background: #182c44;
	background: rgb(24,44,68);
}

.footer-widget-wrapper {
    display: grid;
    grid-template-columns: 1fr 15rem 1fr 12rem;
    grid-gap: 11rem;
}

.foo-widget-title {
    margin-bottom: 3rem;
    font-size: 2.1rem;
    text-transform: capitalize;
    font-weight: 400;
}

.footer-widget-box.ab-us p {
    margin-bottom: 2rem;
}

.footer-widget-box.ab-us div {
    margin-bottom: 3rem;
    line-height: 1;
}

.footer-widget-box.ab-us a {
    color: var(--white-color);
    text-transform: uppercase;
}

.footer-widget-box.ab-us a i {
	margin-left: 1rem;
	
}

.footer-widget-box ul.foo-list li {
    display: block;
    margin-bottom: 1rem;
}

.footer-widget-box ul.foo-list li:last-child {
	margin-bottom: 0;
}

.footer-widget-box ul.foo-list li span {
	text-transform: uppercase;
}

.footer-widget-box ul li a {
    text-transform: capitalize;
    line-height: 1.4;
}

.footer-widget-box ul li:hover a {
	color: var(--theme-color);
}

.footer-contact p {
}

.footer-contact ul li {
	font-weight: 500;
	font-size: 1.3rem;
	color: var(--white-color);
}

.footer-contact ul li i {
    margin-right: 10px;
    color: var(--white-color);
}

.copyright {
    padding: 2rem 0;
    border-top: 1px solid #2b3b51;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright.dem {
	display: block;
	text-align: center;
	padding: 5rem 0;
}

.copyright p {
    color: var(--white-color) !important;
    margin-bottom: 0;
    text-transform: capitalize;
}

footer ul.footer-social {
	display: flex;
}

footer ul.footer-social li {
	margin-right: 1.5rem;
}

footer ul.footer-social li:last-child {
	margin-right: 0;
}

footer ul.footer-social li a i {
	color: var(--white-color);
	font-size: 1.3rem;
}

footer ul.footer-social li:last-child {
	margin-bottom: 0;
}

.footer-widget-box p,
.footer-widget-box ul li a,
.foo-widget-title,
.copyright p,
.copyright span,
.re-post-desc h6,
.re-post-desc p{
	color: var(--white-color);
}

.footer-widget-box.ab-us p,
.footer-widget-box ul li a,
.footer-contact p,
.copyright p,
.copyright span,
.copyright span a,
.footer-widget-box.ab-us a {
    font-size: 1.4rem;
}

header.header.single-head .navbar {
    margin-top: 2rem;
}

header.header.single-head .navbar.in {
    margin-top: 0;
}

.main-breadcrumb {
	padding: 1rem 0 1.6rem;
	text-align: center;
}

.site-breadcrumb-title {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    height: 50vh;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
	background-color: ;
}
.site-breadcrumb-title::before {
	position: absolute;
	content: '';
    background-color: rgb(0, 0, 0,0.502);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.site-breadcrumb-title h2 {
    font-size: 4rem;
    text-transform: uppercase;
    color: var(--white-color);
    padding-top: 13rem;
}

.main-breadcrumb .breadcrumb-menu {
	position: relative;
}

.main-breadcrumb .breadcrumb-menu li {
	position: relative;
	display: inline-block;
	margin-left: 3rem;
	color: var(--heading-color);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2.4rem;
}

.main-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    width: 2rem;
    right: -2.7rem;
    top: 7px;
    text-align: center;
    font-size: 1.4rem;
    color: #d63031;
}
.hero-content .hro-btn{
    margin-top:5rem;
}
.main-breadcrumb .breadcrumb-menu li:first-child{
	margin-left:0;	
}

.main-breadcrumb .breadcrumb-menu li:last-child:before{
	display:none;	
}

.main-breadcrumb .breadcrumb-menu li a {
    color: var(--white-color);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1rem;
    font-size: 1.3rem;
}

.main-breadcrumb ul li.active a {
	color: #d63031;
}

.main-breadcrumb .breadcrumb-menu li a:hover{
	color: #d63031;
}
.accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
}

.accordion-item:not(last-child) {
  margin-bottom: 3rem;
}

.accordion-button {
  padding: 2.5rem 2rem;
  font-size: 1.5rem;
  color: var(-clr-heading);
  background-color: var(-clr-bg);
  font-weight: 500;
}

.accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f067";
  background-image: inherit;
  font-size: 1.4rem;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f068";
  font-size: 1.4rem;
}

.accordion-button:not(.collapsed) {
  border: none;
}

.accordion-button:not(.collapsed) {
  color: var(-clr-heading);
  background-color: var(-clr-heading);
  box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
}

.accordion-body {
  padding: 2rem 2rem 2rem 2rem;
}

.accordion-body p {
  font-size: 1.6rem;
}

.single-content {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

.single-content:last-child {
	margin-bottom: 0;
}

.single-content .single-page-img {
    margin-bottom: 1.5rem;
}

.single-content h2.single-content-title {
    font-size: 3.2rem;
}

.blog-single-btn {
	margin-top: -1rem;
}

.blog-single-btn a {
    display: inline-block;
}

.single-content .single-page-meta-content {
	margin-bottom: 2rem;
}

.single-content .single-page-meta-content ul {
    display: flex;
    align-items: center;
}

.single-content  .single-page-meta-content ul li {
	margin-right: 1.5rem;
}

.single-content .single-page-meta-content .single-meta-box {
    display: flex;
    align-items: center;
}

.single-content .single-page-meta-content .single-meta-box img {
	border-radius: 50%;
}

.single-content .single-page-meta-content .single-meta-box h5 {
	font-size: 1.6rem;
	color: var(--body-color);
	text-transform: capitalize;
	margin-bottom: 0;
	margin-left: 1rem;
	font-weight: 400;
}

.single-meta-box.single-meta-tags {
    background-color: var(--theme-color);
    padding: 3px 5px;
    line-height: 1;
}

.single-meta-box.single-meta-tags a {
	color: var(--white-color);
}

.single-content .single-content-text {
	margin-bottom: 3rem;
}

.single-content .single-content-text p:nth-child(4){
	margin-bottom: 3rem;
}

.single-content .single-content-text p:last-child{
	margin-bottom: 0;
}

.single-content p.single-text-spec {
    padding: 3rem;
    margin: 2rem 3rem 2rem 3rem;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
}

.single-content p.single-text-spec span {
    display: block;
    text-align: right;
    position: relative;
    z-index: 1;
	color: var(--heading-color);
	font-size: 1.6rem;
	line-height: 1;
	margin-top: 8px;
}

.single-content p.single-text-spec span::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 125px;
    background-color: var(--theme-color);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 3.4rem;
    height: 1px;
}

.single-content .single-content-tags ul {
	display: flex;
	align-items: center;
}

.single-content .single-content-tags ul li a {
	padding: 8px 2rem;
	font-size: 1.4rem;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: var(--white-color);
	text-transform: capitalize;
	display: block;
}

.single-content .single-content-tags ul li {
	margin-right: 1.5rem;
}

.single-content .single-content-tags ul li:last-child {
	margin-right: 0;
}

.single-content .single-content-tags ul li:nth-child(1) a {
	background-color: #5156ea;
}

.single-content .single-content-tags ul li:nth-child(2) a {
	background-color: #fe0040;
}

.single-content .single-content-tags ul li:nth-child(3) a {
	background-color: #08647b;
}

.single-content .single-content-tags ul li:nth-child(4) a {
	background-color: #0e7a58;
}

.single-content .single-content-tags ul li:nth-child(5) a {
	background-color: #0431b0;
}

.single-content .single-content-share {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
	margin: 3rem 0 3rem;
}

.single-content .single-content-share h5 {
	font-size: 1.8rem;
	margin-bottom: 0;
	color: var(--theme-color);
	font-weight: 400;
	margin-right: 2.3rem;	
}

.single-content .single-content-share ul.team-social {
    display: flex;
    align-items: center;
    font-size: 2rem;
}

.single-content .single-content-share ul.team-social li {
	margin-right: 1.5rem;
}

.single-content .single-content-share ul.team-social li:last-child {
	margin-right: 0;
}

.single-content .single-content-share ul.team-social li a i {
	color: #19274d;
}

.single-content .single-content-share ul.team-social li:hover a i {
	color: var(--theme-color);
}

.sidebar .sidebar-widget {
	padding: 2rem;
	-webkit-box-shadow: 0px 4px 38.4px 1.6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 38.4px 1.6px rgba(0, 0, 0, 0.08);
	margin-bottom: 3rem;
	border-radius: 5px;
}

.sidebar .sidebar-widget:last-child {
	margin-bottom: 0;
}

.sidebar h4.widget-title {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 3rem;
}

.sidebar h4.widget-title::before {
    position: absolute;
    content: '';
    width: 3rem;
    height: 1px;
    background-color: var(--theme-color);
    right: -50px;
    top: 50%;
    transform: translate(10px, -50%);
}

.sidebar .sidebar-widget.search form {
	position: relative;
	z-index: 1;		
}

.sidebar .sidebar-widget.search form input {
    width: 100%;
    height: 5.5rem;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    outline: none;
    border: none;
	background-color: #f8f9ff;
}

.sidebar .sidebar-widget.search form input::placeholder {
	color: var(--heading-color);
	text-transform: capitalize;
}

.sidebar .sidebar-widget.search form button {
    position: absolute;
    right: 0;
    padding: 1.3rem 2.4rem;
    background: var(--theme-color);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: var(--white-color);
    text-transform: capitalize;
    border: none;
    outline: none;
    top: 0;
    font-size: 1.8rem;
}

.sidebar .sidebar-widget.recent-post .recent-post-content .recent-post-single {
    display: grid;
    align-items: center;
    grid-template-columns: 7rem 1fr;
    grid-gap: 2rem;
	margin-bottom: 2rem;
}

.sidebar .sidebar-widget.recent-post .recent-post-content .recent-post-single .recent-post-img img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sidebar .sidebar-widget.recent-post .recent-post-content .recent-post-single:last-child {
	margin-bottom: 0;
}

.sidebar .sidebar-widget.recent-post .recent-post-content .recent-post-single .recent-post-info span {
    text-transform: uppercase;
    display: block;
    font-size: 1.6rem;
    margin-top: -1rem;
    margin-bottom: 5px;
}

.sidebar .sidebar-widget.recent-post .recent-post-content .recent-post-single .recent-post-info h5 {
	text-transform: capitalize;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.sidebar .sidebar-widget.cate ul li {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	line-height: 1;
}

.sidebar .sidebar-widget.cate ul li:last-child {
	margin-bottom: 0;
}

.sidebar .sidebar-widget.cate ul li a i {
    font-size: 1.4rem;
    color: #333b55;
    margin-right: 2rem;
}

.sidebar-widget.Tags ul li {
    display: inline-block;
    line-height: 1;
	margin-bottom: 3rem;
}

.sidebar-widget.Tags ul li:last-child {
	margin-bottom: 0;
}

.sidebar-widget.Tags ul li a {
	padding: 1.3rem 2.4rem;
	text-transform: capitalize;
	font-size: 1.4rem;
	line-height: 1;
	transition: .5s ease;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sidebar-widget.Tags ul li a:hover {
	background: var(--theme-color);
	color: var(--white-color);
}

.sidebar-widget.Tags ul li:nth-child(4) a {
	background: var(--theme-color);
	color: var(--white-color);
}

.pagination-wrapper {
  text-align: center;
  margin: 0 0;
}

.pagination {
  display: inline-block;
  margin-top: 70px;
  padding: 0 25px;
  background-color: #eee;
}

@media only screen and (max-width: 1199px) {
  .pagination {
    height: 50px;
    margin-top: 50px;
    padding: 0 10px;
  }
}

.page-numbers {
  display: block;
  padding: 0 25px;
  float: left;
  transition: 400ms ease;
  color: #595959;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 70px;
}

.page-numbers:hover, .page-numbers.current {
  background-color: var(--theme-color);
  color: #fff;
}

.page-numbers.prev:hover, .page-numbers.next:hover {
  background-color: transparent;
  color: var(--theme-color);
}

@media only screen and (max-width: 1199px) {
  .page-numbers {
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 120px) and (max-width: 1024px) {
  .page-numbers {
    padding: 0 14px;
    display: none;
  }
	
  .page-numbers:nth-of-type(2) {
    position: relative;
    padding-right: 50px;
  }
	
  .page-numbers:nth-of-type(2)::after {
    content: '...';
    position: absolute;
    font-size: 25px;
    top: 0;
    left: 45px;
  }
	
  .page-numbers:nth-child(-n+3), .page-numbers:nth-last-child(-n+3) {
    display: block;
  }
	
  .page-numbers:nth-last-child(-n+4) {
    padding-right: 14px;
  }
	
  .page-numbers:nth-last-child(-n+4)::after {
    content: none;
  }
}

.subnav {
	position:relative;
	z-index:4;
	background: rgb(246,246,246);
}

.subnav .container>ul>li>a {
	color: rgb(136,136,136);
	font-size: 15px;
	font-size: 15px;
}

.subnav .container li.on>a,
.subnav .container li.pn>a {
	color: rgb(67,146,176);
}
@media(min-width:992px) {
	.subnav .container>ul {
		text-align: center;
		font-size: 0;
		margin: 0;
	}

	.subnav .container>ul>li {
		display: inline-block;
		position: relative;
	}

	.subnav .container>ul>li>a {
		display: block;
		padding: 15px 20px;
	}

	.subnav .container>ul>li.has>a:after {
		display: inline-block;
		font-family:'FontAwesome';
		content: "\f107";
		margin-left: 3px;
		transition: transform .3s;
	}

	.subnav .container>ul>li.has:hover>a:after {
		transform: rotate(180deg);
	}

	.subnav .container>ul>li ul {
		position: absolute;
		left: 100%;
		top: 0;
		width: 140px;
		white-space: nowrap;
		text-align: center;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		transition: .05s;
		transform: scale(0);
		transform-origin: top center;
	}

	.subnav .container>ul>li ul ul {
		transform-origin: left center;
	}

	.subnav .container>ul>li>ul li.parent {
		display: none;
	}

	.subnav .container>ul>li>ul li.right ul {
		left: auto;
		right: 100%;
		transform-origin: right center;
	}

	.subnav .container>ul li:hover>ul {
		visibility: visible;
		opacity: 1;
		transition: .3s;
		transform: scale(1);
	}

	.subnav .container>ul>li>ul {
		left: 50%;
		top: 100%;
		width: 140px;
		margin-left: -70px;
	}

	.subnav .container>ul>li ul {
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}

	.subnav .container>ul>li ul>li {
		position: relative;
		border-top: 1px solid #f5f5f5;
	}

	.subnav .container>ul>li ul>li:first-child {
		border-top: 0;
	}

	.subnav .container>ul>li ul>li>a {
		display: block;
		padding: 8px 0;
		font-size: 15px;
	}
}

@media(max-width:991px) {
  .subnav {
    display: block;
  }
	.subnav .container {
		padding: 2px 0 1px 0;
	}

	.subnav .container ul {
		overflow: auto;
		white-space: nowrap;
		font-size: 0;
		text-align: center;
		margin: 0;
	}

	.subnav .container ul>li {
		display: inline-block;
		padding: 8px;
	}

	.subnav .container>ul>li ul {
		position: absolute;
		background: #fff;
		top: 100%;
		left: 0;
		right: 0;
		visibility: hidden;
		opacity: 0;
		transition: .3s;
		transform: translateY(-8px);
	}

	.subnav .container>ul>li.active {
		background: #fff;
	}

	.subnav .container>ul>li.active>ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(-2px);
	}

	.subnav .container>ul>li ul>li>a {
		font-size: 15px;
	}

	.subnav .container>ul>li>ul li.parent.pn>a {
		color: rgb(136,136,136);
	}

	.subnav ul::-webkit-scrollbar {
		height: 1px;
		background: rgb(246,246,246);
	}

	.subnav ul::-webkit-scrollbar-track-piece {
		height: 1px;
	}

	.subnav ul::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0);
		transition: .2s;
	}

	.subnav ul:hover::-webkit-scrollbar-thumb {
		background: rgb(67,146,176);
	}
}

@media only screen and (min-width: 991px) and (max-width: 1200px){
	.navbar .navbar-expand-lg .navbar-nav .nav-link,
	.navbar .navbar-nav .nav-link {
		padding: 1rem;
		font-size: 1.4rem;
	}

	.feature-wrapper ul {
		display: flex;
		margin-top: 3rem;
	}
	
	.feature-wrapper ul li {
		margin-right: 1rem;
		box-sizing: border-box;
	}
	
	.hero-content {
		padding-top: 10rem;
	}
	
	.hero-content h2 {
		font-size: 5rem;
	}
	
	.sub-area .sub-wrapper .sub-left .sub-left-info h2 {
		font-size: 3rem;
	}
	
	.benefit-right .benefit-right-img {
		padding-left: 2rem;
		padding-right: 3rem;
	}
	
	.price-wrapper .price-box {
		padding: 4rem;
	}
		
	.blog-wrapper .blog-box .blog-meta ul li {
		margin-right: 1rem;
	}
		
	.footer-widget-wrapper {
		grid-gap: 6rem;
	}
		
	aside.sidebar {
		margin-top: 3rem;
	}
		
	.single-page-img img {
		width: 100%;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
	.bsnav-mobile .navbar-nav .nav-item .nav-link {
		max-width: 100%;
		padding: 5px 0;
		display: inline-block;
		padding-top: 2rem;
	}

	.grid-2 {
		grid-template-columns: 1fr;
	}
	
	.grid-3 {
		grid-template-columns: repeat(2,1fr);
	}
	
	.grid-4 {
		grid-template-columns: repeat(2,1fr);
	}
		
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 25px;
	}
		
	.navbar ul.navbar-nav .nav-item a {
		color: var(--heading-color) !important;
	}

	.navbar.sticked.in ul.navbar-nav .nav-item a {
		color: var(--heading-color);
	}
	
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 2.5rem;
	}
	
	.navbar {
		padding: 2rem;
	}
	
	.navbar-toggler .navbar-toggler-icon,
	.navbar-toggler .navbar-toggler-icon::after,
	.navbar-toggler .navbar-toggler-icon::before {
		background-color: #FFF;
	}
	
	.navbar-toggler.active .navbar-toggler-icon,
	.navbar-toggler.active .navbar-toggler-icon::after,
	.navbar-toggler.active .navbar-toggler-icon::before {
		background-color: #FFF;
	}
	
	.navbar.sticked.in .navbar-toggler .navbar-toggler-icon,
	.navbar.sticked.in .navbar-toggler .navbar-toggler-icon::after,
	.navbar.sticked.in .navbar-toggler .navbar-toggler-icon::before {
		background-color: #FFF;
	}
	
	.header-top-area .header-top-wrapper .header-top-left ul li {
		margin-right: 2rem;
	}
	
	.hero-content {
		padding: 0;
		padding-top: 10rem;
	}
	
	.hero-single .hero-content h2 {
		font-size: 5rem;
		line-height: 1.1;
	}
	
	.hero-content p {
		font-size: 1.8rem;
		line-height: 3rem;
	}

	.fet-wrapper.grid-3 {
		grid-row-gap: 5rem;
	}
	
	.about-wrapper .about-right {
		padding-left: 0;
	}
	
	.benefit-right-img img {
		width: 100%;
	}
	
	.benefit-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
	}
	
	.benefit-right .benefit-right-img {
		padding-left: 0;
		padding-bottom: 3rem;
		padding-right: 3rem;
	}
	
	.benefit-opt.grid-2 {
		grid-template-columns: 1fr 1fr;
	}
	
	.sub-area .sub-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
	}
	
	.sub-area .sub-wrapper .sub-left {
		display: flex;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	
	.sub-area .sub-wrapper .sub-left .sub-left-icon {
		margin-right: 0;
		margin-bottom: 2rem;
	}
	
	.sub-right form button {
		right: 7px;
		top: 7px;
	}
	
	.price-wrapper .price-box {
		padding: 4rem;
	}
	
	.contact-area .contact-wrapper {
		grid-template-columns: 1fr;
	}
	
	.contact-area .contact-addr .contact-addr-box .contact-addr-single p {
		margin-left: 0;
		margin-top: 2rem;
	}
	
	.contact-wrapper .contact-addr {
		text-align: center;
		padding: 8rem 2rem;
	}
	
	.contact-area .contact-addr .contact-addr-box .contact-addr-single {
		align-items: center;
		margin-bottom: 2rem;
		justify-content: center;
		flex-direction: column;
	}
	
	.contact-wrapper .contact-addr-social .contact-social {
		justify-content: center;
	}
	
	.contact-wrapper .contact-addr-social .contact-social li:last-child {
		margin-right: 0;
	}
	
	.con-wrapper .con-addr {
		text-align: center;
		padding: 8rem 2rem;
	}
	
	.con-area .con-addr .con-addr-box .con-addr-single {
		align-items: center;
		margin-bottom: 2rem;
		justify-content: center;
		flex-direction: column;
	}
	
	.con-area .con-addr .con-addr-box .con-addr-single p {
		margin-left: 0;
		margin-top: 2rem;
	}
	
	.con-wrapper .con-addr-social .con-social {
		justify-content: center;
	}
	
	.con-wrapper .con-addr-social .con-social li:last-child {
		margin-right: 0;
	}
	
	.footer-widget-box.contact-us {
		transform: translate(0);
	}
	
	.footer-widget-wrapper.grid-4 {
		grid-template-columns: repeat(2,1fr);
	}
	
	.contact-area .contact-wrapper {
		grid-template-columns: 1fr;
	}

	.con-area .con-wrapper {
		grid-template-columns: 1fr;
	}
	
	.footer-widget-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 3rem;
	}
	
	.footer-widget-wrapper {
		margin-bottom: 3rem;
	}
	
	aside.sidebar.left-bar {
		margin-bottom: 3rem;
	}
	
	.pagination {
		margin-top: 2rem;
	}
	
	.com-form {
		margin-bottom: 3rem;
	}
	
}

@media only screen and (max-width: 767px) {
	.site-title h2 {
		font-size: 3rem;
	}
	
	.de-padding{
		padding: 5rem 0;
	}

	.de-pt {
		padding-top: 5rem;
	}

	.pt-120 {
		padding-top: 5rem;
	}

	.pt-105 {
		padding-top: 5rem;
	}

	.pt-210 {
		padding-top: 13rem;
	}
	
	.de-pb {
		padding-bottom: 5rem;
	}

	.pb-120 {
		padding-bottom: 5rem;
	}

	.pb-105 {
		padding-bottom: 5rem;
	}
	
	.pb-80 {
		padding-botto: 5rem;
	}
		
	.main-breadcrumb {
		padding: 0;
		text-align: center;
	}
	
	.site-breadcrumb-title h2 {
		font-size: 3rem;
		line-height: 1;
		margin-bottom: 0;
		padding-top: 8rem;
	}

	.navbar ul.navbar-nav .nav-item a {
		color: var(--heading-color) !important;
	}

	.navbar.sticked.in ul.navbar-nav .nav-item a {
		color: var(--heading-color);
	}
	
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 2.5rem;
	}
	
	.navbar {
		padding: 2rem;
	}
	
	.navbar-toggler .navbar-toggler-icon,
	.navbar-toggler .navbar-toggler-icon::after,
	.navbar-toggler .navbar-toggler-icon::before {
		background-color: #FFF;
		outline: none;
	}
	
	.navbar-toggler.active .navbar-toggler-icon,
	.navbar-toggler.active .navbar-toggler-icon::after,
	.navbar-toggler.active .navbar-toggler-icon::before {
		background-color: #FFF;
	}
	
	.navbar.sticked.in .navbar-toggler .navbar-toggler-icon,
	.navbar.sticked.in .navbar-toggler .navbar-toggler-icon::after,
	.navbar.sticked.in .navbar-toggler .navbar-toggler-icon::before {
		background-color: #FFF;
	}
	
	.bsnav-mobile .navbar-nav .nav-item .nav-link {
		max-width: 100%;
		display: inline-block;
		padding-top: 1rem;
	}
	
	.bsnav-mobile .navbar-nav .nav-item .navbar-nav {
		margin-left: 0;
		margin-right: 0;
	}

	.grid-2 {
		grid-template-columns: 1fr;
	}
	
	.grid-3 {
		grid-template-columns: 1fr;
	}
	
	.grid-4 {
		grid-template-columns: 1fr;
	}
		
	.header-top-area {
		display: none;
	}
		
	.navbar {
		margin-top: 0;
	}
	
	.hero-section {
		height: auto;
		
	}
	.hero-single {
		height: auto;
		padding: 8rem 0;
	}
	
	.hero-single .hero-content {
		padding-top:  5rem;
	}
	
	.hero-single .hero-content h2 {
		font-size: 3.6rem;
		line-height: 1.1;
	}
	
	.hero-content p {
		font-size: 1.8rem;
		line-height: 3rem;
	}
	
	.about-wrapper .about-right {
		padding-left: 0;
	}
	
	
	.about-wrapper .about-right ul li {
		align-items: center;
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}
	
	.about-wrapper .about-right ul li img {
		margin-right: 0;
		margin-bottom: 2rem;
	}
	
	.about-more-btn {
		text-align: center;
	}
	
	.fet-wrapper.grid-3 {
		grid-row-gap: 5rem;
	}
	
	.progress-wrapper.grid-4 {
		grid-template-columns: 1fr 1fr;
	}
	
	.team-wrapper.grid-3 {
		grid-template-columns: 1fr 1fr;
	}
	
	.benefit-opt.grid-2 {
		grid-template-columns: 1fr 1fr;
	}
	
	.benefit-btm-wrapper .benefit-btm-box {
		align-items: center;
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.benefit-btm-wrapper .benefit-btm-icon {
		margin-bottom: 2rem;
	}
	
	.wh-wrapper .wh-box {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.wh-wrapper .wh-box .wh-icon {
		margin-bottom: 2rem;
	}

	.wh-wrapper .wh-box .wh-info {
		padding-left: 0;
	}
		
	.sub-area .sub-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
	}
	
	.sub-area .sub-wrapper .sub-left {
		display: flex;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	
	.sub-area .sub-wrapper .sub-left .sub-left-icon {
		margin-right: 0;
		margin-bottom: 2rem;
	}
	
	.sub-right form button {
		right: 6px;
		top: 6px;
	}
		
	.benefit-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
	}
	
	.benefit-right .benefit-right-img {
		padding-left: 0;
		padding-bottom: 3rem;
		padding-right: 3rem;
	}
		
	.service-wrapper.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 5rem;
	}
		
	.price-wrapper .price-box {
		padding: 4rem;
	}

	.blog-wrapper .blog-box .blog-meta ul li {
		margin-right: 1rem;
	}
		
	.con-area .con-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
	}
	
	.con-wrapper .con-addr {
		padding: 8rem 2rem;
	}
	
	.con-area .con-wrapper .con-inputs h2 {
		margin-bottom: 3rem;
		font-size: 3.6rem;
	}
		
	.contact-area .contact-wrapper {
		grid-template-columns: 1fr;
	}
	
	.contact-area .contact-addr .contact-addr-box .contact-addr-single p {
		margin-left: 0;
		margin-top: 2rem;
	}
	
	.contact-wrapper .contact-addr {
		text-align: center;
		padding: 8rem 2rem;
	}
	
	.contact-area .contact-addr .contact-addr-box .contact-addr-single {
		align-items: center;
		margin-bottom: 2rem;
		justify-content: center;
		flex-direction: column;
	}
	
	.contact-wrapper .contact-addr-social .contact-social {
		justify-content: center;
	}
	
	.contact-wrapper .contact-addr-social .contact-social li:last-child {
		margin-right: 0;
	}
	
	.con-wrapper .con-addr {
		text-align: center;
	}
	
	.con-area .con-addr .con-addr-box .con-addr-single {
		align-items: center;
		margin-bottom: 2rem;
		justify-content: center;
		flex-direction: column;
	}
	
	.con-area .con-addr .con-addr-box .con-addr-single p {
		margin-left: 0;
		margin-top: 2rem;
	}
	
	.con-wrapper .con-addr-social .con-social {
		justify-content: center;
	}
	
	.con-wrapper .con-addr-social .con-social li:last-child {
		margin-right: 0;
	}
		
	.single-content .single-page-meta-content ul {
		align-items: center;
		flex-wrap: wrap;
	}
	
	.single-content .single-page-meta-content ul li {
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
	
	.single-content .single-content-tags ul {
		align-items: center;
		flex-wrap: wrap;
	}
	
	.single-content .single-content-tags ul li {
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
		
	footer.single-page-footer .contact-us {
		transform: translate(0, 0);
	}
	
	.footer-widget-box.contact-us {
		transform: translate(0);
	}
	
	.footer-widget-wrapper {
		grid-template-columns: 1fr;
		margin-bottom: 0;
		grid-gap: 3rem;
	}
	
	.footer-widget-box h4 {
		margin-bottom: 2rem;
	}
	
	.footer-menu .logo-menu ul {
		flex-direction: column;
	}
	
	.footer-menu .logo-menu {
		grid-template-columns: 1fr;
	}
	
	footer .footer-content {
		grid-template-columns: 1fr;
	}
	
	footer .footer-content ul {
		justify-content: flex-start;
	}
	
	.copyright {
		display: inherit;
		text-align: center;
	}
	
	footer ul.footer-social {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.user-pic {
		margin-bottom: 2rem;
	}
		
	aside.sidebar {
		margin-top: 3rem;
	}
		
	aside.sidebar.left-bar {
		margin-bottom: 3rem;
	}
	
	.pagination {
		margin-top: 2rem;
	}
	
	.com-form {
		margin-bottom: 3rem;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.main-navigation .navbar.bsnav-sticky .navbar-collapse ul li a {
		color: #333;
	}
}

@media only screen and (max-width: 576px) {	
	.progress-wrapper.grid-4 {
		grid-template-columns: 1fr;
		grid-gap: 5rem;
	}

	.team-wrapper.grid-3 {
		grid-template-columns: 1fr;
	}
	
	.benefit-opt.grid-2 {
		grid-template-columns: 1fr;
	}
	
	.slider-single.owl-theme .owl-nav {
		display: none;
	}
}