.footer-area {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

.footer-area .footer-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    fill: #F7F9FB;
}

.footer-area .footer-item .logo {
    margin-bottom: 35px;
}
.footer-area .footer-item .footer__desc {
    line-height: 26px;
}

.footer-area .footer-item .footer-contact .contact__text {
    line-height: 26px;
    padding-top: 12px;
}

.footer-area .footer-item .footer-contact .contact__text {
    line-height: 26px;
    padding-top: 12px;
}

.footer-area .footer-item .footer-contact .contact__text a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #7f8897;
}

.social-profile li {
    display: inline-block;
}

.social-profile li a {
    display: block;
    color: #2e3d62;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(46, 61, 98, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-area .footer-item .footer__title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
	    position: relative;
}

.footer-area .footer-item .section-divider {
    margin-top: 15px;
    margin-bottom: 0;
    width: 50px;
}
.section-divider {
    position: relative;
    width: 90px;
    height: 3px;
    margin-top: 26px;
    margin-bottom: 30px;
}

.section-divider:before, .section-divider:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #6c5ce7;
}

.footer-area .footer-item .section-divider:after {
    right: 12px;
    width: 8px;
}
.section-divider:after {
    right: 25px;
    left: auto;
    background-color: #fff;
    width: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.section-divider:before, .section-divider:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #6c5ce7;
}

