/* 
 * Style		: Style.css
 * Created by	: Kamal Sharma
 * Created on	: OCTOBER-19-2016
 * @package AxilSolutions
 * @subpackage SMS-Marketing
 */
/* ----- START : NORMALIZE ----- */
html, body {
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-family:'Work Sans';
}
a {
	color: #22a0d6;
	cursor: pointer;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h1 {
	margin:0px;
}
ul {
	list-style-type: none;
	padding-left: 0px;
}
/* ----- END   : NORMALIZE ----- */


/* ----- START : NAVIGATION ----- */
.logo {
	color:#fff;
	font-size:30px;
	font-weight:600;
	margin: 0px;
}
.navbar-custom {
	border-color: transparent;
	background-color: transparent;
	font-size: 14px;
	padding-top:30px;
}
.navbar-nav li {
	font-size:16px;
	font-weight:600;
	padding:0px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.signup, .login {
	border:solid 1px #fff;
	border-radius:0px;
	padding: 8px 20px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	vertical-align: text-top;
	letter-spacing:2px;
}
.signup:hover {
	background:#ed6b75;
	color:#fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border:solid 1px #ed6b75;
}
.login:hover {
	background:transparent;
	color:#fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border:solid 1px #fff;
}
.login {
	border:solid 1px #ed6b75;
	background:#ed6b75;
	margin-left:10px;
}
.navbar-right {
	margin-right: 0px;
}
.navbar-nav > li > a {
	padding: 0px;
	margin: 15px 16px;
	font-weight: 500;
	position: relative;
}
.navbar-nav li a:hover {
	color:#fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-custom .navbar-nav > li > a {
	color:#fff;
}
.navbar-custom .navbar-nav > li > a:hover {
	color:#fff;
}
.navbar-default .navbar-nav > li > a:focus{color:#fff;}
.navbar-nav > li > a::after {
	content: "";
	position: absolute;
	height: 3px;
	background-color: #ed6b75;
	left: 51%;
	right: 51%;
	margin: auto;
	bottom: -8px;
}
.navbar-nav > li > a:hover::after {
	left: 0;
	right: 0;
}
.nav-small.navbar-custom {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px -20px #000000;
	-moz-box-shadow: 0px 0px 50px -20px #000000;
	box-shadow: 0px 0px 50px -20px #000000;
	padding-top: 10px;
}
.nav-small.navbar-custom .navbar-nav > li > a {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-custom, .navbar-brand, .navbar-nav > li > a, .navbar-nav > li > a::after {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.nav-small .logo {
	color:#5c5c5c;
}
.nav-small .navbar-brand {
	padding: 0px 15px;
}
.nav-small .navbar-nav > li > a {
	color:#5c5c5c;
}
.nav-small .navbar-nav > li > a:hover {
	color:#ed6b75;
}
.nav-small .navbar-nav > li > a:focus{color:#5c5c5c;}
.nav-small .signup {
	border:solid 1px #5c5c5c;
	color:#5c5c5c;
}
.nav-small .signup:hover {
	color:#fff;
	border:solid 1px #ed6b75;
}
.nav-small .login {
	border:solid 1px #ed6b75;
}
.nav-small .login:hover {
	color:#5c5c5c;
	border:solid 1px #5c5c5c;
}
.navbar-nav > li > .active-nav::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #ed6b75;
    left: 0%;
    right: 0%;
    margin: auto;
    bottom: -8px;}
	.nav-small .navbar-nav > li > .active-nav{color:#ed6b75;}
/*.navbar-custom .navbar-nav > li > .active-nav{	color:#ed6b75;}*/

/* ----- END   : NAVIGATION ----- */
/* ----- START : HEADER & BANNER ----- */
#header {
	min-height: 100%;
	background-image: url('../img/banner.jpg');
	position: relative;
	background-size: auto 797px;
	background-size: cover;
	color:#fff;
}
.banner-text h1 {
	font-size:65px;
	font-weight:500;
	margin-top:320px;
	margin-bottom:35px;
}
.banner-text p {
	font-size: 20px;
	line-height: 22px;
}
.banner-buttons {
	margin-top: 35px;
}
.btn-transparent-white {
	background-color: rgba(255,255,255,0.3);
	color:#fff;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 14px;
	font-weight:bold;
	border:solid 1px rgba(255,255,255,0.8);
	letter-spacing:1px;
}
.btn-transparent-white:hover {
	color:#fff;
	background:#ed6b75;
	color:#fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border:solid 1px #ed6b75;
}
.spcial-offer {
	margin-top: 160px;
	background:rgba(255,255,255,0.3);
	padding:45px 0px;
	text-transform: uppercase;
	font-size:16px;
	font-weight:500;
}
/* ----- END : HEADER & BANNER ----- */
/* ----- END : COLORED BOX ----- */
.color-box h3 {
	font-size:25px;
	font-weight:500;
}
.color-box p {
	font-size:18px;
	font-weight:500;
}
.colored-box-1 {
	background:#3694d5 url(../img/capture_bg.png) right bottom no-repeat;
}
.colored-box-2 {
	background:#ed6b75 url(../img/reach_bg.png) right bottom no-repeat;
}
.colored-box-3 {
	background:#46b982 url(../img/grow_bg.png) right bottom no-repeat;
}
.color-box {
	padding:45px 44px 0px 35px;
	color:#fff;
	min-height: 315px;
	cursor:pointer;

}
.color-box:hover {
	-ms-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all 0.3s;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 43px rgba(0,0,0,0.2);

}
/* ----- END : COLORED BOX ----- */
#contact, #industries, #looksgreat, #safebox {
	padding: 100px 0 0;
	text-align: center;
	color:#3f3f3f;
}
#contact {
	overflow: hidden;
}
#contact h1, #industries h1, #looksgreat h1, #whysmsmarketing h1 {
	font-size:44px;
	font-weight:500;
}
#contact h2, #industries h2, #looksgreat h2 {
	font-size:26px;
	font-weight:500;
}
#contact p, #industries p, #looksgreat p {
	color:#5c5c5c;
	font-size:18px;
	font-weight:400;
}
#industries p{font-size:16px;}
.marginbot {
	margin-bottom:70px;
}
.divder-h, .divder-l {
	background:#2d5f8b;
	width:100px;
	height:3px;
	margin:20px auto;
}
.divder-l {
	margin:20px 0px;
}
.divder-w {
	background:#fff;
	width:100px;
	height:3px;
	margin:20px auto;
}
.section-bg {
	background:url(../img/section_divder.png) center top no-repeat;
	min-height: 600px;
	width:100%;
}
.left-box {
	text-align:left;
	margin-top:180px;
}
.height100 {
	height:100%;
}
/*spcial class*/
.image-section {
	position: relative;
}
.image-right {
	position: absolute;
	right: -15px;
	top: 80px;
}
.image-left {
	position: absolute;
	left: -15px;
	top: 80px;
}
/*spcial class*/
.nopadding {
	padding-right: 0px;
	padding-left: 0px;
}
.divder-s, .divder-s-w {
	background:#2d5f8b;
	width:30px;
	height:3px;
	margin:30px 0;
}
.divder-s-w {
	background:rgba(255,255,255,0.6);
	margin:20px 0;
}
.loadmore {
	background-color: #ed6b75;
	color:#fff;
	padding: 15px 40px;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 14px;
	font-weight:bold;
	border:solid 1px #fff;
	letter-spacing:2px;
	margin-bottom: 90px;
}
.loadmore:hover {
	background:transparent;
	border:solid 1px #ed6b75;
	color:#ed6b75;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/*why sms marketing section*/
#whysmsmarketing {
	color:#fff;
	padding:80px 0px;
	text-align:center;
	background-image:url(../img/whysmsmarketing.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.whysmsma-inner {
	border:solid 1px #fff;
	padding:20px;
	background:rgba(255,255,255,0.1);
	min-height: 280px;
}
.whysmsma-inner h3 {
	font-size:24px;
	font-weight:400;
}
.whysmsma-inner p {
	font-size:16px;
	font-weight:400;
}
/*why sms marketing section*/
/*industries*/
#industries {
	padding:80px 0px;
	padding-bottom:0px;
}
/*#industries .img-responsive{min-height:257px !important;}*/
#industries .col-sm-4 {
	padding:0px;
}
.image-desc {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 20px;
	cursor: pointer;
	overflow: hidden;
}
.image-desc, .img-content, .image-desc .img-content p {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.image-desc .img-content p {
	display: block;
	visibility: hidden;
	opacity: 0;
}
.image-desc .img-content {
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.image-desc:hover .img-content {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.image-desc:hover .img-content p {
	visibility: visible;
	opacity: 1;
}
.image-desc p {
	display:none;
	color:#fff !important;
}
.image-desc:hover {
	background:rgba(70,185,130, 0.85);
	width:100%;
	height:100%;
	bottom:0%;
	-webkit-transition: e 0.3s;
	transition: ease-in 0.3s;
}
.image-desc:hover.image-desc p {
	display:block;
	color:#fff;
}
.image-desc:hover.image-desc img {
	display:none;
	opacity: 0;
}
.image-desc h2 {
	margin:0px;
	margin-bottom:10px;
}
/*industries*/
#looksgreat {
	padding:80px 0px 50px 0px;
}
.img-center {
	margin:0 auto;
	width:100%;
}
#looksgreat h1{font-size:42px;}
.fullwidth {
	width:100%;
}
#campaign {
	color:#fff;
	padding:40px 0px;
	text-align:center;
	background-image:url(../img/campaign_bg.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
#campaign h1 {
	text-shadow: 2px 2px rgba(0,0,0,0.5);
	font-size:44px;
}
.campain-spcial {
	padding-bottom:30px;
}
.campain-spcial ul li {
	display:inline;
}
.campain-spcial ul li::before {
	content:url(../img/dot.png);
	margin-left:20px;
	margin-right:8px;
	vertical-align: text-bottom;
}
.btnmargin{margin: 40px 0px;}
#safebox {
	padding:40px 0px;
	color:#5c5c5c;
}
#footer {
	padding:20px 0px;
	background:#2f3335;
	color:#fff;
}
.newsletter .form-control {
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 0px;
	background-color: rgba(255,255,255,0.2);
	padding:10px 20px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
}
.newsletter .form-control::-moz-placeholder {
color:rgba(255,255,255,0.4);
font-size:12px;
text-transform:uppercase;
font-weight:600;
letter-spacing:1px;
}
.submitbtn {
	background-color: #ed6b75;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #ed6b75;
	letter-spacing: 2px;
	width:100%;
}
.submitbtn a {
	color:#fff;
}
.submitbtn a::after {
	content:url(../img/subscribe.png);
	position: absolute;
	margin-left: 20px;
}
.submitbtn i {
	margin-left:20px;
	font-size:16px;
}
.submitbtn:hover {
	background:transparent;
	border:solid 1px #fff;
	color:#fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/*FOOTER*/
.paddingleft {
	padding-left: 75px;
}
#footer li {
	font-size:15px;
	margin:10px 0px;
	color:rgba(255,255,255,0.8)
}
#footer li a {
	color:rgba(255,255,255,0.8);
}
#footer p {
	margin:10px 0px 30px 0px;
	font-size:14px;
	color:rgba(255,255,255,0.8)
}
#footer h3 {
	font-size:15px;
	font-weight:600;
}
.translate-btn {
	border-radius: 0px;
	background-color: rgba(255,255,255,0.3);
	padding: 8px 20px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.translate-btn:hover {
	color: #fff;
	background-color: #ed6b75;
}
.translate {
	margin-top:45px;
}
.copyright {
	margin-top:30px;
	padding:30px 0px 10px 0px;
	text-align:center;
	font-size:14px;
	color:rgba(255,255,255,0.6);
	border-style: solid;
	border-width: 2px 0px 0px;
-moz-border-image: (../img/border_hr.png) 2 0 0 repeat;
	-webkit-border-image: url(../img/border_hr.png) 2 0 0 repeat;
	-o-border-image: url(../img/border_hr.png) 2 0 0 repeat;
	border-image: url(../img/border_hr.png) 2 0 0 fill repeat;
}
#footer .copyright p {
	margin: 10px 0px;
}

