/* Add Abril Fatface font */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@media (max-width: 767.98px) {
    .centered-nav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; /* Adjust width as needed */
    }
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem!important;
    padding-left: 0.8rem!important;
}
}
.radio-spacing {
    margin-right: 5px;
}

    .navbar .nav-link {
        font-weight: 700;
    }


.mouse-hover .mouse {
    width: 48px; /* Minimum width */
    height: 48px; /* Minimum height */
    padding: 10px; /* Adjust as needed */
}
.btn-lg {
    padding: 15px 30px; /* Adjust padding as needed */
    font-size: 16px; /* Adjust font size as needed */
}
.visually-hidden {display:none;}
.pfontm {
    /* font-family: 'Poppins', sans-serif; */
    font-size:14px!important;
}
.divider {
    width: 5%;
    height: 2px;  /* Adjust thickness if you like */
    background-color: #2a445a;
    margin: 10px auto;
  }


.stats-bar-content {
  margin-left: 20%;
  margin-right: 20%;
}

/* Style individual stat items */
.stats-item {
  margin-bottom: 20px;
}

/* Use Abril Fatface font for stats */
.stats-value {
  font-family: 'Abril Fatface', cursive;
}

/* Set stat text and value positions */
.stats-text,
.stats-value {
  text-align: center;
}
/* Add this CSS to your stylesheet */
.stats-container {
    margin-left: 20%;
    margin-right: 20%;
  }
  
  .stats-item {
    padding: 10px;
  }
  
  .stats-number {
    font-family: 'Abril Fatface', cursive;
    font-size: 36px;
    font-weight: 400; /* Makes the text thicker */
  }
  
  .stats-label {
    /* font-family: 'Abril Fatface', cursive; */
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal; /* Changed this line */
  }
  p {
    font-family: 'Poppins', sans-serif;
  }



/* @media (max-width: 767px) {
    .pull-right {
      float: none !important;
    }
  } */
  @media (min-width: 767px) and (max-width: 1200px) {
    .navbar-brand img {
        width: 170px;  /* Adjusted the width */
        height: auto;
        margin-top: 20px;  /* Added margin-top */
    }
}


video {
    width: 100%;
    max-height: 100%;
  }
body {
    padding-top: 70px;
	font-size: 15px;
    line-height: 1.52;
    color: #212629;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.section-header{
	/* padding: 101px 0 40px; */
}

.section-padding{
	padding: 60px 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    color: #4B4B4C;
}

a{
    color: #2a445a;
}

a:hover, a:focus{
    color: #2a445a;
}

.row-eq{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/***** nav bar *****/
#moderniq-nav {
	padding-top: 4px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #ffffff;
}

.navbar-default .navbar-brand {
    color: #2a445a;
    font-family: 'Dosis', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    height: inherit;
    font-size: 36px;
}

.navbar-default .navbar-brand span{
	font-weight: 100 !important;
}

.navbar-default .navbar-toggle {
	margin-top: 18px;
}

.navbar-default .navbar-nav > li > a {
    color: #717f86;
    font-size: 14px;
    font-weight: 700;
}

.navbar-nav > li > a {
	padding: 0px;
	margin: 10px 5px;
	padding: 10px 15px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #2a445a;
}

.navbar-nav .active a{
    background: none !important;
    color: #2a445a !important;
    outline: none;
}

.btn-test a {
	background-color: #2a445a;
	border-radius: 25px;
	color: #ffffff !important;
	border: 1px solid #2a445a;
}

.btn-test a:hover, .btn-test a:focus{
	border: 1px solid #2a445a;
	background-color: #fff;
	color: #2a445a !important;
}

/***** banner *****/
.banner{
	background: #2ea1cf;
	background: -webkit-linear-gradient(to right, #2a445a, #2ea1cf);
	background: linear-gradient(to right, #2a445a, #2ea1cf);
	min-height: 580px;
    position: relative;
    padding: 40px 0 0;
}

.banner-sml {
	min-height: 100px !important;
}

.banner-text {
	padding-bottom: 100px;
}

.banner-text h1 {
	margin-top: 120px;
	color: #fff;
	font-size: 40px;
}

.text-dec {
	font-size: 24px;
	padding: 10px 20px;
    margin: 15px 0;
	text-transform: uppercase;
    color: #fff;
}

.text-border {
	border: 5px solid #2a445a;
	display: inline-block;
	margin-top: 40px;
}

.intro-para{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 45px;
	color: #fff;
	margin-top: 30px;
}

.mouse {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
}

@-webkit-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}

@-moz-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}

@-o-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}

.mouse::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    top:10px;
    margin-left: -2.5px;
    transition:all 0.3s ease-in;
    -webkit-animation-name: rotateplane; /* chrome, safari, opera */
    -webkit-animation-duration: 2s; /* chrome, safari, opera */
    animation-name: rotateplane;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.big-text {
    font-size: 35px;
}

.small-text {
    font-size: 16px;
}

/* .quote .btn {
	background-color: #2a445a;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 10px;
} */
.quote .btn {
    background-color: #2a445a;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    border: 1px solid white; /* Added line for white border */
}

