img {
	overflow: hidden;
}

a {
	font-family: Roboto, sans-serif;
	text-decoration: none;
	color: #454545;
}
body{
	font-family: Roboto, sans-serif;
}

p {
	font-family: Roboto, sans-serif;
	margin-bottom: 0rem;
}

ul {
	padding-left: 0rem;
	margin-bottom: 0rem;
}

ul li {
	text-decoration: none;
	list-style-type: none;
}
ul li:focus{
	outline: none !important;
}

pre {
	font-family: Roboto, sans-serif;
}

button, input, select, textarea, a {
    outline: none !important;
}
.main-spacing{
	margin-top: 80px;
	margin-bottom: 80px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #ed2939;
}
.hero-section {
    background: url(../image/slider-banner/main.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 460px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    position: relative;
}

.hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 70%;
    background: #1f3044;
    opacity: 0.9;
	border-radius: 5px;
}
.carousel-inner {
    max-width: 750px;
}

.carousel-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}


/*Go To Top Button*/

.section-spacing {
	position: relative;
	margin-top: 80px;
}

#myBtn {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 30px;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	width: 34px;
	height: 34px;
	border-radius: 40px;
	background-image: url(../image/svg/up-arrow.svg);
}

/*navbar start*/

#sticky {
	top: 0;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 3;
	background: white;
	position: sticky;	   
}

.floatingNav {
	box-shadow: 0px 0px 5px 0px rgb(153 153 153 / 62%);
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    transition: .8s ease-in-out;
}

.dropdown-toggle::after {
	display: none;
}





.navbar>.container,
.sidenav ul li a .navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
	max-width: 1522px;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 120px;
	margin-bottom: 0;
	list-style: none;
	float: none;
	text-align: center !important;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none !important;
}

.nav-link {
	padding-left: 70px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}

.navbar-nav li a {
	position: relative;
}

.navbar-nav li a:before {
	content: "";
	position: absolute;
	top: 100%;
	bottom: 52%;
	width: 0%;
	height: 8%;
	background: #ed2939;
	border-radius: 30px;
	transition: all 0.3s linear;
}

.navbar-nav li a:hover:before {
	width: 50%;
}

.bg-light {
	background-color: #f5f5f5 !important;
}

.header-top .container {
	max-width: 1480px;
}

.navbar-expand-lg .navbar-nav {
	text-align: center;
}

.navbar-light .navbar-nav .nav-link {
	color: black;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	color: #ed2939!important;
}

.navbar {
	display: inline-block;
	padding: 0;
	align-items: initial;
}

.main-menu {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	float: right;
	display: flex;
	vertical-align: middle;
	position: relative;
	margin-top: 0px;
	font-family: 'Work Sans', sans-serif;
}
.header-top .row{
	align-items: center;
}
.sidenav ul li a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.main-menu ul li a {
	padding-top: 10px;
}


/*Hero section start from*/
.testing2 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
}

.category-collections-hero {
	font-family: 'Rubik', sans-serif;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.9px;
	font-size: 54px;
	margin-top: 10px;
}
.theme-supp{
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	margin: 10px 0 15px 0;
}
.typewriter h1 {
  overflow: hidden;
  white-space: nowrap; 
  margin: 0 auto; 
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #ed2939; }
}

.category-collections-hero2 {
	font-family: 'Rubik', sans-serif;
	color: black;
	font-weight: 500;
	letter-spacing: 0.9px;
	font-size: 53px;
	margin-top: 10px;
}
/*sidebar*/
#info{
	font-size: 18px;
	color: #555;
}
.scrollbar{
	float: left;
	height: 100px;
	width: 100%;
	overflow-y: auto;
	margin-bottom: 40px;
}
#wrapper{
	width: 100%;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ed2939;
}

