body {
  padding-top: 0px;
 font-family: 'Hind', sans-serif;
    color: #333;
    font-size: 14px;
    
    font-style: normal;
    
    line-height: 1.6;
}
a
{
    -webkit-transition: all .3s ease .1s !important;
    -moz-transition: all .3s ease .1s !important;
    -ms-transition: all .3s ease .1s !important;
    -o-transition: all .3s ease .1s !important;
    transition: all .3s ease .1s !important;
}
h1,h2,h3,h4
{
font-family: 'Poppins', sans-serif;
}
a:hover, a:focus
{
text-decoration:none;
}
img
{
max-width:100%;
}

.navbar {
  margin-bottom: 0px;
}
.navbar-wrapper {
  position:absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/*---------------------------------------header------------------------------------------*/
.navbar-inverse .navbar-nav>li:last-child>a
{
    
    color: #fff;
    background: #38B6FF;
   
}
@media(min-width:992px)
{
.navbar-inverse .navbar-nav>li:last-child>a
{
 margin-right: -20px;
}
}
.navbar-inverse .navbar-nav>li:last-child>a:hover
{
background:#198ecf;
color:#fff;
}
.main-header.shrink .navbar-nav>li:last-child>a
{
}
/*----------------------------------------header end---------------------------------------*/



/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
}
.navbar-wrapper .navbar .container {
position: relative;
}


/*----------------------------------------------slider finish--------------------------------*/
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 0px;
  position:relative;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}



/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  background-color: #777;
}
.carousel .image1
{
 padding: 68% 0 25%;
background-position:center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-image:url(../images/slider1.jpg);

}
@media(min-width:768px)
{
.carousel .image1
{
      padding: 18% 0 13%;
    height: 637px;


}
}
@media(min-width:1600px)
{
.carousel .image1
{
        padding:18% 0 13%;
		height:650px;
    
}
}
.carousel .image1:before
{
position:absolute;
content:'';
left:0;
right:0;
bottom:0;
top:0;
    background: rgba(27, 48, 83, 0.6);
display:block;
}

.carousel-inner > .item > img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
}
.slider-inner
{
     
    color: #fff;	
	position:relative;
}
@media(min-width:768px)
{
.slider-inner
{
        margin-left: 50px;
}
.slider-inner2
{
margin-right: 50px;
margin-left:0;
}
}
.slider-inner h1
{
font-size:25px;
line-height:30px;
margin-top:0;
font-family: 'Poppins', sans-serif;
}
.slider-inner p
{
    font-size: 18px;
    /* letter-spacing: 1px; */
    font-weight: 300;
}
@media(min-width:768px)
{
.slider-inner h1
{
font-size:50px;
line-height:56px;
font-weight:700;
}
}
.btn2
{  
  color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    padding: 12px 25px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    background: #38B6FF;
    font-family: 'Poppins', sans-serif;
}
.btn2:hover, .btn2:focus
{
color: #fff;
    background: #198ecf;
    text-decoration: none;
}
.slider-inner .btn2
{
margin-bottom: -59px;
}