.quote .btn:hover, .quote .btn:focus {
	background-color: #fff;
	color: #2a445a;
	border-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/***** about us *****/
h2 {
	font-size: 24px;
	padding-bottom: 15px;
}

.bottom-line{
	width: 25px;
	height: 3px;
	background-color: rgb(99, 122, 145);
}

.fea-img {
  width: 20%;
}

.heading {
    width: 80%;
}

.fea i {
    font-size: 39px;
    color: #2a445a;
    margin-top: 7px;
}

.heading h4 {
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
    margin: 10px 0px;
    text-align: left;
}

.heading p {
  text-align: left;
}

/***** your iq *****/
#your-iq {
    background-color: #fff;
}

.orga-stru {
    background-color: #2a445a;
    width: 109px;
    height: auto;
    padding: 10px 10px 25px 10px;
    text-align: center;
    border-radius: 0px 80px 99px 99px;
    -moz-border-radius: 0px 80px 99px 99px;
    -webkit-border-radius: 0px 80px 99px 99px;
    -o-border-radius: 0px 80px 99px 99px;
}

.orga-stru h3 {
    font-size: 34px;
    color: white;
    font-weight: bold;
}

.orga-stru p {
    font-size: 14px;
    color: white;
    font-weight: normal;
    line-height: 20px;
    padding-top: 15px;
}

.orga-stru i {
    font-size: 150px;
    margin-top: 35px;
    color: rgb(255, 255, 255);
}

h3.det-txt {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

p.det-p {
    padding: 40px 0 0;
}

/***** standard iq distribution *****/
#standard-iq-distribution {
    background-color: rgb(247, 247, 247);
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li.timeline-badge-li {
    margin-bottom: 102px;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    margin-right: 20px;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

/***** test *****/
.timer {
	color: #ff0000;
	font-size: 26px;
}

#test {
	background-color: rgb(247, 247, 247);
}

.test-box {
    background: #fff;
    padding: 30px 30px 49px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #2a445a;
    height: calc(100% - 30px);
}

.test-box h4 {
	margin-top: 0;
}

.ser-text {
    font-size: 24px;
}

.icon-text {
    padding: 20px 0px 0px;
}

/***** footer *****/
.footer {
    padding: 60px 0 20px;
    background: #111;
    color: #ccc;
}
.footer a {
    color: #ccc;
    text-decoration: underline;
}
.footer a.btn {
    color: #fff;
    text-decoration: none;
}

.footer h3{
	font-weight: 300;
	letter-spacing: 0.05em;
	margin: 0 0 40px;
	font-size: 24px;
}

.btn-submit{
	padding: 14px 12px!important;
	border-radius: 50px!important;
	text-transform: uppercase!important;
    background-color: #2a445a!important;
    color: #fff!important;
}
.btn-submit-quick {
	padding: 14px 12px;
	border-radius: 50px;
	text-transform: uppercase;
    background-color: #215e6d;
    color: #fff;
}
.btn-submit:hover, .btn-submit:focus{
    background-color: #2a445a;
    color: #fff;
}

.btn-submit i{
	padding-left: 8px;
}

.btn {
    padding: 10px 20px;
}

/***** pricing table *****/
/* PRICE COLOR CODE START */
#generic_price_table .generic_content{
	background-color: #fff;
	border: 1px solid #ccc;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #2ea1cf;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #2ea1cf; 
    color: #2ea1cf;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #2ea1cf rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ea1cf;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #2ea1cf;
	color: #fff;
} 
#generic_price_table{
	/* margin: 50px 0 50px 0; */
}

/* PRICE BODY CODE START */

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 20px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-size: 18px;
	padding: 15px 35px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 

/***** responsive media queries *****/
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    
    #generic_price_table .generic_content{
		margin-bottom:75px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}

@media (min-width: 769px) and (max-width: 980px) {
    .ser-text {
    font-size: 20px;
    }
    .test-box, .feature-info, .orga-stru{
        margin-bottom: 30px;
    }
    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }
}

@media (min-width: 451px) and (max-width: 768px) {
	.banner{
		padding-top: 50px;
	}
	.banner-text h1 {
		margin-top: 40px;
	}
    .ser-text {
    font-size: 20px;
    }
    .test-box, .feature-info{
        margin-bottom: 30px;
    }

    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }   
}

@media (min-width: 20px) and (max-width: 450px) {
	.banner{
		padding-top: 50px;
	}
	.banner-text h1 {
		margin-top: 40px;
	}
    .text-dec {
    font-size: 20px;
    }
    .big-text {
    font-size: 30px;
    }
    .small-text {
    font-size: 14px;
    }
    .intro-para {
    font-size: 30px;
    }
    .header-section p{
        font-size: 14px;
    }
    .heading {
    margin-bottom: 20px;
    }
    .orga-stru i {
    font-size: 92px;
    }
    .orga-stru {
    padding: 5px 5px 15px 5px;
    width: 75px;
    margin-bottom: 20px;
    }
    .orga-stru h3 {
    font-size: 28px;
    }
    .orga-stru p {
    font-size: 13px;
    }
    h3.det-txt {
    font-size: 28px;
    }
    .cta-2-txt {
    font-size: 20px;
    }
    .test-box, .text-comment, .price-table{
        margin-bottom: 30px;
    }
    .contact-form-button{
        width: 40%;
    }
    .footer .social-links li {
    margin: 0 5px 25px;
    }
    .cta-2-form-submit-btn {
    font-size: 10px;
    }
    .cta-2-form input[type="email"] {
    padding: 13px 10px;
    font-size: 10px;
    min-width: 187px;
    }
    .modal-sm {
    width: 300px;
    }
    .login-box-body {
    padding: 15px 20px;
    }
    .navbar-default .navbar-brand{
        margin-left: 10px;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
    }
}