* {
          box-sizing: border-box;
}
input, button, select, textarea {
    outline: none;
}

@font-face {
	font-family: 'Exo-DemiBold';
	src: url('./fonts/Exo-DemiBold.woff2') format('woff2'),
		url('./fonts/Exo-DemiBold.woff') format('woff'),
		url('./fonts/Exo-DemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Exo-Bold';
	src: url('./fonts/Exo-Bold.woff2') format('woff2'),
		url('./fonts/Exo-Bold.woff') format('woff'),
		url('./fonts/Exo-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Exo-Regular';
	src: url('./fonts/Exo-Regular.woff2') format('woff2'),
		url('./fonts/Exo-Regular.woff') format('woff'),
		url('./fonts/Exo-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Exo-ExtraBold';
	src: url('./fonts/Exo-ExtraBold.woff2') format('woff2'),
		url('./fonts/Exo-ExtraBold.woff') format('woff'),
		url('./fonts/Exo-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway-Regular';
	src: url('./fonts/Raleway-Regular.woff2') format('woff2'),
		url('./fonts/Raleway-Regular.woff') format('woff'),
		url('./fonts/Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway-Bold';
	src: url('./fonts/Raleway-Bold.woff2') format('woff2'),
		url('./fonts/Raleway-Bold.woff') format('woff'),
		url('./fonts/Raleway-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: Exo-Regular;
	font-size: 16px;
}
/* Typo */
h2 {
    font-size: 42px;
    font-family: Exo-Bold;
}
h4 {
    font-size: 25px;
    margin-bottom: 24px;
}

/* Buttons */
.btn{
	padding: 14px 52px;
    line-height: 18px;
    font-size: 18px;
    font-family: Exo-Bold;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline: 0px ;
    outline-offset: 0px;
}
.btn.btn-border {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #2e2e2e;
    position: relative;
    border-radius: 0px;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: none;
}

.btn.btn-red {
    background-color: #d2382c;
    color: #fff;
}

.btn.btn-border {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #2e2e2e;
	position: relative;
	border-radius: 0px;
}

/* Top Infobar style Start*/
.top-bar {
    position: relative;
    height: 60px;
    background-color: #f7f7fa;
    padding: 18px 0;
}
.info-link {
    display: inline-block;
    margin-left: 20px;
    color: #0651ab;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
}
span.sprite {
    background-image: url(../images/sprite.png);
	display: block;
}
span.sprite.img-phn, span.sprite.img-email {
    width: 20px;
    height: 30px;
    float: left;
    position: relative;
    margin-right: 28px;
}
span.sprite.img-email {
    background-position: -27px 2px;
    width: 21px;
}
span.sprite.img-phn::after,
span.sprite.img-email::after {
    content: "|";
    right: -15px;
	top: 3px;
    position: absolute;
    color: #c7c7c7;
    font-size: 12px;
}

/* Top Infobar style end*/


/* Navbar style Start*/

.navbar-inverse {
    background-color: rgba(255, 255, 255, .8);
    border-color: rgba(232, 234, 234, .7);
    position: absolute;
    width: 100%;
	z-index: 1;
	margin-bottom: 0;
}
.navbar-brand {
    width: 200px;
    height: 104px;
}
div#navbar {
    float: right;
    padding: 30px 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #2e2e2e;
    font-size: 18px;
    font-family: Exo-Regular;
    padding: 10px 0;
    margin: 0 20px;
}
.navbar-inverse .navbar-nav > li:last-child > a {
    margin-right: 0px;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
    color: #114686;
    border-bottom: 2px solid #114686;    
	background-color: transparent;
}
/* Navbar style End*/


/* Banner style start*/

.banner {
    background-image: url(../images/banner.jpg);
    background-position: left top;
    background-size: cover;
    padding-top: 106px;
	position: relative;
}
.banner-text {
    margin-top: 60px;
    margin-bottom: 50px;
}
.banner-text img.img-responsive {
    width: 340px;
}
.banner h1 {
    font-size: 54px;
    font-family: Exo-ExtraBold;
    line-height: 44px;
}
.banner h1 small {
    font-size: 29.5px;
    font-family: Exo-Regular;
    color: #3d3d3d;
}
span.sprite.img-bicon {
    background-position: -54px 0px;
    width: 36px;
    height: 20px;
    margin-top: 6px;
}
.banner h2 {
    color: #0651ab;
    margin-bottom: 25px;
}
.scroll-down {
    width: 86px;
    margin: auto;
    height: 100px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -43px;
}
span.sprite.img-scroll {
    background-position: 0px -35px;
    width: 86px;
    height: 100px;
}

/* Banner style End*/


/* packages style Start */
section#packages {
    background-image: url(../images/sec2-bg.jpg);
    background-position: center top;
    background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
#packages h2 {
    margin-bottom: 40px;
}
span.sprite.img-title-icon {
    width: 82px;
    height: 30px;
    margin: auto;
    background-position: -161px 0px;
    margin-top: 10px;
}
.pack-box {
    border: 1px solid #c7c7c7;
    width: 78%;
    float: left;
    padding: 35px 0 40px;
    background-color: #fff;
    margin-bottom: 48px;
    height: 390px;
}
.pack-box:hover{
	border: 1px solid #d2382c;
}
.pack-box:hover .btn.btn-border{
	border-top: 1px solid #d2382c;
	border-bottom: 1px solid #d2382c;
	color:#d2382c;
}
.pack-box:hover span.sprite.img-click{
	display: block;
}
.pack-box:hover span.sprite.img-buynow {
    background-position: -115px -18px;
}

.box-img {
    position: absolute;
    right: 15px;
    top: 45px;
}

span.sprite.img-click {
    width: 74px;
    height: 72px;
    background-position: -90px -47px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36.55px;
    margin-left: -37px;
    display: none;
    cursor: pointer;
}
.pack-box.right span.sprite.img-click {
	right: 50%;
    margin-top: -36.55px;
    margin-right: -37px;
}
.box-content {
    padding: 16px 0 24px 25px;
    width: 60%;
    position: relative;
    height: 310px;
}

h4 span {
    font-family: Exo-DemiBold;
}
.box-content ul {
    margin-bottom: 30px;
    padding-left: 20px;
	position: relative;
}
.box-content ul li {
    list-style: none;
    font-size: 16px;
    font-family: Exo-Regular;
    margin-bottom: 12px;
    line-height: 24px;
}
.box-content ul li::before {
    content: "";
    background-image: url(../images/sprite.png);
    background-position: -94px 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
}
span.sprite.img-buynow {
    background-position: -115px 0px;
    width: 16px;
    height: 20px;
    position: absolute;
    right: 56px;
    top: 21px;
}
.box-content .btn.btn-border {
    width: 90%;
    padding: 21px 52px;
    position: absolute;
    bottom: 24px;
}

.pack-box.right {
    float: right;
}

.pack-box.right .box-content {
    float: right;
    padding-left: 0;
    padding-right: 11px;
}

.pack-box.right .box-img {
    left: 15px;
	width: 263px;
}

h3 {
    font-size: 34px;
    font-family: Exo-bold;
}

.color-blue {
    color: #0651ab;
}
#packages h2.color-blue.text-center {
    margin-bottom: 28px;
    margin-top: 30px;
}
.button-signup {
    width: 314px;
    margin: auto;
}

.left-hr {
    border-top: 1px solid #c7c7c7;
    width: 50px;
    float: left;
    margin-top: 23px;
    margin-right:21px;

}
.right-hr {
    border-top: 1px solid #c7c7c7;
    width: 50px;
    float: right;
    margin-top: 23px;
    margin-left:21px;
}

section#clients-say {
    background-image: url(../images/client-bg.jpg);
	padding: 50px 0;
}
#clients-say h3 span.sprite.img-title-icon {
    background-position: -166px -38px;
}
.slide-sec {
    width: 263px;
    border: 1px solid #0b66d4;
    text-align: center;
    margin: auto;
    padding: 10px 20px;
    margin-top: 45px;
}
.slide-sec:hover {
border: 1px solid #d2382c;
}
.slide-sec:hover img{
	border: 1px solid #d2382c;
}
.slide-sec:hover a{
	color: #d2382c;
}
.slide-sec img {
    margin: auto;
	border: 1px solid transparent;
}
.slide-inner {
    position: relative;
    top: -45px;
}
.slide-inner p {
	color:#fff;
	font-family: Raleway-Regular;
    font-size: 16px;
	margin-top: 20px;
}
#clients-say h3 {
    margin-top: 0;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-family: Exo-Regular;
}

