/*----------------------------------------------------
@File: Default Styles
@Author: Rocky Ahmed
@URL: http://wethemez.com
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Charliston
@Author: Rocky Ahmed
@Developed By: Rocky Ahmed
@Developer URL: http://rocky.wethemez.com
Author E-mail: rockybd1995@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ banner
06/ breadcrumb
07/ about
08/ team
09/ project
10/ price
11/ team
12/ blog
13/ video
14/ features
15/ career
16/ contact
17/ footer

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,700");
/*---------------------------------------------------- */
/*----------------------------------------------------*/



/* custom */
@media (min-width: 1024px) and (max-width: 1440px) {
    .logo img {
        height: auto!important;
        max-width: 120px!important;
    }
    .logo {
        height: auto!important;
        margin: initial!important;
    }
    .menu_area {
        padding: 8px;
    }
    .menu_area .logo {
        line-height: inherit!important;
    }
}




.list {
    list-style: none;
    margin: 0px;
    padding: 0px; }

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
a:hover, a:focus {
    text-decoration: none;
    outline: none; }

.row.m0 {
    margin: 0px; }

body {
    line-height: 24px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: .35px;
    color: #090909; }

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: bold; }

i:before {
    margin-left: 0px !important; }

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.m0 {
    margin: 0px; }

.p0 {
    padding-left: 0px;
    padding-right: 0px; }

.p_100 {
    padding-top: 100px;
    padding-bottom: 100px; }

.pad_top {
    padding-top: 100px; }

.pad_btm {
    padding-bottom: 100px; }

.bg_gray {
    background: #f4f0ef; }

/* Main Title Area css
============================================================================================ */
.main_title {
    text-align: center;
    margin-bottom: 50px; }
.main_title h2 {
    font-size: 30px;
    color: #034ea1;
    text-transform: uppercase;
    font-weight: bold;
    position: relative; }
.main_title h2:before {
    content: "";
    height: 5px;
    width: 160px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #034ea1; }

/* End Main Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Header Area css
============================================================================================ */
.menu_area {
    -webkit-box-shadow: 1px 1.732px 7.68px 0.32px rgba(3, 78, 161, 0.25);
    box-shadow: 1px 1.732px 7.68px 0.32px rgba(3, 78, 161, 0.25); }
.menu_area .logo {
    line-height: 120px; }
.menu_area .menu {
    line-height: 120px;
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
.menu_area .menu span {
    height: 3px;
    width: 30px;
    background: #034ea1;
    display: block;
    margin-bottom: 10px; }
.menu_area .menu .btn {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

#menu li {
    line-height: normal; }
#menu li a {
    line-height: 45px;
    font-size: 16px; }
#menu li a:hover {
    color: #034ea1; }

a {
    text-decoration: none;
    color: #232323;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }

#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none; }

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 10px;
    position: relative;
    background: #034ea1;
    border-radius: 0px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
    -ms-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

#menuToggle span:first-child {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%; }

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
    background: #232323; }

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    -ms-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2); }

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    -webkit-transform: rotate(-45deg) translate(0, -1px);
    -ms-transform: rotate(-45deg) translate(0, -1px);
    transform: rotate(-45deg) translate(0, -1px); }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    min-width: 300px;
    width: 100%;
    padding: 15px 30px;
    margin-bottom: 0px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    right: 0px;
    top: 79px; }

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ #menu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible; }

/* End Header Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Question Area css
============================================================================================ */
.question_area {
    padding: 40px 0px;
    min-height: calc(100vh - 200px); }
.question_area .question_inner .row {
    margin-left: -12px;
    margin-right: -12px; }
.question_area .question_inner .col-lg-3 {
    padding-left: 6px;
    padding-right: 6px; }

.ques_item {
    margin-bottom: 30px; }
.ques_item:last-child {
    margin-bottom: 0px; }
.ques_item p {
    position: relative;
    padding-left: 15px;
    letter-spacing: .35px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 28px; }
.ques_item p span {
    color: #034ea1;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px; }

.ques_ans .ans_item {
    margin-right: 25px; }
.ques_ans .ans_item:last-child {
    margin-right: 0px; }

.footer_area {
    background: #034ea1;
    text-align: center;
    padding: 28px 0px; }
.footer_area p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px; }
.footer_area p a {
    color: #fff; }

.submit_btn {
    background: #034ea1;
    border-radius: 5px;
    height: 55px;
    padding: 0px 20px;
    font-weight: 500;
    letter-spacing: .35px;
    color: #fff;
    line-height: 55px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    border: 1px solid #034ea1;
    position: relative; }
.submit_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    -ms-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: white;
    background-color: rgba(255, 255, 255, 0.25); }
