/* ===============================
-----------reset styling----------
=============================== */
* {
	margin: 0 auto;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* ===============================
-----------theme styling----------
=============================== */
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #000000;
}
section {
	clear: both;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
}
a, a:hover, a:active {
	text-decoration: none;
}
img {
	max-width: 100%;
}
::-webkit-scrollbar {
 width: 12px!important;
 height: 10px;
 background-color: #ffffff;
 border-top: 1px solid #044b67;
}
::-webkit-scrollbar-thumb {
 background-color: #044b67;
 height: 5px;
}
.section_title {
	text-align: center;
}
.section_title h2 {
	color: #0064a1;
	font-size: 2.7em;
}
.section_title h2 span {
	display: block;
	font-size: 32px;
	font-weight: 300;
	line-height: 53px;
}
.m-top-4 {
	margin-top: 4em;
}
.padding-remove {
	padding: 0;
}
.p-l-0 {
	padding-left: 0;
}
#cms-banner-bg {
	background: url() center no-repeat;
	background-size: cover;
}
.inner-p-title h3 {
	text-align: center;
	font-size: 42px;
	color: white;
	padding: 2em 0;
}
a.theme-btn, button.theme-btn, input[type=button].theme-btn {
	background: #0466ab ;
	font-size: 13px;
	color: #ffffff;
	display: inline-block;
	border-radius: 5px;
	border: 0;
}
a.theme-btn span, button.theme-btn span, input[type=button].theme-btn span {
	padding: 10px 25px;
	display: block;
	cursor: pointer;
}
a.theme-btn:hover, button.theme-btn:hover, input[type=button].theme-btn:hover {
	background: #4180f3;
	text-decoration: none;
	transition-duration: 0.3s;
}
/*==============================
-----------header---------------
==============================*/
header {
	background: #ffffff;
}
.box-sh {
	box-shadow: 0px 1px 2px #d4d4d4;
}
.navbar-nav {
	float: right;
}
.navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
}
.mainmenu .navbar-brand {
	padding: 10px 0;
	display: block;
}
.navbar-nav > li:last-child > a {
	padding-right: 0px;
	margin-right: 0px;
}
.dropdown-menu {
	padding: 0px 0;
	margin: 0 0 0;
	border: 0px solid transition !important;
	border: 0px solid rgba(0,0,0,.15);
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu > li > a {
	padding: 16px 15px 16px 25px;
}
.navbar-nav > li > a span {
	padding-left: 5px;
}
.header_bottom {
	background: #0071ba
}
.header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav > li > a {
	color: #111112;
	font-size: 16px;
	margin-top: 27px;
	font-weight: 600;
    letter-spacing: 0.3px;
	padding: 0 14px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #019ad6;
	background-color: transparent;
}
.mainmenu.navbar-nav>.active>a, .mainmenu.navbar-nav>.active>a:hover, .mainmenu.navbar-default .navbar-nav>li>a:focus, .mainmenu.navbar-default .navbar-nav>li>a:hover {
	color:#019ad6;
}
.header_area .mainmenu .active a, .header_area .mainmenu .active a:focus, .header_area .mainmenu .active a:hover, .header_area .mainmenu li a:hover, .header_area .mainmenu li a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #019ad6;
	background: #54c6d4;
	outline: 0;
}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle {
	border-color: #fff
} /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a {
	color: #019ad6;
}
.mainmenu .collapse ul ul ul > li:hover > a {
	background: #CBEAF0;
}
.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
	background: rgb(245, 245, 245);
	padding: 10px 0;
}
.mainmenu .dropdown-menu>li>a {
	display: block;
	padding: 5px 20px;
	color: #111111;
	font-size: 15px;
}
.mainmenu .dropdown-menu>li>a:hover, .mainmenu .dropdown-menu>li>a:focus {
	background-color: transparent !important;
	color: #019ad6 !important;
}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu {
	background: #0a1464
}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu {
	background: #e4eeb8
}
/******************************Drop-down menu work on hover**********************************/
.mainmenu {
	background: none;
	border: 0 solid;
	margin: 0;
	padding: 0;
	min-height: 75px
}
.mainmenu ul li {
	height: 75px;
}
.mainmenu .dropdown-menu>li {
	height: 33px;
}
.reg-m {
	margin-left: 35px;
}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li {
	position: relative;
}
.mainmenu .collapse ul li:hover> ul {
	display: block
}
.mainmenu .collapse ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	display: none
}
/*******/
.mainmenu .collapse ul ul li {
	position: relative
}
.mainmenu .collapse ul ul li:hover> ul {
	display: block
}
.mainmenu .collapse ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 250px;
	display: none
}
/*******/
.mainmenu .collapse ul ul ul li {
	position: relative
}
.mainmenu .collapse ul ul ul li:hover ul {
	display: block
}
.mainmenu .collapse ul ul ul ul {
	position: absolute;
	top: 0;
	left: -100%;
	min-width: 250px;
	display: none;
	z-index: 1
}
}
li.reg-m a {
	color: #271751 !important;
	text-transform: capitalize !important;
	padding-left: 30px !important;
}
li.reg-m a i {
	color: #ff6c36 !important;
}
li.login-m {
	margin-top: -7px;
}
li.login-m a {
	background: #ff6c36 !important;
	color: #ffffff !important;
	text-transform: capitalize !important;
	padding: 7px 16px !important;
	border-radius: 5px;
	display: inline-block;
	font-size: 14px !important;
}
li.login-m a:hover {
	background: #0466ab !important;
	transition: all 0.4s ease 0s;
}
/*================================
-------- main slider -------------
================================*/
#main-slider-banner {
	padding:4em 0 3em 0;
	background: #fbfbfb;
}
#myCarousel h6 {
	font-size: 16.5px;
	margin-bottom: 20px;
	color: #5d5d5d;
	font-weight: 400;
}
#myCarousel h1 {
	font-size: 39px;
	margin-bottom: 30px;
	color: #202020;
	font-weight: 800;
	line-height: 50px;
}
#myCarousel p {
	font-size: 15px;
	margin-bottom: 2.5em;
	color: #5d5d5d;
	line-height: 26px;
	font-weight: 400;
}
#myCarousel .carousel-item a {
	background: #0466ab;
	font-size: 16px;
	color: #ffffff;
	padding: 15px 32px;
	display: inline-block;
	border-radius: 5px;
}
#myCarousel .carousel-item a:hover {
	background: #4180f3;
	text-decoration: none;
	transition-delay: 0.3s;
	transition-duration: 0.3s;
}
#myCarousel .carousel-item a i {
	padding-left: 10px;
}
#myCarousel .carousel-item h4 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
#myCarousel .carousel-item p, #myCarousel .carousel-item h6 {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
#myCarousel .carousel-item a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
#myCarousel .carousel-item .mask .iq-features {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	display: block;
	height: auto;
	max-width: 100%;
}
#myCarousel h6, #myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask .iq-features {
	-webkit-animation-duration: 1s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#myCarousel .carousel-item {
}
#myCarousel {
	position: relative;
	z-index: 1;
}
.order-2 {
	margin-top: 5em;
}
.order-2 p{
	margin-bottom: 20px !important; 
}
.order-2 a{
   margin-top: 1.5em !important;
}
.carousel-control-next, .carousel-control-prev {
	height: 40px;
	width: 40px;
	padding: 12px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background-color: #f47735;
}
.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
 .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
}
/*------- slider-feature------------*/
.holderCircle {
	width: 500px;
	height: 500px;
	border-radius: 100%;
	margin: 40px auto;
	position: relative;
}
.dotCircle {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	z-index: 20;
}
.dotCircle .itemDot {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	background: #ffffff;
	color: #0466ab;
	border-radius: 20px;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	z-index: 3;
	cursor: pointer;
	border: 2px solid #e6e6e6;
}
.dotCircle .itemDot img{
      height: 34px;
	}