/* width */
body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
body::-webkit-scrollbar-thumb {
  background: #ed2939; 
  border-radius: 5px;
}
a:hover, a.active, a:focus{
	color: #ed2939;
	text-decoration: none;
    transition: 0.3s ease-in-out;
    outline: none;
}
.section-gap{
	margin-top: 30px;
}
.webithemes{
	background-color: #f4f1f9;
    /* background: linear-gradient(180deg, #F6F7FB 0%, rgba(246, 247, 251, 0) 100%); */
    padding: 60px 0 30px;
}
.webithemes .btn.btn-primary{
	background-color: #1f3044;
	border-color: #1f3044;
}
.webithemes .btn.btn-primary:hover{
	border-color: #1f3044;
	background-color: #fff;
	color: #1f3044;
}
.webithemes .btn.btn-primary:focus , .webithemes .btn.btn-primary:active{
	color: #fff;
}
.blocks-list .badge-success{
	background-color: #daf3e4;
	color: #329f5c;
}
.blocks-list .badge-danger{
	background-color: #ffe3e1;
	color: #ec5b54;
}
.blocks-list .badge-primary{
	background-color: #e4dfef;
	color: #9b99da;
}
/* theme name content */
.categories h2{
	text-align: center;
	font-weight: 700;
	font-size: 50px;
	max-width: 700px;
	margin: 0 auto;
}