.submit_btn:hover {
    color: #fff; }
.submit_btn:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

/* End Main Question Area css
============================================================================================ */
/* Starting Area css
============================================================================================ */
.starting_area .main_title {
    margin-top: 30px; }
.starting_area .main_title h2:before {
    display: none; }

.starting_area p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px; }

.starting_area .start_ques {
    max-width: 800px;
    margin: auto; }
.starting_area .start_ques .input-group input {
    height: 55px;
    border-radius: 0px;
    padding: 0px 20px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #797979;
    font-size: 16px;
    font-weight: 500;
    color: #034ea1;
    letter-spacing: .35px; }
.starting_area .start_ques .input-group input:foucs {
    border-color: #034ea1; }
.starting_area .start_ques .input-group input.placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #797979;
    letter-spacing: .35px; }
.starting_area .start_ques .input-group input:-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #797979;
    letter-spacing: .35px; }
.starting_area .start_ques .input-group input::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #797979;
    letter-spacing: .35px; }
.starting_area .start_ques .input-group input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #797979;
    letter-spacing: .35px; }
.starting_area .start_ques .input-group .input-group-append .btn-outline-secondary {
    height: 55px;
    padding: 0px 20px;
    background: #034ea1;
    color: #fff;
    border: 1px solid #034ea1;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* End Starting Area css
============================================================================================ */
/* Login Area css
============================================================================================ */
.login_area {
    height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative; }
.login_area:before {
    content: "";
    background: url(../img/login-bg.png) no-repeat scroll center center;
    position: absolute;
    width: 872px;
    height: 784px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
.login_area .login_main {
    min-height: 100vh; }
.login_area .col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.login_area .login_inner {
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    width: 100%;
    max-width: 350px;
    margin: auto; }
.login_area .login_inner img {
    margin-bottom: 65px; }
.login_area .login_inner h4 {
    color: #034ea1;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px; }
.login_area .login_inner .form-group {
    margin-bottom: 20px; }
.login_area .login_inner .form-group:last-child {
    margin-bottom: 0px; }
.login_area .login_inner .form-group input {
    height: 50px;
    background: #fff;
    text-align: center;
    border: none;
    outline: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .35px;
    color: #034ea1; }
.login_area .login_inner .form-group input.placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .35px;
    color: #034ea1; }
.login_area .login_inner .form-group input:-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .35px;
    color: #034ea1; }
.login_area .login_inner .form-group input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .35px;
    color: #034ea1; }
.login_area .login_inner .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .35px;
    color: #034ea1; }
.login_area .login_inner .form-group button {
    height: 50px;
    padding: 0px 20px;
    background: #034ea1;
    color: #fff;
    border: 1px solid #034ea1;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    line-height: 50px; }
.login_area .login_inner .form-group button:hover {
    color: #fff; }

/* End Login Area css
============================================================================================ */
/* End Login Area css
============================================================================================ */
.thanku_area .thanku_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: calc(100vh - 300px); }
.thanku_area .thanku_inner .thanku_text {
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    height: 100%;
    text-align: center;
    width: 100%; }
.thanku_area .thanku_inner .thanku_text h4 {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #034ea1;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 36px; }
.thanku_area .thanku_inner .thanku_text .nav {
    text-align: center;
    display: inline-block; }
.thanku_area .thanku_inner .thanku_text .nav li {
    text-align: left;
    margin-bottom: 15px; }
.thanku_area .thanku_inner .thanku_text .nav li:last-child {
    margin-bottom: 0px; }
.thanku_area .thanku_inner .thanku_text .nav li .text {
    width: 145px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #000; }
.thanku_area .thanku_inner .thanku_text .nav li .dotted {
    padding-right: 26px;
    color: #000; }
.thanku_area .thanku_inner .thanku_text .nav li span {
    font-weight: bold;
    color: #034ea1; }

/* End Login Area css
============================================================================================ */
.styled-checkbox {
    position: absolute;
    opacity: 0; }
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 34px; }
.styled-checkbox + label:before {
    content: "";
    margin-right: 12px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 1px solid #034ea1;
    border-radius: 2px;
    position: absolute;
    left: 0px;
    top: 2px; }
.styled-checkbox:checked + label:before {
    background: #034ea1; }
.styled-checkbox:disabled + label {
    color: #acacac;
    cursor: auto; }
.styled-checkbox:disabled + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd; }
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.styled-checkbox:checked + label {
    color: #034ea1; }

/*---------------------------------------------------- */
