body{

    font-family: 'Open Sans';

    font-size:16px;

    font-style:normal;

    font-weight:normal;

    color:#383838;

}
html,
body{
width:100%;
overflow-x:hidden;
}
p{  

    font-family: 'Open Sans';

    font-size:16px;

    margin: 0px;

    line-height:30px;

    font-style:normal;

    font-weight:normal;

    color:#000;

}

h1{

    font-family: 'Montserrat';

    font-size:38px;

    margin:0px;

    color: #181a18;

    line-height:normal;

    font-weight:bold;

    font-style:normal;

}

h2{

    font-family: 'Montserrat';

    font-size: 35px;

    margin: 0px;

    font-weight:bold;

    font-style:normal;

    color:#000;
    
}

h3 {

    font-family: 'Montserrat';

    font-size: 25px;

    margin: 0px;

    line-height: 28px;

    font-weight: 600;

    color: #000;

}

h4{

    font-family: 'Open Sans';

    font-size: 22px;

    margin: 0px;

    line-height: 33px;

    font-weight: normal;

    color: #000;

}

h5{

    font-family: 'Open Sans';

    font-size:20px;

    margin: 0px;

    font-weight:normal;

    font-style:normal;

    color: #000;

}

h6{

    font-family: 'Open Sans';

    font-size:18px;

    margin: 0px;

    font-weight:400;

    letter-spacing:0px;

    color:#000;

}

li{

    list-style:none;

}

a{

    text-decoration:none;

}

ul {

    padding: 0px;

    margin: 0px;

}

strong {

    font-weight: bold;

}

.container{

    width:100%;

    max-width:1350px;

    padding:0px 15px;

    margin:0px auto 0px;

}

.container:after{

    clear:both;

    display:table;

    content:"";

}

::-moz-selection {

    background: rgb(5 74 158);

    color: #fff;

}

::selection {

    background: rgb(5 74 158);

    color: #fff;

}

/** process-section **/



.process-section{

  position: relative;

  padding:50px 0px 50px 0px;

  background:#9da6af;

  text-align:center;

}

.process-section h3 {

    margin-bottom: 70px;

    /*font-weight: 400;*/

    color: #fff;

    font-size: 36px;

    line-height: normal;

}



.process-block{min-height:260px;}

.process-block-one .inner-box{

  position: relative;

  display: block;

}



.process-block-one .inner-box:before{

  position: absolute;

  content: '';

  background: url(../images/arrow-1.png);

  width: 58px;

  height: 70px;

  top: 30px;

  right: -45px;

  background-repeat: no-repeat;

}
    /* --- CSS FOR MOBILE-ONLY CONTACT FORM --- */

/* 1. HIDE the form by default on desktop and tablet screens. */
.bottom_form {
    display: none;
}

/* 2. This media query targets MOBILE screens ONLY (768px and smaller). */
@media (max-width: 768px) {

    /* SHOW the form on mobile */
    .bottom_form {
        display: block;
        background-color: #000;
        padding: 25px 20px;
        border-top: 5px solid #054a9e;
        /* IMPORTANT: This creates space below your banner to prevent merging. */
        margin-top: 90px;
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 10px;
    }

    /* Style the heading */
    .bottom_form h5 {
        font-size: 26px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px;
    }

    /* Style the input fields to match your site's theme */
    .bottom_form .form_group .form-control {
        background: #717070;
        border: none;
        margin-bottom: 15px;
        height: 45px;
        box-shadow: none;
        border-radius: 5px;
        font-size: 14px;
        color: #efefef;
        width: 100%;
        padding: 6px 12px;
    }
    
    .bottom_form .form_group .form-control::placeholder {
        color: #efefef;
        opacity: 1;
    }

    /* Hide the original form inside the banner on mobile to avoid duplicates */
    .top_section .top_form {
        display: none;
    }
}


.process-block:last-child .process-block-one .inner-box:before{

  display: none;

}



.process-block-one .inner-box .icon-box{

  position: relative;

  display: inline-block;

  width: 146px;

  height: 128px;

  text-align: center;

  line-height: 128px;

  margin-bottom:30px;

  z-index: 1;

}



.process-block-one .inner-box .icon-box:before{

  position: absolute;

  content: '';

  background: url(../images/icon-bg-1.png);

  width: 100%;

  height: 100%;

  left: 0px;

  top: 0px;

  right: 0px;

  background-repeat: no-repeat;

  z-index: -1;

}



.process-block-one .inner-box .icon-box:after{

  position: absolute;

  content: '';

  left: 50%;

  top: 50%;

  transform: translate(-50%,-50%);

  z-index: -2;

  box-shadow: 5px 5px 100px 30px black;

}



.process-block-one .inner-box .icon-box span{

  position: absolute;

  top: -20px;

  right: -30px;

  width: 60px;

  height: 60px;

  line-height: 60px;

  background: #fff;

  font-size: 20px;

  font-weight: 700;

  text-align: center;

  border-radius: 50%;

  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);

}



.process-block-one .inner-box .lower-content h3{

  position: relative;

    display: block;

    font-size: 18px;

    line-height: normal;

    font-weight: 400;

    margin-bottom: 0;

    color: #000;

}



.process-block-one .inner-box .lower-content p{

  font-size: 17px;

  font-weight: 500;

  margin-bottom: 13px;

}



.process-block-one .inner-box .lower-content a{

  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 24px;

  font-weight: 700;

  text-transform: uppercase;

}



.process-block-one .inner-box .lower-content a:hover{

  color: #462b34;

}



.process-block-one .inner-box .icon-box .anim-icon .icon-1{

  position: absolute;

  left: -12px;

  top: -20px;

  width: 176px;

  height: 158px;

  background-repeat: no-repeat;

  z-index: -2;

}



.process-block-one .inner-box .icon-box .anim-icon .icon-2{

  position: absolute;

  left: -3px;

  top: 10px;

  width: 10px;

  height: 11px;

  background-repeat: no-repeat;

}



.process-block-one .inner-box .icon-box .anim-icon .icon-3{

  position: absolute;

  right: -3px;

  bottom: 10px;

  width: 10px;

  height: 11px;

  background-repeat: no-repeat;

}

