@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
:root {
	--fontFamily: "Lato", sans-serif;
	--mainColor: #fd731a ;
	--optionalColor: #696969;
	--whiteColor: #ffffff;
	--blackColor: #111111;
	--fontSize: 15px;
	--transition: .5s
}
body {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--fontFamily);
    font-weight: 700;
    color: #070e52;
}
a {
	color: var(--blackColor);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	text-decoration: none;
	outline: 0!important
}
a:hover {
	color:#fd731a ;
	text-decoration: none
}
:focus {
	outline: 0!important
}
.d-table {
	width: 100%;
	height: 100%
}
.d-table-cell {
	vertical-align: middle
}
img {
	max-width: 100%;
	height: auto
}
p {
    color: #000;
    margin-bottom: 15px;
    line-height:35px;
}
p:last-child {
	margin-bottom: 0
}
.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}
.pt-70 {
	padding-top: 70px
}
.pb-70 {
	padding-bottom: 70px
}
.ptb-40 {
	padding-top: 40px;
	padding-bottom: 40px
}
.pt-40 {
	padding-top: 40px
}
.pb-40 {
	padding-bottom: 40px
}
.container {
	max-width: 1260px
}
.bg-f7f8fa {
	background-color: #f7f8fa
}
.default-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: #01c7c8;
    color: #fff !important;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    text-align: center;
    padding:12px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius:4px;
    overflow: hidden;
}
.default-btn:before{
	transition: transform .35s cubic-bezier(0.162,0.85,0.45,1);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    width: 110%;
    height: 0;
    padding-bottom: 110%;
}
.default-btn:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.section-title {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	padding-bottom: 8px;
    font-size: 38px;
}
.section-title h2 {
    color: #fd731a;
    text-shadow: 2px 2px #fff;
    font-size: 38px;
    text-shadow: 4px 4px 2px rgb(0 0 0 / 15%);
}
.form-control {
    height: 35px;
    color: var(--blackColor);
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #e5e0e0;
    background-color: #ffffff;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 12px;
    padding: 1px 0 0 15px;
    font-size: 15px;
    font-weight: 500;
}
.form-control::-webkit-input-placeholder {
	color: #adadad;
	-webkit-transition: var(--transition);
	transition: var(--transition)
}
.form-control:-ms-input-placeholder {
	color: #adadad;
	-webkit-transition: var(--transition);
	transition: var(--transition)
}
.form-control::-ms-input-placeholder {
	color: #adadad;
	-webkit-transition: var(--transition);
	transition: var(--transition)
}
.form-control::placeholder {
	color: #adadad;
	-webkit-transition: var(--transition);
	transition: var(--transition)
}
.form-control:focus {
	border-color: #ff9900;
	background-color: transparent
}

textarea.form-control {
	height: auto;
	padding-top: 15px
}
a.navbar-brand img {
    height: 50px;
}
.table-responsive {
    padding-top: 20px;
}
span.apldg2-slider-shape-2 {
    position: absolute;
    left: 57%;
    bottom: 10%;
    -webkit-animation: 15s apldg_rotate_animation linear infinite;
    animation: 15s apldg_rotate_animation linear infinite;
}