.dotCircle .itemDot .forActive {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.dotCircle .itemDot .forActive::after {
	content: '';
	width: 5px;
	height: 5px;
	border: 3px solid #019ad6;
	bottom: -31px;
	left: -14px;
	filter: blur(1px);
	position: absolute;
	border-radius: 100%;
}
.dotCircle .itemDot .forActive::before {
	content: '';
	width: 6px;
	height: 6px;
	filter: blur(5px);
	top: -15px;
	position: absolute;
	transform: rotate(-45deg);
	border: 6px solid #019ad6;
	right: -39px;
}
.dotCircle .itemDot.active .forActive {
	display: block;
}
.round {
	position: absolute;
	left: 40px;
	top: 45px;
	width: 410px;
	height: 410px;
	border: 2px dotted #0466ab;
	border-radius: 100%;
	-webkit-animation: rotation 100s infinite linear;
}
.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
	color: #ffffff;
	transition: 0.3s;
	background: #e9e9e9;
	/*background: -moz-linear-gradient(left, #0e1824 0%, #ef5d27 100%);
	background: -webkit-linear-gradient(left, #0e1824 0%, #ef5d27 100%); 
	background: linear-gradient(to right, #0e1824 0%, #ef5d27 100%); */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1); /* IE6-9 */
	border: 2px solid #d9d9d9;
	-webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
	-moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}