/*----------------------------------------------slider finish--------------------------------*/

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		  margin-top: 12px;
    }
    .navbar-collapse {
       /* border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 0px;
		background:transparent;
		    padding: 20px 10px;

	
	}
	.navbar-nav>li {
        float: none;
		/*border-left: #000 2px solid;*/
    }
    .navbar-nav>li>a {
        padding-top: 3px;
        padding-bottom: 3px;
		
		
    }
	
    .collapse.in{
  		display:block !important;
		/*background:#1d2e62;
		padding: 0 20px;*/
		margin-top:0px;
	}
}
.nav>li
{
    border-left:none;
}
@media(min-width:992px)
{
.nav>li
{
    /*border-left: 1px solid #F1EFEF;*/
}
}
.navbar-inverse .navbar-nav>li.last>a
{
border:1px solid #fff;
border-radius:5px;
padding-top:10px;
padding-bottom:10px;
margin-top:5px;
-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-inverse .navbar-nav>li.last>a:hover
{
background:#5DC0F8;
color:#fff;
border-color:#5DC0F8;
}

.navbar-inverse .navbar-brand img
{
}
@media(max-width:768px)
{
.navbar-inverse .navbar-brand img
{
   
    margin: 0px 0px;
 /*   width: 170px;*/
	
}
}
@media(min-width:992px)
{
.navbar-inverse .navbar-brand img
{
   position: relative;
   width:210px;
}
}
@media(min-width:1200px)
{
.navbar-inverse .navbar-brand img
{
   position: relative;
   width:100%
}
}

@media(min-width:992px)
{
.main-header.shrink .navbar-nav>li>a
{
    
}
}
.main-header.shrink .navbar-brand img
{
 
}
@media(min-width:768px)
{
.main-header.shrink .navbar-brand img
{
 
}
}
.main-header
{

}
@media(min-width:768px)
{
.main-header
{
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  position:relative;
 
 
}
}
@media(min-width:768px)
{
.main-header {
position:relative;
display:block;
}
}
.main-header.shrink {

  line-height: 80px;
  background:#fff;
  top:0;
  display:block;
  position:fixed;
  width:100%;
  box-shadow: 2px 2px 10px #ccc;
}
@media(min-width:768px)
{
.main-header.shrink {
  height: 83px;
  }
}

.main-header.shrink .navbar-nav>li.last>a
{
background:#5DC0F8;
color:#fff;
border-color:#5DC0F8;
}
.menu
{
background:#fff;
}


.center
{
text-align:center;
}
.pd0
{
padding:0;
}
.heading h2
{
        font-size: 30px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
	text-transform:uppercase;
}


.line
{
        border-bottom: 1px solid #000000;
   width: 100px;
    margin: 20px 0 30px;
}
.slider-inner .line
{
border-color:#fff;
}
.center .line
{
margin:20px auto 30px;
}
.heading p
{
  font-size: 16px;
    font-weight: 400;
    color: #868686;
    margin-top: 0px;
    line-height: 21px;
    
}
.home-body {
    background-color: #fff;
    background-image: none;
    overflow: hidden;
    position: relative;
}
/*-------------------------------------------------span0------------------------------------------*/

/*-------------------------------------------------span0 end------------------------------------------*/

/*-------------------------------------------------span1------------------------------------------*/

/*-------------------------------------------------span1 end------------------------------------------*/
/*-----------------------------------------footer----------------------------------------------------*/
.footer
{
    
	padding:50px 0;
	background:#111;
	background-size:cover;
	position:relative;
}
.footer:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background:url(../images/footer-bg.png);
content:'';
}
.footer0
{
color:#fff;
padding:20px 0;
font-weight:700;
border-bottom: 1px dashed #fff;
overflow:hidden;
}
.footer0 i
{
font-size:25px;
vertical-align:middle;
padding-right:7px;
}
.foot01
{
text-align:center;
border-top:1px dashed #fff;
border-bottom:1px dashed #fff;
padding:10px 0;
}
.foot011, .foot0
{
text-align:center;
    padding-top: 10px;
}
@media(min-width:768px)
{
.foot011
{
text-align:right;
padding-top:0;
}
.foot0
{
text-align:left;
padding-top:0;
}
.foot01
{
text-align:center;
border-left:1px dashed #fff;
border-right:1px dashed #fff;
border-bottom:none;
border-top:none;
padding-top:0;
padding-bottom:0;
}
.foot01 span, .foot0 span, .foot011 span
{
font-size:10px;
}
}
@media(min-width:992px)
{
.foot01 span, .foot0 span, .foot011 span
{
font-size:14px;
}
}
.footer1
{
padding:20px 0;
color:#fff;
    width: 100%;
    overflow: hidden;
}
.footer1 h4
{
margin:0px;
text-transform:uppercase;
text-align:left;
}
.footer1 h2
{
margin:0;
text-transform:uppercase;
text-align:left;
font-size:24px;
}
@media(min-width:768px)
{
.footer1 h2
{
margin:0;
text-transform:uppercase;
text-align:left;
font-size:20px;
margin-top:5px;
}
}

