body{  
    background-image:  url('../images/body.jpg');
    background-position: top;
    background-repeat: repeat-x;  
    background-color: #f7f7f7;
}

.box-shadow{
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    
    padding: 18px;
    background: #fff;
    margin: 15px 0;
	text-align:justify;
	font-family:Times New Roman;
	font-size:15px;
    
        border-radius: 40px;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  
}

.white, .white-wrap{ 
    background: #fff !important;
}

.pad-30{
    padding: 30px;
}

.border-radius{ 
    border-radius: 5px;
    }

.media-heading{
    text-decoration: none;
    background: #01255b;
    padding: 6px;
    color: #fff;
    margin: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.box-shadow a:hover, .box-shadow h4:hover{
    text-decoration: none;
    background: #6caf48;
}

.btn{
    padding: 4px 10px;
    border-radius: 18px;
}

.btn-orange{
	color:#fff !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: none;
	position: relative;
    background: #0dca0a;
}

.btn-orange::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    border-radius: 18px;
}
.btn-orange:hover{
    color: #fff;
}
.btn-orange:hover::before{
	opacity: 1;
	width: 100%;
}


.btn-blue{
	color:#fff !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: none;
	position: relative;
    background: #00265a
}

.btn-blue::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.4);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    border-radius: 18px;
}
.btn-blue:hover{
    color: #fff;
}
.btn-blue:hover::before{
	opacity: 1;
	width: 100%;
}

.mrg-top-10{
    margin-top: -18px;
}

.mrg-top-15{
    margin-top: 15px;
}

.mrg-btm-15{
    margin-bottom: 15px;
}

.mrg-top-20{
    margin-top: 0px;
}

.mrg-btm-20{
    margin-bottom: 0px;
}

.mrg-top-25{
    margin-top: 25px;
}

.mrg-btm-25{
    margin-bottom: 25px;
}
.mrg-top-40{
    margin-top: 40px;
}
h4{ 
    color: #2d6ca7;
}

.ol-gap li{
    margin-bottom: 10px;
    
}

.divide-wrap{
    background:#fff;
    padding:15px;
}



.shadow-wrap{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.48);
    }

.circle-icon {
    background: #218874;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    padding:0px;
    color:#fff;
    margin:0px auto;
    font-size:36px;
    margin-bottom: 12px;
}

.media-body{
    text-align: justify;
    padding: 0px;
}


/* *************** SCROLL TOP ************** */