.footer-area .footer-item .user-links {
    margin-top: 30px;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-area .footer-item .user-links li a {
    display: block;
    text-transform: capitalize;
    color: #7f8897;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-size: 15px;
}

.footer-area .footer-item .user-links li a:after {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #6c5ce7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.footer-area .footer-item .contact-form-action {
    margin-top: 30px;
}

.footer-area .footer-item .contact-form-action .contact__text {
    line-height: 26px;
    margin-bottom: 20px;
}

.contact-form-action form .form-group {
    position: relative;
}

.contact-form-action form .form-group .form-icon {
    position: absolute;
    top: 16px;
    left: 20px;
}

.contact-form-action form .form-group .form-control {
    padding: 12px 20px 12px 40px;
    border-color: rgba(127, 136, 151, 0.2);
    height: inherit;
    color: #2e3d62;
}

.contact-form-action form .form-group .send__btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 49px;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    outline: none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.theme-btn {
    font-size: 15px;
    text-transform: uppercase;
    background-color: #6c5ce7;
    color: #fff;
    font-weight: 500;
    padding: 0 50px 0 30px;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.footer-area .total-box {
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}

.footer-area .total-box .total-item .total__num {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 18px;
}

.footer-area .total-box .total-item .total__text {
    font-weight: 500;
    font-size: 15px;
}

.footer-area .total-box .total-item + .total-item {
    margin-left: 40px;
}

.footer-area .total-box .total-item .total__num {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 18px;
}

/*-===============================
   FOOTER AREA
===============================-*/
.footer-area {
  padding-top: 120px;
  position: relative;
  overflow: hidden; }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-item {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer-area .footer-item {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .footer-area .footer-item {
      margin-bottom: 50px; } }
  .footer-area .footer-item .section-divider {
    margin-top: 15px;
    margin-bottom: 0;
    width: 50px; }
    .footer-area .footer-item .section-divider:after {
      right: 12px;
      width: 8px; }
  .footer-area .footer-item .logo {
    margin-bottom: 35px; }
  .footer-area .footer-item .footer__desc {
    line-height: 26px; }

  .footer-area .footer-item .user-links {
    margin-top: 30px; }
    .footer-area .footer-item .user-links li a {
      display: block;
      text-transform: capitalize;
      color: #444649;
      margin-bottom: 10px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: relative;
      font-size: 15px; }
      .footer-area .footer-item .user-links li a:after {
        position: absolute;
        content: '';
        top: 7px;
        left: 0;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #6c5ce7;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden; }
      .footer-area .footer-item .user-links li a:hover {
        color: #6c5ce7;
        padding-left: 12px; }
        .footer-area .footer-item .user-links li a:hover:after {
          opacity: 1;
          visibility: visible; }
  .footer-area .footer-item .footer-contact .contact__text {
    line-height: 26px;
    padding-top: 12px; }
    .footer-area .footer-item .footer-contact .contact__text a {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      color: #7f8897; }
      .footer-area .footer-item .footer-contact .contact__text a:hover {
        color: #6c5ce7; }
  .footer-area .footer-item .contact-form-action {
    margin-top: 30px; }
    .footer-area .footer-item .contact-form-action .contact__text {
      line-height: 26px;
      margin-bottom: 20px; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .footer-area .footer-item .contact-form-action form .form-group .send__btn {
        position: inherit;
        line-height: 45px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 15px;
        top: auto;
        right: auto; } }
    @media (max-width: 575px) {
      .footer-area .footer-item .contact-form-action form .form-group .send__btn {
        position: absolute;
        line-height: 49px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        margin-top: 0;
        top: 0;
        right: 0; } }
  .footer-area .total-box {
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px; }
    .footer-area .total-box .total-item .total__num {
      font-weight: 600;
      margin-bottom: 4px;
      font-size: 18px; }
    .footer-area .total-box .total-item .total__text {
      font-weight: 500;
      font-size: 15px; }
    .footer-area .total-box .total-item + .total-item {
      margin-left: 40px; }
  .footer-area .copy-right {
    margin-top: 40px;
    padding-top: 40px;
    /* padding-bottom: 40px; */
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid rgba(127, 136, 151, 0.1); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .copy-right {
        margin-top: 0; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .footer-area .copy-right {
        margin-top: 0;
        display: block;
        text-align: center; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .footer-area .copy-right {
        margin-top: 0;
        display: block;
        text-align: center; } }
    .footer-area .copy-right .copy__desc {
      font-size: 15px; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .footer-area .copy-right .copy__desc {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 320px) and (max-width: 479px) {
        .footer-area .copy-right .copy__desc {
          margin-bottom: 10px; } }
      .footer-area .copy-right .copy__desc .la-heart {
        color: #6c5ce7;
        animation: heartBeat 1000ms infinite linear;
        font-size: 18px; }
      .footer-area .copy-right .copy__desc a {
        color: #7f8897; }
        .footer-area .copy-right .copy__desc a:hover {
          color: #6c5ce7; }
    .footer-area .copy-right .condition-links li {
      display: inline-block;
      margin-right: 10px;
      position: relative;
      font-size: 15px; }
      .footer-area .copy-right .condition-links li:after {
        position: absolute;
        content: '/';
        top: 1px;
        right: -12px;
        font-size: 12px; }
      .footer-area .copy-right .condition-links li:last-child {
        margin-right: 0; }
        .footer-area .copy-right .condition-links li:last-child:after {
          display: none; }
      .footer-area .copy-right .condition-links li a {
        display: block;
        color: #7f8897; }
        .footer-area .copy-right .condition-links li a:hover {
          color: #6c5ce7;
          text-decoration: underline; }
		  
.showfrontkoo{
	position:relative;
	    padding-top: 56px;
}


.tw-footer {
	padding: 75px 0 0;
	background-color: #151414;
	position: relative;
	z-index: 2
}

.tw-footer .contact-us {
	margin-top: 0;
	margin-bottom: 30px;
	padding-left: 80px
}

.tw-footer .contact-us .contact-info {
	margin-left: 50px
}

.tw-footer .contact-us.contact-us-last {
	margin-left: -80px
}

.tw-footer .contact-icon i {
	font-size: 24px;
	top: -15px;
	position: relative;
	color: #0058dd
}

.tw-footer-info-box {
	position: absolute;
	top: -122px;
	background: #202020;
	padding: 40px;
	z-index: 2
}

.tw-footer-info-box .footer-social-link h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 25px
}

.tw-footer-info-box .footer-social-link ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.tw-footer-info-box .footer-social-link li {
	display: inline-block
}

.tw-footer-info-box .footer-social-link a i {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: #e00909;
	margin-right: 5px;
	color: #fff
}

.tw-footer-info-box .footer-social-link a i.fa-facebook {
	background-color: #3b5998
}

.tw-footer-info-box .footer-social-link a i.fa-twitter {
	background-color: #55acee
}

.tw-footer-info-box .footer-social-link a i.fa-google-plus {
	background-color: #dd4b39
}

.tw-footer-info-box .footer-social-link a i.fa-linkedin {
	background-color: #0976b4
}

.tw-footer-info-box .footer-social-link a i.fa-instagram {
	background-color: #b7242a
}

.footer-awarad {
	margin-top: 285px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-awarad p {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-left: 20px;
	padding-top: 15px
}

.footer-info-text {
	margin: 26px 0 32px;
	color:#fff;
}

.footer-left-widget {
	padding-left: 80px
}

.footer-widget .section-heading {
	margin-bottom: 35px
}

.footer-widget h3 {
	font-size: 24px;
	color: #fff;
	position: relative;
	margin-bottom: 15px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content
}

.footer-widget ul {
	width: 50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0
}

.footer-widget li {
	margin-bottom: 18px
}

.footer-widget p {
	margin-bottom: 27px
}

.footer-widget a {
	color: #878787;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.footer-widget a:hover {
	color: #5a0b66
}

.footer-widget:after {
	content: "";
	display: block;
	clear: both
}

.tw-footer-form {
	position: relative
}

.tw-footer-form input[type=text] {
	padding: 14px 28px;
	border-radius: 50px;
	background: #2e2e2e;
	border: 1px solid #2e2e2e
}

.tw-footer-form input:-ms-input-placeholder,
.tw-footer-form input::-moz-placeholder,
.tw-footer-form input::-ms-input-placeholder,
.tw-footer-form input::-webkit-input-placeholder {
	color: #878787;
	font-size: 14px
}

.tw-footer-form input:-ms-input-placeholder,
.tw-footer-form input::-moz-placeholder,
.tw-footer-form input::-ms-input-placeholder,
.tw-footer-form input::-webkit-input-placeholder,
.tw-footer-form input::placeholder {
	color: #878787;
	font-size: 14px
}

.tw-footer-form button[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 24px 12px 17px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border: 1px solid #f20420;
	background: #f20420;
	color: #fff
}

.tw-footer-form button:hover {
	cursor: pointer
}

.contact-us {
	position: relative;
	z-index: 2;
	margin-top: 65px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-icon {
	position: absolute
}

.contact-icon i {
	font-size: 36px;
	top: -5px;
	position: relative;
	color: #fa6742
}

.contact-info {
	margin-left: 75px;
	color: #fff
}

.contact-info h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0
}

.copyright {
	padding: 28px 0;
	margin-top: 55px;
	background-color: #202020
}

.copyright a,
.copyright span {
	color: #878787;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.copyright a:hover {
	color: #fa6742
}

.copyright-menu ul {
	text-align: right;
	margin: 0
}

.copyright-menu li {
	display: inline-block;
	padding-left: 20px
}

.animate-border {
	position: relative;
	display: block;
	width: 115px;
	height: 3px;
	background: #0058dd
}

.animate-border:after {
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 0;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite
}

@-webkit-keyframes animborder {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(113px);
		transform: translateX(113px)
	}
}

@keyframes animborder {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(113px);
		transform: translateX(113px)
	}
}

.animate-border.border-white:after {
	border-color: #fff
}

.animate-border.border-yellow:after {
	border-color: #f5b02e
}

.animate-border.border-orange:after {
	border-right-color: #fa6742;
	border-left-color: #fa6742
}

.animate-border.border-ash:after {
	border-right-color: #eef0ef;
	border-left-color: #eef0ef
}

.animate-border.border-offwhite:after {
	border-right-color: #f7f9f8;
	border-left-color: #f7f9f8
}

@keyframes primary-short {
	0% {
		width: 15%
	}

	50% {
		width: 90%
	}

	100% {
		width: 10%
	}
}

@keyframes primary-long {
	0% {
		width: 80%
	}

	50% {
		width: 0%
	}

	100% {
		width: 80%
	}
}

.icofabkong {
	color: inherit;
	display: inline-block;
	margin-left: 3px;
	font-size: 80%
}

.knavs {
	box-shadow: rgb(140 137 137) 1px 1px 8px 0
}

@media (max-width:767px) {
	.tw-footer .contact-us {
		padding-left: 0
	}

	.tw-footer .contact-us.contact-us-last {
		margin-left: 0;
		margin-bottom: 0
	}

	.footer-left-widget {
		padding-left: 0;
		margin-top: 30px
	}

	.footer-awarad {
		margin-top: 40px;
		margin-bottom: 40px
	}

	.tw-footer-info-box {
		position: relative;
		top: 0
	}

	.fa-chevron-down:before {
		content: "\f078";
		display: none
	}
}

.boxkongti {
	font-size: 35px
}

.dkongpad {
	margin-bottom: 60px
}

.konghostingx {
	max-width: 30%;
	flex-basis: 30%
}

.konghostingo {
	max-width: 70%;
	flex-basis: 70%
}

.konghostingps {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%
}

.install-list-item {
	position: relative;
	z-index: 1;
	height: 300px
}

.price-list-parent,
.rt-list,
.tp-r-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.install-list-item {
	position: relative;
	z-index: 1;
	height: 300px
}

@media (max-width:991.98px) {
	.install-list-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: auto;
		margin-top: 30px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.install-list-item li {
	position: absolute
}

.install-list-item li img {
	max-width: 90px
}

@media (max-width:991.98px) {
	.install-list-item li img {
		max-width: 100%
	}
}

@media (max-width:991.98px) {
	.install-list-item li {
		position: static;
		max-width: 20%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%
	}
}

@media (max-width:767.98px) {
	.install-list-item li {
		max-width: 33.33%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33%;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%
	}
}

.install-list-item li:hover img {
	-webkit-animation: pulse .4s ease-in-out;
	animation: pulse .4s ease-in-out
}

.install-list-item li:nth-child(1) {
	top: 0;
	left: 0
}

.install-list-item li:nth-child(2) {
	top: 42px;
	left: 9%
}

.install-list-item li:nth-child(3) {
	top: 85px;
	left: 18%
}

@media (max-width:991.98px) {
	.install-list-item li:nth-child(3) {
		top: 89px;
		left: 22%
	}
}

.install-list-item li:nth-child(4) {
	top: 42px;
	left: 27%
}

.install-list-item li:nth-child(5) {
	top: 85px;
	left: 36%
}

.install-list-item li:nth-child(6) {
	top: 42px;
	left: 45%
}

.install-list-item li:nth-child(7) {
	top: 85px;
	left: 54%
}

.install-list-item li:nth-child(8) {
	top: 0;
	right: 0
}

.install-list-item li:nth-child(9) {
	top: 42px;
	right: 9%
}

.install-list-item li:nth-child(10) {
	top: 85px;
	right: 18%
}

.install-list-item li:nth-child(11) {
	top: 42px;
	right: 27%
}

.install-list-item li:nth-child(12) {
	top: 100px;
	right: 0
}

.install-list-item li:nth-child(13) {
	top: 100px;
	left: 0
}

.install-list-item li:nth-child(14) {
	top: 145px;
	left: 9%
}

.install-list-item li:nth-child(15) {
	top: 145px;
	right: 9%
}

.install-list-item li:nth-child(16) {
	top: 145px;
	left: 27%
}

.install-list-item li:nth-child(17) {
	top: 145px;
	left: 45%
}

.install-list-item li:nth-child(18) {
	top: 145px;
	right: 27%
}

.gray-bg {
	background: #fff
}

.white-bg {
	background: #fff
}

.white-color {
	color: #fff
}

.avatar {
	animation: float 6s ease-in-out infinite
}

.wkongspc {
	margin-top: 47px
}

.mobilesho {
	font-size: 13px;
	color: green;
	font-weight: bold;
}
.whatsapp-button{position:fixed;bottom:15px;right:15px;left:15px;z-index:99;background-color:#4fce5d;border-radius:50px;color:#fff;text-decoration:none;width:50px;height:50px;font-size:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;-webkit-box-shadow:0 0 25px -6px #000;-moz-box-shadow:0 0 25px -6px #000;box-shadow:0 0 25px -6px #000;animation:effect 5s infinite ease-in}@keyframes effect{100%,20%{width:60px;height:60px;font-size:40px}0%,10%{width:60px;height:60px;font-size:35px}5%{width:50px;height:50px;font-size:30px}}
.tooibtd{
	padding:35px;
}

.tooicmm{
	margin-top:60px;
}

@media only screen and (min-width:360px){
.footer-area{
	padding-top: 20px;
    position: relative;
    overflow: hidden;
}
}

@media only screen and (min-width:360px){
.tooimobile{
	padding-top: 0px;
    
}
}

@media (max-width: 576px){
.featured-item.style-2, .featured-item.style-3 {
    padding: 50px 20px;
}}

@media (max-width: 576px){
.featured-item.style-3 .featured-icon {
    margin-bottom: 20px;
    left: inherit;
    position: inherit;
    top: inherit;
    transform: inherit;
}}


@media (max-width: 1199px){
.pt-110 {
    padding-top: 100px;
}}
.pt-110 {
    padding-top: 110px;
}
@media (max-width: 1199px){
.pb-120 {
    padding-bottom: 100px;
}}
.pb-120 {
    padding-bottom: 120px;
}

.section__title .sub {
    position: relative;
    padding-left: 15px;
    display: inline-block;
}
.ralt {
    position: relative;
}
.base {
    color: #000;
}

.section__title .sub::before {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 15px;
    height: 2px;
    content: "";
    background: #000;
}

@media (max-width: 1199px){
.section__title h2 {
    font-size: 38px;
}}

.howwork__item {
    padding: 15px;
    border: 1px solid #fff;
}


.howwork__item .thumb {
    width: 120px;
    height: 120px;
}
.tershape1 {
    position: relative;
}
.shadow1 {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.round50 {
    border-radius: 50%;
}
.transition {
    transition: all 0.4s;
}

@media (max-width: 1199px){
.tershape1::before {
    width: 150px;
}}
@media (max-width: 1399px){
.tershape1::before {
    width: 200px;
}}
.tershape1::before {
    position: absolute;
    top: -10px;
    left: calc(100% + 10px);
    width: 250px;
    height: 200px;
    content: "";
    background: url(../images/how-shape1.png) no-repeat center;
    background-size: contain;
}
.tershape2::before {
    position: absolute;
    bottom: calc(100% - 70px);
    left: calc(100% + 10px);
    width: 250px;
    height: 200px;
    content: "";
    background: url(../images/show-shape2.png) no-repeat center;
    background-size: contain;
}

@media (max-width: 1199px){
.tershape2::before {
    width: 150px;
}}
@media (max-width: 1399px){
.tershape2::before {
    width: 200px;
}}

.tershape2 {
    position: relative;
}
.howwork__item .thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.custom-120 {
    padding-top: 120px;
}



@media (max-width: 991px){
.pt-110 {
    padding-top: 80px;
}}
@media (max-width: 1199px){
.pt-110 {
    padding-top: 100px;
}}
.pt-110 {
    padding-top: 110px;
}
@media (max-width: 991px){
.pb-120 {
    padding-bottom: 80px;
}}
@media (max-width: 1199px){
.pb-120 {
    padding-bottom: 100px;
}}

@media (max-width: 991px){
.mb-60 {
    margin-bottom: 50px;
}}

@media (max-width: 470px){
.section__title .sub {
    font-size: 18px;
}}
@media (max-width: 500px){
.section__title .sub {
    font-size: 20px;
}}
.section__title .sub {
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

@media (max-width: 470px){
.section__title h2 {
    font-size: 24px;
}}
@media (max-width: 500px){
.section__title h2 {
    font-size: 28px;
}}
@media (max-width: 575px){
.section__title h2 {
    font-size: 32px;
}}
@media (max-width: 767px){
.section__title h2 {
    font-size: 36px;
}}
@media (max-width: 1199px){
.section__title h2 {
    font-size: 38px;
}}

@media (max-width: 767px){
.fz-16 {
    font-size: 14px;
}}


.sp_bottom_20 {
    padding-bottom: 20px;
}

.trainingarea__wraper {
    border: 1px solid rgba(126, 133, 139, 0.18);
    padding: 26px 30px 26px 26px;
    border-radius: 4px;
    transition: .3s;
    margin-bottom: 30px;
}
.trainingarea__wraper:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px 0px;
    border-color: #5551ef;
}

.trainingarea__wraper.trainingarea__wraper__2:hover {
    border-color:#44cea9;
}

.trainingarea__wraper.trainingarea__wraper__3:hover {
    border-color: #ff275a;
}
.trainingarea__wraper .trainingarea__icon {
    display: flex;
    align-items: center;
}

.trainingarea__wraper .trainingarea__icon i {
    width: 71.94px;
    height: 69.44px;
    line-height: 69.44px;
    border: 1px solid rgba(95, 45, 237, 0.15);
    text-align: center;
    border-radius: 100%;
    color: #5551ef;
    font-size: 26px;
    margin-right: 35px;
    background: rgba(142, 102, 255, 0.05);
}

@media (min-width: 992px) and (max-width: 1365px){
.trainingarea__wraper .trainingarea__icon .trainingarea__content h6 {
    font-size: 18px;
}}
.trainingarea__wraper .trainingarea__icon .trainingarea__content h6 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.fancy-text-block-two .img-holder .img-one {
    left: 0;
    
}
.fancy-text-block-two .img-holder img {
    position: absolute;
    -webkit-filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.1));
}
.animate-float-y {
    -webkit-animation-name: float-y;
    animation-name: float-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.fancy-text-block-two .img-holder .shape-one {
    position: absolute;
    bottom: 30px;
    right: 40%;
}

.fancy-text-block-two .img-holder {
    position: relative;
    min-height: 270px;
    z-index: 1;
    margin-right: 65px;
    text-align: right;
}
.mb-50 {
    margin-bottom: 50px;
}

.fancy-text-block-two .img-holder .img-one {
    left: 0;
   
}
@media (max-width: 991px){
.fancy-text-block-two .img-holder {
    margin-right: 0;
}}



.faq-accordian .card {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}
.faq-accordian .card .card-header {
    padding: 0;
    border-radius: 4px;
    border: none;
    background-color: #fff;
}
.faq-accordian .card .card-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #0A1426;
    cursor: pointer;
}

.faq-accordian .card .card-header a i.bg-one {
    background: #5551ef;
}
.faq-accordian .card .card-header a i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
}

.faq-accordian .card .card-header a[aria-expanded]:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 22px;
    margin-left: auto;
}

.faq-accordian .card .card-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #0A1426;
    cursor: pointer;
}

.mb-tooiac {
    margin-bottom: 10px;
    margin-top: 10px;
}

.faq-accordian .card .card-header {
    padding: 0;
    border-radius: 4px;
    border: none;
    background-color: #fff;
}

.pdmb{
	margin-top:40px;
}

.resellertooi-btn {
    background-color: transparent;
    color: #fff;
	font-weight:bold;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fafafa;
    padding: 19px 36px;
    text-align: center;
    -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;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
}

.resellertooid-btn {
    background-color: transparent;
    color: #000;
    font-weight: bold;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #5551ef;
    padding: 19px 36px;
    text-align: center;
    -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;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
}

a:hover {
    color: #000;
}


.tooiwebmar{
	margin-bottom:90px;
}

.tooivpsmr{
	margin-top:30px;
}

@media only screen and (max-width: 575px){
.banner-content h1 {
    font-size: 48px;
}}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
.tpbanner-two-shape img {
    max-width: 100%;
  
}


}

@media only screen and (max-width: 567px){
.bannerx {
   
    min-height: 20px;
  
}}

@media only screen and (max-width: 567px){
.vpshidd {
   
  display:none;
  
}

}


