/*-----------------------------------------------------------------------------------

    Template Name: Your template name 
    Template URI: 
    Description: This is html5 template
    Author: 
    Author 
    Version: 1.0

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
a:focus {
  outline:0px solid;
  text-decoration:none;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration:none;
}
a:hover {
  color: #ec4445;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
img {
  max-width:100%;
  height:auto
}
p {
  margin:0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
}

ul{
  list-style: outside none none;
  margin: 0;
  padding: 0
}
.clear{
  clear:both
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  background-color: #fff;
}
.head_top{
  padding: 45px 0;
}
.head_menu ul li{
  display: inline-block;
  margin: 0 0 0 -10px;
}
.head_menu ul li a{
  display: block;
  padding: 10px 5px;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 700;
  background-image: url('images/menubg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 176px;
  height: 40px;
}
.redBG{
  background-image: url('images/menubg-red.png') !important;
  background-repeat: no-repeat;
  padding-left: 33px !important;
  width: 200px !important;
}
.head_phone{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head_phone h3{
  color: #d60e0f;
  font-size: 22px;
  font-weight: 900;
  margin: 0 10px;
}


/*============
Nav Bar 
==============*/
.navbar-default {
  background-color:#263374;
  border-color: #263374;
}
.navbar-nav {
  float: inherit;
  text-align: center;
  margin: 0;
}
.navbar-default .navbar-brand {
  color: #fff;
  font-size: 20px;
  border-right: 1px solid #32418f;
  padding: 0;
}
.navbar-default .navbar-brand i{
  border-right: 1px solid #1f295c;
  padding: 15px;
}
.navbar-nav > li {
  float: inherit;
  border-left: 1px solid #1d2658;
  border-right: 1px solid #2d3f98;
  display: inline-block;
  margin: 0 0 0 -6px;

}
.navbar-nav > li:first-child{
  border-left: 0px solid #1f295c
}
.navbar-nav > li:last-child{
border-right: 0px solid #32418f;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
   font-family: 'Quattrocento Sans', sans-serif;
  font-size: 16px;
}
.navbar-nav > li > a {
  padding-left: 40px;
  padding-right: 40px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #ee3535;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #ee3535;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #263374;
}
/*===========
jumbotron
=============*/
.jumbotron{
  margin: -20px 0 0 0;
  padding: 180px 0 140px 0;
  background-image: url('images/hero-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.jumbotron-two{
  margin: -20px 0 0 0;
  padding: 80px 0 80px 0;
  background-image: url('images/contact-header.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.jumbotron-three{
  margin: -20px 0 0 0;
  padding: 80px 0 80px 0;
  background-image: url('images/about-header.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.jumbotron-four{
  margin: -20px 0 0 0;
  padding: 80px 0 80px 0;
  background-image: url('images/apply-header.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.jumbotron-five{
  margin: -20px 0 0 0;
  padding: 80px 0 80px 0;
  background-image: url('images/career-header.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.jumbotron-six{
  margin: -20px 0 0 0;
  padding: 80px 0 80px 0;
  background-image: url('images/corporate-header.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.jumbotron-seven{
  margin: -20px 0 0 0;
  padding: 80px 0 80px 0;
  background-image: url('images/certificates-header.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/*=============
Services Area
===============*/
.service_area{
  padding: 40px 0;
  text-align: center;
}
.single_services {
  padding: 0 45px;
}
.service_area h2{
  font-size: 28px;
  font-weight: 300;
  color: #404040;
  margin-bottom: 50px;
}
.service_area h3{
  font-size: 20px;
  font-weight: 700;
  color: #404040;
  margin:20px 0;
  font-family: 'Quattrocento Sans', sans-serif;
}

.service_area p{
  font-size: 13px;
  font-weight: 300;
  color: #575757;
}

/*============
Quality Education
==============*/
.services_bottom_area{
  padding-bottom: 40px;
}
.quality_edu{
  padding: 20px 0;
}
.quality_edu h3{
  color: #404040;
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 25px 0;
}
.quality_edu p{
  color: #070707;
  font-size: 13px;
  font-weight: 500;
  text-align: justify;
}
.quality_edu p span{
  color: #d60e0f;
}
.courses_list{
  border-radius: 5px;
  border:1px solid #ddd;
  box-shadow: 0 0 3px rgba(0,0,0,.5);
}
.course_title{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
        padding:10px 20px;
        border-bottom:1px solid #ddd;
}
.flex_ttile_img{
  width: 80%;
}
.flex_ttile_img img{
  float: left;
  margin: 0 15px 0 0;
}
.flex_ttile h3{
  color: #283579;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
.flex_ttile a{
  background-color: #d60e0f;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding:6px;
}
.courses_li_list{
  overflow: hidden;
}
.single_list{
  width: 50%;
  float: left;
  padding: 30px 30px 30px 0;
}
.bL{
 border-right:1px solid #ddd;
 padding-right: 30px;
}
.single_list ul li{
  position: relative;
  height: 30px;
  display: block;
}
.single_list ul li a {
  color: #666;
  font-size: 13px;
  display: block;
  padding: 5px 50px;
  clear: both;
  transition: all .0s;
}
.single_list ul li a:hover{
  color: #fff;
  background: #283579;
}
.single_list ul li:after {
  background: url('./images/arrow.png') no-repeat scroll 0px 0;
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  top: 10px;
  left: 25px;
  display: inline-block;
  z-index: 999;
}
.single_list ul li:hover:after {
  background: url('./images/arrow.png') no-repeat scroll -12px 0;
}
.single_list ul li::before {
  background: url('./images/arrow_right.png') no-repeat scroll 50px 0;
  width: 38px;
  height: 50px;
  content: '';
  position: absolute;
  top: -4px;
  right: -25px;
  display: inline-block;
  z-index: 999;
}
.single_list ul li:hover:before {
  background: url('./images/arrow_right.png') no-repeat scroll 0px 0;
}
/*===========
Form Area
=============*/
.form_area_center {
  text-align: center;
  margin: 50px 0 0 0;
}
.form_area{
  background-image: url('images/form-bg.png');
  background-repeat: no-repeat;
  width: 333px;
  height: 521px;
  padding:20px 40px;
  display: inline-block;
}
.form_title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Quattrocento Sans';
  text-transform: uppercase;
  text-align: center;
  margin: 8px;
}
.main_form {
  margin: 50px 0 0 0;
}
.main_form input[type=text],
.main_form input[type=email]{
  width: 100%;
  border-radius: 5px;
  border:1px solid #ddd;
  background-color: #fff;
  margin: 3px 0;
  padding: 8px 20px;
  color: #333;
  outline: none;
}

.main_form select{
  width: 100%;
  outline: none;
  border-radius: 5px;
  border:1px solid #ddd;
  background-color: #fff;
  margin: 3px 0;
  padding: 8px 20px;
  color: #888;
}
.main_form select option{
  outline: none;
}
.main_form textarea{
  width: 100%;
  border-radius: 5px;
  border:1px solid #ddd;
  background-color: #fff;
  margin: 3px 0;
  padding: 8px 20px;
  color: #333;
  outline: none;
}
.sub_btn{
  background-color: #283579;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Quattrocento Sans';
  text-align: center;
  border:none;
  border-radius: 5px;
  padding: 6px 15px;
  margin: 10px 15px 0 0;
}
.clear_btn{
  background-color: #e6e6e6;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Quattrocento Sans';
  text-align: center;
  border:1px solid #ddd;
  border-radius: 5px;
  padding: 6px 15px;
  margin: 10px 0 0 0;
}
/*===========
client Area
=============*/
.client_area{
  padding: 40px 0;
  background-image: url('images/v-line.png');
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}

/*================
copyright_footer
==================*/
.copyright_footer{
  padding: 15px 0;
  background-color: #283579;
  color: #fff;
}

.copyright_footer p{
  margin: 0;
}

.footer_menus_link{
  padding: 40px 0;
}
.single_footer ul li a{
  color: #666666;
  font-size: 12px;
  line-height: 24px;
}
.single_footer h3{
  font-size: 14px;
  color: #585858;
  text-transform: uppercase;
}
.single_footer ul li span{
  display: block;
  width: 35%;

}
.single_footer ul li span img{
  margin: 0 10px 0 0;
}
.footer_addess ul li{
  display: flex;
}
.footer_addess ul li a{
  width: 75%
}
.single_footer{
  padding: 0 16px;
}
.border_2{
  border-right: 1px solid #ddd;
}
.sub_btn:hover,
.sub_btn:focus{
  background: #1d2658;
  -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.border_1{
  border-right: 1px solid #ddd;
}
.pt-120{
  padding-top: 120px !important;
}
.pt-80{
  padding-top: 80px !important;
}
.pt-50{
  padding-top: 50px !important;
}
.select-margin{
  margin: 3px 0px !important;
}
.nopadding{
  padding: 0px !important;
}
.mt-30{
  margin-top: 30px !important;
}
.mt-50{
  margin-top: 50px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.mb-50{
  margin-bottom: 50px !important;
}
.forget{
  display: block;
  margin-top: 10px;
  color: #283579;
}
.full_btn, .full-width{
  width: 100% !important;
}
.form_btn{
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.input-group-addon{
  -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.input-group-addon i{
  color: #283579;
  -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.input-group-addon-focus{
  background: #283579;
  border-color: #283579;
}
.input-group-addon-focus i{
  color: #fff;
}
[data-role="dynamic-fields"] > .form-inline + .form-inline {
    margin-top: 0.5em;
}

[data-role="dynamic-fields"] > .form-inline [data-role="add"] {
    display: none;
}

[data-role="dynamic-fields"] > .form-inline:last-child [data-role="add"] {
    display: inline-block;
}

[data-role="dynamic-fields"] > .form-inline:last-child [data-role="remove"] {
    display: none;
}
  .dynamic-button{
    float: right;
position: absolute;
right: 15px;
  }
.dynamic-input{
  float: left;
}
.digital-signature{
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #283579;
}
.contact-details h3{
  color: #283579;
}
.category-heading{
  width: 100%;
  display: block;
  font-size: 14px;
  color: #fff;
  background: #283579;
  padding: 10px 15px 10px 30px;
  border-radius: 4px;
  margin: 15px 0px;
}
.program-box{
  background: #f2f2f2;
  padding: 15px;
  margin: 10px -10px;
  border-radius: 4px;
}
.program-box h4{
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 17px;
}
.program-box h6{
  background: #283579;
  color: #fff;
    padding: 10px 0px;
    margin: 5px -10px;
    border-radius: 4px;
}
  .program-box h5{
    background: #ee3535;
    border-radius: 4px;
    color: #fff;
    padding: 10px 0px;
    margin: 5px -10px;
  }
  .program-box p{
    min-height: 220px;
    padding: 15px 0px 5px;
  }
  .program-box ul li{
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0px;
  }
  .program-box ul li:last-child{
    border-width: 0px; 
  }
  .blue{
    color: #263374;
  }
  .btn-primary{
    background: #283579;
    border-color: #283579;
  }
  .apply h2{
    color: #404040;
font-size: 25px;
font-weight: 800;
margin: 0 0 25px 0;

  }
.bootstrap-select > .dropdown-toggle{
  padding-left: 20px;
}
.details{
  background: #283579;
  color: #fff;
    padding: 10px 20px;
    width: 100%;
    border-radius: 4px;
    font-size: 18px;
}
.training-methods{
background: #ee3535;
  color: #fff;
    padding: 10px 20px;
    width: 100%;
    border-radius: 4px;
    font-size: 18px;
}
  	/*
  	Flaticon icon font: Flaticon
  	Creation date: 17/08/2017 00:28
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("fonts/Flaticon.woff") format("woff"),
       url("fonts/Flaticon.ttf") format("truetype"),
       url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
font-style: normal;
}

.flaticon-email:before { content: "\f100"; }
.flaticon-network:before { content: "\f101"; }
.flaticon-support:before { content: "\f102"; }
.flaticon-projection-screen-with-bar-chart:before { content: "\f103"; }
.flaticon-archive:before { content: "\f104"; }
.flaticon-multimedia:before { content: "\f105"; }
.flaticon-content:before { content: "\f106"; }
.flaticon-database:before { content: "\f107"; }
.flaticon-data:before { content: "\f108"; }
.flaticon-web:before { content: "\f109"; }
.flaticon-server:before { content: "\f10a"; }
.flaticon-transfer-1:before { content: "\f10b"; }
.flaticon-transfer:before { content: "\f10c"; }
.flaticon-head:before { content: "\f10d"; }
.flaticon-hosting:before { content: "\f10e"; }
.flaticon-cloud-computing:before { content: "\f10f"; }
.flaticon-terminal-1:before { content: "\f110"; }
.flaticon-terminal:before { content: "\f111"; }
.flaticon-shopping-support-online:before { content: "\f112"; }
.flaticon-monitor:before { content: "\f113"; }

.cert-box{
  background: #fff;
  padding: 0px;
}

.cert-box > .details i{
  float: left;
font-size: 30px;
position: relative;
top: -6px;

}

.cert-box p{
  padding: 10px;
}
.cert-box h4{
  padding: 0px 10px;
}
.cert-code{
  float: right;
  font-size: 80%;
  padding-top: 2px;
}
.methods{
  display: inline-block;
  margin: 1px 3px;
  padding: 3px 12px !important;
  background: #f6f6f6;
}
@media only screen and (max-width:768px){
  .cert-code{
    float: none;
width: 100%;
display: block;
padding-left: 44px;

  }
}