span.apldg2-slider-shape-22 {
    position: absolute;
    right: 20px;
    top: 35%;
    animation: 12s linear 0s infinite alternate none running IT_animation_2;
}
/*============top header css start form here================*/
.top_header_section .navbar {
    background: #fff;
    padding:5px 0;
    border-bottom: 1px solid #e5e5e5;
}
.grey-bg {
    background-color: #f3f3f3 !important;
}
.bullet li {
    line-height: 1.5;
    list-style: outside none none;
    margin: 6px 0;
    padding: 0 0 0 20px;
    text-align: left;
    position: relative;
}
.bullet-green li:before {
    background: url(../images/sprites.png) no-repeat -127px -1px;
    width: 18px;
    height: 14px;
    display: block;
    position: absolute;
    content: " ";
    top: 7px;
    left: 0;
}
.bullet, .no-bullet {
    margin: 0;
    padding: 0 0 5px;
}
.bullet-green li, .bullet-cross li {
    padding-left: 35px;
}
.fs16 {
    font-size: 16px !important;
}
span.text-blue {
    color: #01c7c8;
}
.price-box {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 35px -15px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 35px -15px rgba(0, 0, 0, .25);
    box-shadow: 0 0 35px -15px rgb(0 0 0 / 25%);
}
.fw600 {
    font-weight: 600 !important;
}
.price-box select.form-control.fmon {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    font-weight: 700;
    color: #181617 !important;
    appearance: auto;
    font-size: 17px;
}
.price-box .prd_price {
    font-size: 30px;
}
.price-box .prd_price_mrp {
    font-size: 20px;
}
.prd_price_mrp del {
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #01c7c8;
    font-weight: 600;
}
.prd_price_mrp del::before {
    content: '';
    border-bottom: 2px solid #01c7c8;
    width: 110%;
    position: absolute;
    right: -4px;
    top: 50%;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
}
sup {
    font-size: 60%;
    top: -0.4em;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.prd_price {
    font-weight: 700;
}
.light-icon{
 -webkit-filter: brightness(100);
 -moz-filter: brightness(100);
 -o-filter: brightness(100);
 -ms-filter: brightness(100);
 filter: brightness(100);
 margin-right: 10px;
}
.price-box .card-footer {
    border-top: 1px dashed #ccc;
}	
.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.radio-container {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    font-weight: 600;
}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-container input:checked ~ .checkmark {
    border: solid 1px #01c7c8;
}

.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    border: solid 1px #000;
}
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #01c7c8;
}
h2, .h2 {
    font-size:30px;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.media_box .media-left {
    float: left;
}
.media_box .media-body {
    padding-left: 140px;
}
strong.fmon.pb-2.d-block {
    font-size: 18px;
}
.media_box {
    margin-top: 10px;
    box-shadow: 0px 17px 40px 0px rgba(135, 135, 135, 0.15);
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    min-height: 215px;
}
.pricing-table.table-bordered th, .pricing-table.table-bordered td {
   border: 1px solid #e5e5e5;
   text-align: center;
   font-size: 14px;
   line-height: 1.4;
   vertical-align: middle;
   padding: 10px 20px;
}
.pricing-table tr th:nth-child(1), .pricing-table tr td:nth-child(1) {
    padding-left: 20px;
}
.pricing-table tr th:nth-child(1), .pricing-table tr td:nth-child(1) {
    text-align: left;
}
.pricing-table td big {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #181617;
}
.prd_price_mrp {
    font-size: 18px;
    margin-bottom: 0px;
}
.prd_price {
    font-size: 26px;
    font-weight: 700;
}
p.mb-0.main_price.pt-1 {
    margin-top: 15px;
}
a.default-btn.d-block {
    margin-top: 15px;
}
a.default-btn.active {
    background: transparent;
    color: #01c7c8 !important;
    border: 1px solid #01c7c8;
}
a.default-btn.active:hover {
    background: #01c7c8 !important;
    color: #fff !important;
}
a.default-btn.active:hover img{
	-webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -o-filter: brightness(100);
    -ms-filter: brightness(100);
    filter: brightness(100);
}
a.default-btn.active img{
	margin-right: 10px;
}
.top_header.rainbow-bg {
    margin-top: -38px;
    font-size: 11px;
    padding: 6px 15px;
    position: absolute;
    width: 100%;
    right: -1px;
    border-radius: 4px 4px 0 0;
    background: #01c7c8;
    color: #fff;
}
big.text-red {
    color: #01c7c8 !important;
}

.copy-right-area {
    background-color: #14334f;
    border-top: 1px solid #01c7c8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.copy-right-area p {
    color: #ffffff;
}
.copy-right-area .footer-menu {
    text-align: right;
    margin-bottom: 0;
    padding-left: 0;
}
.copy-right-area .footer-menu li {
    display: inline-block;
    margin-right: 15px;
}
.grey-bg1{
 background: linear-gradient(103deg, #e3edf7, #ffffff);
 position: relative;
}
.grey-bg2{
	background: #e3edf7;
}

.counter_section .col-md-3 {
    width: 20%;
}
.number {
    font-size: 32px;
    line-height: 1.3;
    padding: 0;
    font-weight: 700;
}
.flex_count {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
.flex_count span {
    font-size: 32px;
    line-height: 1.3;
    padding: 0;
    font-weight: 700;
}
p.title-counter {
    text-transform: uppercase;
}
p.title-counter {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.title-section{
	margin-bottom:50px;
}
.title-underline::after {
    content: "";
    position: absolute;
    width: 100px;
    max-width: 20%;
    height: 1px;
    bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    left: 0;
    right: 0;
    border-bottom: 5px solid #01c7c8;
}
.title-underline{
	position: relative;
}
.project-counter-wrapper {
    padding: 14px;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    background: #fff;
    min-height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.small-title {
	color:#01c7c8;
}
.banner-image img {
    width: 80%;
}
.pr3-right-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    -webkit-animation: 6s pr3_object_animation linear infinite;
    animation: 6s pr3_object_animation linear infinite;
    z-index: -1;
}

.akk{
	z-index: 1;
	overflow: hidden;
}
.banner_content_section {
    background-image: url(../images/home-banner-bg.png);
    background-size: cover;
    background-position: center;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
}
thead.bggg {
    background: #01c7c8;
    color: #fff;
}
table{
	margin-bottom: 0 !important;
}
@keyframes pr3_rotate_animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes pr3_object_animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes pr3_object_animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes apldg_rotate_animation{
	0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes IT_animation_2{
	0% {
     transform: translateY(0);
 }
 25% {
     transform: translateY(-40px);
 }
 50% {
     transform: translateY(0);
 }
 75% {
     transform: translateY(40px);
 }
 100% {
     transform: translateY(0);
 }
}
table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05) !important;
}
span.apldg2-slider-shape-2 img {
    height: 40px;
}
strong.titlee {
    font-size: 20px;
}
span.striki-price {
    position: relative;
}
span.org-price {
    margin-left: 10px;
    color: #696969;
    font-size: 20px;
}
.titlee{
    position: relative;
}
span.gst {
    color: #01c7c8;
    font-size: 14px;
    position: relative;
    margin-left: 3px;
    white-space: nowrap;
    font-weight: bold;
}  
.titlee {
    display: flex;
    align-items: center;
    justify-content: center;
}
span.striki-price:before {
    content: "";
    width: 100%;
    height:2px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.pattern-layer {
  position: absolute;
  right: -60px;
  bottom: -65px;
  width: 150px;
  height: 140px;
  background-repeat: no-repeat;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.project-counter-wrapper{
    position: relative;
    overflow: hidden;
}
.project-counter-wrapper:hover .color-layer{
    opacity:1;
    transform:scale(1,1);
}
.project-counter-wrapper:hover .pattern-layer{
    right:-120px;
    bottom:-120px;
}
.color-layer {
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  opacity: 0;
  background: #0058D2;
  transform: scale(0.2,1);
  background: linear-gradient(to top right, #063D8A 0%, #0d76b8 100%);
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.project-counter-wrapper:hover span {
  color: #fff;
}
.project-counter-wrapper:hover p{
  color: #fff;
}
del.akkk:before {
    border-color: #000;
    transform: none;
}
del.akkk {
    color: #000;
    font-weight: 700;
}
.two_box .form-control {
    appearance: auto;
    height: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
span.prod-price-cut {
    font-size: 24px;
    font-weight: 600;
    color: #696969;
    margin-right: 5px;
}
.prod-top-lft select {
    width: fit-content;
    appearance: auto;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
}
p.small.text-muted {
    font-size: 16px;
    margin-top: 5px;
}
.striki-price.thkr:before {
    width: 48%;
}
.flexxboxx label {
    font-weight: 700;
    margin-bottom: 5px;
}
.flexxboxx .form-control {
    height: 30px;
}
.flexxboxx {
    display: flex;
    column-gap: 10px;
}
.vgfg {
    appearance: auto;
}
.count-box{
    width: 100%;
}
.hidden {
    display: none;
}
.numbers{
    position: relative;
}
.numbers span {cursor:pointer; }
.numbers .minus, .plus {
    width: 30px;
    height: 30px;
    background: #01c7c8;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 12px;
    font-size: 20px;
    color: #fff;
}
.numbers .form-control {
    padding: 0 70px;
    text-align: center;
}
.numbers .minus {
    position: absolute;
    left: 0;
    top: 0;
}
.numbers .plus {
    position: absolute;
    right: 0;
    top: 0;
}       

.top_header_section .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 22px !important;
}

.about-section {
    position: relative;
    background: #fff;
    z-index: 1;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.about-section .content-column .sec-title h2 {
    font-size: 40px;
}
.sec-title h2 {
    position: relative;
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 700;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    background: #f70068;
    background: -moz-linear-gradient(to left, #f70068 0, #441066 25%, #f70068 75%, #441066 100%);
    background: -webkit-linear-gradient(to left, #f70068 0, #441066 25%, #f70068 75%, #441066 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0, #441066 25%, #f70068 75%, #441066 100%);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}
.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #888;
    margin-top: 30px;
}
.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  background: #01c7c8;
  color: #000;
  border-radius:8px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.dfdfd .btn-title {
    font-size:24px !important;
}
.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 8px 30px 8px;
    z-index: 1;
    color: #fff;
}

.btn-style-one:hover {
  background:#14334f;
  color: #ffffff;
}

.btn-style-one .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background:#14334f;
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    z-index: -1;
}
.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat
}

.icon-circle-blue {
    width: 300px;
    height: 300px;
    background-image: url(../images/circle-blue.png)
}

.about-section .icon-circle-blue {
    right: -150px;
    bottom: -150px;
    opacity: .7;
    -webkit-animation: 30s infinite fa-spin;
    -moz-animation: 30s infinite fa-spin;
    -ms-animation: fa-spin 30s infinite;
    -o-animation: 30s infinite fa-spin;
    animation: 30s infinite fa-spin
}

.about-section .icon-dots {
    left: 52%;
    top: 35%;
}
.akboxx {
    padding-left:90px;
    padding-top:45px;
}
.about-section{
    overflow: hidden;
}
.icon-dots {
    width: 72px;
    height: 60px;
    background-image: url(../images/icon-dots.png);
}

.team-section {
  position: relative;
  padding-top:60px;
}

.team-section.no-padd-top {
  padding-top: 0;
}



.team-block {
  position: relative;
  margin-bottom: 30px;

}

.team-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.team-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.team-block .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 7px;
}

.team-block .inner-box:hover .image-box img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team-block .image-box .social-links {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  padding: 0px 5px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .inner-box:hover .social-links {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.team-block .image-box .social-links li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px;
}

.team-block .image-box .social-links li a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  background: #ffffff;
  color: #000;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .image-box .social-links li a span {
  vertical-align: middle;
  line-height: 44px;
}

.team-block .image-box .social-links li a:hover {
  background: #01c7c8;
}

.team-block .lower-box {
  position: relative;
  display: block;
  padding: 25px;
}

.team-block .lower-box .designation {
    position: relative;
    display: block;
    font-weight: 500;
    padding-top: 5px;
}

.team-block .lower-box h5 {
    font-size: 19px;
    line-height: 1.05em;
    font-weight: 700;
    margin: 0;
}
.fw-600{
    font-weight:600;
}
.card.shdw1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid #c5c1c1;
    min-height: 250px;
}
h4.card-title {
    font-size: 30px;
    margin-bottom: 0;
}
.team-block .lower-box h5 a:hover {
  text-decoration: underline;
}
.why-choose-us {
    position: relative;
    padding-top:30px;
    padding-bottom: 70px;
}
ul.ak-box li:before {
    content: "\f058";
    font-family: "FontAwesome";
    color: #01c7c8;
    position: absolute;
    left: 0;
}
.ak-box li {
    position: relative;
    line-height: 20px;
    list-style: none;
    padding-left: 25px;
    margin-bottom: 10px;
}
.top_header_section .nav-link:hover {
    color: #01c7c8;
}
.ak-box {
    margin-left: 0;
    padding-left: 0;
}
section#register {
    position: relative;
    background:#094da2;
    padding:100px 0;
    z-index: 1;
}
section#register:after {
    content: '';
    background: url(../images/video-banner-bg-pattern.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.14;
    z-index: -1;
    background-attachment: fixed;
}
.register-form .form-inner {
    position: relative;
    padding: 50px 30px 30px;
    background-color: #fff;
}

.register-section .outer-box {
    position: relative;
    box-shadow: 0 30px 50px rgba(0, 0, 0, .1);
    background-color: #fff;
}
.register-section .title-column .inner {
    position: relative;
    padding: 80px 30px 20px;
    
}
.form-group {
    margin-bottom: 20px;
    margin-top: 0;
}
.title-column{
    background: #000;
}
.icon1 {
    color: #fff;
    font-size: 27px;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
button.theme-btn.btn-style-one {
    border: none;
}
a.redd {
    color: #01c7c8;
}
.menu-btn {
    margin-left: 20px;
}
.register-form h2 {
    position: relative;
    display: block;
    font-size: 33px;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 25px;
}
.price p {
    font-size: 30px;
    font-weight: 600;
    color: #01c7c8;
}
.price {
    margin-top: -10px;
}
span.akkk {
    text-decoration: line-through;
    color: #000;
}

@keyframes blink {
    0% {opacity: .3}
    49%{opacity: .6}
    50% {opacity: 1}
}

.blink{animation: blink 1s infinite;}
.login-box .user-box{
    position: relative;
}
.login-box .user-box .form-control {
    width: 100%;
    padding: 10px 0;
    color: var(--blue);
    font-weight: 500
}
.login-box .user-box {
    margin-bottom: 5px;
}
.login-box .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 15px;
    color: #7e7e7e;
    pointer-events: none;
    transition: .5s;
    font-weight: 600
}
.login-box .user-box .form-control:focus~label,.login-box .user-box .form-control:valid~label {
    top: -12px;
    left: 0;
    color: #7e7e7e;
    font-size: 13px
}
.login-box .user-box .form-control {
    border-radius: 0;
    background-color: #fff!important;
    padding: 10px 10px 10px 0!important;
    border-left: none;
    border-right: none;
    border-top: none
}
.card {
    border-radius: 20px;
    overflow: hidden;
}
.card-header {
    background: #bec1ca;
}
input.default-btn1 {
    background: #646b73;
    color: #fff;
    border: none;
    padding: 7px 36px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.card.akcard.shadow1 {
    box-shadow: rgba(0, 0, 0, 0.35) 15px 12px 14px;
}
.card-body {
    padding:15px 20px;
}
.red{
    color:#dc2227;
}
.bg1{
    background: #faf9ff;
}
.bg-whites {
    background: #fff;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}
.startup-content-box {
    min-height: 240px;
}
.startup-bg h4 {
    font-size: 36px;
    margin-bottom: 20px;
}
.startup-bg {
    background: #f0f0f0;
    padding: 40px 40px;
    padding-left: 0;
}
.dividerr {
    background: #999999;
    height: 2px;
    position: absolute;
    top: 24px;
    z-index: -1;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    display: table;
    left: 0;
    right: 0;
}
.mybox span {
    background: #faf9ff;
    padding: 0 10px;
}
.team-section {
    z-index: 2;
    background-image: url(../images/home-banner-bg.png);
    background-size: cover;
    background-position: center;
}