#clients-say h3 span {
    font-family: Exo-bold;
}

#clients-say h3 small {
    width: 50px;
    margin: auto;
    height: 20px;
}
#clients-say h5 {
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 18px;
}
#clients-say a {
    color: #0b66d4;
	font-family: Raleway-Bold;
    font-size: 18px;
}
.border-small {
    width: 35px;
    margin: auto;
}
span.sprite.img-quot {
    background-position: -248px 0px;
    width: 34px;
    height: 30px;
    margin: 20px auto 0;
}
.carousel-indicators .active {
    width: 5px;
    height: 40px;
    background-color: #da3b2f;
	margin: 5px 0 0;
}
.carousel-indicators {
    bottom: 0;
    left: 50px;
    width: 5px;
    margin-left: 0;
    top: 50%;
    margin-top: -140px;
}
.carousel-indicators li {
    display: inline-block;
    width: 5px;
    height: 40px;
    margin: 5px 0 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #656e97;
    border: 0px solid #fff;
    border-radius: 0px;
}

footer {
    background-image: url(../images/footer-bg.jpg);
    padding: 30px 0;
}
footer .container {
	position: relative;
}
footer p {
    text-align: center;
    font-size: 18px;
    color: #575757;
    margin: 0;
}
footer p span{
	color: #fff;
}