.dotCircle .itemDot {
	font-size: 40px;
}
.contentCircle {
	width: 250px;
	border-radius: 100%;
	color: #222222;
	position: relative;
	top: 145px;
	
}
.contentCircle .CirItem {
	border-radius: 100%;
	color: #222222;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform: scale(0);
	transition: 0.5s;
	font-size: 15px;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	margin: auto;
}
.CirItem.active {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
	transition: 0.5s;
}
.contentCircle .CirItem img {
	heigh: 34px;
	position: absolute;
	top: -40px;
	left: 42%;
	margin-left: 0px;
	color: #c4c4c4;
	opacity: 0.3;
}
@media only screen and (min-width:300px) and (max-width:599px) {
.holderCircle {
	width: 300px;
	height: 300px;
	margin: 110px auto;
}
.holderCircle::after {
	width: 100%;
	height: 100%;
}
.dotCircle {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
}
@media only screen and (min-width:600px) and (max-width:767px) {
}
@media only screen and (min-width:768px) and (max-width:991px) {
}
@media only screen and (min-width:992px) and (max-width:1199px) {
}
@media only screen and (min-width:1200px) and (max-width:1499px) {
}
.title-box .title {
	font-weight: 600;
	letter-spacing: 0px;
	position: relative;
	z-index: -1;
	margin-bottom: 16px;
    font-size: 26px;
    line-height: 28px;
}
.title-box span {
	font-weight: 800;
	color: #414141;
}
.title-box p {
	font-size: 14px !important;
    line-height: 25px !important; 
}
/*================================
------------ solution ------------
================================*/
#solution {
	padding: 3em 0 0;
}
.section-title {
	position: relative;
	padding-bottom: 3.5em;
	width: 71%;
}
.section-title p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 26px;
	padding: 0 7em;
	color: #575757;
}
.section-title h4 {
	font-size: 37px;
    font-weight: 600;
    position: relative;
    padding-bottom: 23px;
    display: inline-block;
    line-height: 47px;
}
.solution-wrapper {
	padding: 0 5em;
}
.single-solution {
	position: relative;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 15px 15px 20px 15px;
	box-shadow: 0px 1px 9px 0 rgb(0 0 0 / 8%);
	min-height: 293px;
}
.single-solution:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #019ad6;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-solution:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #019ad6;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-solution:hover:after, .single-solution:hover:before {
	width: 50%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s
}
.single-solution:hover {
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}
.single-solution img {
	padding-bottom: 12px;
}
.single-solution i.fa {
	font-size: 20px;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	line-height: 60px;
	margin-bottom: 30px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
}
.single-solution:hover i.fa {
	background-color: #FF7200;
	color: #fff;
	border-color: #FF7200;
	border-radius: 0;
}
.single-solution h4 {
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #3f3f3f;
}
.single-solution p {
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 15px;
	color: #616161;
}
.single-solution a {
	background: #0466ab;
	font-size: 13px;
	color: #ffffff;
	padding: 7px 13px;
	display: inline-block;
	border-radius: 5px;
}
.single-solution a:hover {
	background: #4180f3;
	text-decoration: none;
	transition-duration: 0.3s;
}
/*================================
------------ services ------------
================================*/
#services {
	padding: 4em 0;
}
.services .section-title p {
	padding: 0 3em;
}
.services .section-title h4 {
	padding-bottom: 15px;
	line-height: 45px;
}
.wrap {
	display: flex;
	background: #ffffff;
	padding: 1.5em 1.3rem;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 4rem;
}
.wrap:hover {
	background: linear-gradient(135deg, #5383eb 0%, #3a5fb3 100%);
}
.wrap:hover .mbr-section-title3, .wrap:hover p.mbr-fonts-style {
	color: #ffffff;
}
.ico-wrap {
	margin: auto;
	padding-right: 1.5em;
	width: 30%;
}
.mbr-iconfont {
	margin: 1rem;
}
.vcenter {
	margin: auto;
}
.mbr-section-title3 {
	text-align: left;
	font-size: 20px;
	padding-bottom: 15px;
	color: #212121;
}
p.mbr-fonts-style {
	color: #676767;
}
/*================================
------------ features ------------
================================*/
#features {
	padding: 4em 0;
}
.features .section-title p {
	padding: 0 6em;
}
.features-wrapper-right {
}
.features-wrapper .feature-single {
	margin-bottom: 5em;
}
.features-wrapper .feature-single h3 {
	font-size: 36px;
	font-weight: 800;
	color: #fd6a34;
	margin-bottom: 15px;
}
.features-wrapper .feature-single p {
	font-size: 15px;
	line-height: 28px;
}
/*=================================
----------- Testimonials ---------
=================================*/
#client-testimonials {
	padding: 0em 0 2em 0;
}
.testimonials{
	background: #fbfbfb;
    padding: 25px 25px 0 25px;
    position: relative;
    min-height: 330px;
}
.quote-title {
	text-align: center;
}
.quote-title img{
   height: 51px;
}
#quote-carousel {
	margin-top: 30px;
}
#quote-carousel .carousel-inner .item p {
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #595959;
}
#quote-carousel .carousel-inner .item small {
	font-size: 15px;
	font-weight: 400;
	color: #13a1d9;
	margin: 3em 0;
}
#quote-carousel .carousel-inner .item small:before {
	content: '';
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
#quote-carousel .carousel-indicators {
	position: relative;
	right: 50%;
	top: auto;
	bottom: 28px;
	left: 0%;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	list-style: none;
}
#quote-carousel .carousel-indicators li {
	width: 63px;
	height: 63px;
	cursor: pointer;
	border: 4px solid #dedede;
	box-shadow: none;
	border-radius: 50%;
	opacity: 0.9;
	overflow: hidden;
	transition: all .4s ease-in;
	vertical-align: middle;
	margin: 0 3px;
}
#quote-carousel .carousel-indicators .active {
	width: 63px;
	height: 63px;
	opacity: 1;
	transition: all .2s;
	border-bottom-color: #13a1d9;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.testimonials .testimonials-arrows {
	display: inline-block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	font-size: 45px;
	border: 4px solid #d7d7d7;
    background: #0e1824;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	position: absolute;
    top: 30px;
}
.testimonials .testimonials-arrows.left{
    position: absolute;
    left: 0px;
    top: 30px;
}
.testimonials .testimonials-arrows.right{
    position: absolute;
    right: 0px;
    top: 30px;
}
.testimonials .testimonials-arrows i {
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	position: absolute;
	z-index: 2;
	font-size: 30px;
	top: 25%;
	left: 40%;
	color: #ffffff;
}
/*================================
------------ subscription --------
================================*/
#subscrip {
	padding: 0em 0 5em 0;
}
.subs-wrapper {
	
}
.adv-icon {
	height: 110px;
	width: 110px;
	position: relative;
	text-align: center;
	top: -100px;
	background: #ffffff;
	left: 0;
	border-radius: 50%;
	box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.2);
}
.subs-wrapper .single-solution img {	
	text-align: center;
	height: 63px;
}
.subs-wrapper .single-solution h4 {
	font-size: 23px;
	margin-bottom: 15px;
	
}
.subs-wrapper .single-solution p {
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 15px;
	color: #7e7e7e;
	font-weight: 400;
}
.subs-wrapper .single-solution {
	padding: 15px 25px 25px 25px;
}
/*================================
------------ footer --------------
================================*/
.get-started {
	padding: 6em 0 4em 0;
	display: inline-block;
}
.get-started h2 {
	line-height: 41px;
}
.get-started a {
	background: #0466ab;
	font-size: 16px;
	color: #ffffff;
	padding: 15px 32px;
	display: inline-block;
	border-radius: 5px;
	margin-top: 16px;
}
.get-started a:hover {
	background: #ff6c36;
	text-decoration: none;
	transition-delay: 0.3s;
	transition-duration: 0.3s;
}
.col-first {
	padding-right: 6em;
}
.col_white_amrc {
	color: #373737;
	font-size: 20px;
	padding-bottom: 5px;
}

