/*===================================================================*/
            /*========= MAIN CSS =========*/

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

/*================== common style ====*/


/*===================================*/
body{
  padding: 0;
  margin: 0;
  position: relative;
  background: #fff;
  font-family:'Lato';
  font-weight: 400;
}

img{width: 100%;}

p,h1,h2,h3,h4,h5,h6,a,span,ul,li,select,input,button,img, :after, :before{
  padding: 0;
  margin: 0;
  color: inherit;
  text-decoration: none !important;
  line-height: 100%;
  outline: none;

}
.header_wrp,.logo_wrp,a,.form-control,.sliced_section p{
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.menu_wrp li,.menu_wrp img{
  -webkit-transition: all .8s ease-in-out;
     -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
     -o-transition: all .8s ease-in-out;
      transition: all .8s ease-in-out;
}

::-webkit-selection{background:#84c123;color:#0092df;text-shadow:none}
::-moz-selection{background:#84c123;color:#0092df;text-shadow:none}
::selection{background: #afceff;
  color: #222;text-shadow:none}
.master-wrap{
  overflow: hidden;
}
/*==============================================*/
#nav-icon{
  width: 50px;
  height: 35px;
  top: 0;
  right: 0px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  margin-top: 20px;
  z-index: 999;
  display: none;
}
#nav-icon span{
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #222;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2) {
  top: 15px;
}
#nav-icon span:nth-child(3) {
  top: 30px;
}
#nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*=========================*/

.container{
  max-width: 1200px;
}
.header_section{
  position: relative;
}
.top_head_left li img{
width: 25px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: -5px;
}
.top_head_left li{
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}
.top_head_right{
  text-align: right;
}
.top_head_right li{
  display: inline-block;
  list-style: none;
}
.top_head_right li{
  padding: 0 25px;
}
.top_head_right ul{
  display: inline-block;
  margin-left: 35px;
}
.top_head_right ul li a{
    color: #000;
    font-weight: 600;
}
.top_head_right ul + ul li{
  padding: 0 10px;
}
.col.logo_wrp_outer {
    max-width: 275px;
}
.header_section .row{
  align-items: center;
}
.menu_wrp{
  text-align: right;
      /*display: inline-block;*/
}
.header_section ::marker,
.header_section :marker{
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    display: none;
}
.header_section .dropdown {
    display: inline-block;
}
.menu_wrp li{
  display: inline-block;
  list-style: none;
      padding: 0 15px;
    border-right: 1px solid #292d38;
    line-height: 1;
    padding-bottom: 2px;
    margin: 0 -2px;
}
.menu_wrp li:last-child{
    border: none;
}
.menu_wrp li a{
  font-size: 18px;
color: #292d38;
/*margin-left: 25px;*/
font-weight: 400;
display: inline-block;
    line-height: 1;
}
.top_header {
    background: #f3f4f6;
    padding: 12px;
}
.top_header a{
  font-size: 16px;
color: #000;
font-weight: 600;
}
header {
    background: #fcfcfc;
    padding: 10px 0;
}


.banner_section{
  min-height: 400px;
  position: relative;
}
.banner_content_wrp{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding: 15px;
}
.banner_content_wrp *{
  color: #fff;
}
.banner_content_wrp h1{
    font-size: 50px;
    font-family: 'Lato';
    font-weight: 600;
    max-width: 700px;
    line-height: 1.2;
}
.banner_content_wrp h2{
    font-size: 32px;
    font-family: 'Lato';
    font-weight: 300;
    max-width: 700px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 40px;
}
.banner_content_wrp p{
    font-size: 24px;
    font-family: 'Lato';
    font-weight: 300;
    max-width: 400px;
    line-height: 1.3;
    padding: 35px 0;
}
.banner_content_wrp a{
background: rgb(223,61,30);
background: linear-gradient(90deg, #14c2ff 20%, #075571 100%);
display: inline-block;
width: 200px;
line-height: 50px;
border-radius: 6px;
text-align: center;
font-size: 20px;
color: #fff;
margin-top: 10px;
}
.banner_content_wrp a + a{
  background: none;
  width: auto;
  border-radius: 0;
  margin-left: 35px;
}
.banner_section a img{
  width: 44px;
  margin-right: 7px;
}
.logo_section_slider{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.logo_section{
  background: #f7f7f7;
  padding: 20px;
}
.logo_section img{
  opacity: 0.5;
  height: 100px;
  width: auto !important;
  margin: 0 auto;
}
.about_section {
    padding: 100px 0;
    position: relative;
}
.about_section h5{
  color: #14c2ff;
  color: #085773;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.about_section h2{
  font-size: 40px;
  color: #0c1e41;
}
.about_section h2:after{
  content: "";
  background: #14c2ff;
  width: 60px;
  display: block;
  height: 3px;
  margin: 20px 0;
  margin-bottom: 30px;
}
.about_section p {
  font-size: 18px;
    color: #999;
    line-height: 1.5;
    padding-bottom: 25px;
    padding-right: 75px;
}
.about_section p:last-child{
  padding-bottom: 0;
}
.about_section h4{
color: #0c1e41;
font-size: 26px;
padding-bottom: 15px;
}


.feedback_section{
  padding: 100px 0;
  text-align: center;
  position: relative;
  background: #f2f4f7;
}
.feedback_section h5{
  color: #14c2ff;
  color: #085773;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.courc_title .each_catgry_col {
    padding: 0;
}
.feedback_section h2{
  font-size: 40px;
  color: #0c1e41;
}
.feedback_section h2:after{
  content: "";
  background: #14c2ff;
  width: 60px;
  display: block;
  height: 3px;
  margin: 20px auto;
  margin-bottom: 30px;
}
.each_feedback{
  background: #fff;
  padding: 35px 20px;
  border-radius: 8px;
  box-shadow: 5px 5px 20px -10px #b0b0b0;
}
.feedback_slider .item{
  padding: 20px;
}
.each_feedback img{
  width: 50px !important;
  margin: 0 auto;
  margin-bottom: 25px;
}
.each_feedback p{
  font-size: 18px;
    color: #999;
    line-height: 1.5;
}

footer{
  background: #1a1c21;
  padding: 50px 0;
}
footer *{
  color: #fff;
}
footer li{
  list-style: none;
  padding: 5px 0;
}
footer li a{
  font-size: 16px;
  color: #adaeaf;
  line-height: 30px;
  font-weight: 300;
}
footer li a:hover{
  color: #fff;
}
footer li a:before{
  content: "-";
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 5px;
  margin-top: -5px;
}
.footer_about img{
  margin-bottom: 10px;
}
.footer_about p{
  font-family:'Lato';
  font-weight: 300;
  color: #adaeaf;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1.3;
}
footer h4{
  padding-top: 60px;
  padding-bottom: 15px;
  font-size: 20px;
}
footer .social li{
  display: inline-block;
}
footer .social li a:before{
  display: none;
}
footer .social li a .fa{
  font-size: 26px;
color: #adaeaf;
margin-right: 18px;
}
.about_section p strong {
    color: #14c2ff;
    font-weight: 400;
}
.col.social {
    max-width: 200px;
}
.quick_links{
  padding-left: 15px;
}
.copy_right{
  border-top: 1px solid #505561;
  padding-top: 35px;
  margin-top: 25px;
}
.copy_right p{
  font-size: 14px;
  color: #adaeaf;
}
.modal .modal-dialog{
  max-width: 767px;
}
.modal-backdrop{
  background: #1a1c21;
}
.modal-backdrop.show {
    opacity: 1;
}
.modal .close{
  position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    font-size: 30px;
    opacity: 1;
    font-weight: 100;
    font-family: 'Lato';
    font-weight: 400;
    display: block;
    width: 30px;
    line-height: 30px;
}
.modal-body {
    padding: 50px 35px;
}
.modal-body h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-family:'Lato';
    font-weight: 700;
    padding-bottom: 20px;
}
.modal-body p{
    font-family:'Lato';
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 20px;
    max-width: 600px;
    line-height: 1.3;
}
.modal-body .form-control{
  padding: 0 15px;
  box-shadow: none !important;
  border-color: #888 !important;
  height: 50px;
  font-size: 18px;
}
.modal-body button,
.modal-body [type="submit"]{
  background: rgb(223,61,30);
    background: linear-gradient(90deg, #14c2ff 20%, #075571 100%);
    width: 150px;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    text-transform: uppercase;
    outline: none;
}
@media(min-height: 767px){
  .modal .modal-dialog{
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%) !important;
  }
}

.banner_section.register {
  background: #f3f4f6;
  border-top: 1px solid #eee;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.btn_default  {
  background: linear-gradient(90deg, #14c2ff 20%, #075571 100%);
display: inline-block;
min-width: 200px;
line-height: 50px;
padding: 0 50px;
border-radius: 6px;
text-align: center;
font-size: 18px;
color: #fff;
margin-top: 10px;
border: 0;
}

.reg_box {
  padding: 50px;
  margin: 30px auto;
  background: #fff;
  border-radius: 5px;
  /* box-shadow: 0 0 20px rgba(0,0,0,0.05); */
}

.reg_box h2 {
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
.reg_box p {
  max-width: 500px;
  margin: auto;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}
.reg_box h2::after {
  content: "";
  background: #14c2ff;
  width: 100px;
  display: block;
  height: 3px;
  margin: 20px auto;
}
.form_box {

  text-align: center;
  width: 440px;
  margin: 30px auto;

}
.each_input h5 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #14c2ff;

  font-weight: 700;
}
input[type="text"], input[type="password"], input[type="email"], input[type="phone"], input[type="number"] {

  width: 100%;
  min-width: 300px;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  border: 1px solid #eee;
  border-radius: 3px;

}
.each_input {
  margin-bottom: 10px;
}

.info {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #aaa;
}
.passinfo {
  width: 400px;
  margin: 20px auto;
  color: #505050;
}
.passinfo li {
  line-height: 28px;
  font-weight: 300;
}
.each_input a {
  color: #14c2ff;
}
.dash_muenu li a:hover, .dash_muenu li a:focus, .dash_muenu li a:active {
    /*color: #fff !important;*/
}
.courc_title .switch {
    padding: 10px;
    width: 90%;
    border: 1px solid #aaa;
    border-radius: 3px;
    font-family: "Lato";
    background: linear-gradient(90deg, #14c2ff 20%, #075571 100%);
    color: #000;
}
.courc_title .switch option {
    background: #085976;
    /* background: linear-gradient(90deg, #14c2ff 20%, #075571 100%); */
}
.courc_title .each_catgry_col a.btn_default {
    border: 1px solid #095773;
}
.courc_title .switch, .courc_title .switch option{
    outline: none !important;
    
}
.top_head_right ul {
    display: inline-block;
    margin-left: 0;
}
.mini_cart_view .table thead th{
    background: #820a19;
    color: #fff;
    border-color: rgb(255, 255, 255, 0.4);
}
.mini_cart_view .table tbody tr:nth-child(odd) {
    background: rgb(135, 10, 26, 0.05);
}
.mini_cart_view .table th, .mini_cart_view .table td {
    vertical-align: middle;
}
.mini_cart_view .table td{
    border: 1px solid rgba(135, 10, 26, 1);
}
.mini_cart_view .table p{
    line-height: 1.4;
    
    padding: 5px 0;
}

.mini_cart_view .cart_item .row{
    margin: 0;
}
.mini_cart_view .cart_item .row .cart_header{
    padding: 0;
    padding-bottom: 15px;
    padding-top: 25px;
}
.cart_item {
    width: 100%;
}
.qstn_wrp_inner label span.wrong {
    background: rgb(223 62 31);
    color: #fff;
}
.qstn_wrp_inner label span.correct {
    background: rgb(27, 209, 27, 0.70);
}
.new_row {
    padding-top: 0px;
}
.our_training_text  ul{
    list-style: none;
}
.our_training_text  li{
        line-height: 1.2;
    padding-bottom: 10px;
    color: #222;
    font-size: 18px;
}
.new_row  h4{
    /*font-size: 22px;*/
    /*font-weight: 600;*/
    padding-top: 35px;
}
.about_page_wrp .our_training_text h4 {
    font-size: 24px;
    font-weight: 600;
}

.corse_dtls_wrp ul{
    list-style: none;

}
.corse_dtls_wrp li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    padding: 5px 0;
    padding-left: 15px;
        position: relative;
}
.corse_dtls_wrp li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #14c2ff;
    border-radius: 50%;
    laddtobookmarkeft: 0;
    top: 14px;
}
ul.two_col{
    columns: 2;
    vertical-align: top;
}
.addtobookmark{
 
}
.btn_success{
        background:  #28a745 !important;
}

@media (max-width: 640px){

}
/*

  font-family:'Lato-Regular';

  font-family:'Lato-Bold';

  font-family:'Lato-Light';

*/