.top-scroll {
    float: right;
    width: 70px;
    height: 70px;
    background-color: #1f1f1f;
    position: absolute;
    border: 1px solid #292929;
    bottom: 14px;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .4);
    right: 45px;
}

span.sprite.img-fs {
    background-position: right top;
    width: 38px;
    height: 24px;
    margin: 24px auto;
}

/*  style End*/
@media (max-width: 1640px){
	.banner {
		height: 750px;
	}
	
}
@media (max-width: 1200px){
	.pack-box.right .box-img, .box-img {
		width: 220px;
	}
	.box-content {
		height: 343px;
	}
	.box-content ul li {
		font-size: 14px;
	}
	.box-content ul li br{
		display:none;
	}
	.box-content h4 {
		font-size: 21px;
	}
	.banner-text {
		margin-top: 40px;
		margin-bottom: 0px;
		width: auto;
		padding: 50px 20px;
	}
	.banner .container{
		width:100%;
		padding:0;
		padding:0;
	}
	span.sprite.img-buynow {
		right: 34px;
	}
}

@media (max-width: 991px){
	.navbar-inverse .navbar-nav > li > a {
		font-size: 14px;
		margin: 0 15px;
	}
	.banner-text {
		margin-top: 0px;
		margin-bottom: 0px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.4);
		padding: 50px 50px;
	}
	.slide-sec {
		width: 200px;
	}	
	.pack-box {
		width: 100%;
		margin-bottom: 96px;
		height: 480px;
	}
	.box-content {
		padding: 150px 25px 24px 25px;
		width: 100%;
		position: relative;
		height: 420px;
	}
	.box-content .btn.btn-border {
		width: 85%;
	}
	.box-img {
		position: absolute;
		right: 50%;
		top: -40px;
		margin-right: -92.5px;
	}
	.box-img img.img-responsive {
		width: 185px;
	}
	.pack-box.right .box-content {
		float: right;
		padding-left: 25px;
		padding-right: 25px;
	}
	.pack-box.right .box-img {
		left: 50%;
		width: 185px;
		margin-left: -92.5px;
	}
	.box-content h4{
		text-align:center;
	}
	span.sprite.img-buynow {
		right: 80px;
	}
}

@media (max-width: 767px){
	.top-bar {
    height: auto;
}
	div#navbar {
    float: right;
    position: absolute;
    right: 15px;
    background-color: #f7f7fa;
    padding: 0px 0;
    min-width: 100%;
    border: none;
}
.nav > li {
    border-bottom: 1px solid #ccc;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    border-bottom: 0px solid #114686;
    background-color: #114686;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 20px;
    margin: 0px 0px;
    text-align: center;
	padding: 15px 0;
}
	.navbar-nav {
		margin: 0px 0px;
	}
	.navbar-toggle {
    margin-top: 35px;
    margin-right: 20px;
    margin-bottom: 34px;
    background-color: #333;
}
}

@media (max-width: 480px){
	.info-link {
		margin-left: 5px;
		font-size: 12px;
	}
	.banner-text {
    padding: 30px 25px;
}
.banner {
    height: 540px;
}
.banner h1 {
    font-size: 29px;
    line-height: 27px;
    margin-bottom: 0px;
}
.banner h1 small {
    font-size: 16px;
}
.banner h2 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 30px;
}
.button-signup {
    width: 172px;
}
.pack-box {
    position: relative;
}
.box-img {
    width: 185px;
}
.pack-box.right .box-img {
    left: 50%;
    width: 185px;
}
span.sprite.img-buynow {
    right: 62px;
}
.carousel-indicators {
    left: 25px;
}
.slide-sec {
    float: none !important;
}
.top-scroll {
    width: 42px;
    height: 42px;
    bottom: 50px;
    right: 18px;
}
span.sprite.img-fs {
    margin: 10px auto;
}
footer p {
    font-size: 15px;
}
.left-hr, .right-hr{display:none;}
}
@media (min-width: 1641px){
	.banner {
		height: 890px;
	}
}	