.icon1, .foot-txt
{
padding:0 0px;
}
@media(min-width:768px)
{
.icon1, .foot-txt
{
padding:0 10px;
}
}
.foot1
{
margin-bottom:30px;
}
.footer2
{
color:#fff;
width:100%;
overflow:hidden;
margin-top:30px;
}
.foot2
{
margin:20px 0;
}
@media(min-wudth:768px)
{
.foot2
{
margin:0px 0;
}
}
.large-foot
{
padding-left:0px;
padding-right:0px;
}
@media(min-wudth:768px)
{
.large-foot
{
padding-left:10px;
padding-right:10px;
}
}
.foot2 h4
{
    font-size: 16px;
    margin: 0 0 15px;
    
    padding-bottom: 10px;
    display: block;
	position:relative; 

}
.foot2 h4:after
{
content: '';
    background: #38B6FF;
    width: 39px;
    height: 2px;
    display: block;
    margin-top: 7px;
}
@media(max-width:767px)
{
.foot2 h4
{
margin-top:20px;
}
}
.foot2 ul
{
list-style:none;
margin:0;
padding:0;
}
.foot2 ul li
{
padding:1px 0;
}
.foot2 ul li:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    content: "\f105";
		position:absolute;
		left:0;
		top: 11px;
}
.foot2 ul li a
{
    color: #ddd;
    font-size: 14px;
}
.foot2 ul li a:hover
{
text-decoration:none;
       color: #198ecf;
}
.foot2 .input-group
{
    margin-bottom: 25px;
    border: 1px solid #FFF;
        padding: 9px 20px;g
}
.foot3 ul li
{
padding:5px 0;
text-align:left
}
.foot3 ul li:first-child
{
    background: url(../images/home-icon.png) no-repeat 1px 7px;
    padding-left: 27px;
}
.foot3 ul li:nth-child(even)
{
    background: url(../images/phone.png) no-repeat 1px 6px;
    padding-left: 25px;
}
.foot3 ul li:last-child
{
    background: url(../images/email.png) no-repeat 1px 6px;
    padding-left: 25px;
}
.foot2 p
{
margin-top:15px;
color: #b9b9b9;
font-size:13px;
}
.foot2 .social li
{
display:inline;
padding:0 5px;
border-bottom: 0;
}
.foot2 .social li:before
{
content:'';
}
.foot2 .social li a
{
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;

}
.foot2 ul li
{
    font-size: 14px;
    padding: 8px 0;
	position:relative;
	padding-left:16px;
	color:#eee;
	border-bottom:1px dashed #999;
}
.foot2 ul li:last-child
{
border-bottom:none;
}
.foot2 ul li span
{
float:right;
}
.foot2 ul li i
{
position:absolute;
left:0;
}
.footer3
{

color: #777;
    font-size: 13px;
    padding: 13px 0 10px;
    background-color: #222222;
    
    position: relative;
    
}

.foot3, .foot4
{
text-align:center;
}
@media(min-width:768px)
{
.foot3
{
text-align:left;
}
.foot4
{
text-align:right;
}
}
.foot4 a
{
color:#ddd;
}
@media(max-width:768px)
{
.navbar-collapse
{
margin-top:23px;
    background: #FFF;
    box-shadow: 1px 1px 5px #ccc;
}
}
/*-------------------------------------------------footer end--------------------------------------------------------------*/

.abt p
{
font-size: 16px;
    line-height: 1.8;
    /* letter-spacing: 1px; */
    font-weight: 400;
    color: #333;
}

