@import url('https://fonts.googleapis.com/css?family=Oswald:600|Source+Sans+Pro:300,400,600');

/*font-family: 'Source Sans Pro', sans-serif;
font-family: 'Oswald', sans-serif;*/


body {
  background: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
      overflow-x: hidden;position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Source Sans Pro', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 40px 0;
}

.center {
  text-align: center;
  padding-bottom: 20px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.enrollbt{    position: absolute;
    right: 25px;
    top: 140px;
    width: 171px;
    height: 81px;
    display: block;}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #c52d2f;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  padding: 0 0 !important;
  padding-bottom: 0;
  border:none;
  min-height:60px;
}

 .navbar-nav{
 padding:20px 0 11px 0;
 }

.navbar-nav>li{
    padding: 5px 25px;border-right: 1px solid #dadada;
}
.navbar-nav>li:last-child{border:none;}
.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
/*************************
*******Slider End******
**************************/

#feature {
  background: #39919a;
  padding:20px 0;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 7px;
}

#recent-works{
   background:#f7f7f7;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}


#middle {
  background: #f8f8f8;
  padding-top:25px;
  position:relative;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}


/***********************
********* Footer ******
************************/
#bottom {
  background: #fff;
  font-size: 14px;
  padding-top: 2px !important;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top:15px;
  padding-bottom:15px;
  color: #fff;
  background: #002b46;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer p{text-align:center;margin:0; }

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

.ratnavl{display: table-cell;
    vertical-align: middle;
    width: 35%;padding:12px 0; }
    
    .ratnavl img{margin:0 auto;}
	
.ratnav{width:72%; }

.header-wrap {
    display: table-cell;
    width: 100%;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}
