/*body{
	font-family: 'Lato', sans-serif;
}*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Bitter', serif;
}
a{
	 color: #12394A;
}
a:hover{
	 color: #FF410D;
}
.bg {
    height: 699px;
    background-repeat: no-repeat;
    background: url(../images/home-bg.jpg);
	background-position: 100%;
    background-size: cover;
	position: relative;
	-webkit-filter: contrast(180%);
    filter: contrast(154%);
}
.bg::before{
	content: '';
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    background: #656565ad;
}
.bg h2 {
    position: absolute;
    padding: 15px;
    color: #fff;
    z-index: 3;
    left: 50%;
    min-width: 240px;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
}
.inner.bg{
	overflow: hidden;
}
.inner.bg::before {
	display: none;
}
.inner.bg h2::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    background: #ff410d6b;
    overflow: hidden;
    Z-INDEX: -1;
    border-radius: 4px;
}
/*slider content*/
.slider-content {
    position: absolute;
    right: 0;
    top: 130px;
    width: 100%;
    left: 0;
    text-align: right;
	color: #fff;
}
.slider-content h1 {
    font-size: 60px;
    width: 100%;
    margin-bottom: 40px;
}
.slider-content h1 span{
    display: block;
}
.slider-content p{
	margin-top: 10px;
    font-weight: 400;
}
.slider-content .slider-btn {
    background: transparent;
    border: 2px solid #fff;
    margin: 20px 0;
    border-radius: 20px;
    text-transform: capitalize;
    padding: 8px 30px;
}
.nav-custom{
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
    width: 100%;
    position: fixed;
	z-index: 22;
	padding: 10px 0;
}
.navbar-inverse {
   background-color: transparent;
}
.white{
	color: #fff;
}
.orange{
	color: #FF410D;
}
.navbar-brand{
    padding: 7px;
}
.navbar-brand .blue{
    color: #fff;
}
.navbar-brand h4 {
    font-family: 'Monoton', cursive;
    font-size: 34px;
    margin: 0;
}