.help a{
	color: #ffffff;
	background: #ed2939;
	padding: 10px 20px;
	border-radius: 4px;
	animation: flash 2s infinite;
}
@keyframes flash {
  50%  {background: #1f3044;}
  100% {background: #ed2939;}
}
.categories h2 span{
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #ED2939 49.89%, #DA138E 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}
.blocks h3{
	font-size: 18px;
	width: 90%;
    margin: 20px auto 0;
    text-align: center;
    margin-bottom: 40px;
	position: relative;
	padding-bottom: 20px;
	color: #000;
    line-height: 30px;
}
.blocks h3::before{
	content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background-color: #ed2939;
}
/* .blocks-list {
    display: flex;
    flex-wrap: wrap;
	gap: 20px;
    justify-content: center;
    list-style: none;
    padding: 0;
} */
.blocks-item {
    border-radius: 0px;
    box-sizing: border-box;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 26px;
    max-width: 100%;
    text-align: center;
	transition: all 0.5s ease-in-out;
}
.blocks-item:hover{
	transform: translateY(-8px);
	transition: all 0.5s ease-in-out;
}
.blocks-item-link >.d-flex >.flex-grow-1{
	padding: 30px 0 0;
}
.blocks-item .d-flex .flex-grow-1 h4{
	text-align: left;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
}
.blocks-item .d-flex .flex-grow-1.text-start{
	max-width: 260px;
}
.blocks-item-link .flex-grow-1 span:not(.badge){
	font-size: 14px;
	color: darkgray;
}
.blocks-item-link .flex-grow-1 span.badge{
	font-size: 13px;
	border-radius: 12px;
}
.badge-div{
	max-width: 165px;
	justify-content: flex-end;
	gap: 8px;
}
.blocks-item-link:hover{
	color: #000;
}
.blocks-item-link:hover h4 , .blocks-item-link:focus h4,.blocks-item-link:active h4{
	background: linear-gradient(269.34deg, #FC8A3D -0.22%, #ed2939 49.89%, #DA138E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blocks-item-link:hover span:not(.badge) , .blocks-item-link:focus span:not(.badge),.blocks-item-link:active span:not(.badge){
	color: #000;
}
.blocks-item-link {
    padding: 20px;
	background-color: #fff;
	/* border: 1px solid #ccc; */
	border-radius: 10px;
	box-shadow: 0 0 34px rgba(0,0,0,.15);
}
.blocks-item-link img{
	border-radius: 10px;
}
.blocks-item img{
	display: inline-block;
	vertical-align: middle;
}
.blocks-item-title {
    font-weight: bold;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 1px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
/* theme link contant */
.feedback {
    border: 1px solid black;
    text-align: center;
    padding: 40px;
    margin-bottom: 30px;
	border-radius: 5px;
}
.feedbackrow{
	display: flex;
    justify-content: space-between;
}
.feedback h2{
	font-size: 22px;
	margin-bottom: 10px;
}
.feedback p{
	margin-top: 20px;
	margin-bottom: 20px;
}
.feedback h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.feedback a.callout-box-button{
	padding: 8px 20px;
	width: 200px; 
}
a.callout-box-button {
    margin-top: 10px;
    font-weight: 600;
    background: black;
    padding: 8px 30px;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}
.divider {
    height: 2px;
    background: #ed2939;
    width: 30px;
    margin: 0 auto;
    display: inline-block;
}
/* theme support */
.testing2 .web-mail{
    font-size: 14px;
    padding: 0px;
    border: none;
    background: unset;
}
.testing2 .web-mail:hover {
    font-size: 14px;
    background:unset;
    border: none;
}
.themesupp-hero{
	color: #fff;
	font-size: 36px;
	margin-bottom: 20px;
}
.carousel-inner a {
    border: solid 2px #fff;
    color: #FFF;
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}
.carousel-inner a:hover {
    border: solid 2px #ed2939;
    color: #fff;
    background-color: #fff;
    font-size: 17px;
    margin-bottom: 25px;
    text-decoration: none;
}

a.callout-box-button {
    margin-top: 10px;
    font-weight: 600;
    background: black;
    padding: 8px 30px;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
	border-radius: 5px;
}
a.callout-box-button:hover{
	background: #ed2939;
}
.carousel-inner p {
    color: #FFF;
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 25px;
}
.community-hero{
	border-radius: 5px;
	box-shadow: 0 0 34px rgba(0,0,0,.15);
}

/* footer css */
#main-footer {
    padding: 45px 0;
    text-align: center;
    background-color: #1f3044;
    position: relative;
}

.footer-title {
    text-align: center;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.05em;
    margin: 2rem 0;
    font-size: 20px;
    text-transform: none;
}
.copy{
	background: #fff;
	padding: 10px 0px;
	text-align: center;
}
.copy p{
	color: #767676;
    margin-top: 0px;
    line-height: 24px;
    font-size: 12px;
}
.copy p a{
	color: #000;
	font-weight: 500;
}
.copy p a:hover{
	color: #ed2939;
}
.wp {
    position: fixed;
    right: 20px;
    bottom: 155px;
    cursor: pointer;
    z-index: 8;
    transition: all .5s ease-in-out;
}
.sk {
    position: fixed;
    right: 25px;
    bottom: 200px;
    cursor: pointer;
    z-index: 8;
    transition: all .5s ease-in-out;
    margin-bottom: -15px;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 85px;
    cursor: pointer;
    z-index: 8;
    height: 50px;
    width: 50px;
    line-height: 0;
    padding: 7px 0;
    display: none;
    transition: all .5s ease-in-out;
    background: #1f3044;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}
#scroll i {
    font-size: 30px;
}
#scroll:hover {
    background: #ed2939;
}
.services{
	text-align: center;
}
.services h4{
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0px;
}
.doc-sec{
	padding: 50px 0 0;
	background-color: #f2f2f2;
}
.support-sec{
	background-color: #f2f2f2;
	padding: 36px 0;
	margin-top: 0;
}

/* code section */

.code-sec{
	padding: 60px 0;
}
.code-sec .row{
	gap: 18px;
	justify-content: center;
}
.code-sec .d-flex{
	flex-direction: column;
	align-items: center;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 0 28px rgba(0,0,0,.15);
	transition: all 0.5s ease-in-out;
}
.code-sec .d-flex:hover{
	transform: translateY(-5px);
	transition: all 0.5s ease-in-out;
}
.code-sec .d-flex svg{
	width: 24px;
	height: 24px;
}

/* marquee section */
.marquee-sec{
	padding: 0 0 40px;
	background-color: #f4f1f9;
}
marquee h4{
	font-size: 160px;
	background: linear-gradient(180deg, #ced6ef 0%, rgba(246, 247, 251, 0) 132%);
	/* background: linear-gradient(180deg, #e3e5eb 0%, rgba(246, 247, 251, 0) 132%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	margin-bottom: 0;
}
marquee span{
	display: flex;
	align-items: center;
	margin: 0 40px;
}

/* Faq section css */

.faq_sec{
	padding: 40px 0 50px;
}
.faq_sec h2.main_title{
	text-align: center;
	margin-bottom: 35px;
	position: relative;
	line-height: 2.4;
}
.faq_sec h2.main_title::before{
	content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background-color: #ed2939;
}
.faq_accordion .accordion-item{
	box-shadow: 0 0 34px rgba(0,0,0,.15);
	margin-bottom: 24px;
	border: 0;
	border-radius: 12px;
}
.faq_accordion .accordion-item:last-child{
	margin-bottom: 0;
}
.faq_accordion .accordion-item .accordion-button{
	box-shadow: none;
	border-radius: 12px 12px 0 0;
	font-weight: bold;
	padding: 20px 22px;
	line-height: 23px;
}
.faq_accordion .accordion-item .accordion-body .d-flex {
    gap: 18px;
    flex-direction: column;
}
.faq_accordion .accordion-item .accordion-body .d-flex .flex-shrink-0{
	width: 100%;
}
.faq_accordion .accordion-item .accordion-body{
	font-size: 15px;
	padding: 20px 22px;
}
.faq_accordion .accordion-item .accordion-body ul li + li{
	margin-top: 10px;
}
.faq_accordion .accordion-item .accordion-body .d-flex img{
	border-radius: 12px;
}
.faq_accordion .accordion-item .accordion-body .d-flex .flex-grow-1 p + p{
	margin-top: 8px;
}
.faq_accordion .accordion-item .accordion-button[aria-expanded="true"]{
	background-color: #ced6ef;
	color: #212529;
}
.faq_accordion .accordion-item .accordion-button[aria-expanded="false"]{
	border-radius: 12px;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
	transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }
  .accordion-button::after {
	transition: all 0.5s;
  }

@media (max-width: 1549px) and (min-width: 1410px){
	.webithemes .custom_container{
		max-width: 1360px;
		margin: 0 auto;
	}
	.hero-section:before{
		width: 58%;
	}
	marquee h4{
		font-size: 136px;
	}
}
@media (max-width: 1410px){
	.badge-div{
		max-width: 150px;
		gap: 4px;
	}
	.categories h2{
		font-size: 40px;
		max-width: 540px;
	}
	.hero-section:before{
		width: 70%;
	}
}
@media (max-width:1409px) and (min-width:1200px){
	.container {
		max-width: 11400px;
	}
	.webithemes .custom_container{
		max-width: 1140px;
		margin: 0 auto;
	}
}
@media (max-width: 1199px){
	.badge-div{
		max-width: 94px;
	}
	.blocks-item .d-flex .flex-grow-1 h4{
		font-size: 16px;
	}
	.hero-section:before {
		width: 86%;
	}
	.webithemes{
		padding-bottom: 0;
	}
	marquee h4{
		font-size: 140px;
	}
	.marquee-sec{
		padding: 0 0 30px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.container {
		max-width: 960px;
	}
}
@media (max-width:991px) {
	.container {
		max-width: 100%;
	}
	.code-sec {
		padding: 40px 0;
	}
	.categories h2{
		font-size: 32px;
	}
	.blocks h3{
		font-size: 16px;
	}
	.blocks-item-link{
		padding: 14px;
	}
	.blocks-item-link >.d-flex >.flex-grow-1 {
		padding: 18px 0 0;
	}
	.blocks-item{
		margin-bottom: 24px;
	}
	.hero-section:before {
		width: 94%;
	}
	marquee h4 {
		font-size: 122px;
	}
}
@media (max-width: 767px){
	.blocks-item img{
		width: 100%;
	}
	.categories h2 {
		font-size: 22px;
	}
	marquee h4 {
		font-size: 98px;
	}
	.marquee-sec svg{
		width: 40px;
		height: 40px;
		margin: 0 30px;
	}
	.faq_sec {
		padding: 34px 0 45px;
	}
	.faq_sec h2.main_title{
		margin-bottom: 26px;
	}
	.code-sec .d-flex{
		padding: 14px;
		gap: 8px !important;
	}
	.code-sec .d-flex svg {
		width: 20px;
		height: 20px;
	}
	.code-sec .d-flex span{
		font-size: 15px;
	}
	.blocks h3 {
		font-size: 14px;
		line-height: 24px;
		margin: 16px auto 22px;
	}
	.blocks-item-link .flex-grow-1 span.badge{
		font-size: 11px;
	}
	p.testing2{
		max-width: 680px;
	}
	.webithemes .custom_container.container{
		max-width: 560px;
	}
}



@media (min-width: 1550px) {
	.webithemes .custom_container{
		max-width: 1480px;
		margin: 0 auto;
	}
}

@media (min-width: 1410px) {
	.container {
		max-width: 1160px;
	}
}