.process-block-one .inner-box .icon-box span {

    color: #054a9e;

}

.process-block-one.process_three .inner-box:before{display:none;}
#menu {
    position: absolute;
}
.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 321px;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
#menu .nav {
    position: relative;
    padding: 0px 0px;
    float: right;bottom: 45px;
}
.navbar-nav {
    float: left;
    margin: 0;
    display: block;
}
.nav > li {
    position: relative;
    display: block;
}
.navbar-nav > li {
    float: left;
}
#menu .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ce8403;
    background: transparent;
}
#menu ul.nav li a {
    font-size: 15px;
    color: #fff;
}
#menu .nav > li > a {
    background: none;
    color: #fff;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-default {
    background: #00000066;
    border: rgba(248, 248, 248, 0);
    padding: 0px 5px;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

a.navbar-brand img {
    position: relative;
    top: 4px;
    display: block;
    width: 55%;
}
.top_section:before {

    content: "";

    position: absolute;

    background: #0000008c;

    width: 100%;

    height: 100%;

    top: 0;

}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-toggle {
    display: none;
}

@media (min-width: 768px)
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (min-width: 768px){
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 768px){
.navbar-collapse.collapse {
    display: block !important;
    height: 20px !important;
    padding-bottom: 0;
    overflow: visible !important;
}
}