/*.slider-content a.google{
	width: 149px;
}*/
.slider-content a.down {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 11%;
    opacity: 0.8;
}
.b-sms{
    font-size: 14px;
    font-style: italic;
    margin-left: 83px;
    display: inline-block;
    position: absolute;
    bottom: 85px;
    color: #fff;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
}
.b-sms::before{
	content: '';
    background: url(../images/arrow.png) no-repeat center center;
    height: 200px;
    background-size: contain;
    width: 100%;
    position: absolute;
    left: -99px;
    top: -73px;
    transform: rotate(95deg);
	opacity: 0.7;
	
}
.home-inf {
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid #585d5b;
    border-radius: 5px;
    padding: 25px 10px;
    display: block;
    background:linear-gradient(to bottom right, rgba(000,000,000,.5), rgba(000,000,000,.5)),url(../images/1.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
    margin-bottom: 15px;
}

.home-inf.second{
    background:linear-gradient(to bottom right, rgba(000,000,000,.5), rgba(000,000,000,.5)),url(../images/2.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.home-inf.third{
    background:linear-gradient(to bottom right, rgba(000,000,000,.5), rgba(000,000,000,.5)),url(../images/3.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.home-inf i {
    /* display: block; */
    font-size: 26px;
    border: 1px solid #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    padding: 11px 9px 9px;
    width: 50px;
    height: 50px;
}
.home-inf span {
    display: block;
}
.home-inf b{
    border: 1px solid #fff;
    border-radius: 20px;
    text-transform: capitalize;
    padding: 8px;
    font-weight: 400;
    display: block;
    margin: 15px auto;
    text-align: center;
    width: 120px;
}
.home-inf:hover,
.home-inf:focus,
.home-inf:active{
    background: transparent;
    border: 1px solid #fff;
}
.slider-content a.down .fa-stack-2x{
	color: #377074;
}

.slider-content a img {
    width: 100%;
}
.img-logo{
   	height: 50px;
    position: relative;
    top: -10px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 20px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 20px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	padding: 3px 16px;
    margin-top: 12px;
	position: relative;
    border: 2px solid transparent;
    
}
.navbar-inverse .navbar-nav > li > a::after {
}
.msg {
    background: #12394A url(../images/mob-girl.jpg) no-repeat;
    background-size: contain;
    background-position: right;
    color: #fff;
    padding: 100px 0;
}
.msg h2{
    margin-bottom: 30px;
}
.msg p{
    line-height: 28px;
    text-align: justify;
}
.third-inf{
    padding: 65px 0 0px;
    background: linear-gradient(to bottom right, rgba(000,000,000,.5), rgba(000,000,000,.5)), url(../images/man-mob.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 45%;
}
.main-feat-box {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.i-icon i {
    font-size: 86px;
}
.main-feat-box a{
    color: #FF410D;
}
.main-feat-box p {
    font-size: 16px;
}
.main-feat-box hr {
    margin-top: 32px;
    margin-bottom: 32px;
}
.main-signup {
    text-align: center;
    background: #ffffffb0;
    padding: 30px 0 50px;
}
.main-signup .input-group {
    width: 350px;
    text-align: center;
    margin: 26px auto 0;
}
.main-signup .input-group button {
    background: #12394A;
    border-color: #12394A;
    color: #fff;
    border-radius: 2px;
    padding: 6px 25px;
    height: 55px;
}
.main-signup .input-group .form-control{
    border-radius: 2px;
    border-color: #123949;
    height: 55px;
}

.second-sec {
    padding: 10px 0 45px;
}
.main-title {
    margin-top: 10px;
	margin-bottom: 45px;
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #000;
}
.main-title span{
	font-weight: bold;
	display: block;
}
.second-sec img{
	width: 100%;
}
.action {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}
.action li {
    display: inline-block;
}
.action li a{
    padding: 10px;
	background: #333;
	margin-right: 30px;
}
.action li a {
    padding: 10px;
    background: #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    /* margin-right: 14px; */
}
.action li a i {
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}
.action li a:hover{
	background: #12394A;
}
.action li a:hover::before {
	content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: #12394A 1px solid;
  }

.sevices{
    height: auto;
    padding: 40px 0px;
}

.serv-sec h4 {
	font-weight: bold;
}
.serv-sec h4 span{
	font-weight: 400;
}
.serv-img {
    padding: 6px;
    background: #12394A;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}
.serv-img::before {
	content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: #12394A 1px solid;
  }
.serv-img i {
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}
.mbs{
    margin-bottom: 20px;
}

.rounded{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    position: relative;
	margin: 0 auto 8px;
}
.serv-sec .content {
    display: inline-block;
    width: 72%;
    text-align: right;
}
.serv-inner {
    margin: 7% 0;
}
.side-content {
    display: inline-block;
    float: right;
	margin-top: 10px;
	width: 16%;
}
.integrate {
    margin: 35px 0;
}
.integrate img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

span.serv-img {
    margin-bottom: 14px;
    display: block;
}
.serv-wrap {
    margin-bottom: 8px;
}
.serv-wrap p{
	font-size: 12px;
}

.serv-wrap h5{
	position: relative;
	padding-right: 15px;
	text-transform: uppercase;
}

.serv-wrap h5::after{
	content: '';
    background: #333;
    height: 2px;
    position: absolute;
    width: 9px;
    bottom: 6px;
    right: 0;
}

.serv-wrap.right .content {
    display: inline-block;
    width: 72%;
    text-align: left;
    float: none;
}
.serv-wrap.right h5{
	padding-left: 15px;
}
.serv-wrap.right .side-content {
	float: left;
}
.serv-wrap.right h5::after {
    left: 0;
}
.teens{
    padding: 40px 0px 30px;
	background:#ddd url(../images/silver-bg.jpg) no-repeat center center;
}
.bulk{
	padding: 40px 0px 30px;
}
p.inf {
    line-height: 26px;
}
.teens-set{
    height: 360px;
}
.teens .login-form {
    background: #f2f2f2;
    padding: 22px;
	position: relative;
	margin-top: 35px;
}
.teens .login-form .form-control {   
    background-color: #f0eef1;
    border: 1px solid #dedede;
    border-radius: 0;
    box-shadow: none;
}
.teens .login-form h4{
	margin-top: 0;
}
.teens .login-form button.close {
    position: absolute;
    right: 12px;
    top: 6px;
}
.teens .login-form .form-group{
	position: relative;
}
.teens .login-form .form-group .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #b8b8b8;
}
.pac{
    padding: 50px;
    padding: 0px;
    min-height: 290px;
}
.pac h3 {
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
    margin-top: 0;
	position: relative;
}
.pac h3::before {
    content: '';
    background: #12394A;
    height: 3px;
    position: absolute;
    width: 26%;
    bottom: -3px;
}

.trans{
    z-index: 12;
    background: #262626;
}

.pricing{
    height: 300px;
    background: url("../images/pricing-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;

}

.overlay{
    height: 300px;
    background: rgba(0,0,0,0.8);
}



.ourpricing{
    color: #fff;
    padding-top: 50px;
    font-size: 24px;
}

.tabular{
    background: #fff;
    
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}
.media {
    text-align: center;
}
.box {
    background: #fff;
    width: 60%;
    padding: 30px 0px;
    margin: 0 auto;
    position: relative;
    top: -100px;
    border-radius: 5px;
}


.list{
    padding: 0px;
}

.list li {
    text-decoration: none;
    list-style: none;
    margin-bottom: 4px;

}

.btn-blue{
    background: #fff;
    border: 1px solid #12394A;
    padding: 6px 12px;
    color: #000;
}

.btn-blue-act{
    background: #12394A;
    border: 1px solid #12394A;
    padding: 6px 12px;
    color: #fff;
}
.btn-blue-act:hover{
	background: #fff;
    border: 1px solid #12394A;
	color: #12394A;
}
.blue{
    color: #12394A;
}

.cat h4 {
    color: #12394A;
    margin: 0px;
    font-size: 16px;
}
.cat h3 {
    color: #000;
     margin: 0px;
    margin-top: 8px;
}
.cat p {
    color: #ccc;
    margin-top: 8px;

}

.b-btm{
    border-bottom: 2px solid #5d5d5d;
    padding: 10px 0px 25px;
    margin: 0px;
    margin-bottom: 15px!important;
}


/*_____________footer______________*/
.footer-logo img{
	width: 170px;
}

.l-grey {
    color: lightgray;
    margin-right: 10px;
}
.footer .form-group {
    border: 1px solid #ddd;
    border-radius: 2px;
}
.footer {
    background: #eeeeee;
    color: #4f4f4f;
    padding: 35px 0 0;
}
.footer a{
    color: #4f4f4f;
}
.footer .inf a .fa{
    min-width: 20px;
	text-align: center;
}
.footer h4{
    color: #12394A;
    margin-bottom: 20px;
}
.footer ul.social  {
    list-style: none;
    padding: 0;
    margin: 0;	
}
.footer ul.social li{
	
    display: inline-block;
}
.footer-menu{
	list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu > li{
	width: 17%;
    vertical-align: top;
	display: inline-block;
}
.footer-menu > li.news {
    width: 24%;
}
.footer ul.social li a {
    background: transparent;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
.footer ul.social li a:hover .fa-inverse {
    color: #12394A;
}
.footer-menu .send-msg input {
    background: #c3c3c3;
	color: #000;
}
.footer-menu .send-msg button{
	background: #12394A;
	border-color: #12394A;
	color: #fff;
	text-transform: uppercase;
}
.footer-menu .fa-stack {
    color: #adadad;
}
.footer-menu .send-msg input::-moz-placeholder {
    color: #4f4f4f;
}

.footer-menu .send-msg input:-ms-input-placeholder {
    color: #4f4f4f;
}

.footer-menu .send-msg input::-webkit-input-placeholder {
    color: #4f4f4f;
}
.borderbot {
      width: 15px;
    border-bottom: 1px solid #12394A;
    height: 10px;
}
.bottom-footer {
    background: #262626;
    padding: 10px 0 15px;
    margin-top: 15px;
    text-align: center;
    color: #fff;
	border-top: 3px double;
}
 .bottom-footer p {
    padding-top: 4px;
    margin-bottom: 0;
}
/*header submenu*/
.dropdown-content {
   display: none;
   position: absolute;
   background-color: #000;
   color: #fff;
   min-width: 170px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
   list-style: none;
   padding: 0;
}
.dropdown-content li a {
    color: #fff;
    display: block;
    width: 100%;
	padding: 7px 20px;
	text-decoration: none;
}

.dropdown-content a:hover, 
.dropdown-content a.active {
    background-color: #12394A;
}

/**** Header Style 8 ****/
@media(min-width: 768px) {
    .header-style-8 .nav-custom {
        padding: 0px;
        /* background-color: transparent; */
    }
    .header-style-8 .container {
    	/* border-bottom: 1px solid rgba(86, 77, 66, 0.9); */
    	/* background-color: rgba(113, 100, 85, 0.80); */
    	/* border-bottom-left-radius: 5px; */
    	/* border-bottom-right-radius: 5px; */
    }
    .header-style-8 .navbar-brand {
    	 margin-left: 0px !important;
    	 height: auto;
    	 padding: 22px 15px 20px;
    }
    .header-style-8 .navbar-brand h4 {
        font-weight: 700;
        font-size: 30px;
        margin: 0px 0px;
    }
    .header-style-8 .navbar-nav > li {
        /* padding-bottom: 20px; */
        margin-left: 4px;
        margin-right: 4px;
    }
    .header-style-8 .navbar-nav > li > a {
        padding: 20px 8px;
        /* margin: 15px 10px 14px 0px; */
        /* margin-top: 9px; */
        /* border-radius: 5px; */
        /* border-top-right-radius: 20px; */
        /* border-bottom-left-radius: 20px; */
        /* margin-right: 10px; */
        /* margin-bottom: 15px; */
        /* font-size: 14px; */
        /* margin-left: 10px; */
        /* color: #fff; */
        /* background-color: rgba(65, 65, 65, 0.65); */
        /* border: 1px solid rgba(65, 65, 65, 0.75); */
        transition: all 0.4s ease;
    }
    .header-style-8 .navbar-nav > li.dropdown > a.dropbtn {
        position: relative;
        padding-right: 24px;
    }
    .header-style-8 .navbar-nav > li.dropdown > a.dropbtn:after {
        content: '\f107' !important;
        font-family: 'FontAwesome';
        font-size: 14px;
        /* margin-left: 5px; */
        position: absolute;
        right: 10px;
        top: 52%;
        transform: translateY(-50%);
    }
    .header-style-8 .navbar-nav > li.dropdown > a.dropbtn:hover,
    .header-style-8 .navbar-nav > li.dropdown:focus > a.dropbtn,
    .header-style-8 .navbar-nav > li.dropdown:active > a.dropbtn,
    .header-style-8 .navbar-nav > li.dropdown:hover > a.dropbtn {
    	background-color: transparent;
        border: 2px solid #fff;
        border-radius: 20px;
    }
    .header-style-8 .navbar-nav > li.dropdown > a.dropbtn:before {
        content: none;
        position: absolute;
        left: -1px;
        top: 100%;
        background-color: #8f2d63;
        width: 102%;
        height: 16px;
        opacity: 0;
        z-index: -1;
        transition: 0.1s ease;
    }
    .header-style-8 .navbar-nav > li.dropdown > a.dropbtn:hover:before,
    .header-style-8 .navbar-nav > li.dropdown:focus > a.dropbtn:before,
    .header-style-8 .navbar-nav > li.dropdown:active > a.dropbtn:before,
    .header-style-8 .navbar-nav > li.dropdown:hover > a.dropbtn:before {
        background-color: #8f2d63;        
        top: 100%;
        opacity: 1;
        z-index: 1;        
    }
    .header-style-8 .navbar-nav > li.active > a,
    .header-style-8 .navbar-nav > li > a:hover,
    .header-style-8 .navbar-nav > li:focus > a, 
    .header-style-8 .navbar-nav > li:hover > a{
        /* background-color: #ffffff !important; */
        /* color: #ff551a !important; */
        /* border-color: #8F2D63 !important; */
    }
    /*.header-style-8 .navbar-nav > li > a::after {*/
    /*    content: none !important;*/
    /*    position: absolute;*/
    /*    right: -10px;*/
    /*    top: 50%;*/
    /*    height: 13px;*/
    /*    width: 1px;*/
    /*    background: #fff;*/
    /*    transform: translateY(-50%);*/
    /*}*/
    .header-style-8 .navbar-nav > li > a i {
        margin-right: 2px;
    }
    .header-style-8 .dropdown-content {
        background-color: #f0f0f0;
        border-radius: 20px;
        overflow: hidden;
        /* border-bottom-left-radius: 5px; */
        /* border-bottom-right-radius: 5px; */
        /* border-top-right-radius: 5px; */
        padding: 10px 0px;
    }
    .header-style-8 .dropdown-content a {
        background-color: transparent;
        transition: all 0.4s ease;
        padding-left: 15px;
        padding-right: 10px;
        padding: 4px 10px 4px 15px;
        font-weight: 400;
        color: #12394a;
    }
    .header-style-8 .dropdown-content a i {
    	margin-right: 2px;
    }
    .header-style-8 .dropdown-content a:hover {
        background-color: #12394a;
        color: #fff;
    }
    .header-style-8 .dropdown-content {
        top: 100%; 
    }    
    
    .header-style-8 .trans .navbar-nav > li > a {
        margin-bottom: 12px;
    }
}

/*_________pricing branded page___________*/

.banner-pricing-sms.bg {
	position: relative;
    height: 270px;
    background-repeat: no-repeat;
    background:url(../images/sms-banner.jpg);
    background-position: center;
    background-size: cover;
}
.banner-non-pricing-sms.bg{
	position: relative;
    height: 270px;
    background-repeat: no-repeat;
	background:url(../images/sms2.jpg);
	background-position: center;
    background-size: cover;
}
.banner-overlay {
    position: absolute;
    width: 100%; 
    height: 270px; 
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 2; 
}
.advertisement {
    margin: 20px 0;
}
.advertisement img{
	width: 100%;
}
.inner-content {
    padding: 35px 0;
}
/*pricing tabs*/
.pricing-wrap{
	position: relative;
}
.pricingTable{
    text-align: center;
}

.pricingTable .pricingTable-header{
    padding: 30px 0;
    background: #4d4d4d;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .pricingTable-header{
    background: #12394A;
}

.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #d9d9d8;
    position: absolute;
    bottom: 12px;
}

.pricingTable .pricingTable-header:before{
    left: 40px;
}

.pricingTable .pricingTable-header:after{
    right: 40px;
}

.pricingTable .heading{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
    text-align: center;
}

.pricingTable .price-value{
    display: inline-block;
    position: relative;
    font-size: 55px;
    font-weight: bold;
    color: #FF410D;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .price-value{
    color: #fff;
}

.pricingTable .currency{
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: -19px;
}

.pricingTable .month{
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -30px;
    text-transform: uppercase;
}

.pricingTable .pricing-content{
    padding-top: 50px;
    background: #fff;
    position: relative;
}

.pricingTable .pricing-content:before,
.pricingTable .pricing-content:after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
    position: absolute;
    top: 12px;
}

.pricingTable .pricing-content:before{
    left: 40px;
}

.pricingTable .pricing-content:after{
    right: 40px;
}

.pricingTable .pricing-content ul{
    padding: 0 20px;
    margin: 0;
    list-style: none;
}

.pricingTable .pricing-content ul:before,
.pricingTable .pricing-content ul:after{
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: linear-gradient(to bottom,#818282 50%,#727373 50%);
    position: absolute;
    top: -22px;
    z-index: 1;
    box-shadow: 0 0 5px #707070;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .pricing-content ul:before,
.pricingTable:hover .pricing-content ul:after{
    background: linear-gradient(to bottom, #12394A 50%, #12394A 50%);
}

.pricingTable .pricing-content ul:before{
    left: 44px;
}

.pricingTable .pricing-content ul:after{
    right: 44px;
}

.pricingTable .pricing-content ul li{
    font-size: 15px;
    font-weight: bold;
    color: #777473;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d8;
}

.pricingTable .pricing-content ul li:last-child{
    border-bottom: none;
}

.pricingTable .read{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #d9d9d8;
    padding: 8px 25px;
    margin: 30px 0;
    transition: all 0.3s ease 0s;
}

.pricingTable .read:hover{
    text-decoration: none;
}

.pricingTable:hover .read{
    background: #12394A;
}

@media screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 25px; }
}

/*pricing tabs end*/
.custom-table thead th{
    background: #12394A;
    font-weight: 400;
    color: #fff;
	border-bottom: none !important;
}
.note {
    line-height: 29px;
}
.subscribe-section {
    color: #fff;
    padding: 20px 0;
    position: relative;
    background-repeat: no-repeat;
    background: #e7e8ec url(../images/sub.jpg);
    background-size: cover;
}
.subscribe-section::before{
}
.subscribe-section .navbar-form {
    padding: 0;
}
.subscribe-section .navbar-form .form-group {
    width: 100%;
    display: block;
    margin-bottom: 13px;
}
.subscribe-section .navbar-form .form-group input{
	 width: 100%;
}
.subscribe-section h2{
    padding-bottom: 10px;
    margin-top: 0;
    position: relative;
	text-shadow: 1px 1px 4px;
}
.subscribe-section .btn-orange-act{
    display: block;
    width: 100%;
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.subscribe-section .btn-orange-act:hover{
    border-color: #FF410D;
    color: #FF410D;
}

/*.subscribe-section h2::before {
    content: '';
    background: #25d6fe;
    height: 3px;
    position: absolute;
    width: 26%;
    bottom: -3px;
}*/
.subscribe-section .title {
    margin-top: 15px;
}
.subscribe-section .navbar-form {
	margin-top: 13px;
    padding: 20px;
}
/*--------------login page start----------------*/
.login-wrapper{
	position: relative;
    background-repeat: no-repeat;
    background: url(../images/login-bg.png);
    background-position: 100% 50%;
    background-size: cover;
}
span.login-img {
    margin-top: 115px;
    display: block;
	border: 1px solid #ddd;
}
span.login-img img {
    width: 100%;
    min-height: 490px;
}
.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.2);
	margin: 190px 0 130px;
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #12394A;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] {
	height: 40px;
    border: 1px solid #ddd;
    font-size: 14px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login .nav-tabs > li > a {
    color: #b9b9b9;
}
.panel-login  .panel-body {
    background: #f7f7f7;
}
.panel-login .panel-body label {
    font-weight: 400;
}
.panel-login .nav-tabs > li > a {
    border-bottom: none;
}
.panel-login .nav-tabs > li.active > a,
.panel-login .nav-tabs > li.active > a:hover,
.panel-login .nav-tabs > li.active > a:focus {
	color: #fff;
    background-color: #215067;  
    border-radius: 0;
    border-bottom: 1px solid #FF410D;
}
.panel-login .nav-tabs.nav-justified > li {
    background: #ecebeb;
}

.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #12394A;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 10px 0;
	text-transform: uppercase;
	border-color: #12394A;
}
.btn-login:hover,
.btn-login:focus {
	color: #FF410D;
	background-color: #12394A;
	border-color: #12394A;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #12394A;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 10px 0;
	text-transform: uppercase;
	border-color: #12394A;
}
.btn-register:hover,
.btn-register:focus {
	color: #FF410D;
	background-color: #12394A;
	border-color: #12394A;
}



/*____________api document page_______________*/
.banner-api-doc.bg{
	position: relative;
    height: 270px;
    background-repeat: no-repeat;
	background:url(../images/api-doc.jpg);
    background-position: center;
    background-size: cover;
}
.custom-acord .panel-title > a{
    display: block;
    text-decoration: none;
}
.custom-tab .tab-content {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
	background: #f7f7f7;
}
.custom-acord .panel-body {
    padding: 10px;
    margin-bottom: 20px;
    background: #fffefe;
}
.custom-acord .panel-default > .panel-heading {
    background-color: #eeeeee;
}
.bod{
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B5C5D5;  
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: relative;
    z-index: 2;
    padding-left: 33px;
    padding-right: 10px;	
    margin-bottom: 15px;
	padding-top: 10px;
}
.redcolor{
	color: #F00;
}
.green{
	color: green;
}
.grey {
    color: #808080;
    font-size: 1em;
}
.table.borderless td, .table.borderless th {
    border: none;
}
.table.borderless th{
	background: #E6E6E6;
}
.table-main-border {
	border: 1px solid #C0C0C0 ;
	    margin: 16px 0;
}

/*________________________why us page___________________*/
.banner-why-us.bg{
	position: relative;
    height: 270px;
    background-repeat: no-repeat;
	background:url(../images/why-us.jpg);
	 background-position: center;
    background-size: cover;
}
.book-image{
	width: 100px;
	height: 80px;
	float: left;
}
.custom-tab .nav-pills > li > a{
	  color: #8e8e8e;
}

.custom-tab  .nav-pills > li {
    float: none;
    background: #ddd;
}
.custom-tab .nav-pills > li.active > a,
.custom-tab .nav-pills > li.active > a:hover,
.custom-tab .nav-pills > li.active > a:focus {
	color: #12394A;
    background-color: #215067;
    border-radius: 0;
    border-bottom: 2px solid;
}

/*________________________Services page___________________*/



.homepage_boxes {
	position: relative;
}
.homepage_boxes::before{
	
}
.et_box {
        padding: 28px;
    margin-bottom: 80px;
    width: 100%;
   background-color: #f7f7f7;
    -moz-box-sizing: border-box;
    position: relative;
}
.et_box::before {
}
.et_box:hover::before {
  }
.et_box_1_2 {
    float: left;
    width: 46%;
    margin-right: 8%;
	margin-bottom: 40px;
}
.et_box h4{
    background: #12394A;
    color: #fff;
    padding: 10px;
}
.homepage_box.et_box_1_2 {
    width: 33%;
    max-width: 50%;
    margin-right: -1px;
    text-align: justify;
	min-height: 447px;
}
.homepage_box h2 {
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 29px;
}
.homepage_box p, .homepage_box li {
    padding-bottom: 0px;
        color: #7f7f7f;
}
.et_manage_submit {
    display: block;
    border: 3px solid #12394A;
    margin-bottom:22px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.et_box_1_2.homepage_box:first-of-type .et_manage_submit {
	
}
.et_box_1_2.homepage_box:last-of-type .et_manage_submit {
}
.et_box_1_2.homepage_box:first-of-type {
}
.et_box_1_2.homepage_box:nth-of-type(2n) {
}
.et_box_1_2.homepage_box:nth-of-type(3n) {
}
.services-wrap {
    margin: 64px 0 30px;
}
.banner-services.bg{
	position: relative;
    height: 270px;
    background-repeat: no-repeat;
	background:url(../images/services.jpg);
	 background-position: center;
    background-size: cover;
}
.jumbotron {
    margin-top: 15px;
}




/*________________________Why Us page___________________*/

.banner-why-us.bg{
	position: relative;
    height: 270px;
    background-repeat: no-repeat;
	background:url(../images/why-us.jpg);
	 background-position: center;
    background-size: cover;
}
.why-us-wrapper {
	background: #dfeeee61;
    margin: 0 0 18px;
    padding-top: 60px;
}
.why-us-inf img{
    width: 100%;
}
.why-us-wrapper .card-blog {
    border-radius: 0;
    background-color: #fff;
    margin: 5px 0 20px;
    text-align: center;
    margin-bottom: 49px;
    min-height: 575px;
    -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);   
    border-radius: 0 0 5px 5px;
	 
}
.why-us-wrapper .card-image img{
	width: 100%;
	min-height: 208px;
}

.why-us-wrapper .card-image {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 20px;
}


.why-us-wrapper .card-blog .content {
    text-align: center;
    padding: 15px 20px 20px;
    position: relative;
    overflow: hidden;
    min-height: 307px;
}
.why-us-wrapper .card-image::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    background: #000000ad;
    border-radius: 5px 5px 0 0;

}
.why-us-wrapper .icn {    
    display: inline-block;
    background: transparent;
    padding: 12px;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    border-radius: 5px;
    border: 1px solid #FF410D;
    transform: translate(-50%,-50%);
    -webkit-box-shadow: 0px 0px 35px #FF410D;
    -moz-box-shadow: 0px 0px 35px #FF410D;
    box-shadow: 0px 0px 35px #FF410D;
}
.why-us-wrapper .icn .fa-inverse {
    color: #FF410D;
}
 .card-blog .content .card-title {
    font-size: 19px;
    font-weight: 300;
    line-height: 26px;
    margin: 5px 0 0;
 	position: relative;
 	margin-bottom: 10px;
}
.card-blog .content .card-title a {
    color: #FF410D;
}
/*.card-blog .content .card-title::before {
    content: '';
    background: #25d6fe;
    height: 1px;
    position: absolute;
    width: 26%;
    bottom: -3px;
}*/
.why-us-detail{
    padding: 30px 0;
    background-repeat: no-repeat;
	background:url(../images/pro.jpg);
	 background-position: center center;
    background-size: cover;
	color: #12394A;
}
.why-us-detail h4 {
    text-align: left;
    margin: 20px 0;
	font-size: 26px;	
	text-transform: uppercase;
	font-weight: bold;
    
}
.why-us-detail h4 span{
	font-weight: 400;
}

/*________________________Review site page___________________*/

.banner-review.bg{
	position: relative;
    height: 270px;
    background-repeat: no-repeat;
	background:url(../images/review.jpg);
	 background-position: center;
    background-size: cover;
}
.review-site-wrapper {
    padding: 35px 0;
   background:#333 url(../images/serve-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
span.serv-imgs {
    display: block;
    text-align: center;
    font-size: 26px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}
span.serv-imgs .fa-inverse{
    color: #FF410D;
}
.review-site-wrapper .single-item .content {
    padding-top: 6px;
}
.review-site-wrapper .single-item h3 {
    display: inline-block;
    margin: 4px 0;
	font-size: 18px;
}
.review-site-wrapper .single-item {
	text-align: center;
    border: 1px solid #212121;
    min-height: 223px;
    border-radius: 5px;
    padding: 10px;
	color:#0e0e0e;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
}
.review-site-wrapper .site-wrap {
    margin-bottom: 20px;
	padding: 30px;
}
.review-site-wrapper .site-wrap .full-img {
    width: 100%;
}

.full-img{
	width: 100%;
}
.single-item .serv-img {
	padding: 5px;
	display: inline-block;
    margin-right: 12px;
}

/*forgot-pass*/
.forgot-pass .login-img {
    height: 365px;
    overflow: hidden;
    
}
.forgot-pass .login-img img{
    height: auto;
}
/*terms and condition*/
.banner-terms.bg{
	position: relative;
    height: 220px;
	background:url(../images/terms-bg.jpg) no-repeat;
	 background-position: center;
    background-size: cover;
}
.terms-wrap {
    padding: 30px 0;
    background:linear-gradient(to bottom right, rgba(255,255,255,.4), rgba(255,255,255,.4)),url(../images/main-terms.png);
	background-attachment: fixed;
}
.terms-inf {
    padding: 0px 0 0 29px;
}
.terms-inf  li {    
    list-style: none;
    position: relative;
    
}
.terms-inf  li:after {    
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    border: 2px solid #FF410D;
    bottom: 0;
    border-radius: 50%;
    left: -30px;
    top: 3px;
}
/*contact us*/
.bg.banner-contact {
	position: relative;
    height: 270px;
    background-repeat: no-repeat;
	background:url(../images/contact-bg.jpg);
	background-position: center;
    background-size: cover;
}
.contactus-wrapper{
}
.contact-inf {
    padding: 10px 28px 30px;
    background: url(../images/map.png);
    background-repeat: no-repeat;
	background-position: center right;
    position: relative;
}
.contact-inf::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ffffffc2;
}
.contactus-wrapper .contact-info{
    padding: 2px 20px 8px;
    margin: 30px 0;
    color: #fff;
    background:url(../images/contact-inf-img.jpg);
    background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
    
}
.contactus-wrapper .contact-box {
	
}
.contactus-wrapper .contact-form-part p{
}
/*voicesms*/
.banner-non-pricing-sms.bg.banner-voicesms{
	position: relative;
    height: 270px;
    background-repeat: no-repeat;
	background:url(../images/voicesms-bg.jpg);
	background-position: center;
    background-size: cover;
}
.banner-non-pricing-sms.bg.banner-voicesms h2::before {
}
.v-sms.pricing-wrap .trial {
  color: #FF410D;
}
.v-sms.pricing-wrap li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 1.3rem;
  color: #FF410D;
}
.v-sms.pricing-wrap .brilliant {
  border-color: #FF410D;
}
.v-sms.pricing-wrap .brilliant::before {
    border-color: #FF410D transparent transparent transparent;
    content: "";
}
.voice-wrapper{
    background: #f6f6f6;
}
.voice-wrapper .content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 20px;
}

.voice-wrapper .content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.voice-wrapper .content:hover .content-overlay{
  opacity: 1;
}

.voice-wrapper .content-image{
  width: 100%;
}

.voice-wrapper .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.voice-wrapper .content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.voice-wrapper .content:hover .text-speach{
    display: none;
}

.voice-wrapper .content-details h6{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.voice-wrapper .content-details p{
  color: #fff;
  font-size: 0.8em;
}

.voice-wrapper .fadeIn-top{
  left: 20%;
}
.voice-wrapper .text-speach {  
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    background: #123949;    
    border-radius: 5px;
}

/*.voice-wrapper h3{
    position: relative;
}
.voice-wrapper h3::before {
    content: '';
    background: #000;
    height: 2px;
    position: absolute;
    width: 88px;
    bottom: -8px;
    left: 0;
}
.voice-wrapper h3::after {
    content: '';
    background: #CE3399;
    height: 2px;
    position: absolute;
    width: 50px;
    bottom: -13px;
    left: 0;
}
.voice-wrapper .connect h3::before,
.voice-wrapper .connect h3::after{
    display: none;
}*/
.voice-wrapper .connect {
    text-align: center;
    padding: 15px 30px 55px;
    margin: 30px 0 15px;
    background:#f7f7f7 url(../images/connect.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.voice-wrapper .connect h2,
.voice-wrapper .connect h3,
.voice-wrapper .connect p{
    color: #fff;
}

.voice-wrapper .v-api {
    text-align: center;
   /* background:#123948 url(../images/try-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding: 10px 20px;
    min-height: 150px;
    margin-bottom: 25px;
    margin-top: 25px;
    border-radius: 5px;
    border: 1px solid #FF410D;
}
.voice-wrapper .v-api h4,
.voice-wrapper .v-api p{
    text-align: center;
}
.voice-wrapper .v-api i {
    font-size: 30px;
    text-align: left;
    border:1px solid #FF410D;
    color: #FF410D;
    padding: 17px;
    width: 65px;
    height: 65px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
}
.v-sms .pricingTable .price-value {
    color: #fff;
}
.v-sms .pricingTable .pricingTable-header {
    background: #FF410D;
}
.v-sms .pricingTable:hover .pricingTable-header {
    background: #12394A;
}
/*reseller*/
.bg.banner-reseller{
    position: relative;
    height: 270px;
    background-repeat: no-repeat;
    background: url(../images/reseller.png);
    background-position: 100% 83%;
    background-size: cover;
}
/*reseller*/
.dem .media {
    text-align: left;
    box-shadow: 1px 1px 10px #ddd;
}
.dem .media .media-left{
    background: #ddd;
    padding: 8px;
}
.dem .media .media-body{
    background: #f7f7f7;
    padding: 8px;
}

.dem .media .fa-stack-2x {
    color: #222;
}
.dem .media .fa-inverse {
    font-size: 22px;
}