/*FOOTER*/
/*RESPONSIVE STYLE*/
@media screen and (max-width: 320px){
	#industries .col-sm-4 {
		overflow: hidden;
	}
	.fullwidth {
		width: auto;
		height: 200px;
		max-width: none;
	}
	#industries .image-desc .img-content h2 {
		font-size: 22px;
	}
}
@media screen and (max-width: 360px){
	#industries .img-content p {
		font-size: 14px;
		line-height: 16px;
	}
}
@media screen and (max-width: 480px) {
	.campain-spcial ul li {
		display:block;
		text-align:left;
	}
}
@media screen and (max-width: 767px) {
	/*HEADER & BANNER*/
	.banner-text h1 {
		font-size: 45px;
		margin-top: 100px;
		margin-bottom: 0px;
	}
	.spcial-offer {
		margin-top: 100px;
	}
	.color-boxs {
		text-align:center;
		padding: 20px 15px;
	}
	/*HEADER & BANNER*/
	/*main contant*/
	#contact > .container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
	#contact h1, #industries h1, #looksgreat h1, #whysmsmarketing h1 {
		font-size: 35px;
	}
	#contact, #industries, #looksgreat, #safebox, #whysmsmarketing {
		padding: 40px 0;
	}
	.marginbot {
		margin-bottom: 35px;
	}
	.img-full {
		display: block;
		width: 100%;
		height: auto;
	}
	.section-bg {
		padding:50px 15px;
	}
	.left-box {
		text-align:center;
		margin-bottom: 30px;
		margin-top:0px;
	}
	.divder-s {
		margin: 20px auto;
	}
	/*spcial class*/
	.image-section {
		position: inherit;
	}
	.image-right {
		position: relative;
		top: auto;
	}
	.image-left {
		position: relative;
		top: auto;
	}
	/*spcial class*/
	/*main contant*/
	.whysmsma-inner {
		margin-bottom: 20px;
	}
	.text-left {
		text-align:center;
	}
	.image-desc .img-content {
		top:40%;
	}
	.divder-l {
		margin: 20px auto;
	}
	.loadmore {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.campain-spcial ul li {
		display:block;
		
	}
	.translate {
		margin-top: 20px;
	}
	.copyright {
		margin-top: 20px;
		padding: 10px 0px 0px 0px;
	}
}
@media screen and (max-width: 991px) {
/* START : Navigation menu */
.navbar-header {
	float:none;
}
.nav-toggle-btn {
	right: 0px;
	z-index: 100;
	margin-top: 15px;
	margin-right: 20px;
	border: none;
	padding: 0px;
	width: 25px;
	height: 22px;
	display:block;
}
.navbar-custom .nav-toggle-btn .icon-bar {
	position: absolute;
	margin: 0px;
	border-radius: 0px;
	width: 25px;
	height: 3px;
}
.navbar-custom .nav-toggle-btn .icon-bar, .navbar-custom .nav-slide-toggle {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.navbar-default {
	padding-top: 15px;
}
.nav-toggle-btn .icon-bar:nth-child(1) {
	top: 0px;
}
.nav-toggle-btn .icon-bar:nth-child(2) {
	top: 7px;
	opacity: 1;
}
.nav-toggle-btn .icon-bar:nth-child(3) {
	top: 14px;
}
.nav-show .nav-toggle-btn .icon-bar {
	top: 7px;
}
.nav-show .nav-toggle-btn .icon-bar:nth-child(1) {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-show .nav-toggle-btn .icon-bar:nth-child(2) {
	opacity: 0;
}
.nav-show .nav-toggle-btn .icon-bar:nth-child(3) {
	-ms-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.navbar-default .nav-toggle-btn:focus, .navbar-default .nav-toggle-btn:hover {
	background-color: transparent;
}
.navbar-custom .nav-slide-toggle {
	max-height: 100%;
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border-width: 0px;
	overflow: hidden;
	height: 0%;
	background-color: rgba(0,0,0, 0.98);
}
.nav-show.navbar-custom .nav-slide-toggle {
	height: 100%;
}
.navbar-container {
	position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #212121;
    overflow: auto;
}
.nav-slide-toggle ul {
	height: auto;
	margin: auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 50px 0px;
}
.nav-slide-toggle ul li {
	width:100%;
}
.navbar-custom .navbar-nav > li > a {
	line-height: 28px;
	display: inline-block;
	color:#fff;
}
.navbar-custom .navbar-nav .signup {
	color:#fff;
}
/* Navigation menu */
.left-box {
	position: inherit;
	margin-top: 50px;
}
.signup, .login{margin-top:20px;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#looksgreat h1 {
	font-size: 30px;
}
#industries .img-content p{font-size:15px;}
#industries .col-sm-4 {
	width: 50%;
}
.img-full {
	display: block;
	max-width: 100%;
	height: auto;
}
.left-box {
	margin-top:50px;
}
.section-bg {
	padding-top: 25px;
	padding-bottom: 60px;
	min-height: 500px;
}
.image-width {
	width: 50%;
}
.img-full {
	display: block;
	max-width: 100%;
	height: auto;
}
.paddingleft {
	padding:30px;
}
.submitbtn a::after {
	content: '';
	margin-left: 0px;
}
}
@media screen and (min-width: 1024px) {
	.img-responsive { min-height: 257px !important;}	
}
@media (max-height: 320px) {
	.nav-slide-toggle ul {
		height: auto;
		width: 100%;
		position: static;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		padding: 5px 0px;
	}
	.navbar-nav > li > a {
		padding: 0px;
		margin: 8px;
		font-weight: 500;
		position: relative;
	}
	.nav-small.navbar-custom .navbar-nav > li > a {
		margin: 8px;
	}
	.signup, .login {
		margin-top: 8px;
	}
	.navbar-nav > li > a::after
	{
		bottom: -5px;
	}
}
/*RESPONSIVE STYLE*/