@media (min-width: 768px){
.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}
@media (min-width: 768px){
.navbar-header {
    float: left;
}
}
#menu span {
    color: #054a9e;
}
.top_section {
    width: 100%;
	background: url(../images/resume-banner.png);
    padding: 0px 0px 0px;
    background-size: cover;
    background-color: grey;
    position: relative;    height: 684px;
}
.top_section:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0;
}
.overlay {
    width: 89%;
    height: 100vh;
    position: absolute;
    top: 112px;
    left: 81px;
    background-size: 3px 3px;
    z-index: 2;
}
.btn-submit {
    background-image: linear-gradient(to right, #314755 0%, #054a9e 51%, #314755 100%);
    margin: 0px;
    padding: 12px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: none;
    border-radius: 6px 72px 5px 72px;
    display: block;
    width: 100%;
    border: 0px;
}
.top_section .logo{margin-bottom:15px; }

.top_section .logo img{width:100%;}

.top_section .contant_part h4 {

    color: #fff;

    font-weight: 600;

}

.top_section .d_part1{display:block;  text-align: left;  display: flex; flex-direction: column; line-height: 5px;}

.top_section .d_part2{display:none;}

.top_section .contant_part h2 {

    color: #ffffff;

    margin: 0px 0px 20px;

    font-weight: 600;
    
    text-align: left;

}

ul.top_center li {

    display: inline-block;

}

ul.top_center li {

    display: flex;

    color: #fff;

    font-weight: 600;

    margin-right: 15px;

    font-size: 19px;
    
    text-align: left;
    
    margin-top: 10px;
        
    /*margin-bottom: 12px;*/
    
    line-height: 16px;
}

ul.top_center li i {

    margin-right: 5px;

}

ul.top_center li:last-child {

    margin: 0px;

}

.contant_part p.bottom_content {

    color: #fff;;

    margin: 20px 0px;

}

.top_section .benefits_box {

    background: #fff;

    padding: 20px;

    -webkit-box-shadow: 0 6px 28px 0 rgb(0 0 0 / 9%);

    box-shadow: 0 6px 28px 0 rgb(0 0 0 / 9%);

}

.top_section .benefits_box h4 {

    color: #000;

}

.benefits_box ul li {

    font-size: 15px;

    padding-top: 10px;

    color: #000;

	font-weight:600;
	
	text-align:left;

}

.benefits_box img {

    width: 100%;

}

.benefits_box .row {

    align-items: center;

}

.top_section .top_form {

    background-color: #000;

    border-radius: 10px;

    padding: 20px 20px 20px;

    /*width: 70%;*/

    float: right;

    border-top: 5px solid #054a9e;

    border-top-left-radius: 0;

    border-top-right-radius: 0;

}

@media (max-width: 768px) {
    /* Select the list items inside your banner for mobile */
    .top_center.d_part1 li {
        
        font-size: 100%;     /* Optional: Adjust font size for mobile readability */
    }

    /* This hides the <br> tags on mobile screens to allow for controlled spacing */
    .top_center.d_part1 > br {
        display: none;
    }
}






.top_section .top_form .form-control:focus{color:#efefef;border-color:#054a9e;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}

.top_section .top_form .form-control::-webkit-input-placeholder{color:#efefef;opacity:1}

.top_section .top_form .form-control::-moz-placeholder{color:#efefef;opacity:1}

.top_section .top_form .form-control:-ms-input-placeholder{color:#efefef;opacity:1}

.top_section .top_form .form-control::-ms-input-placeholder{color:#efefef;opacity:1}

.top_section .top_form .form-control::placeholder{color:#efefef;opacity:1}

.top_section .top_form h5 {

    text-align: center;

    font-weight: 600;

    color: #fff;

    margin-bottom: 10px;

    padding: 5px 15px;

    line-height: 30px;

    font-style: italic;

    font-size: 16px;

}

.top_section .top_form p {

    text-align: center;

    font-size: 15px;

    color: #000;

    line-height: 25px;

    margin-bottom: 10px;

}

.top_section .top_form .form_group {

    padding: 0px 15px;

}

.top_section .row {

    align-items: center;

}





.top_form.rigth_info .form_group .form-control {

    background:#f1f1f0;

    border:1px solid #ccc;

    margin-bottom: 10px;

    height: 40px;

    box-shadow: none;

    border-radius: 5px;

    font-size: 14px;

	color:#495057;

}

.top_form.rigth_info .form-control:focus{color:#495057;border-color:#e09511;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}

.top_form.rigth_info .form-control::-webkit-input-placeholder{color:#495057;opacity:1}

.top_form.rigth_info .form-control::-moz-placeholder{color:#495057;opacity:1}

.top_form.rigth_info .form-control:-ms-input-placeholder{color:#495057;opacity:1}

.top_form.rigth_info .form-control::-ms-input-placeholder{color:#495057;opacity:1}

.top_form.rigth_info .form-control::placeholder{color:#495057;opacity:1}



.top_form .form_group .form-control {

    background:#717070;

    border:0px solid rgba(255,255,255,0.3);

    margin-bottom: 10px;

    height: 40px;

    box-shadow: none;

    border-radius: 5px;

    font-size: 14px;

	color:#efefef;

}



.samples_sections {

    padding: 50px 0px;

	background:#f2f2f2;

	text-align:center;

}

.samples_sections h3 {

    font-weight: 600;

    color: #4b4b4b;

	margin-bottom:20px;

}

.samples_sections ul{

    margin: 0 -10px;

}

.samples_sections ul li {

   width: 33.33%;

    float: left;

    padding: 0px;

}

.samples_sections ul li a {

    display: block;

    border: 0px solid #000;

    box-shadow: 0 4px 20px 0 hsl(0deg 0% 60% / 20%);

    padding: 10px;

    background: #fff;

    margin: 15px;

	border-radius:6px;

	}

.samples_sections ul li img {

    height: auto;

    max-width: 100%;

}



.main_btn {

    background: #054a9e;

    background-size: 300%,1px;

    margin: auto;

    text-align: center;

    display: block;
	

    outline: none !important;

    border: none;

    border-radius: 5px;

    color: #fff;

    padding: 10px 25px;

    font-weight: 600;

}

.top_section .program_stats {

    width: 100%;

    height: 100%;

    z-index: 10;

    border-radius: 4px;

    padding: 24px;

    background: #fff;

    -webkit-box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%);

    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%);

    position: relative;

  top: 650px;


}

.top_section .program_stats ul {

    display: flex;

    justify-content: space-around;

    align-items: center;

}

.top_section .program_stats ul .program_label {

    font-weight: 600;
    font-size:22px;

}

.customised_section {

    padding: 70px 0px 50px;

    background: #f8f8f7;

}

.common_heading h3 {

    font-weight: 600;

    color: #4b4b4b;

}

.customised_section .common_heading h3 {

    text-align: center;

}

.customised_box {

    border-radius: 4px;

    padding: 20px;

    /*background: #fff;

    -webkit-box-shadow: 0 6px 28px 0 rgb(0 0 0 / 9%);

    box-shadow: 0 6px 28px 0 rgb(0 0 0 / 9%);*/

    margin-top: 20px;

    position: relative;

    border-radius: 15px;

    text-align: justify;

}

.customised_box p {

    font-size: 15px;

line-height: 24px;

margin-bottom: 15px;

}

.customised_box h5 {

    font-size: 21px;

    font-weight: 600;

    padding: 0px 0px 10px;

    font-family: 'Montserrat';

}



.customised_box .top_img {

    max-width: 120px;

    width: auto;

    height: 120px;

    object-fit: cover;

    /*background: #ce840340 !important;*/

    padding: 5px;

    margin: auto;

    /*border-radius: 100px;*/

}

.customised_box .top_img img {

    width: 100%;

    padding: 10px;

    margin: auto;

    text-align: center;

}

.overview_section {

    background: #fff;

    padding: 30px 0px 40px;

}



.key_right_part iframe {

    width: 100%;

    height:100%;

}

.key_right_part img{width:100%;height:100%;border-radius:5px;}

.key_right_part{width:100%;height:100%;}

.key_right_part p {

    color: #fff;

}

.key_left_part p{font-size: 15px;

text-align: justify;

margin-bottom: 15px;

line-height: 28px;

}

.overview_section .common_heading p {

    font-size: 21px;

    padding: 20px 0px;

}

.key_left_part .icon_certification {

    display: inline-block;

}

.key_left_part .list_label {

    display: inline-block;

    padding-left: 10px;

    vertical-align: sub;

}

.key_left_part ul li {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    width: 48.7%;

    margin: 5px 10px;

    float: left;

    height: 70px;

    padding: 10px 40px;

    -webkit-border-radius: 6px;

    -moz-border-radius: 6px;

    border-radius: 6px;

    border: 2px solid #14523847;

}

.key_left_part ul li:nth-child(2n) {

    margin: 5px 0px;

}

.key_left_part ul li:nth-child(3) {

    clear: both;

}



.career_counselling {

    padding: 30px 0px;

}

.career_counselling .info_center .main_btn.call_to_action {

    display: none;

}

.career_counselling .info_center {

    text-align: center;

}

.career_counselling .info_center .common_heading {

    margin-bottom: 20px;

}

.career_counselling .info_center .button_link {

    display: inline-block;

    font-weight: 600;

    border: 1px solid #28b34a00;

    font-size: 20px;

    text-decoration: none;

}

.career_counselling .info_center .button_link:hover {

    border: 1px solid #054a9e;

    color: #054a9e;

    background: #ff7c5400 !important;

}

.career_counselling .info_center .button_link i {

    margin-right: 10px;

}



.download_section {

    color: #fff;

    background: #181c22;

    padding: 50px 0px;

}

.download_section .download_content {

    max-width: 60%;

    width: 60%;

}

.download_section .outer_download {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.download_section .outer_download .download_btn {

    width:40%;

    text-align: right;

    margin-left: 20px;

}

.download_content h4 {

    color: #fff;

    font-weight: 600;

    margin-bottom: 5px;
    

}

.download_content p {

    color: #fff;

}

.download_btn .download_button {

    border: none;

    padding: 15px 25px;

    border-radius: 4px;

    outline: none;

    color: #ffffff;

    font-weight: 600;

    text-transform: uppercase;

    font-size: 15px;

    background: #054a9e;

}

.download_btn .download_button svg.icon {

    fill: #ffffff;

    margin-right: 10px;

}



.trainers_section {

    padding: 50px 0px;

}

.trainers_card {

    width: 18.3%;

    min-height: 530px;

    border-radius: 10px;

    margin: 30px 20px 0px 0px;

    float: left;

    padding: 0px 0px 20px;

    text-align: center;

    box-shadow: 0 5px 30px 0 rgb(214 215 216);

    -webkit-transition: -webkit-transform 0.3s ease 0s;

    transition: -webkit-transform 0.3s ease 0s;

    transition: transform 0.3s ease 0s;

    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;

}

.trainers_card::-webkit-scrollbar {

    background: transparent;

    width: 5px;

    height: 5px;

}

.trainers_card::-webkit-scrollbar-thumb {

    background-color: #3c3f58;

}

.trainers_card::-webkit-scrollbar-thumb:hover {

    background-color: rgba(0, 0, 0, 0.3);

}

.trainers_card .top_img::after {

    position: absolute;

    left: 0;

    bottom: -1px;

    content: "";

    height: 100%;

    width: 100%;

    background: url(../images/brush.svg);

    background-size: cover;

    background-repeat: no-repeat;

}

.trainers_card .top_img {

    position: relative;

}

.trainers_card:last-child {

    margin-right: 0px;

}

.trainers_card:hover {

    -webkit-transform: translateY(-10px);

    transform: translateY(-10px);

    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%) !important;

    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%)

}

.trainers_card h5 {

    font-weight: 600;

    font-size: 17px;

    padding: 0px 10px;

    margin: 15px 0px;

}

.trainers_card h6 {

    font-size: 17px;

    margin-bottom: 10px;

    font-weight: 600;

    color: #ce8403;

    padding: 0px 10px;

}

.trainers_card p {

    padding: 0px 7px;

}

.trainers_section .common_heading, .footer_area .common_heading, .support_team .common_heading {

    text-align: center;

    max-width: 790px;

    margin: auto;

}

.footer_area .common_heading {

    padding-bottom: 20px;

}

.trainers_section .common_heading h3, .footer_area .common_heading h3, .support_team .common_heading h3 {

    margin-bottom: 10px;

}





.faq_section {

    padding: 40px 0px;

}

.faq_section .common_heading {

    text-align: center;

}

.faq_section .faq_info {

    max-width: 950px;

    background-color: #fff;

    border-radius: 3px;

    -webkit-box-shadow: 0 5px 30px 0 rgb(214 215 216);

    box-shadow: 0 5px 30px 0 rgb(214 215 216);

    padding: 10px 20px 20px;

    margin: 20px auto;

}

.footer_bg_section .left_info img {

    width: 100%;

    max-width: 260px;

    height:auto;

}

.faq_section .faq_info .panel.panel-default:nth-child(2n) {

    margin-right: 0px;

}

.faq_info h4.panel-title {

    font-size: 16px;

    line-height: 30px;

    font-weight: 600;

    border-bottom: 1px solid #201a3166;

    padding: 10px;

}

.faq_info h4.panel-title a.collapsed {

    text-decoration: none;

    color: #000;

    display: block;

    transition: .5s ease;

}

.faq_info h4.panel-title a {

    color: #145238;

    display: block;

    text-decoration: none;

}

.faq_info h4.panel-title:hover a {

    color: #ce8403;

}

.faq_info .panel-body {

    font-size: 16px;

    line-height: 30px;

    border-bottom: 1px solid #eee;

    padding: 15px;

}

.faq_info .panel-body ul li {

    position: relative;

    padding-left: 13px;

    font-weight: 600;

}

.faq_info .panel-body ul li:before {

    content: "";

    background: #ce8403;

    width: 7px;

    height: 7px;

    position: absolute;

    left: 0;

    top: 12px;

    border-radius: 100px;

}

.faq_info h4.panel-title a.collapsed i {

    float: right;

    font-weight: 600;

    line-height: normal;

    transform: revert;

    margin-top: 5px;

    color: #ce8403;

}

.faq_info h4.panel-title a i {

    color: #000;

     float: right;

     transform: rotate(180deg);

     line-height: normal;

    margin-top: 5px;

    font-weight: 600;

}



.fixed-button {

    border-radius: 50%;

    background-color: #fff;

    -webkit-box-shadow: 0 3px 23px 0 rgb(12 0 46 / 15%);

    -moz-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);

    box-shadow: 0 3px 23px 0 rgb(12 0 46 / 15%);

    width: 50px;

    height: 50px;

    text-align: center;

    line-height: 50px;

    font-size: 30px;

    position: fixed;

    bottom: 20px;

    z-index: 999999;

    -webkit-animation: button-updown 1s infinite alternate;

    -moz-animation: button-updown 1s infinite alternate;

    animation: button-updown 1s infinite alternate;

}

.whatsapp-button {

    left: 20px;

    background: #f36;

    background: #25d366;

}

.whatsapp-button a {

    color: #fff;

}

.callno-button {

    right: 20px;

    background: #f36;

    background: #25d366;

}

.callno-button a {

    color: #fff;

}

@-webkit-keyframes button-updown {

    0% {

        -webkit-transform: translateY(0px);

    }

    100% {

        -webkit-transform: translateY(-15px);

    }

}

@-moz-keyframes button-updown {

    0% {

        -moz-transform: translateY(0px);

    }

    100% {

        -moz-transform: translateY(-15px);

    }

}

@keyframes button-updown {

    0% {

        transform: translateY(0px);

    }

    100% {

        transform: translateY(-15px);

    }

}



.footer_area .common_heading h3, .footer_area .common_heading p, .footer_bg_section .left_info h1 {

    color: #fff;

}



.footer_bg_section {

    background: #181c22;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 0px 0px 50px;

}

.footer_bg_section .svg-shape svg.light {

    fill: #fff;

    padding-bottom: 30px;

}

.footer_bg_section .left_info {

    text-align: center;

}

.footer_bg_section .left_info span {

    display: block;

    font-size: 20px;

    font-weight: 600;

    color: #ccc;

    padding: 20px 0px 15px;

}

.footer_bg_section .left_info h5 {

    font-weight: 700;

    color: #ce8403;

    padding: 10px 0px;

}

.footer_bg_section .left_info strong {

    font-size: 20px;

    color: #ccc;

}

.footer_bg_section .left_info h2 {

    letter-spacing: 3px;

    color: #ce8403;

    padding: 5px 0px;

}

.footer_bg_section .left_info h2 a {

    color: #ce8403;

    transition: .3s ease;

    text-decoration: none;

}

.trainers_card img {

    width: 100%;

}

.footer_bg_section .left_info h2 a:hover {

    color: #f7f7f9;

    text-decoration: none;

}

.top_form.rigth_info {

    border-radius: 5px;

    background: #ce8403;

    padding: 20px 40px;

    max-width: 480px;

    margin: auto;

}

.top_form.rigth_info .form_group .submit_btn.main_btn {

    background: #054a9e;

}

.top_form.rigth_info h5 {

    color: #fff;

    text-align: center;

    font-weight: 600;

    padding: 0px 0px 10px;

}

.download_modal_form .modal-dialog .modal-content {

    border-radius: 0px;

    border: none;

}

.download_modal_form .modal-body .row {

    align-items: center;

    padding: 0px 20px 40px;

}

.right_form_info h3 {

    font-size: 24px;

    line-height: 34px;

    margin-bottom: 20px;

}



.back_phone_field {

    display: none;

}

.enter_email.active, .back_phone_field.active {

    display: block !important;

}

.select_country_main.active, .back_email_field.active {

    display: block !important;

}

.enter_email .back_icon i {

    font-size: 22px;

    margin-bottom: 15px;

    cursor: pointer;

}

.download_modal_form button.close {

    border: none;

    outline: none;

    font-size: 45px;

    font-weight: 400;

    color: #fa5254;

    padding: 10px 15px;

}

.left_img_info img {

    width: 100%;

}



.download_modal_form  .right_form_info {

    padding-right: 50px;

}

.login_field {

    padding: 0px 0px 20px;

}

.enter_email input {

    font-size: 24px;

    border: none;

    outline: none;

}

.enter_email {

    display: none;

}

.select_country_main input{

    border: none;

    background: none !important;

    outline: none;

    font-weight: 700;

    letter-spacing: 2px;

}

.select_country_main ul.country-list {

    top: 37px;

    width: 451px;

    overflow-x: hidden;

}

.select_country_main .selected-flag {

    background: none !important;

}

.select_country_main .selected-flag .selected-dial-code {

    font-weight: 700;

}

.continue_btn_main .continue_btn {

    text-transform: uppercase;

    width: 100%;

    height: 40px;

    border-radius: 4px;

    background: #2900b4;

    border: none;

    outline: none;

    transition: background .8s;

    margin-bottom: 10px;

    font-family: inherit;

    cursor: pointer;

    color: #fff;

    font-weight: 600;

}

.back_email_field, .back_phone_field {

    text-align: center;

    width: 100%;

    font-weight: 600;

    -webkit-text-decoration-line: underline;

    text-decoration-line: underline;

    color: #7c8698;

    cursor: pointer;

    opacity: .8;

    font-size: 15px;

}

.code_bottom {

    margin-top: 30px;

}

.code_bottom .switch{

    float: right;

}



.switch {

  position: relative;

  display: inline-block;

}

.switch-label {

  display: block;

  width: 48px;

  height: 16px;

  text-indent: -150%;

  clip: rect(0 0 0 0);

  color: transparent;

  user-select: none;

}

.switch-label::before,

.switch-label::after {

  content: "";

  display: block;

  position: absolute;

  cursor: pointer;

}

.switch-label::before {

  width: 100%;

  height: 100%;

  background-color: #dedede;

  border-radius: 9999em;

  -webkit-transition: background-color 0.25s ease;

  transition: background-color 0.25s ease;

}

.switch-label::after {

  top: 2px;

  left: 0;

  width: 20px;

  height: 20px;

  border-radius: 50%;

  background-color: #fff;

  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);

  -webkit-transition: left 0.25s ease;

  transition: left 0.25s ease;

}



.switch-input {

  display: none;

}

.switch-input:checked + .switch-label::before {

  background-color: #28b34a;

}

.switch-input:checked + .switch-label::after {

  left: 24px;

}



.switch-input-handbook {

  display: none;

}

.switch-input-handbook:checked + .switch-label-handbook::before {

  background-color: #28b34a;

}

.switch-input-handbook:checked + .switch-label-handbook::after {

  left: 24px;

}

.switch-label-handbook {

  display: block;

  width: 48px;

  height: 16px;

  text-indent: -150%;

  clip: rect(0 0 0 0);

  color: transparent;

  user-select: none;

}

.switch-label-handbook::before,

.switch-label-handbook::after {

  content: "";

  display: block;

  position: absolute;

  cursor: pointer;

}

.switch-label-handbook::before {

  width: 100%;

  height: 100%;

  background-color: #dedede;

  border-radius: 9999em;

  -webkit-transition: background-color 0.25s ease;

  transition: background-color 0.25s ease;

}

.switch-label-handbook::after {

  top: 2px;

  left: 0;

  width: 20px;

  height: 20px;

  border-radius: 50%;

  background-color: #fff;

  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);

  -webkit-transition: left 0.25s ease;

  transition: left 0.25s ease;

}



.careers_transformed {

    background: #181c22;

    width: 100%;

    position: relative;

    padding: 40px 0px 150px;

}

.shape-left-bottom {

    position: absolute;

    right: 0;

    bottom: 0;

    height: 100% !important;

    width: 100%;

}

.shape-left-bottom img {

    height: 100%;

    max-width: 100%;

    min-width: 100%;

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

}

.salary {

    background: #054a9e;

    color: #fff;

    padding: 7px;

    border-radius: 100px;

    text-align: center;

    max-width: 110px;

    margin: auto;

}

.salary_section{

    color: #fff;

    text-align: center;

}

.owl_mine_section h1{

    color: #fff !important;

    font-size: 36px;

    font-weight: 300;

    padding-bottom: 20px;

}

.owl_mine_section .images_owl{

    width:100%  !important;

    border-radius: 100px;

}

.owl_mine_section .span_section {

    font-size: 18px;

    font-weight: 500;

    color: #fff;

}

.owl_section .item .row {

    align-items: center;

}

.owl_mine_section .bengaluru {

    font-size: 14px;

    font-weight: 400;

    color: #fff;

}

.owl_mine_section .span_section_two{

    font-size: 14px;

    font-weight: 400;

    color: #fff;

    padding-left: 10px;

}

.owl_mine_section .owl_section_p {

    font-size: 16px;

    font-weight: 400;

    color: #fff;

    padding: 20px 0px 0px;

}

.owl_mine_section .intern{

    font-size: 14px;

    font-weight: 400;

    color: #fff;

}

.owl_mine_section .owl_arrow {

    width: 100% !important;

    margin: auto;

    margin: 7px;

}

.owl_mine_section .owl_careers {

    width: 50%  !important;

}

.owl_mine_section .owl-nav {

    display: none;

}



.owl_mine_section button.owl-dot {

    background: #fff !important;

    width: 12px;

    height: 12px;

    border-radius: 100px;

    margin: 20px 12px 0px 0px;

    border: none !important;

    box-shadow: none !important;

    outline: none !important;

}

.owl_mine_section button.owl-dot.active{

    background-color: #145238 !important;

    border: none !important;

    box-shadow: none !important;

    outline: none !important;

}

.animated {

    -webkit-animation-duration: 0 ms !important;

    animation-duration: 0 ms !important;

    -webkit-animation-fill-mode: both !important;

    animation-fill-mode: both !important;

}

  

.fadeOut {

    -webkit-animation-name: fadeOut;

    animation-name: fadeOut;

}

@-webkit-keyframes fadeOut {

    0% {

      opacity: 0;

    }

    100% {

      opacity: 0;

    }

}

@keyframes fadeOut {

    0% {

      opacity: 0;

    }

    100% {

      opacity: 0;

    }

}

.owl_mine_section_item {

    margin: 30px 0px 110px;

}

.owl_mine_section_div p {

    color: #fff;

    text-align: right;

    font-size: 18px;

}

.owl_mine_section_div .download_mine_section {

    text-align: right;

}

.owl_mine_section_div .btn.button_section {

    background: #054a9e;

    border-radius: 5px;

    color: #fff;

    font-size: 16px;

    padding: 8px 20px;

    box-shadow: none;

    margin-top: 10px;

}

.owl_mine_section_div .owl_section_item {

    background-color: #fff !important;

    border-radius: 5px;

    padding: 20px 15px;

    margin-bottom: 20px;

}

.owl_mine_section_div .owl_section_item .row {

    align-items: center;

}

.owl_mine_section_div .owl_section_item span{

    font-size: 30px;

    color: #ce8403 !important;

}

.owl_mine_section_div .owl_section_item .average_salary{

    color: #000;

    font-size: 14px;

    text-align: left !important;

}



.support_team{

    padding: 40px 0px;

}

.support_team .common_heading h3{

    text-align: center;

}

.support_team .common_heading p{

    text-align: center;

}

.support_team .support_team_section h5 {

    font-size: 18px;

    font-weight: 600;

    padding: 10px 0px;

    text-align: left;

}

.support_team .support_team_section {

    margin: 30px 0px 0px 0px;

    padding: 24px;

    background: #ffffff26;

    height: 210px;

    overflow: auto;

    box-shadow: 0 5px 30px 0 rgb(214 215 216);

    border-left: 4px solid #ce8403;

}

details summary {

    display: block;

    cursor: pointer;

    color: #ce8403;

}

details #close {

    display: none;

    font-size: 14px;

    font-weight: 600;

}

span#open {

    font-size: 14px;

    font-weight: 600;

}

details[open] {

    display: block;

    padding-bottom: 25px;

    animation: open .2s linear;

}

details[open] #open {

    display: none;

}

details[open] #close {

    display: block;

}

details[open] summary {

    position: absolute;

    bottom: -20px;

    left: 50%;

    padding-bottom: 40px;

    transform: translateX(-50%);

}

.thanku_section .thanku_outer {

    text-align: center;

    padding: 30px 0px;

}

.thanku_outer h2 {

    font-weight: 600;

    margin-bottom: 10px;

}

.thanku_outer p {

    font-size: 19px;

    font-weight: 600;

    margin-top: 10px;

}

.thanku_outer .img_sec img {

    margin: 20px 0px;

    max-width: 600px;

}

.download_brochure_btn .main_btn {

    outline: none;

}



.back_home_btn .main_btn {

    width: auto;

    display: inline-block;

    margin-top: 25px;

    color: #fff !important;

    text-decoration: none;

}

.careers_transformed .owl-carousel .owl-item .top_img img {

    display: block;

    width: 90px;

    height: 90px;

    object-fit: cover;

    border-radius: 100px;

}

.book_consultation_form h2, .download_modal_form h2.modal-title {

    font-size: 19px;

    color: #0f1613;

    font-weight: 600;

}

.book_consultation_form .form_group, .download_modal_form .form_group {

    margin-bottom: 15px;

}

.book_consultation_form button.close {

    border: none;

    outline: none;

    font-size: 45px;

    font-weight: 400;

    color: #fa5254;

    padding: 10px 15px;

}

.form_group .form-control {

    box-shadow: none;

}







.recent_slider {

  position: relative;

}

.recent_slider .slider .slick-dots {

  display: flex;

  justify-content: center;

  list-style: none;

  padding: 0;

}

.recent_slider .slider .slick-dots li {

  margin-right: 5px;

  padding: 5px;

  cursor: pointer;

}

.recent_slider .slider .slick-dots li:last-child {

  margin: 0;

}

.recent_slider .slider .slides {

  display: flex;

}

.recent_slider .slider .slides img {

  margin: 0 auto;

  width: 100%;

  max-width: 200px;

  align-items: center;

}

.recent_slider .slider .arrow {

    position: absolute;

    top: 40%;

    height: 30px;

    width: 30px;

    text-align: center;

    z-index: 2;

    cursor: pointer;

    padding: 0px;

    line-height: 37px;

    background: #054a9e;

}

.recent_section .common_heading {

    text-align: center;

    margin: 10px 0px 15px;

}

.recent_slider .slick-track {

    display: flex;

    align-items: center;

}

.recent_slider .slider .arrow i {

    font-size: 25px;

    color: #fff;

    font-weight: 400;

}

.recent_slider .slick-initialized .slick-slide {

    padding: 0px 30px;

}

.recent_slider .slider .arrow.prev {

  left: 0px;

}

.recent_slider .slider .arrow.next {

  right: 0px;

}

/* Ion.RangeSlider

// css version 2.0.3

// © 2013-2014 Denis Ineshin | IonDen.com

// ===================================================================================================================*/

/* =====================================================================================================================

// RangeSlider */

.irs {

  position: relative;

  display: block;

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}



.irs-line {

  position: relative;

  display: block;

  overflow: hidden;

  outline: none !important;

}



.irs-line-left, .irs-line-mid, .irs-line-right {

  position: absolute;

  display: block;

  top: 0;

}



.irs-line-left {

  left: 0;

  width: 11%;

}



.irs-line-mid {

  left: 9%;

  width: 82%;

}



.irs-line-right {

  right: 0;

  width: 11%;

}



.irs-bar {

  position: absolute;

  display: block;

  left: 0;

  width: 0;

}



.irs-bar-edge {

  position: absolute;

  display: block;

  top: 0;

  left: 0;

}



.irs-shadow {

  position: absolute;

  display: none;

  left: 0;

  width: 0;

}



.irs-slider {

  position: absolute;

  display: block;

  cursor: default;

  z-index: 1;

}



.irs-slider.type_last {

  z-index: 2;

}



.irs-min {

  position: absolute;

  display: block;

  left: 0;

  cursor: default;

}



.irs-max {

  position: absolute;

  display: block;

  right: 0;

  cursor: default;

}



.irs-from, .irs-to, .irs-single {

  position: absolute;

  display: block;

  top: 0;

  left: 0;

  cursor: default;

  white-space: nowrap;

}



.irs-grid {

  position: absolute;

  display: none;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 20px;

}



.irs-with-grid .irs-grid {

  display: block;

}



.irs-grid-pol {

  position: absolute;

  top: 0;

  left: 0;

  width: 1px;

  height: 8px;

  background: #000;

}



.irs-grid-pol.small {

  height: 4px;

}



.irs-grid-text {

  position: absolute;

  bottom: 0;

  left: 0;

  white-space: nowrap;

  text-align: center;

  font-size: 18px;

  line-height: 9px;

  padding: 0 3px;

  color: #000;
  
 

}



.irs-disable-mask {

  position: absolute;

  display: block;

  top: 0;

  left: -1%;

  width: 100%;

  height: 100%;

  cursor: default;

  background: transparent;

  z-index: 2;

}




.lt-ie9 .irs-disable-mask {

  background: #000;

  filter: alpha(opacity=0);

  cursor: not-allowed;

}



.irs-disabled {

  opacity: 0.4;

}



.irs-hidden-input {

  position: absolute !important;

  display: block !important;

  top: 0 !important;

  left: 0 !important;

  width: 0 !important;

  height: 0 !important;

  font-size: 0 !important;

  line-height: 0 !important;

  padding: 0 !important;

  margin: 0 !important;

  overflow: hidden;

  outline: none !important;

  z-index: -9999 !important;

  background: none !important;

  border-style: solid !important;

  border-color: transparent !important;

}



/* Ion.RangeSlider, Simple Skin

// css version 2.0.3

// © Denis Ineshin, 2014    https://github.com/IonDen

// © guybowden, 2014        https://github.com/guybowden

// ===================================================================================================================*/

/* =====================================================================================================================

// Skin details */

.irs {

  height: 55px;

}



.irs-with-grid {

  height: 75px;

}



.irs-line {

  height: 10px;

  top: 33px;

  background: #EEE;

  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);

  /* W3C */

  border: 1px solid #CCC;

  border-radius: 16px;

  -moz-border-radius: 16px;

}



.irs-line-left {

  height: 8px;

}



.irs-line-mid {

  height: 8px;

}



.irs-line-right {

  height: 8px;

}



.irs-bar {

  height: 10px;

  top: 33px;

  border-top: 1px solid #428bca;

  border-bottom: 1px solid #428bca;

  background: #428bca;

  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);

  /* W3C */

}



.irs-bar-edge {

  height: 10px;

  top: 33px;

  width: 14px;

  border: 1px solid #428bca;

  border-right: 0;

  background: #428bca;

  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);

  /* W3C */

  border-radius: 16px 0 0 16px;

  -moz-border-radius: 16px 0 0 16px;

}