.col_white_amrc a{
	color: #373737;
	font-size: 20px;
	padding-bottom: 5px;
}
footer {
	width: 100%;
	background-color: #f7f7f7;
}
.pt2 {
	padding-top: 40px;
	margin-bottom: 20px;
}
footer p {
	font-size: 13px;
	color: #717171;
	padding-bottom: 0px;
	margin-bottom: 8px;
	line-height: 23px;
}
.mb10 {
	padding-bottom: 15px;
}
.footer_ul_amrc {
	margin: 0px;
	list-style-type: none;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
	padding: 0px 0px 8px 0px;
}
.footer_ul_amrc li a {
	color: #616161;
	font-size: 13px;
}
.footer_ul_amrc li a:hover {
	color: #019ad6;
	text-decoration: none;
}
.fleft {
	float: left;
}
.padding-right {
	padding-right: 10px;
}
.footer_ul2_amrc {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.footer_ul2_amrc li p {
	display: table;
}
.footer_ul2_amrc li a:hover {
	text-decoration: none;
}
.footer_ul2_amrc li i {
	margin-top: 5px;
}
.footer_border {
	border-color: #d0d0d0;
	margin-bottom: 0px;
	margin-top: 30px;
}
.foote_bottom_ul_amrc {
	list-style-type: none;
	padding: 0px;
	display: table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	word-break: break-word;
	line-height: 33px;
	text-align: center;
}
.foote_bottom_ul_amrc li {
	display: inline;
}
.foote_bottom_ul_amrc li a {
	color: #515151;
	margin: 0 12px;
}
.foote_bottom_ul_amrc li a:hover {
	color: #019ad6;
	text-decoration: none;
}
.footer-bottom-wrap {
	padding: .5em 0 1em 0;
}
.social_footer_ul {
	display: table;
	margin: 15px auto 0 auto;
	list-style-type: none;
}
.social_footer_ul li {
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}
.social_footer_ul li a {
	color: #828282;
	border: 1px solid #9f9f9f;
	padding: 8px;
	border-radius: 50%;
}
.social_footer_ul li a:hover {
	color: #ffffff;
	border: 1px solid #4180f3;
	background: #4180f3;
}
.social_footer_ul li i {
	width: 20px;
	height: 20px;
	text-align: center;
}
/*=======================================
--------------- sign up -----------------
=======================================*/
#bg-wrapper {
	background: url(../img/signup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.bg-overlay {
	background: rgba(15, 37, 60, 0.51);
	width: 100%;
	height: 100%;
	min-height: 850px;
}
#bg-wrapper .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-area {
	padding: 15px 60px 30px 35px;
}
.form-area img {
	height: 34px;
}
.form-area h2 {
	font-size: 21px;
	font-weight: 500;
	margin: 20px 0px 10px 0;
	color: #717171;
}
.form-area p {
	font-size: 13px;
	font-weight: 400;
	color: #8a8a8a;
	line-height: 19px;
}
.form-wrapper {
	background: #ffffff;
	width: 90%;
	margin: 10em 0;
}
.img-wrap {
	background: aliceblue;
	padding: 2em 30px;
	min-height: 750px;
	height: 100%;
	display: flex;
	align-items: center;
}
.regist-form {
	display: inline-block;
	position: relative;
	z-index: 0;
	width: 100%;
}
.regist-form h4 {
	font-size: 17px;
	color: #717171;
	margin-bottom: 10px;
	display: inline-block;
}
.theme-form form {
	margin-top: 20px;
}
.theme-form label {
	display: block;
	position: relative;
	margin: 25px 0px;
	font-weight: 300;
}
.theme-form .label-txt {
	position: absolute;
	top: -1.6em;
	padding: 5px 0;
	font-family: sans-serif;
	font-size: .8em;
	letter-spacing: 0.5px;
	color: rgb(105, 105, 105);
	transition: ease .3s;
	text-transform: uppercase;
}
.theme-form span {
	font-size: 11px;
	padding-top: 10px;
	display: block;
}
.theme-form span.color-red {
	display: inline;
	color: red;
	font-size: 14px;
}
.theme-form label.error{
	margin: 0;
	font-size: 11px;
}
.theme-form label ul li:first-child {
	width: 52%;
	float: left;
}
.theme-form label ul li:last-child {
	width: 48%;
	padding-right: 0;
}
.theme-form .input, .theme-form select {
	width: 100%;
	padding: 8px 0;
	background: transparent;
	border: none;
	outline: none;
	font-size: 13px;
	color: #7d7d7d;
	letter-spacing: 0.5px;
}
.theme-form .line-box {
	position: relative;
	width: 100%;
	height: 1px;
	background: #BCBCBC;
}
.theme-form .line {
	position: absolute;
	width: 0%;
	height: 1px;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	background: #ff6c36;
	transition: ease .6s;
}
.theme-form .input:focus + .line-box .line {
	width: 100%;
}
.theme-form .label-active {
	top: -3em;
}
/*new css*/
#msform fieldset:not(:first-of-type) {
	display: none
}
#msform .action-button {
	background: #0466ab;
	font-size: 13px;
	color: #ffffff;
	display: inline-block;
	border-radius: 5px;
	border: 0;
	padding: 10px 20px;
	width: 48%;
	margin-left: 2%;
	float: right
}
#msform .action-button.btn-lg {
	width: 100% !important;
}
#msform .action-button:hover, #msform .action-button:focus {
	background: #ff6c36;
	text-decoration: none;
	transition-duration: 0.3s;
}
#msform .action-button-previous {
	background: #989898;
	font-size: 13px;
	color: #ffffff;
	display: inline-block;
	border-radius: 5px;
	border: 0;
	padding: 10px 20px;
	width: 48%;
	margin-right: 2%;
	float: right;
}
#msform .action-button-previous:hover, #msform .action-button-previous:focus {
	background-color: #000000
}
.card {
	z-index: 0;
	border: none;
	position: relative
}
.fs-title {
	font-size: 25px;
	color: #673AB7;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: left
}
.purple-text {
	color: #673AB7;
	font-weight: normal
}
.steps {
	font-size: 25px;
	color: gray;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right
}
.fieldlabels {
	color: gray;
	text-align: left
}
#progressbar {
	margin-bottom: 22px;
	overflow: hidden;
	color: lightgrey
}
#progressbar .active {
	color: #ff6c36;
}
#progressbar li {
	list-style-type: none;
	font-size: 13px;
	width: 20%;
	float: left;
	position: relative;
	font-weight: 500;
	text-align: center;
}
#progressbar #account:before {
	font-family: FontAwesome;
	content: "\f13e"
}
#progressbar #personal:before {
	font-family: FontAwesome;
	content: "\f007"
}
#progressbar #company:before {
	font-family: FontAwesome;
	content: "\f1ad";
	font-size: 12px;
}
#progressbar #payment:before {
	font-family: FontAwesome;
	content: "\f283";
	font-size: 12px;
}
#progressbar #confirm:before {
	font-family: FontAwesome;
	content: "\f00c"
}
#progressbar li:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 5px auto;
	padding: 0px;
	text-align: center;
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: -1
}
#progressbar li.active:before, #progressbar li.active:after {
	background: #ff6c36;
}
.progress {
	height: 20px
}
.progress-bar {
	background-color: #673AB7
}
.fit-image {
	width: 100%;
	object-fit: cover
}
.theme-form label i.fa-credit-card-alt {
	position: absolute;
	top: 10px;
	right: 0;
	color: #9e9e9e;
}
input.chk-in {
	display: inline-block;
	width: 3% !important;
	float: left;
	margin-right: 10px;
}
label ul.list-inline {
	line-height: normal;
}
.terms-txt {
	font-size: 16px !important;
	margin-bottom: 8px;
	color: rgb(105, 105, 105) !important;
}
.thanks-card {
	text-align: center;
	margin: 2em 0 4em 0;
}
.thanks-card img {
	height: 75px
}
.thanks-card p {
	font-size: 14px;
	line-height: 20px;
	color: #5a5a5a;
	margin-top: 20px;
}
.pass_show {
	position: relative
}
.pass_show .ptxt {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	color: #ff6c36;
	margin-top: -10px;
	cursor: pointer;
	transition: .3s ease all;
	font-size: 13px;
	padding-top: 0;
}
.pass_show .ptxt i{
	margin-left:5px;
}
#pswd_info {
	background: #ffffff none repeat scroll 0 0;
	color: #fff;
	left: 0px;
	position: relative;
	top: 14px;
	border: 1px solid #e0e0e0;
	min-width: 250px;
}
#pswd_info h4 {
	background: black none repeat scroll 0 0;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	padding: 17px 0;
	text-align: center;
	text-transform: uppercase;
}
#pswd_info ul {
	list-style: outside none none;
	margin-bottom: 0;
	padding: 7px 0;
}
#pswd_info ul li {
	padding: 3px 12px;
	width: 100%;
	display: inline-block;
}
.valid {
	background: rgba(0, 0, 0, 0) url("https://s19.postimg.org/vq43s2wib/valid.png") no-repeat scroll 2px 6px;
	color: green;
	line-height: 16px;
	padding-left: 22px;
	font-size: 12px;		
}
.invalid {
	background: rgba(0, 0, 0, 0) url("https://s19.postimg.org/olmaj1p8z/invalid.png") no-repeat scroll 2px 6px;
	color: orangered;
	line-height: 16px;
	padding-left: 22px;
	font-size: 12px;
}
#pswd_info::before {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 15px;
	left: 30px;
	margin-top: -8.5px;
	position: absolute;
	top: 0%;
	transform: rotate(45deg);
	width: 15px;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}