.top-header
{
   
padding:12px 0;
}
.head-left ul
{
list-style:none;
margin:0;
padding:0;
}
.head-left ul li
{
display:inline-block;
}
.head-left ul li i
{
padding-left:15px;
padding-right:4px;
    font-size: 16px;
    color: #38B6FF;
}
.head-left ul li a
{
font-size: 13px;
    color: #d8e1ef;
    line-height: 1;
webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.head-left ul li a:hover
{
text-decoration:none;
color:#fff;
}
.top-header .right2
{
color: #ccc;
	font-size:12px;
}
.top-header .right2 ul
{
list-style:none;
padding:0;
margin:0;
}
.top-header .right2 ul li
{
display:inline;
border-right:#ccc;
padding:0 0px;
margin:0 -1px;
}
.top-header .right2 ul li:last-child
{
border:none;
}
.top-header .right2 ul li a
{

webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
 color: #38B6FF;
display: inline-block;
 text-align:center;
padding: 0px 7px;
 font-size:14px;
}
.top-header .right2 ul li a:hover
{
text-decoration:none;
color:#fff;
}


.left2
{
text-align:center;
}
.right2
{
text-align:center;
}
@media(min-width:768px)
{
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
}
.phone
{
display:none;
}
.shrink .phone
{
    display: block;
    border-bottom: 1px solid #E2E0E0;
    margin-left: -15px;
    margin-right: -15px;
	    background: #18375D;
}
@media(min-width:768px)
{
.phone
{
display:none;
}
.shrink .phone
{
display:none;
}
}
.phone h4
{
margin:10px;
}
.phone a
{
color:#ddd;
font-family: 'Hind', sans-serif;
font-size:18px;
font-weight:700;
}
.phone a:hover, .phone a:focus
{
text-decoration:none;
color:#fff;
}


/*----------------------------------------span3-------------------------------*/
.span3
{
padding:50px 0;
position:relative;
color:#000;
}
.span3 .heading p
{
margin-bottom: 40px;
}
@media(max-width:767px)
{
.span3-img
{
margin-top:35px;
}
}
.span3-img img
{
border-radius:10px;
}
.span3 h2 span
{
       color: #38B6FF;
}
.abt h4
{
color:#38B6FF;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.abt ul 
{
margin:20px 0;
padding:0;
list-style:none;
}
.abt ul li
{
position:relative;
font-size:15px;
padding:5px 0;
padding-left:22px;
}
.abt ul li:before
{
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
	position:absolute;
	left:0;
	color:#38B6FF;
	    top: 8px;
}

.read
{
border:2px solid #000;
color:#000;
display:inline-block;
padding:8px 20px;
letter-spacing:1.5px;
font-weight:600;
margin-top:25px;
border-radius:5px;
}
.read:hover, .read:focus
{
background:#000;
color:#fff;
}
.box3 
{
border-right:1px solid #333;
}
.box3 h3
{
font-size:35px;
}
/*----------------------------------------span3 end -------------------------------*/

/*--------------------------------------span2------------------------------------------*/
.span2
{
background:url(../images/parallex.jpg) center;
background-size:cover;
padding:60px 0 20px;
color:#fff;
}
.box2
{
margin:30px 0;
}
.box2-icon
{
font-size:50px;
}
.span2 .heading p
{
color:#eee;
font-size:16px;
}
.box2 h2
{
font-weight:600;
font-size:40px;
}
.box2 p
{
text-transform:uppercase;
font-size:16px;
font-weight:600;
}
/*----------------------------------span2 end-------------------------------------------*/

/*..................................span4............................................*/
.span4
{
padding:100px 0;
background:url(../images/brand-bg.jpg) bottom center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	position:relative;
	color:#000;
}
.span4:before
{
background: rgba(255,255,255,.9);
content:'';
left:0;
right:0;
top:0;
bottom:0;
position:absolute;
}
.span4 .container
{
position:relative;
}
.span4 .heading span
{
    width: 100%;
    height: 1px;
    background: #f4f4f4;
    display: block;
    position: relative;
}
.span4 .heading span:before
{
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 1px;
    background: #198ecf;
    content: "";
}
.logo-img
{
margin-top:40px;
    text-align: center;
}
.logo-img img
{
border:1px solid #eee;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}
.logo-img img:hover
{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*..................................span4 end............................................*/

/*-------------------------------------span5---------------------------------------------*/
.span5
{
background:url(../images/testimonials.jpg) center;
background-size:cover;
position:relative;
padding:90px 0;
color:#fff;
}
@media(min-width:1024px)
{
.span5
{
background-attachment:fixed;
}
}
.span5:before
{
background: rgba(33,39,57,.9);
content:'';
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
}
.box5
{
margin:60px 0 0;
}
.box5-img img
{
    border-radius: 50%;
    border: 10px solid rgba(37, 39, 55, 0.67);
	    box-shadow: 2px 2px 17px #111;
}
.box5-txt i
{
font-size:40px;
    color: #656565;
}
.box5-txt p
{
font-size:16px;
line-height:23px;
margin-top:20px;
}
.box5-txt h4
{
margin-top:20px;
}
/*--------------------------------------span5 end-------------------------------------------*/

header {
     
    height: 126px;
    position: fixed;
    top: 0;
    transition: top 0.5s ease-in-out;
    width: 100%;
    z-index: 999;
}

.nav-up {
    top: -126px;
}
@media(max-width:768px)
{
header
{
height: 75px;
}
.nav-up {
    top: -75px;
}
}


.banner
{
background:url(../images/slider3.jpg) no-repeat center;
background-size:cover;
padding:180px 0 30px;
color:#fff;
position:relative;
}

.banner:before
{
background:rgba(27, 48, 83, 0.80);
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
content:"";
}

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

.breadcumb li {
    display: inline-block;
    margin-right: 9px;
	font-weight: 600;
}

.breadcumb li a
{
color: #38B6FF;
    font-size: 13px;
    display: block;
}

.breadcumb li a .fa {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
}

.breadcumb li a:after {
    content: '/';
    display: inline-block;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
}

.map {
    position: relative;
    padding-bottom: 55.25%;
    padding-top: 0px;
    height: 0;
    margin-bottom: 20px;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.input .icon-append {
    position: absolute;
    top: 27px;
    width: 45px;
    height: 40px;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    /* right: 23px; */
    padding-left: 0px;
    background: #38B6FF;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #D6D2D2;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    color: #FFF;
	left: 15px;
}

.cont {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 8px 10px 8px 52px;
    outline: none;
    border-style: solid;
    background: #fff;
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
    font-weight: 400;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d3d3d3;
    box-shadow: none;
     border-radius: 0; 
}



.cont:focus {
    border-color: #017BC3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(1,123,195,0.1),0 0 8px rgba(1,123,195,0.10);
    box-shadow: inset 0 1px 1px rgba(1,123,195,0.1),0 0 8px rgba(1,123,195,0.10);
}

.study-section
{
background:url(../images/study-destination.jpg) center no-repeat;
position:relative;
padding:50px 0;
color:#fff;
background-size:cover;
}

@media(min-width:768px)
{
.study-section
{
background-attachment:fixed;
}
}

.study-section:before
{
position:absolute;
content:"";
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0, 0, 0, 0.65);
}

.study-section .heading h2 span {
    color: #38B6FF;
}

.study-section .heading p {
    color: #fff;
}

.box-desti
{
background:#fff;
padding:20px 20px 20px 50px;
box-shadow:0px 0px 5px #333;
margin-bottom:50px;
}

.box-desti .line
{
display:block;
background:#222;
width:30px;
height:2px;
margin-bottom:20px;
}

.box-desti .btn5
{
  font-size: 15px;
    color: #fa2837;
}

.box-desti-img
{
    position: absolute;
    left: -45px;
    top: 19%;
}

.box-desti-img img
{
    border-radius: 50%;
    height: 100px;
    width: 100px;
border: 2px solid #fff;	
}

.box-desti h1
{
margin-top:0;
font-size:25px;
color:#222;
}

.box-desti p
{
color:#333;
}

.accre-section
{
padding:50px 0;
background:#f8f8f8;
}

.accre-section p
{
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    line-height: 1.8;
}

.span5 .heading span
{
    width: 100%;
    height: 1px;
    background: #444;
    display: block;
    position: relative;
}
.span5 .heading span:before
{
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 1px;
    background: #198ecf;
    content: "";
}

.contact-page-det h4
{
font-size:22px;
}

.contact-page-det p
{
margin-bottom:15px;
}

.contact-page-det a
{
color:#38B6FF;
}

.services-page h2
{
margin-top:40px;
}

.services-page h4
{
margin-top:30px;
margin-bottom:10px;
}

.box5-txt
{
    border: 1px solid rgba(238, 238, 238, 0.39);
    overflow: hidden;
    padding: 35px;
   /* margin-bottom: 40px;*/
}

.abt .box5-txt
{
margin-bottom: 40px;
}

.abt h3 span
{
font-size:15px;
}

.ielts-prep
{
background:#38B6FF;
padding:30px 0;
color:#fff;
}

.ielts-prep h3
{
margin:0;
margin-top:10px;
}

.ielts-prep .btn2
{
margin:0;
background:#fff;
color:#222;
}