.irs-shadow {

  height: 2px;

  top: 38px;

  background: #000;

  opacity: 0.3;

  border-radius: 5px;

  -moz-border-radius: 5px;

}



.lt-ie9 .irs-shadow {

  filter: alpha(opacity=30);

}



.irs-slider {

  top: 25px;

  width: 27px;

  height: 27px;

  border: 1px solid #AAA;

  background: #DDD;

  background: linear-gradient(to bottom, white 0%, gainsboro 20%, white 100%);

  /* W3C */

  border-radius: 27px;

  -moz-border-radius: 27px;

  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);

  cursor: pointer;

}



.irs-slider.state_hover, .irs-slider:hover {

  background: #FFF;

}



.irs-min, .irs-max {

  color: #333;

  font-size: 12px;

  line-height: 1.333;

  text-shadow: none;

  top: 0;

  padding: 1px 5px;

  background: rgba(0, 0, 0, 0.1);

  border-radius: 3px;

  -moz-border-radius: 3px;

}



.lt-ie9 .irs-min, .lt-ie9 .irs-max {

  background: #ccc;

}



.irs-from, .irs-to, .irs-single {

  color: #fff;

  font-size: 14px;

  line-height: 1.333;

  text-shadow: none;

  padding: 1px 5px;

  background: #428bca;

  border-radius: 3px;

  -moz-border-radius: 3px;

}