#pswd_info {
	display: none;
}
.net-id-sub-domain{	    
    position: absolute;    
    color: #cccccc !important;
    right: 0px;
    top: 62px;	
	font-weight:100;
}
/*=====================================
---------- breadcrumbs banner ---------
=====================================*/
#bdcrumb-banner {
	margin-top: 5em;
}
.bdcrumb-overlay {
	background: rgb(15 37 60 / 89%);
	width: 100%;
	height: 100%;
}
.bdcrumb-title {
	text-align: center;
	padding: 4em 0;
}
.bdcrumb-title h1 {
	 font-size: 2.5em;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 47px;
}
.bdcrumb-title p {
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 1px;
}
/*=================================
------------- contact -------------
=================================*/
#card-area {
	padding: 4em 0;
}
.card-wrapper {
	padding: 0 6em;
}
.card-content {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	text-align: center;
}
.card-body {
	padding: 25px 25px 20px 25px;
}
.card-content.hover, .card-content:hover {
	box-shadow: 0 5px 23px rgba(0, 0, 0, 0.17);
}
.icon-bg {
	background: #f9f9f9;
	height: 60px;
	width: 60px;
	text-align: center;
	vertical-align: baseline;
	border-radius: 50px;
	box-shadow: 0px 0px 5px 1px #dadadafc;
	padding: 17px;
}
.icon-bg i {
	vertical-align: text-bottom;
	font-size: 25px;
	color: #019ad6;
}
.card-title {
	font-weight: 100;
	font-size: 17px;
	color: #a0a0a0;
	margin: 10px 0 5px 0;
}
.card-btn a {
	background: #0466ab;
	display: block;
	padding: 10px;
	color: #ffffff;
}
.card-btn a:focus, .card-btn a:visited {
	text-decoration: none;
}
.card-btn a:hover {
	text-decoration: underline;
}
#cont-form-section {
	padding: 4em 0 6em 0;
}
.cont-form-wrap {
	padding: 0 6em;
}
.con-widget-left {
	margin-top: 30px;
}
.con-widget-left h2 {
	font-size: 23px;
	color: #2f2f2f;
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 30px;
}
.con-widget-left p {
	font-size: 14px;
	color: #525252;
	margin-bottom: 20px;
	font-weight: 200;
	line-height: 23px;
}
.find-widget {
	margin-top: 35px;
}
.find-widget p {
	margin-bottom: 10px;
}
.find-widget p i {
	font-size: 14px;
	height: 20px;
	width: 25px;
}
/*=================================
------------- about us ------------
=================================*/
.mask-skew {
	overflow: hidden;
	position: relative;
}
.mask-skew .mask {
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	z-index: 100;
	width: 120%;
	animation-fill-mode: forwards;
}
.mask-skew .mask .inside {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	transform: skewX(-10deg);
	transform-origin: bottom;
}
.abt-content{
    padding-right: 10%;	
}
.abt-content h3{
	font-size: 37px;
    line-height: 43px;
    margin-bottom: 23px;
    color: #2f2f2f;
	letter-spacing:-.5px;
}
.abt-content p{
	font-size: 15px;
    line-height: 26px;
    color: #585858;

}