header {
    width: 100%;
    position: relative;
    z-index: 1000;
    border-top: 4px solid #ff9300;
}
header .container {
    display: table;
}
.trpbar {
    float: left;
    width: 100%;
    background: #002b46;
    padding: 10px 0 10px 15px;
    position: relative;
}
.trpbar ul li a{color:#fff;}
.trpbar::before {
    content: "";
    background: #002b46;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
}
.trpbar::after {
    content: "";
    position: absolute;
    left: -49px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #002b46;
    border-left: 50px solid transparent;
}
.navbar-default .navbar-nav>li>a{font-size:16px; text-transform:uppercase;color:#002b46;font-weight:bold;font-family: 'Source Sans Pro', sans-serif;padding:9px 0px; }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{color:#eb7f1c; }
.toprr{list-style:none; padding:0; margin:0; float:right; }
.toprr li{float:left;color:#fff;padding:0 15px; }
.toprr li i{padding-right:5px; color:#fff; }
.toprr li a{color:#fff;}
.smidea{float:right; }
.smidea a{ padding:0 10px;color:#fff;}

#feature h2{font-size:30px;color:#fff; text-transform:uppercase;font-family: 'Oswald', sans-serif; }
#feature p{font-size:14px; color:#fff;font-family: 'Source Sans Pro', sans-serif; }
.conbt{    display: block;
    width: 170px;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 0;
    margin-top: 34px;
    padding: 10px 0;font-family: 'Source Sans Pro', sans-serif;}
	
#advance{padding-top:15px; }
#advance img{margin:0 auto; }
#advance h2{font-size:30px;color:#002b46;padding:15px 0 10px 0; text-transform:uppercase;font-family: 'Oswald', sans-serif;	 }
#advance p{font-size:14px;color:#002b46;font-family: 'Source Sans Pro', sans-serif; }
#advance ul{list-style:none;margin:0;padding:15px 0; }
#advance ul li{ font-size:15px;color:#002b46;line-height:40px;font-family: 'Source Sans Pro', sans-serif;}
#advance ul li i{font-size:13px; font-weight:normal;border:1px solid #002b46; padding:5px;margin-right:10px; }
.rdmre{background:#eb7f1c;color:#fff;border-radius:0;padding:10px 30px;font-size:14px; font-weight:bold; text-transform:uppercase;border:2px solid #f1a560; }
#owl-demo1 p{ padding:15px;margin:0; font-size:14px; font-weight:bold; text-transform:uppercase; color:#002b46;font-family: 'Source Sans Pro', sans-serif;
white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#recent-works h2{ font-size:30px;color:#002b46;text-transform:uppercase;background:url(../images/rbg.png) no-repeat bottom center;padding-bottom: 25px;font-family: 'Source Sans Pro', sans-serif; font-weight:600;}
#recent-works h2 span{color:#eb7f1c; }

.single ul{list-style:none;margin:0;padding:10px 0 !important; }
.single ul li{ font-size:15px;color:#002b46;line-height:40px;font-family: 'Source Sans Pro', sans-serif;background:url(../images/check.png) no-repeat 0 9px;padding-left:35px;} 

.single h3{margin:0;padding:0;color:#002b46;font-size:15px;font-family: 'Oswald', sans-serif;}
.single h2{margin:0 !important;}
.singale-left{background:rgba(241, 241, 241, 0.5);border-radius:5px;border:1px solid rgba(193, 193, 193, 0.21);padding:15px;margin-bottom:25px;}
.singale-left h2{font-size:24px !important;color: #002b46;padding: 15px 0 20px 0 !important;text-transform: uppercase;font-family: 'Oswald', sans-serif;margin:0;background: url(../images/rbg.png) no-repeat left bottom !important;}
.singale-left ul{list-style:none;margin:0;padding:10px 0 !important; }
.singale-left ul li{ font-size:15px;color:#002b46;line-height:42px !important;font-family: 'Source Sans Pro', sans-serif;background:url(../images/check.png) no-repeat 0 10px;padding-left:35px;}

.course-list{padding:0 !important;background:none !important;line-height:30px !important;} 
.course-list i{padding:0 !important;border:none !important;}
.course-list a{color:#002b46;}

.in-ban{background:#002b46;width:100%;text-align:center;}
.in-ban h2{font-size:24px;color: #fff;line-height:70px;text-transform: uppercase;font-family: 'Oswald', sans-serif;letter-spacing:1px;}

.prt-right{background:rgba(241, 241, 241, 0.5);border-radius:3px;border:1px solid rgba(193, 193, 193, 0.21);padding:15px 0;margin-bottom:25px;}
.pic-style{border: 1px solid #ccc;padding: 3px; background: #fff;border-radius: 3px;margin: 0;}
.prt-right h3{font-size:24px;color:#002b46;text-transform:uppercase;padding-bottom:15px;font-family: 'Source Sans Pro', sans-serif; font-weight:600;margin:10px 0 0 0;}
.prt-right p{font-size:14px;color:#002b46; font-family: 'Source Sans Pro', sans-serif;}
#owl-demo1 .pic-style{margin-bottom:25px;}

#services h2{ font-size:30px;color:#002b46;text-transform:uppercase;background:url(../images/rbg.png) no-repeat bottom center;padding-bottom: 25px;font-family: 'Source Sans Pro', sans-serif; font-weight:600;}
#services h2 span{color:#eb7f1c; }
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
	background:#f7f7f7;
}
.owld {padding:15px; }
.owld h3{ font-size:25px;color:#002b46;margin: 5px 0 20px 0; font-family: 'Source Sans Pro', sans-serif; font-weight:600;}
.sing-def h2{ font-size:16px !important;color:#002b46;margin: 5px 0 20px 0; font-family: 'Source Sans Pro', sans-serif; font-weight:600;clear:left;}
.sing-def h4{font-size:30px;color:#002b46;padding:15px 0 10px 0; text-transform:uppercase;font-family: 'Oswald', sans-serif;	 }
.sing-def img{padding: 0px 20px 10px 0;float: left;}

.owld p{font-size:14px;color:#002b46; font-family: 'Source Sans Pro', sans-serif;height:100px;}
.owld a{text-align:right;display:block;color:#002b46;}
.owld a i{padding:5px; }
.form-area{background:#eb7f1c;width:80%;padding:25px 40px; position:absolute; top:40px; left:12%;-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.3);
box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.3);
Copy Text }
.form-area h3{color:#fff;font-size:35px; font-weight:bold;margin:25px 0 45px 0; text-align:center;font-family: 'Oswald', sans-serif; }
.intpb{border:none;height: 45px; }
.subm{font-size:16px;  width: 100%;padding: 10px 0; background:#002b46;font-family: 'Source Sans Pro', sans-serif; }


.fot-con{font-family: 'Source Sans Pro', sans-serif;font-size:14px;font-weight:400;color:#ccc9c9;padding:20px 20px 0 0 !important;margin:0;}
.footer-bg p{font-family: 'Source Sans Pro', sans-serif;font-size:15px;font-weight:400;color:#ccc9c9;padding:0;margin:0;}
.fot-add{font-family: 'Source Sans Pro', sans-serif;font-size:14px;font-weight:400;padding:10px 0 0 0;}
.footer-bg h2{font-family: 'Source Sans Pro', sans-serif;font-size:18px;color:#fff;font-weight:900;padding:0 0 20px 0;margin:0;text-transform:uppercase;}
.footer-bg ul{list-style:none;padding:0 0 0 10px;margin:0;}
.footer-bg ul li{font-family: 'Source Sans Pro', sans-serif;font-size:15px;font-weight:400;color:#ccc9c9;padding:0 0 10px 0;}
.footer-bg ul li i{padding-right:10px;}
.footer-bg ul li a{color:#ccc9c9;}
.footer-bg ul li a:hover{color:#24c4f4;}
.social{margin-top:95px;padding:20px 0;background:#c9ced3;text-align:center; }



/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 45px;
	height: 45px;
	font-size:18px;
}
.social-circle li i {
	margin:0;
	line-height:45px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #002b46;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
#bottom h2{font-family: 'Source Sans Pro', sans-serif; font-weight:600; text-transform:uppercase; letter-spacing:2px;font-size:18px; }
#bottom ul li a i{ padding-right:10px;}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.5;}
}
/*.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}*/

	/* Conatct start */

        .header-title
        {
          text-align: center;
          color:#00bfff;
        }

        #tip 
        {
            display:none;  
        }

        .fadeIn
        {
          animation-duration: 3s;
        }

        .form-control
        {
        	border-radius:0px;
        	border:1px solid #EDEDED;
        }

        .form-control:focus
        {
        	border:1px solid #002b46;
        }

        .textarea-contact
        {
        	resize:none; 
        }

        .btn-send
        {
        	border-radius: 0px;
        	border:1px solid #002b46;
        	background:#002b46;
        	color:#fff; 
        }

        .btn-send:hover
        {
        	border:1px solid #002b46;
        	background:#fff;
        	color:#002b46;
        	transition:background 0.5s;   
        }

        .second-portion
        {
        	margin-top:50px; 
        }

		.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
.testimonial_para{font-size:14px;color:#002b46; font-family: 'Source Sans Pro', sans-serif;}
/*.widget_text a{color:#fff;}*/

		        @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
		@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

		.box > .icon { text-align: center; position: relative; }
		.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #002b46; vertical-align: middle; }
		.box > .icon:hover > .image { background: #666; }
		.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
		.box > .icon:hover > .image > i { color: white !important; }
		.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;}
		.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
		.box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; }
		.box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
		.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
		.box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
		.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
		.box .space { height: 30px; }

		@media only screen and (max-width: 768px)
		{
			.contact-form
			{
				margin-top:25px; 
			}

			.btn-send
			{
				width: 100%;
				padding:10px; 
			}

			.second-portion
			{
				margin-top:25px; 
			}
		}
	/* Conatct end */
@media (max-width: 480px){
.enrollbt {
    position: absolute;
    right: -5px;
    top: 136px;
    width: 166px;
    z-index: 9999;
    height: 81px;
    display: block;
}
.navbar {min-height:120px;}
.navbar-brand>img{padding-top:10px;}
}

.wpcf7-form input[type=text], select, textarea, input[type=email]{
   border: 1px solid #DDDDDD;
}

.wpcf7-select { 
   width: 209% !important; 
}

.wpcf7-text, .wpcf7-textarea { 
   width: 100% !important; 
}

.wpcf7-submit{
    margin-left: 145px;
    border: none;
    background-color: #39919a;
    color: #FFFFFF;
    padding: 5px 10px;
    font-family: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
}
/*CSS--12-02-19 START*/
.header-right-info .single-header-right {
  display: inline-block;
  vertical-align: middle;
}
.header-right-info .single-header-right + .single-header-right {
  margin-left: 50px;
}
.header-right-info .single-header-right .icon-box, .header-right-info .single-header-right .text-box {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.header-right-info.pull-right {
  margin-top: 10px;
}
.header-right-info .single-header-right .icon-box .inner {
    background: #002060;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 8px;
}
.header-right-info .single-header-right .icon-box .inner i {
  color: #ff9300;
  font-size: 16px;
  line-height: 36px;
}
.header-right-info  h4 {
  font-size:18px;
}
.header-right-info  h4 small{
  font-size:16px;
}
.small{color:black;font-size:85%;}
.popmake-content input, .popmake-content select, .popmake-content textarea {
    max-width: 100%;
}
/*CSS--12-02-19 END*/