.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {

  background: #999;

}



.irs-grid {

  height: 27px;

}



.irs-grid-pol {

  opacity: 0.5;

  background: #428bca;

}



.irs-grid-pol.small {

  background: #999;

}



.irs-grid-text {

  bottom: 5px;

  color: #2E75B7;

}

.pricing_sections .plans-container{

    margin-top:40px;margin-bottom:0px;

}

.plans-container .our_plans{ margin-top:40px;width:100%;margin-bottom:0px !important;}

.pricing_sections.bg-gray{background: #f2f2f2;}

.pricing_sections {

    padding: 50px 0px;

    background:#fff;

    text-align: center;

}

.pricing_sections h3 {

    font-weight: 600;

    color: #4b4b4b;

    margin-bottom: 50px;

}

.pricing_sections .pricing_box{

    border-style: solid;

    border-width: 1px 1px 1px 1px;

    border-color: #fff;

    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 11%);

    margin: 0 8px 40px 8px;

    padding:35px 35px 35px 35px;

    background-color: #fff;

    text-align: left;

	min-height:100%;

    float: left;

	border-radius:3px;

	transition:.3s; -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s;

}

.pricing_sections .pricing_box:hover{border:1px solid #054a9e;}

.pricing_sections .pricing_box:hover a{

    color: #fff;

    background-color: #054a9e;

    font-size: 15px;

    border-radius: 50px;

    padding: 12px 37px;

    text-decoration: none;

    border: 2px solid #054a9e;

    font-weight: 600;

}

.pricing_box .pricing_box_heading {

       width: 100%;

    position: relative;

    margin-bottom: 15px;

    float: left;

    border-bottom: solid 1px #e2e4e6;

    padding-bottom: 15px;

    text-align: center;

    min-height: 80px;

}

.pricing_box .pricing_box_heading h2{

    font-size: 26px;

    font-weight: 500;

    line-height: 1.2;

    margin: 0;

    color: #252528;

    font-family: 'Open Sans';

}

.pricing_box .pricing_box_heading h2 .dbnext{display:block;font-size:14px; margin-top:10px; font-weight:bold;}

.pricing_box .pricing_box_price {

   width: 100%;

    position: relative;

    margin-bottom: 15px;

    float: left;

    text-align: center;

    border-bottom: solid 1px #e2e4e6;

    padding-bottom: 15px;

}

.pricing_box .pricing_box_price h2{

   font-size: 23px;

   font-weight: 500;

   color: red;

   font-family:'Open Sans';

}

.pricing_box .pricing_box_price strong {

    font-size: 45px;

    font-weight: 700;

    color: #054a9e;

    padding: 0 5px;

}

.pricing_box .pricing_box_price strike {

    font-size: 30px;

    font-weight: 600;

    color: #252528;

    padding: 0 0px;

}

.pricing_box .pricing_box_price span:first-child {

    color: #054a9e;

}



.pricing_box .pricing_box_price p{

    color: #205aa7;

    font-size: 18px;

    font-weight: 600;

    line-height: 1.2;

    margin: 0;

	font-family:'Open Sans';

}

.pricing_box .pricing_box_features {

    width: 100%;

    position: relative;

	margin-bottom: 20px;

	float:left;

	text-align:center;

}

.pricing_box .pricing_box_features h2{

    font-size: 25px;

    font-weight: 400;

    line-height: 1.2;

    margin: 0;

    color: #0e154e;

	font-family:'Open Sans';

}

.pricing_box .pricing_box_features ul{

    padding: 0;

    list-style-type: none;

    margin:0px 0 0 0;

}

.pricing_box .pricing_box_features ul li{

   font-size: 16px;

    margin: 0 0 8px 0;

    padding: 0px 0 15px 0;

    position: relative;

    font-family: 'Open Sans';

    float: left;

    width: 100%;

    font-weight: 600;

    border-bottom: solid 1px #f1f1f1;

	color:#000;

}

.pricing_box .pricing_box_features ul li i{

    color: #0e154e;

    font-size: 16px;

    width: 1.25em;

	font-weight: 900;

}

.pricing_box .resume_features {

    width: 100%;

    position: relative;

    margin-bottom: 15px;

    float: left;

    text-align: center;

    border-bottom: solid 1px #e2e4e6;

    padding-bottom: 15px;

}

.pricing_box .resume_features ul {

    padding: 0;

    list-style-type: none;

    margin: 0px 0 0 0;

}

.pricing_box .resume_features ul li:first-child {

    font-size: 19px;

    font-weight: 600;

    padding-bottom: 10px;

    color: #054a9e;

}

.pricing_box .resume_features ul li {

    font-size: 14px;

    margin: 0 0 0px 0;

    padding: 0px 0 5px 0;

    position: relative;

    font-family: 'Poppins';

    float: left;

    width: 100%;

    font-weight: 400;

    border-bottom: solid 0px #f1f1f1;

    color: #000;

    text-align: left;

}

.pricing_box .resume_features ul li i {

    color: #054a9e;

    padding-right: 7px;

}

.pricing_box .pricing_box_submit_btn{

    width: 100%;

    position: relative;

	margin-bottom: 15px;

	float:left;

	margin-top:15px;

	text-align:center;

}

.pricing_box .pricing_box_submit_btn a{

    color: #054a9e;

    background-color: transparent;

    border-color: #054a9e;

    font-size: 15px;

    border-radius: 50px;

    padding: 12px 37px;

    text-decoration: none;

    border: 2px solid #054a9e;

    font-weight: 600;

}

.pricing_box .pricing_box_submit_btn a:hover{

	color: #fff;

    background-color: #054a9e;

	border-color: #054a9e;

	text-decoration:none;

}

.rangeslider-me{
    display:none;
}
.exp-slider{
    width:100% !important;
}
#about{scroll-margin-top: 100px;}
#resumesamples{scroll-margin-top: 120px;}
#pricing{scroll-margin-top: 100px;}
#how_do_we_work{scroll-margin-top:100px;}
#faq{scroll-margin-top:100px;}
#contact{scroll-margin-top:100px;}

.downloads_section {

    color: #fff;

    background: #181c22;

    padding: 50px 0px;

}

.downloads_section .downloads_content {

    max-width: 60%;

    width: 60%;

}

.downloads_section .outers_download {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.downloads_section .outers_download .downloads_btn {

    width:40%;

    text-align: right;

    margin-left: 20px;

}

.downloads_content h4 {

    color: #fff;

    font-weight: 600;

    margin-bottom: 5px;

}

.downloads_content p {

    color: #fff;

}

.downloads_btn .downloads_button {

    border: none;

    padding: 15px 25px;

    border-radius: 4px;

    outline: none;

    color: #ffffff;

    font-weight: 600;

    text-transform: uppercase;

    font-size: 15px;

    background: #28bf61;

}

.downloads_btn .downloads_button svg.icon {

    fill: #ffffff;

    margin-right: 10px;

}