/*===============================
------------ features -----------
===============================*/
.features_tab_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features_tab {
  margin-left: auto; 
  border: 0px;
  position: relative;
  width: auto;
  left: 0;
  bottom: 0;
  text-align: left;
  display: block;
}
.features_tab_left{ 
	width: 28%;
    float: left;
}
.features_tab_right{ 
	width: 28%;
    float: right;
}
.features_tab li {
  margin: 0px 0px 10px;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px 5px 13px 55px;
  height: 100%;
  text-indent: inherit;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #eee;
  position: relative;
}

.features_tab li .tab_icon {
  position: absolute;
  left: 8px;
  top: 36%;
}

.features_tab li .heading {
    font-size: 17px;
    line-height: 25px;
    color: #2d2d2d;
    font-weight: 500;
    display: block;
    position: relative;
    padding-bottom: 3px;
}

.features_tab li .summary {
  font-size: 13px;
  line-height: 17px;
  color: #555555;
}

.features_tab li.active, .features_tab li:hover, .features_tab li:focus {
  background-color: white;
  -webkit-box-shadow: 0px 8px 26px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 26px 2px rgba(0, 0, 0, 0.05);
}

.features_tab_slider {
    width:42.2%;
    float: left;
    margin: 0 10px ;
	margin-top: 5.5%;
}

