/* Reset ================================================================================= */

* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    color: #020c26;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

:focus {
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.none {
    display: none;
}

.relative {
    position: relative;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.35;
}

h1 {
    font-size: 52px;
    font-weight: normal;
}

h2 {
    font-size: 32px;
    font-weight: normal;
}

h3 {
    font-size: 26px;
    font-weight: normal;
}

h4 {
    font-size: 22px;
    font-weight: normal;
}

h5 {
    font-size: 20px;
    font-weight: normal;
}

h6 {
    font-size: 16px;
    font-weight: normal;
}


/* Forms */

form {
    display: block;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}


/* Table */

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption,
th,
td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}


/* Lists */

ul,
ol {
    list-style: none;
    margin: 0;
}


/* Global Styles ========================================================================= */
.page-title{margin-bottom: 35px;}
.page-title h5{
  font-size: 20px;
  color: #4c86f9;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}
.page-title h4{
  font-size: 32px;
  color: #020c26;
  font-weight: 700;
  line-height:36px;
  text-transform: capitalize;
}
.pt-80{padding-top: 80px}
.pb-80{padding-bottom: 80px;}
.mt-80{margin-top: 80px;}
.mb-80{margin-bottom: 80px;}
.mb-30{margin-bottom: 30px;}
.page-button .theme-btn {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #4c86f9;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #4c86f9;
}
.page-button .theme-btn:hover {
    background-color: #020c26;
    border-color: #020c26;
}
.page-button .theme-btn.border-btn{
    border: 1px solid #4c86f9;
    background-color: transparent;
    color: #4c86f9;
}
.page-button .theme-btn.border-btn:hover{
    background-color: #4c86f9;
    color: #fff;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    font-size: 68px;
    line-height: 20px;
    color: #ccced4;
    margin: 0 10px;
    outline: none;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
    color: #020c26;
}

.header .navbar {
    padding: 12px 0;
}
.header .navbar .navbar-brand {
	padding-top:0;
	padding-bottom:0;
}

.header .navbar .right-menu .nav-item .nav-link,
.header .navbar .main-menu .nav-item .nav-link{
	color:#020c26;
	font-size:18px;
	font-weight:600;
}

.header .navbar .main-menu .nav-item .dropdown-menu{
	padding: 0;
    margin: 0;
	border: 1px solid #dddddd;
	background-color:#ffffff;
	border-radius:0;
}
.header .navbar .main-menu .nav-item .dropdown-menu li + li {
	border-top:1px solid #dddddd;
}
.header .navbar .main-menu .nav-item .dropdown-menu li a {
	padding: 6px 15px;
    font-size: 14px;
    font-weight: 500;
}
.header .navbar .main-menu .nav-item .dropdown-menu li a:hover {
	background-color:#4c86f9;
	color:#ffffff;
}
.languages-list .bootstrap-select.btn-group .dropdown-menu{
	max-height: 366px !important;
	min-height: auto !important;
    margin: 0;
    padding-bottom: 10px;
}
.languages-list .bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar {
	width: 10px;
}
.languages-list .bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar-track {
	background-color:#f3f3f3;
	border-radius: 10px;
}

.languages-list .bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar-thumb {
	background:#4c86f9; 
	border-radius: 10px;
}

.languages-list .bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar-thumb:hover {
	background:#4c86f9; 
}
.footer-lang .languages-list  {
	margin-top:20px;
}
.footer-lang .languages-list .bootstrap-select.btn-group .dropdown-menu{
	max-height: 174px !important;
	min-height: auto !important;
    margin: 0;
	    width: 125px !important; 
    padding-bottom: 10px;
}


/*banner css*/
.banner-image {
    width: 45%;
    margin-left: auto;
}

.banner-image .img_area {
    margin-left: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 20px;
    box-shadow: 0px 0px 30px 0px rgba(76, 134, 249, 0.1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(76, 134, 249, 0.1);
    background-color: #ffffff;
}

.banner-image .img_area img {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.banner-content h2 {
    color: #4c86f9;
    font-weight: 800;
    line-height: 46px;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.banner-content .body-text p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.banner-content .sub-txt {
    font-weight: 600;
    text-transform: uppercase;
    padding-left:10px;
    font-size: 12px;
}
.banner-image .pattern-img {
    position: absolute;
    left: -60px;
    bottom: 0;
    z-index: -1;
}

.banner-image::before {
    content: "";
    background-image: -moz-linear-gradient( -90deg, rgb(255, 255, 255) 37%, rgb(225, 235, 255) 65%, rgb(195, 215, 255) 82%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255, 255, 255) 37%, rgb(225, 235, 255) 65%, rgb(195, 215, 255) 82%);
    background-image: -ms-linear-gradient( -90deg, rgb(255, 255, 255) 37%, rgb(225, 235, 255) 65%, rgb(195, 215, 255) 82%);
    position: absolute;
    height: 100%;
    width: 70%;
    border-bottom-left-radius: 100px;
    right: 0;
}
.banner-image #bannerslider {
    position: relative;
    z-index: 999;
}

.banner-image .owl-carousel .owl-nav {
    text-align: center;
}
.banner-image .owl-carousel .owl-nav button.owl-next,
.banner-image .owl-carousel .owl-nav button.owl-prev {
    color: #9eafd4;
}

/*logo sections css*/
.logo-sections .logo-item img{
    height: 80px;
    object-fit: cover;
    width: auto !important;
    margin: 0 auto;
}

/*features section css*/
.features-section .features-row.box_bg{
    background-color:#f2f6ff; 
    padding-top:80px;
    padding-bottom:0px;
}
.features-section .features-row.box_bg + .box_bg {
    padding-bottom:80px;
    margin-bottom: 80px;
}
.features-content .features-subheading{
    font-size: 18px;
    color: #4c86f9;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 30px;
}
.features-content .features-heading p{
    font-size:32px;
    color: #020c26;
    font-weight: 800;
    line-height: 36px; 
    margin:0;
}
.features-content .features-heading b, .features-content .features-heading strong{color: #4c86f9;font-weight: 800;}
.features-content .features-description {margin-top: 22px;}
.career-content p,
.features-content .features-description p{
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 28px;
    color: #020c26;
    font-weight: 500;
}
.features-content .features-description p b, .features-content .features-description p strong{color: #4c86f9; font-weight: 700;}
/*call to action section css*/
.cta-bg{
    background-color: #f2f6ff;
    border-radius: 20px;
    box-shadow: none;
    overflow: hidden;
}
.cta-imagearea{z-index: 1}
.cta-imagearea::after{
    position: absolute;
    content: "";
    background-color: #4c86f9;
    position: absolute;
    left: -30px;
    top: -250px;
    width: 830px;
    height: 830px;
    border-radius: 50%;
    z-index: -1;
}



/*testimonial section css*/


.testimonial-img{
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin-bottom: 25px;
}
.testimonial-content{
    position: relative;
    font-size:18px;
    color: rgb(2, 12, 38);
    line-height: 22px;
    margin-bottom: 25px;
}
.testimonial-content::before{
    position: absolute;
    content: url("../images/quote.png");
    left: 0px;
    top: -30px;
}
.testimonial-title h4{
    font-size: 30px;
    color: #020c26;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next,
.testimonial-section .owl-carousel .owl-nav button.owl-prev{
    bottom: 20px;
    position: absolute;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next{right:30%;}
.testimonial-section .owl-carousel .owl-nav button.owl-prev{left:30%;}


/*subscription plan css*/
.plan-switch label   {
	display:flex;
	align-items:center; 
	justify-content:center;
	position:relative;
}

.plan-switch label span {
	border: 2px solid #4c86f9;
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #4c86f9;
    padding: 8px 24px; 
	cursor:pointer;
	 -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.plan-switch label span:hover,
.plan-switch label span.plan-monthly{ 
	background-color:#4c86f9;
	color:#ffffff;
}
.plan-switch label input[type="checkbox"] {
	position:absolute;
	opacity:0
}
.plan-switch label input[type="checkbox"]:checked + span.plan-monthly{ 
	background-color:transparent;
	color:#4c86f9;
}
.plan-switch label input[type="checkbox"]:checked + span + span.plan-annually{
	background-color:#4c86f9;
	color:#ffffff;
}
.subscription-plan{
    background-color: rgb(245, 245, 255);
    padding-bottom: 380px;
}
.subscription-plan-row{
    display: block;
    margin-top: -380px;
    /*padding-bottom: 65px;*/
    padding-top: 30px;
}
.plan-box{
    border: 1px solid #ebebeb;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(76, 134, 249, 0.1);
    height: 100%;
    position: relative; 
	padding-bottom:134px;
}
.plan-box .plan-header {
	padding:24px;
	border-bottom:1px solid #ccced4; 
}
.plan-box .plan-footer {
	padding: 24px;
    border-top: 1px solid #ccced4;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.plan-box .plan-body {
	padding:24px;
}
.plan-box .plan-title{
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.plan-title h6{
    font-size: 22px;
    color: rgb(2, 12, 38);
    font-weight: 700;
    line-height: 1.182;
}
.plan-title .plan-offer{
    background-color: #dbeedb;
    color: #49a84c;
    font-size: 14px;
    font-weight: 700;
    padding: 8px;
}
.price-rate{
    font-size: 42px;
    color: #020c26;
    font-weight: 700;
    line-height: 46px;
	margin:0;
}
.price-rate sub{
    font-size: 18px;
    color: #020c26;
    font-weight: 700;
    line-height: 22px;
}    
.plan-feature-content li{
    font-size: 16px;
    color: #020c26;
    font-weight: 600;
    line-height: 2;
    padding-left: 30px;
    position: relative;
}
.plan-feature-content li span{
    /*font-size: 14px;*/
}
.plan-feature-content li:before {
    position: absolute;
    content: url("../images/check-icon.png");
    left:0;
    margin-top: 5px;
}
.plan-feature-content li.checked:before {
    filter: invert(58%) sepia(80%) saturate(2360%) hue-rotate(209deg) brightness(103%) contrast(101%);
}
.plan-feature-content li.unavailable:before {
    content: url("../images/close.png");
}
.plan-box:hover .plan-title .plan-offer{ background-color: #dbe7fe; }
.plan-box:hover .plan-title .plan-offer,
.plan-box:hover .price-rate,
.plan-box:hover .price-rate sub{
    color: #4c86f9;
}
.plan-box:hover .page-button .theme-btn.border-btn{
    background-color: #4c86f9;
    color: #fff;
}
.custom-switch label{
  font-size: 16px;
  color: rgb(2, 12, 38);
  font-weight: 700;
  line-height: 20px;
}
.custom-control-input:checked~.custom-control-label::before{
    color: #49a84c;
    border-color: #dbeedb;
    background-color: #dbeedb;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after{
    background-color: #49a84c;
}
.custom-control-label::before{background-color: #dbe7fe;}
.custom-switch .custom-control-label::after{background-color: #4c86f9;}
.custom-switch{
    margin:0 0 15px 0;
}
.plan-box .page-button{
     
}
/*premium trial section css*/
.premium-trial-section ul{flex-wrap: wrap;}
.premium-trial-section ul li{margin:5px;}

/*footer*/
.top-footer{
    padding: 120px 0;
    background-color: #f2f6ff;
    float: left;
    width: 100%;
}
.top-footer> div > ul{
    flex-wrap: wrap;
}
.top-footer ul li.top-part:nth-child(1){width: 22%;}
.top-footer ul li.top-part:nth-child(2){width: 15%;}
.top-footer ul li.top-part:nth-child(3){width: 40%;}
.top-footer ul li.top-part:nth-child(4){width: 23%;}
.top-footer p{
  font-size: 16px;
  color: rgb(2, 12, 38);
  line-height:22px;
  font-weight: 500;
}
.top-part h3{
  font-size: 20px;
  color: rgb(76, 134, 249);
  font-weight: 700;
  margin-bottom: 30px;
}
.top-part > ul > li{
  font-size: 16px;
  color: #000;
  line-height:20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.top-part ul li:hover { color: #020c26; }
.newsletter-inputgroup{
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(76, 134, 249, 0.1);
}
.newsletter-inputgroup .form-control{
    height: 60px;
    border:none;
    box-shadow: none;
}
.newsletter-inputgroup .input-group-text{
    background-color: #4c86f9;
    padding:0 15px;
    color: #fff;
    border-radius: 0;
    border: none;
}
.newsletter-inputgroup .form-control::placeholder { 
  font-size: 16px;
  color: rgb(2, 12, 38);
  font-weight: 500;
}
.newsletter-inputgroup .form-control:-ms-input-placeholder { 
  font-size: 16px;
  color: rgb(2, 12, 38);
  font-weight: 500;
}
.newsletter-inputgroup .form-control::-ms-input-placeholder { 
  font-size: 16px;
  color: rgb(2, 12, 38);
  font-weight: 500;
}
.social-media-icone li { padding-right: 5px;}
.social-media-icone li a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  font-size: 16px;
  display: block;
}
.social-media-icone li a i { color: #000;}
.social-media-icone li:hover a { background-color: #4c86f9;}
.social-media-icone li:hover a i{color: #fff;}
.cpy-footer{
    background-color: #4c86f9;
    padding: 15px 0;
    float: left;
    width: 100%;
}

/* ======================= login page css ======================= */
.login-wrapper{
  float: left;
  width: 100%;
}
.article-inner-wrapper,
.login-inner-wrapper{
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(76, 134, 249, 0.1);
    padding:60px;
}
.form-wrapper .form-title{margin-bottom: 30px;}
.form-wrapper .form-title h5{
  /*font-size: 36px;*/
  /*line-height: 38px;*/
  font-size: 32px;
  line-height: 36px;
  color: #020c26;
  font-weight:800;
  margin-bottom: 15px;
}
.form-wrapper .form-title h5 strong{
  color: #4c86f9;
  font-weight: 800;
}
.form-wrapper .form-title h2{
  /*font-size: 26px;*/
  /*line-height: 28px;*/
  font-size: 22px;
  line-height: 26px;
  color: rgb(2, 12, 38);
  font-weight: 700;
  text-transform: capitalize;
}
.form-wrapper .form-group{
  margin-bottom: 30px;
}
.form-wrapper .form-control{
  position: relative;
  border: 1px solid rgb(222, 233, 255);
  border-radius: 0;
  padding-left: 50px;
  height: 60px;
}
.form-wrapper textarea.form-control{
  height:auto;
  padding-top: 18px;
}
.form-wrapper form .form-group i.icone{
    position: absolute;
    left: 35px;
    color: #000;
    font-size: 20px;
    z-index: 1;
    /*line-height: 60px;*/
    top: 20px;
}
.form-wrapper .page-button button{
    border-radius: 0px;
    outline: none;
}
.form-wrapper .form-group strong{
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
}
.form-wrapper .link-txt{
    margin-top: 15px;
    font-size: 18px;
    color: #020c26;
    line-height: 20px;
    font-weight: 500;
}
.form-wrapper .link-txt a{
    color: #4c86f9;
}
.forgot-pwd a{ 
    color: #4c86f9;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.checkbox-filed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fancy-checkbox {
  position: relative;
  display: block;
  margin: 0;
}
.fancy-checkbox input[type="checkbox"] {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  opacity: 0;
}
.fancy-checkbox span {
  font-size: 16px;
  padding-left: 38px;
  line-height: 30px;
  color: #020c26;
  font-weight: 500;
}
.fancy-checkbox span::before {
  content: "";
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  height: 30px;
  width:30px;
  position: absolute;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fancy-checkbox span::after {
  content: "\f00c";
  font-family: fontawesome;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  font-size: 16px;
  left:7px;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: scale(0);
  -webkit-transform: scale(0);
  line-height: 30px;
}
.fancy-checkbox input[type="checkbox"]:checked+span::before {
  background-color: #4c86f9;
  border-color: #4c86f9;
}
.fancy-checkbox input[type="checkbox"]:checked+span::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
/* ======================= Sign up page css ======================= */

/* ======================= About us page css ======================= */
/*.aboutus-banner .banner-image{padding-top: 40px;}*/
.aboutus-banner .banner-image::before{content: none;}
.aboutus-banner .banner-image::after{
    top: -50px;
    left: -50px;
}
.banner-content h4{
  font-size: 24px;
  color: #4c86f9;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.banner-content h3{
  font-size: 42px;
  line-height: 44px;
  color: #020c26;
  font-weight: 800;
  margin-bottom:20px;
}
.listing-box{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(76, 134, 249, 0.1);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
}
.listing-box h4{
  font-size: 18px;
  color: rgb(2, 12, 38);
  font-weight: 700;
  line-height: 20px;
  margin-top: 10px;
}
.features-listing li:nth-child(3)::after{
    content: url("../images/pattern.png");
    position: absolute;
    bottom: -50px;
    left: -70px;
    z-index: -1;
}
/* ======================= book demo page css ======================= */
/* ======================= contact us page css ======================= */
/* ======================= privacy policy page css ======================= */
/* ======================= terms & services page css ======================= */
/* ======================= blog page css ======================= */
.article-title h2{
    color: #4c86f9;
    font-weight: 800;
    line-height: 54px;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.article-description h4{
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    color: #4c86f9;
    font-weight: 600;
    margin-bottom: 10px;
}
.article-description p{
    font-size: 16px;
    line-height: 24px;
    color: #020c26;
    font-weight: 500;
}
.article-description ul li{
    padding-left: 15px;
    position: relative;
}
.article-description ul li + li{
    margin-top: 10px;
}
.article-description ul li::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f101";
    font-family: fontawesome;
    margin-right: 15px;
    color: #4c86f9;
    font-size: 18px;
    font-size: 16px;
}   
.blog-box{
    background-color: #ffffff;
    box-shadow: 0px 8px 50px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 8px 50px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 20px;
}
.blog-img img{
    object-fit: cover;
    height: 170px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog-description{
    padding: 15px;
}
.blog-description h4{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #020c26;
    font-weight: 600;
}
.blog-description p{
    font-size: 14px;
    color: #020c26;
    margin-bottom: 10px;
}
.blog-description a{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4c86f9;
}
.blog-description a:hover{color: #727272;}


/* ======================= carrer page css ======================= */
.career-inner-div{
    background-color: #ffffff;
    box-shadow: 0px 8px 50px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 8px 50px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 30px;
}
.career-table-section{
    background-color: #fafbfe!important;
}
.career-inner-div .table tr:hover td a{
    color: #4c86f9;
}
.job-content h2{
    font-size: 22px;
    color: #4c86f9;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
}
.job-content ol li,
.job-content ul li,
.job-content p span{
    font-family: 'Montserrat' !important;
    margin-bottom: 28px;
    font-size: 16px !important;
    line-height: 28px;
    color: #020c26;
    font-weight: 500;
}
.job-content ol li,
.job-content ul li{
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 5px;
}
.form-wrapper.apply-job-application form .form-group i.icone{
    top: 50px;
}
.form-wrapper .form-control[type="file"]{
    width: 100%;
    height: auto;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}