/* ********************** NAVE ********************* */
.navbar-default{
    
   /* border-bottom: solid 1px #1da589;*/
/*  outline: solid 1px #fff;*/
    
    background: rgba(0,86,158,1);
background: -moz-linear-gradient(top, rgba(24,62,143,1) 0%, rgba(79,114,191,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,62,143,1)), color-stop(100%, rgba(79,114,191,1)));
background: -webkit-linear-gradient(top, rgba(24,62,143,1) 0%, rgba(79,114,191,1) 100%);
background: -o-linear-gradient(top, rgba(24,62,143,1) 0%, rgba(79,114,191,1) 100%);
background: -ms-linear-gradient(top, rgba(24,62,143,1) 0%, rgba(79,114,191,1) 100%);
background: linear-gradient(to bottom, rgba(24,62,143,1) 0%, rgba(79,114,191,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183e8f', endColorstr='#4f72bf', GradientType=0 );

}


/* ********** SLIDER ******************* */
.carousel{
margin-top:0px;
}
.carousel-indicators li{
    width: 30px;
    height: 3px;
    background: #fff;
    border: none;
    margin: 0px;
    border-radius: 0;
}

.carousel-indicators .active{
    width: 30px;
    height: 3px;
    background: #ff5409;
}

.carousel .carousel-control span{
	position: absolute;
	top: 45%;
	right:50%;
	z-index: 5;
	display: inline-block;
	font-size: 40px;
}

/* ****************** TITLE **************** */ 

h2.section-title{
	color:#1fff1b;
	font-size:22px;
	text-transform:none;
    margin: 5px 0 10px 0;
	font-weight:400;
	font-family:arial black;
}
h2.section-title:after {
    content: "";
    display: block;
    border-bottom: 2px solid #fff;
	width: 60px;
    padding-bottom: 5px;
}
.section-title .title-tag{
	color:#00255b;
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto 5px;
    background: #fff;
    padding:3px;
    text-transform: capitalize;
}

h1.section-title-one{
	color:#00255b;
	font-size:22px;
	/*text-transform:uppercase;*/
    margin: 10px 0 20px 0;
    font-weight: 600;
	font-family:Arial black;
}
h1.section-title-one:after {
    content: "";
    display: block;
    /*border-bottom: 2px solid #ff5409; */
	width: 60px;
    padding-bottom: 5px;
}
.section-title-one .title-tag{
	color:#fff;
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto 5px;
    background: #00255b;
    padding:3px;
    text-transform: capitalize;
}



/* ************ ABOUT US **************** */

.abt-wrap {
  background: linear-gradient(
     /* rgba(25, 196, 12, 0.10), */
       rgb(0, 37, 91),
      rgba(25, 196, 12, 0.10)
    ),

   
    url('../images/bg-box.png');
    padding:15px 0;
background-size:cover;
/*    border-top: 1px solid #fff;*/
    
        border-radius: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}



.circular-landscape {
  width: 100px;
  height: 100px;
  margin: 0px auto;
}

.circular-landscape img {
  width: auto;
  height: 100%;
/*  border:5px solid #fff;*/
    border-radius: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}

.abt-content{
    color: #fff;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 5px;
	font-size:15px;
	font-family: Times New Roman;
}

.breadcrumb{
    margin-bottom: 0;
    background-color: transparent;
    
}

.breadcrumb li a{
    color: #fff;
}
.breadcrumb>.active{
    color: #d2d2d2;
    font-weight: normal;
}

/* ************ SERVICES *************** */

.ser-wrap img{
    width:100%;
    border-top-left-radius: 43px;
    border-top-right-radius: 43px;
	border-bottom-right-radius: 43px;
	border-bottom-left-radius: 43px;
}

/* **********  MARQUEE  ******************* */
marquee {
  height: 308px;
  overflow: hidden;
  text-align:justify;
  color: purple;
}



/* ********* ASSESSMENT ********** */
.asses .icon i{
    color: #6aab09;
}

h2.title{
	color:#01245a;
	font-size:18px;
	text-transform:uppercase;
    margin: 20px 0 20px 0;
    font-weight: 400;
}
h2.title:after {
    content: "";
    display: block;
    border-bottom: 2px solid #76b50f;
	width: 60px;
    padding-bottom: 10px;
    margin: 0px auto;
}

.asses .content{
    font-size: 14px;
    line-height: 20px;
    
}

/* ********** TESTIMONIAL  ************** */
.content{ margin-top:20px; } 
.adjust1{ float:left; width:100%; margin-bottom:0; } 
.adjust2{ margin:0; } 
.carousel-control{ color:#fff; width:5%; } 
.carousel-control:hover, .carousel-control:focus{ color:#fff; } 
.carousel-control.left, .carousel-control.right { background-image: none; } 
.media-object{ margin:auto; margin-top:15%; }


.test-wrap {
  background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(25, 196, 12, 0.60), 
      rgba(25, 196, 12, 0.60)
    ),
    /* bottom, image */
    url('../images/bg-newsletter.jpg');
    padding: 5px 0;
}

.test-wrap .thumbnail{
    background: none; 
    border: 0;
}

.test-wrap .text-info, p{
    color: #fff;
}
.test-wrap p{
    color: #000;
}

.test-wrap .person {
  width: 115px;
  height: 115px;
    margin: 0px 30px;
}

.test-wrap .person img {
  width: auto;
  height: 100%;
  border:5px solid #fff;
    border-radius: 50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
}


/***************** LOGO SLIDER ***********************************/
 #flexiselDemo3 {display:none;}
.nbs-flexisel-container {  position:relative; max-width:100%;}
.nbs-flexisel-ul { position:relative;width:99999px; margin:0px;padding:0px;list-style-type:none;  text-align:center;  }
.nbs-flexisel-inner {position: relative;overflow: hidden;float:left;width:100%;border-radius:5px; -moz-border-radius:5px;-webkit-border-radius:5px;  }
.nbs-flexisel-item {float:left;margin:0px;padding:0px;cursor:pointer;position:relative; line-height:0px; display: table;}
.nbs-flexisel-item img {/*max-width: 100%;*/cursor: pointer;position: relative; }
.logo-slider{-webkit-box-shadow: 0px -2px 5px -4px rgba(0,0,0,0.75);-moz-box-shadow: 0px -2px 5px -4px rgba(0,0,0,0.75);box-shadow: 0px -2px 5px -4px rgba(0,0,0,0.75); margin-top:20px;}
/*** Navigation ***/
.mobile-menu{display:none;}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right { position: absolute; cursor: pointer;  z-index: 4;  top: 6%; color: #bfbfc3;  font-size: 35px !important;}
.nbs-flexisel-nav-left {  left: 0px; }
.nbs-flexisel-nav-left:before {    content: "<"}
.nbs-flexisel-nav-left.disabled { opacity: 0.4;}
.nbs-flexisel-nav-right { right: 0px;   }
.nbs-flexisel-nav-right:before { content: ">"}
.nbs-flexisel-nav-right.disabled {    opacity: 0.4;}


/* **************** FOOTER ************** */
.footer-wrap{
    background: #218874;
    padding: 15px 0;
}

.footer-wrap {
  background: 
 

    linear-gradient(
    /* rgba(33, 136, 116, 0.80), */
         rgb(0, 0,139), 
      rgba(33, 136, 116, 0.80) 
    ),

   
    url('../images/inner-banner.jpg');
    padding:15px 0;
    background-size: cover;
}

.footer-wrap h3{
    font-size: 18px;
    font-weight: 100;
    color: #1fff1b;
    margin: 5px 0;
	font-family: Arial black;
}

.footer-wrap .footer-icon-orange{
    color: #fff;
    font-size: 22px;
}
.footer-wrap .contactus {
   font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
	font-family: Times New Roman;
	text-align:justify;
}

.footer-wrap .contactus a{
    color: #fff;
}

.footer-wrap ul, ol {
  list-style-position: inside;
    
}

.footer-wrap ul {
  list-style-type: none;
    padding: 0;
    
}
.footer-wrap ul li {
  padding-left: 0px;
    color: #fff;
   
}

.footer-wrap li {
  margin-bottom: 1.2em;
}

.footer-wrap li i {
  padding-right: 5px;
}

.footer-wrap li a{
  color:#fff;
    font-size: 14px;
	font-family: Times New Roman;
}
.footer-wrap li a:hover{
  color:#8abfef;
    text-decoration: none;
}

.footer-end{
    background: #171717;
    padding: 15px 0;
    color: #f1f1f1;
    font-size: 12px;
}

.footer-end a{
  color:#fff;
}
.footer-end a:hover{
  color:#8abfef;
    text-decoration: none;
}

/* ******************* INNER PAGES *************** */
.img-circle{
    border-radius: 50%;
    width: 500px; 
    height: 500px;
    border: solid 2px #e8e8e8;
    padding: 15px;
}

@media (max-width:992px){
.navbar-default{
        background: #fff !important;
    }
}
@media (max-width:767px){

.carousel{ 
	position:relative;
    margin-top: 0px;
}

    
.carousel .carousel-control span{
	position: absolute;
	top: 35%;
	right:35%;
	z-index: 5;
	display: inline-block;
	font-size: 22px;
}

.test-wrap .person{
        margin: 0px auto;
    }
    

.media-object{ margin-top:0; } 
	
}