.features_tab_slider .carousel-inner {
  padding-right: 10px;
  text-align: center;
  -webkit-transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  padding-left: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.features_tab_slider .carousel-inner .carousel-item {
  opacity: 0;
  left: 30px;
  -webkit-transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  padding-bottom: 23px;
  padding-top: 5px;
}

.features_tab_slider .carousel-inner img {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.625s cubic-bezier(0, 0, 0.2, 1);
  max-width: 100%;
}

.features_tab_slider .carousel-inner .active {
  opacity: 1;
  visibility: visible;
  display: block;
  left: 0;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.features_tab_slider .carousel-inner .active img {
  left: 0;
  opacity: 1;
}
/*===============================
------------ terms --------------
===============================*/
#terms-wrap{
	padding:8em 0 3em 0;
}
.main-title-in{
	border-left: 4px solid #019ad6;
    padding-left: 8px;
}
.top-content{
	margin-top: 25px;
}
.top-content p{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 26px;
    color: #414141;
}
.terms-content-wrap .accordion {
    margin-top: 35px;
}
.terms-content-wrap  .accordion h3 {
    background-color: #f3e9eb;
    color: #222;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 10px;
}

.terms-content-wrap  .accordion .card-header {
    padding: 5px 0;
    outline: 0 !important;
    border: 0 !important;
}
.terms-content-wrap  .accordion .card-header button {
    text-align: left;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000000;
    position: relative;
    outline: 0 !important;
    border: 0 !important;
    text-decoration: none;
}

.terms-content-wrap  .accordion .card-header button.collapsed::after {
    position: absolute;
    width: 2px;
    height: 12px;
    content: '';
    background-color: #000;
    right: 12px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.terms-content-wrap  .accordion .card-header button::before {
    position: absolute;
    width: 12px;
    height: 2px;
    content: '';
    background-color: #000;
    right: 7px;
    top: 50%;
}

.terms-content-wrap  .accordion .card-header button:hover {
    text-decoration: none;
}

.terms-content-wrap  .accordion .card-header button i {
    float: right;
    margin-top: 3px;
}
.terms-content-wrap .accordion .card {
    background: #f7f7f7;
    margin-bottom: 17px;
    border: 1px solid #f7f7f7;
}
.terms-content-wrap  .accordion .card-body {
    padding: 15px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-top: none;
}
.terms-content-wrap  .accordion .card-body p{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
    color: #414141;
}
.terms-content-wrap  .accordion .card-body ul{
	color: #414141;
    padding-left: 35px;
}
.terms-content-wrap  .accordion .card-body ul li{    
    margin-bottom: 10px;
    color: #414141;
    font-size: 15px;
    line-height: 26px;
}
.terms-content-wrap  .accordion .card-body ol{
	color: #414141;
    padding-left: 35px;
    list-style: none;
}
.terms-content-wrap  .accordion .card-body ol ol{
    margin-top: 10px;
}
.terms-content-wrap  .accordion .card-body ol li{    
    margin-bottom: 10px;
    color: #414141;
    font-size: 15px;
    line-height: 26px;
}

/*===============================
------------ privacy --------------
===============================*/
.privacy-content{
	margin-top: 25px;
}
.privacy-content h3{
   font-size: 22px;
   margin: 35px 0 15px 0;
}
.privacy-content h3 i{
   color: #019ad6;
   font-size: 18px;

}
.privacy-content p{
	margin-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
    color: #414141;
}
.privacy-content p strong{
     margin-top: 15px;
     display: inline-block;
}
.privacy-content ul{
	color: #414141;
	padding-left: 17px;
	margin: 5px 0 15px 0;
}
.privacy-content ul li{    
    margin-bottom: 10px;
    color: #414141;
    font-size: 15px;
    line-height: 26px;
}
.privacy-content ol{
	color: #414141;
    list-style: none;
    margin: 5px 0 15px 0;
}
.privacy-content ol ol{
    margin-top: 10px;
}
.privacy-content ol li{    
    margin-bottom: 10px;
    color: #414141;
    font-size: 15px;
    line-height: 26px;
}
/*===============================
------------ career -------------
===============================*/
.job-desc-wrap h3{
   margin-bottom: 10px;
}
.job-desc-wrap h4{
	margin-bottom: 25px;
}
.job-desc-wrap p{
	font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #595959;
    margin-bottom: 25px;
}
.job-desc-wrap h5{
  color: #474747;
    margin-bottom: 10px !important;
}
.job-desc-wrap ul{
	list-style: none;
	margin-bottom: 25px;
}
.job-desc-wrap li{
	font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #595959;
}
.job-apply-from{
	padding-left: 5em;
}
.job-apply-from .regist-form.theme-form{
	    background: #f8f8f8;
    padding: 15px;

}
.error{
	color: red;
}

.submit-message{
	text-align: center;
}
.submit-message h4{
	  font-size: 5em;
	  margin-bottom: 20px;
     font-family: 'Lobster', cursive;
    color: #ff6c36;
}
.submit-message p{
    font-size: 18px;
    color: #ff6c36;
    margin-top: 27px;
}

/*===============================
------------ pricing ------------
===============================*/
.pricing-bread .bdcrumb-title{
    max-width: 85%;
}
.pricing-bread .bdcrumb-title h2 {
    font-size: 2.2em;
    margin-bottom: 0;
    line-height: 40px;
    letter-spacing: 0.5px;
}
.pricing-card{
	margin-top: 5em;
}
.pricing-card .single-solution{
	min-height:auto !important; 
	padding: 15px 15px 5px 15px;
}
.pricing-card  .icon-img img{
	height: 46px;
}
#pricing-specification{
	 padding: 6em 0 3em 0;
}
.pricing-spe-box{
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    transition: all .5s ease 0s;
}
.pricing-spe-box.active{
	 background: #fffbf5;
}
.pricing-spe-box:hover{
   box-shadow: 0 0px 8px rgb(0 0 0 / 10%);
   margin-top: -10px;
}
.price{
	text-align: center;
	padding: 40px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    background: #fafafa;
    transition: all .5s ease 0s;  
    border-bottom: 1px solid #ececec;  
}
.price h3{
	font-size: 3.5em;
   font-weight: 600;
}
.price span{
   color: #2f2f2f;
    font-size: 13px;
}
.pricing-details{
	margin: 3em 0 2.5em 0;
	text-align: center;
	padding: 0 25px;
}
.pricing-details h2{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
}
.pricing-details p{
    margin-bottom: 25px;
    font-size: 13px;
    color: #363636;
    letter-spacing: 0.2px;
    line-height: 1.5;
}
.pricing-spe-box.active .pricing-details .pricing-btn{
	border: 1px solid #ff6c36;
    font-size: 15px;
    padding: 13px 0;
    background: #ff6c36;
    color: #ffffff;
    width: 100%;
    display: block;
    border-radius: 6px;
}
.pricing-spe-box.active .pricing-details .pricing-btn:hover{
    border: 1px solid #ff6c36;
    background:transparent;
    color: #ff6c36;
}
.pricing-details .pricing-btn{
    border: 1px solid #ff6c36;
    background:transparent;
    color: #ff6c36;
    font-size: 15px;
    padding: 13px 0;
    width: 100%;
    display: block;
    border-radius: 6px;
}
.pricing-details .pricing-btn:hover{
    border: 1px solid #ff6c36;    
    background: #ff6c36;
    color: #ffffff;
}
.plan-specfic{
    padding: 0 25px;
}
.plan-specfic ul{
	 padding-left: 0;
	 list-style: none;
	 margin-bottom: 2em;
}
.plan-specfic ul li{
     padding: 12px 0;
    font-size: 1.4rem;
    line-height: 1.5625rem;
    font-weight: 700;
    letter-spacing: .5px;
    color: #303030;
    border-bottom: 1px solid #e5e5e5;
}
.plan-specfic ul li:before{
	content: "\f00c";
	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;
   margin-right: 10px;
   color: #ff6c36;
}
.plan-details{
   margin-bottom: 3em;
   padding: 0 25px;
}
.plan-details p{
    font-size: 13px;
    color: #363636;
    letter-spacing: 0.2px;
    line-height: 1.5;
}
#pricing-table{
	padding: 3em 0;
}
#pricing-table .section-title {
    padding-bottom: 0;
 }
.pricing-details-table{

}
.pricing__table__row.header__row{
   margin-top: 30px;
}
.pricing__table__row.header__row:hover{
     background-color: transparent;
}
.header-column-name{
	font-weight: 600;
	color: #13a1d9;
}
.pricing__table__row{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 0.8px solid #ccc;
}
.pricing__table__row:hover{
	background-color: rgba(0,0,0,.03);
}
.pricing__table__column.first__column{
    -webkit-box-flex: 0;
    -ms-flex: 0 41%;
    flex: 0 41%;
    justify-content:left;
}
.pricing__table__column{
    -webkit-box-flex: 0;
    -ms-flex: 0 19.666666666667%;
    flex: 0 19.666666666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: center;
    padding: 20px 25px;
    font-size: 15px;
}
.pricing__table__column i.fa-check{
   color: #13a1d9;
}
.pricing__table__column i.fa-close{
   color: #aaaaaa
}
.pricing__table__column i.fa-info-circle{
    color: #b9b9b9;
}
.column-title{
	display: contents;
    font-weight: 700;
}
.table-pricing{
	font-weight: 600;
}
.fixed-top{
	position: fixed;
	top: 43px;
    background: #f3f3f3;
    z-index: 99;
    width: 74.9%;
    border-bottom: 0;
}
.fixed-top:hover{
   background-color: #f3f3f3 !important;
}
.pricing__t{
	padding: 4em 0 3em 0 !important;
}
.pricing__t .section-title{
    padding-bottom: 2em;
}
.pricing__t .testimonials {
    background: transparent;
}
.pricing__t .testimonials .testimonials-arrows {
    width: 45px;
    height: 45px;
    border: 3px solid #d7d7d7;
}
.pricing__t .testimonials .testimonials-arrows i {
   font-size: 23px;
    top: 21%;
}
.pricing__t .testimonials .testimonials-arrows.right i {    
    left: 45%;
}
.pricing__t .testimonials .testimonials-arrows.left i {
    left: 38%;
}
.pricing__t blockquote small{
   font-size: 13px !important;
    margin: 2em 0 !important;
}
.pricing__t blockquote small i{
    display: block;
    padding-bottom: 6px;
    color: #515151;
    font-size: 15px;
}
.pricing__t .carousel-inner .item{
	 min-height: 245px;
}
.pricing__t .carousel-inner .item p {
    font-size: 18px !important;
    line-height: 30px !important;
    color: #4c4c4c !important;    
}
#faq__sec{
	padding: 1em 0 5em 0;
}
.talk_to_wrap{
	background-image: url(../img/meet-expert.jpg);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size:cover;
	background-position: center;
	padding: 10em 8em;
	text-align: center;
}
.talk_to_wrap h3{
	 font-size: 2em;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.talk_to_wrap a{
   border: 1px solid #13a1d9;
    font-size: 15px;
    padding: 13px 0;
    background: #13a1d9;
    color: #ffffff;
    width: 70%;
    display: block;
    border-radius: 6px;
}
.talk_to_wrap a:hover{
	    border: 1px solid #13a1d9;
    background: transparent;
    color: #ffffff;
}
.faq_wrap .section-title{
   padding-bottom: 0px;
    width: 100%;
}
.faq_wrap .section-title h4{
    font-size: 24px;
    padding-bottom: 33px;
    line-height: 19px;
}
.faq_wrap .panel-heading .accordion-toggle[data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114"; 
    float: right; 
    color: grey; 
}
.faq_wrap .panel-heading .accordion-toggle[data-toggle="collapse"].collapsed:after {
    content: "\e080"; 
}
.faq_wrap .panel.panel-default{
     border: none;
}
.faq_wrap .panel-heading {
    padding: 10px 0px;
    background-color: #ffffff;
    border-color: #fff;
    border-radius: 0;
 }
.faq_wrap .panel-body {
    padding: 15px 0;
}
/*===============================
--------------- blog ------------
===============================*/
#blog-main{
	padding: 5em 0;
}
.blog-cols-wrap{
	box-shadow: 0 2px 7px -1px rgb(0 0 0 / 10%);
	background: #ffffff;
}
.blog-cols-wrap:hover{
	box-shadow: 0 2px 7px 2px rgb(0 0 0 / 10%);
}
.blog-content{
	padding: 15px 15px 30px 15px;
}
.blog-content h3 a{   
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 17px;
    text-decoration: none;
    display: block;
    color: #414141;
}
.blog-tags{
    font-size: 13px;
    color: #7d7d7d;
}
.blog-content p{
    margin-top: 20px;
    font-size: 13px;
    color: #494949;
    line-height: 19px;
}
.blog-detaild-wrap{
	max-width: 80%;
	margin: 0 auto;
}

.blog-details-content .top-title{
	 margin-bottom: 40px;
    font-size: 36px;
    letter-spacing: -0.8px;
    font-weight: 600;
    color: #282c30;
    line-height: 51px;
    word-spacing: 3px;
}
.blog-details-content ol li h4{
		font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #3e4347;
}
.blog-details-content  p{
	font-size: 14px;
    color: #2b2b2b;
    line-height: 25px;
    margin-bottom: 30px;
}
.blog-details-content ul{
	list-style: none;
	margin: 20px 0;
}
.blog-details-content ul li{
	margin-bottom: 25px;
   color: #373333;
   line-height: 30px;
}
.blog-cont-title{
   font-weight: 600;
   letter-spacing: 0.3px;
   font-size: 15px;
}

/*===============================
---------- responsive -----------
===============================*/
@media screen and (max-width:767px){
   .pricing-card .single-solution{
   	margin-bottom: 20px;
   }
  .pricing__table__column.first__column {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: none;
    justify-content: left;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 1px 10px;
    background: #f3f3f3;
    width: 100%;
    font-size: 14px;
}
.pricing__table__column{
    padding: 36px 25px 15px 25px;
    font-size: 13px;
}
.pricing__table__row.header__row .pricing__table__column.first__column{
    background: transparent;
}
.pricing__table__row.header__row {
    margin-top: 13px;
    margin-bottom: -13px;
}
.pricing__table__row{
	border-bottom: none;
}
.fixed-top{
	position: fixed;
	top: 35px;
	background: #f3f3f3;
	z-index: 99;
	width: 90.9%;
}
.section-title {
    padding-bottom: 1.5em;
    width: 90%;
}
.section-title h4 {
    font-size: 24px;
    padding-bottom: 15px;
    line-height: 31px;
 }
 .section-title p {
    line-height: 22px;
    padding: 0;
}
#pricing-specification, #pricing-table{
	padding: 0;
}
.pricing-spe-box{
	margin-bottom: 30px;
}
.pricing__t .testimonials{
	padding: 0;
}
.pricing__t .testimonials .testimonials-arrows {
    display: none;
}
.pricing__t blockquote small{
   font-size: 13px !important;
    margin: 2em 0 !important;
}
.pricing__t blockquote small i{
    font-size: 14px;
}
.pricing__t .carousel-inner .item{
	 min-height: auto;
}
.pricing__t .carousel-inner .item p {
    font-size: 14px !important;
    line-height: 23px !important;
}
.talk_to_wrap{
	 padding: 5em 0;
	 margin-bottom: 40px;
}
.faq_wrap .section-title h4 {
    font-size: 20px;
    padding-bottom: 24px;
 }
.faq_wrap .panel-heading .accordion-toggle[data-toggle="collapse"]:after {
    display: none; 
}
.faq_wrap .panel-heading .accordion-toggle[data-toggle="collapse"].collapsed:after {
    display: none; 
}
.faq_wrap .panel-title {
    font-size: 15px;
    line-height: 23px;
}
}