@charset "utf-8";

div {
    /*-webkit-transition:all 300ms ease-in-out 0s;
-o-transition:all 300ms ease-in-out 0s;
-ms-transition:all 300ms ease-in-out 0s;
-moz-transition:all 300ms ease-in-out 0s;
transition:all 300ms ease-in-out 0s;	*/
}
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
	font-size:28px;
	margin:0 0 15px;
}
h2 {
	font-size:24px;
	margin:0 0 14px;
}
h3 {
	font-size:20px;
	margin:0 0 12px;
}
h4 {
	font-size:18px;
	margin:0 0 12px;
}
h5 {
	font-size:16px;
	margin:0 0 10px;
}
h6 {
	font-size:14px;
	margin:0 0 10px;
}
h1, h2, h3, h4, h5, h6{line-height: normal; margin-top: 0;}
h1, .h1, h2, .h2, h3, .h3{margin-top: 0;}
ul,ol {
	margin-bottom:10px;
	padding-left:15px;
}
li {
	margin:0 0 10px;
	padding:0;
}
label, span, strong {
	display:inline-block;
}
label{
    font-weight: normal;
    font-size: 15px;
}
a {
	text-decoration:none;
	border:none;
	outline:none;
	display:inline-block;
	color:#26336e;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
a:hover {
	text-decoration: none;
    color: #652873;
    opacity: 0.7;
}
a:focus {
	outline:none;
	text-decoration: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	/*filter:chroma(color=#fff);*/
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:5px 0;
	padding:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {
	margin:0;
	padding:0;
	border:0;
	display: block;
}
form {
	margin:0;
	padding:0;
}
img {
	border:none;
	outline:none;
	display:inline-block;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    max-width: 100%;
}
a, img a, img, a img {
	border:0;
	outline:0;
	text-decoration:none;
    line-height: normal;
}
.spacer, .clear {
	height:0;
	line-height:0;
	clear:both;
	font-size:0;
	display:block;
}
p {
	padding-bottom:25px;
	margin:0;
	text-align: justify;
}
p:last-child{padding-bottom: 0;}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
table {
	border:none;
	border-collapse:collapse;
	border-spacing: 0;
}
.align_center {text-align:center;}
.align_justify {text-align:justify;}
.align_right{text-align:right;}
input[type="submit"], input[type="button"]{//border:none;}

input[type="text"],input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px 5px;
	height:48px;
	background:none;
	border:1px solid #eeeeee;
	color:#818181;
	outline:none;
	font-size:16px;	
	vertical-align:middle;
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
    margin-bottom: 0;
    background: #fff;
    margin-bottom: 25px;
    border-radius: 0;
	/*-webkit-box-shadow:0 0 4px 0 #ddd;
	box-shadow:0 0 4px 0 #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;*/
}
textarea {
	height:93px;
	resize:none;
	overflow:auto;
    font-family: sans-serif;
}
select{cursor:pointer;}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,textarea:focus, select:focus{
	background:#fefdea;
	border-color:#047CA1;
	/*-webkit-box-shadow: 0 0 5px 2px #ebebeb;
	-moz-box-shadow: 0 0 5px 2px #ebebeb;
	box-shadow: 0 0 5px 2px #ebebeb;*/
}

input[type="submit"], input[type="button"], button{	
	height:56px;
	display:inline-block;
	padding:0 50px;
	cursor:pointer;
	outline:none;
	vertical-align:top;		
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
    text-align: center;
	color:#fff;
	font-size:16px;
    float: right;
    background: #26336e;
    border: 1px solid #26336e;
    margin-top: 16px;
    text-align: center;
    border-radius: 7px;
}
button i{
    color: #fff;
    margin-right: 10px;
}
button:hover{
    background: #fff;
}
button:hover i{
    color: #000;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus{
	opacity: 0.7
}
button:hover{
    
}
input[type="reset"]{
    border:none;
	height:48px;
	line-height:50px;
	display:inline-block;
	padding:0 20px;
	cursor:pointer;
	/*text-transform:uppercase;*/
	outline:none;
	vertical-align:top;		
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
    text-align: center;
    font-size: 16px;
	background:#0D5971;
	color:#fff;
	font-size:15px;
    padding: 0 60px;
    float: right;
}
input[type="reset"]:hover{
	opacity: 0.7
}

/*---- colored button ----*/
textarea,
input[type="text"],input[type="email"]
input[type="button"],
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
	 margin-left:5px;
}

input[type="radio"], input[type="checkbox"],select{cursor:pointer;}
input[readonly="readonly"]{cursor:not-allowed;background:#f4f4f4 !important;}
.container:after{
	content:"";
	display:block;
	clear:both;
}
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'open_sanslight';
    font-size: 18px;
    color: #9b9b9b;
}

.pull_left{
	text-align:left;	
}
.pull_right{
	text-align:right;	
}
.pull_center{
	text-align:center;	
}
.sprite{
	background:url(../images/sprite.png) no-repeat;
	position:relative;	
}
.ul ul{
	margin:0;
	padding:0;
}
.ul ul li{
	display:block;	
}

header,section{
	position:relative;	
}
.logo img,.banner img{
    width: 100%;
    max-width: 100%;
}
.logo a:hover{
    opacity: 1;
}

/*******************************************************************btn***********************************************************************/

.up_c{text-transform: uppercase;}

/*BOOTSTRAP SLIDER ARROWS START*/
.carousel-control {
    opacity: 1;
    width: 6%;
}
.carousel-control.left, .carousel-control.right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.carousel-control span {
    background: rgba(0, 0, 0, 0) url("../images/slider_nav.png") no-repeat scroll 0 0;
    height: 80px;
    left: -60px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: all 250ms ease-in-out 0s;
    width: 44px;
}
.carousel-control.right span {
    background-position: -46px 0;
    left: auto;
    right: -60px;
}
.carousel.slide:hover .carousel-control span {
    left: 10px;
}
.carousel.slide:hover .carousel-control.right span {
    left: auto;
    right: 10px;
}
.carousel-indicators li, .carousel-indicators .active {
    background: #868686 none repeat scroll 0 0;
    border: medium none;
    height: 10px;
    width: 10px;
}
.carousel-indicators .active {
    background: #fff;
}

.scrollup {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 0;
    bottom: 32px;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 350ms ease-in-out 0s;
    width: 40px;
    z-index: 999;
}

.scrollup:hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 50%;
    color: #D675B0;
    transform: rotate(360deg);
}
.captcha-request input[type="text"] {
    float: left;
    width: 200px;
}

.captcha-request img {
    float: left;
    height: 50px;
    margin-left: 15px;
    width: 120px;
}
.captcha-request a.refresh_btn {
    background: rgba(0, 0, 0, 0) url("../images/refresh_icon.png") no-repeat scroll 0 0;
    float: left;
    height: 23px;
    margin: 13px 6px 0 7px;
    outline: 0 none;
    transition: all 200ms ease-in-out 0s;
    width: 25px;
}
.captcha-request a.refresh_btn:hover {
    transform: rotate(90deg);
}
* {
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}
.pull_center p{
    text-align: center;
}
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    background: #f4f4f5;
    padding: 10px 0;
}
.breadcrumb ul {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.breadcrumb ul li {
    color: #97b9ff;
    float: left;
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0 0 0 40px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
}
.breadcrumb ul li::before {
    bottom: 0;
    color: #292f34;
    content: "> >";
    display: inline;
    left: 0;
    position: absolute;
    top: 0;
}
.breadcrumb ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.breadcrumb ul li:first-child::before {
    display: none;
}
.breadcrumb ul li a {
    color: #292f34;
}
.breadcrumb ul li:last-child, .breadcrumb ul li a:hover {
    color: #26336e;
}
/* responsive css Styles
---------------------------------*/


@media only screen and (min-width: 1600px) {
	.container{width:1530px;}
    .content_body {font-size: 18px !important;}
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
	.container{width:1000px;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.container{width:750px;}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.container{width:570px;}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
	.container{width:450px;}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.container{width:300px;}
}
/**************************************/
.header_top{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


.nav_menu {
    float: left;
}

.nav_menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav_menu ul li {
    position: relative;
}

.nav_menu ul li.hd{
    display: none;
}

.nav_menu > ul > li {
    display: block;
    float: left;
    margin: 0;
    position: relative;
    margin-left: 7px;
}

.nav_menu > ul > li > span,
.nav_menu > ul > li > ul.sub-menu > li > span {
    display: block;
}

.nav_menu > ul > li > a {
    color: #000;
    display: block;
    padding: 0 12px;
    font-size: 19px;
}

.nav_menu ul li a i.menuhome {
    font-size: 23px
}

.nav_menu > ul > li:last-child {
    margin-right: 0
}

.nav_menu > ul > li:hover > a{
    color: #d54498;
    opacity: 1;
}

.nav_menu > ul > li.active > a{
    color: #d54498;
    font-weight: 700;
}
    
.ie8 .nav_menu > ul > li:hover > ul.sub-menu {
    display: block;
}

.nav_menu > ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
}

.ie8 .nav_menu > ul > li > ul.sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav_menu > ul > li > ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 115%;
    left: 0px;
    z-index: 999;
    width: 200px;
    background: #de3840;
    box-shadow: 0 0 0 #999;
    margin: 0;
    padding: 0;
    -webkit-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
}

.nav_menu > ul > li > ul.sub-menu > li:last-child > a {
    border-bottom: 0;
}

.nav_menu > ul > li > ul.sub-menu > li > a {
    display: block;
    padding: 16px 8px;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    height: auto;
    -webkit-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}

.nav_menu > ul > li > ul.sub-menu > li {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav_menu > ul > li > ul.sub-menu > li:last-child {
    border-bottom: 4px solid #C72B03;
}

.nav_menu > ul > li > ul.sub-menu > li > a:hover,
.nav_menu > ul > li > ul.sub-menu > li.active > a {
    color: #fff;
    background: #26336e;
    opacity: 1;
}

.nav_menu > ul > li > ul.submenu li:hover ul.sub_submenu {
    /*filter:alpha(opacity=100);opacity:1;left:250px;*/
    display: block;
}

.nav_menu > ul > li > ul.submenu li > ul.sub_submenu {
    position: absolute;
    left: 200px;
    top: 0;
    background: rgba(50, 58, 69, .88);
    width: 400px;
    /*filter:alpha(opacity=0);opacity:0;*/
    display: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 999;
}

.nav_menu > ul > li > ul.submenu li > ul.sub_submenu > li {
    margin: 0;
}

.nav_menu > ul > li > ul.submenu li > ul.sub_submenu > li:last-child > a {
    border-bottom: 0;
    border-bottom: 4px solid #C72B03;
}

.nav_menu > ul > li > ul.submenu li > ul.sub_submenu > li > a {
    display: block;
    padding: 7px 8px;
    border-bottom: 1px solid #ddd;
    color: #fff;
}

.nav_menu > ul > li > ul.submenu li > ul.sub_submenu > li:hover > a {
    color: #fff;
    background: #C72B03;
}
.top_info_section{
    float: right;
}
.tadd{
    float: left;
}
.tadd span{
    background: url(../images/th.png) no-repeat;
    width: 23px;
    height: 19px;
    vertical-align: middle;
    margin-right: 15px;
}
.tadd span.t_mail{
    background-position: -11px -20px;
}
.tadd span.t_call{
    background-position: -219px -20px;
}
.tadd ul li{
    float: left;
    color: #fff;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 17px;
}
.tadd ul li:first-child:before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #fff;
    right: 1px;
    top: 8px;
    display: none;
}
.tadd ul li:last-child{
    padding: 0;
}
.tadd ul li a{
    color: #fff;
    font-size: 17px;
}
.tadd ul li a:hover{color: #d54498; opacity: 1;}
.t_log{
    float: left;
    margin-top: -6px;
}
.t_log a{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 33px;
    font-size: 16px;
    padding: 8px 30px 10px;
    margin-left: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.t_log a:hover{
    opacity: 1;
}
.t_log a:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: -50%;
    width: 50%;
    height: 100%;
    background: #d54498;
    z-index: -1;
    top: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.t_log a:after{
    content: "";
    display: inline-block;
    position: absolute;
    right: -50%;
    width: 50%;
    height: 100%;
    background: #d54498;
    z-index: -1;
    top: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.t_log a:hover:before{
    left: 0;
}
.t_log a:hover:after{
    right: 0;
}
.t_log i{
    /*background: url(../images/th.png) no-repeat;
    width: 15px;
    height: 19px;*/
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}
.t_log span.t_login{
    background-position: -425px -16px;
}
.t_log span.t_sigup{
    background-position: -562px -16px;
}
.heading{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 73px;
    line-height: normal;
    color: #292828;
}
.heading strong{
    font-size: 93px;
    font-weight: 700;
    display: block;
    line-height: 54px;
    text-transform: uppercase;
}
.heading span{
    font-size: 30px;
    font-weight: 400;
    display: block;
    line-height: 78px;
    text-transform: uppercase;
}


.h_ab_section{
    overflow: hidden;
    position: relative;
    padding:52px 0;
    background: #f5f5f5;
    margin-bottom: 70px;
}
.hab_img{
    left: 0;
    bottom: 0;
    position: absolute;
    width: 50%;
}
.w_pic{
    display: inline-block;
    max-height: 207px;
    position: relative;
    z-index: 5;
    background: #fff;
    margin-bottom: 30px;
    width: 100%;
}
.w_pic:after{
    position: absolute;
    width: 100%;
    content: "";
    display: inline-block;
    height: 5px;
    bottom: 0;
    left: 0;
    box-shadow: 0 7px 41px rgba(0,0,0,0.5);
    z-index: -1;
}
.w_text{
    text-align: center;
}
/*.w_text h4{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
}*/
/*.w_text p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #3e3e3e;
    text-align: center;
}*/
.w_text p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
}
.h_work ul li{
    float: left;
    width: 20%;
    padding: 0 15px;
}
/*.h_work ul li:hover*/ 
.w_arrow{
    background: url(../images/wa.png) no-repeat center center;
    width: 100%;
    height: 207px;
    position: relative;
    overflow: hidden;
}
.w_arrow:before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    border: 1px dashed #bfbfbf;
    top: 50%;
    z-index: -1;
}
.h_help p{
    text-align: center;
}
.f_call span{
    background: url(../images/fcall.png) no-repeat;
    width: 37px;
    height: 37px;
    margin-right: 10px;
    vertical-align: middle;
}
.f_call i{
    margin-right: 10px;
    font-size: 40px;
}
.f_call a,
.f_call{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #323232;
    font-size: 46px;
    font-style: italic;
}
.f_call a:hover{
    color: #d54498;
    opacity: 1;
}
.h_help {
    background: #f5f5f5;
    padding-top: 60px;
    margin-top: 60px;
}
footer{
    color: #fff;
    text-align: left;
    padding-top: 206px;
    position: relative;
    margin-top: 80px;
    overflow: hidden;
    padding-bottom: 40px;
}
footer .pt55{
    padding-top: 40px;
}
footer .h1{
    margin-bottom: 16px;
}

footer:before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 120%;
    height: 108%;
    bottom: -30%;
    left: 0;
    background: #272727;
    border-radius: 222% 256% 0 0;
    left: -8%;
}
footer a{
    color: #fff;
}
footer p{
    line-height: 18px;
}
footer a:hover{
    opacity: 1
}
.h_help footer p{
    text-align: left;
}
.footer_logo{
    margin-bottom: 12px;
    width: 66%;
}
.f_link ul li{
    float: left;
    width: 50%;
    margin-bottom: 0;
}
.s_link a{
    color: #888888;
    margin-right: 15px;
    margin-bottom: 20px;
}

.s_link a:hover{
    color: #fff;
    opacity: 1;
}
.slider{
    position: relative;
}
.slider_text{
    position: absolute;
    top: 221px;
    left: 0;
    right: 0;
    bottom: 0;
}
.slid_form select{
    -webkit-appearance:none;
    -moz-appearance: none;
    background-image: url(../images/sea.png);
    background-position: right 4px center;
    background-repeat: no-repeat;
    width: 23%;
    color: #8cc640;
    float: left;
    border-color: #f2efef;
    margin-bottom: 0;
    box-shadow: 7px 6px 9px rgba(0,0,0,0.3);
    border-radius: 47px 0 0 47px;
    padding-left:16px;
}
.slid_form select.selectc{
    float: left;
    width: 60%;
    border-color: #f2efef;
    margin-bottom: 0;
    box-shadow: 7px 6px 9px rgba(0,0,0,0.3);
    border-radius: 0 47px 47px 0;
    background-image: none;
}
.slid_form input[type="submit"]{
    margin-top: 0;
    background: url(../images/suba.png) #d54498 center center no-repeat;
    font-size: 0;
    float: left;
    height: 46px;
    border-radius: 61px;
    border: 1px solid #d54498;
    
}
.slid_form input[type="submit"]:hover{
    background-color: #8cc640;
    border-color: #8cc640;
    opacity: 1;
}
.slid_form{
    margin-bottom: 30px;
}
.slid_form p{
    width: 80%;
    margin-top: 30px;
    color: #6f6f6f;
}

.skrollable {
	/*
	 * First-level skrollables are positioned relative to window
	 */
	position:fixed;

	/*
	 * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
	 */
	z-index:100;
}

.skrollr-mobile .skrollable {
	/*
		May cause issues on Android default browser (see #331 on GitHub).
	*/
	position:absolute;
}

.skrollable .skrollable {
	/*
	 * Second-level skrollables are positioned relative their parent skrollable
	 */
	position:absolute;
}

.skrollable .skrollable .skrollable {
	/*
	 * Third-level (and below) skrollables are positioned static
	 */
	position:static;
}
.ang1{
    background: url(../images/ang1.png) no-repeat;
    width: 572px;
    height: 291px;
    position: absolute;
    z-index: 6;
}
.ang2{
    background: url(../images/ang2.png) no-repeat;
    width: 217px;
    height: 484px;
    position: fixed;
    z-index: 1;
}
.ang3{
    background: url(../images/ang3.png) no-repeat;
    width: 554px;
    height: 425px;
    position: fixed;
    z-index: 1;
    right: 0;
}
.slider_pic img{
    width: 100%
}
.w_body{width: 100%;}

.ss .w_arrow{
    -webkit-animation: mymove 10s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 2; /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite alternate;
}

@-webkit-keyframes mymove {
    from {background-position: -110px center;}
    to {background-position: 138px center;}
}

@keyframes mymove {
    from {background-position: -110px center;}
    to {background-position: 138px center;}
}
.ht_sticky{
    position: fixed;
    background: #272727;
    z-index: 7;
    margin-top: 0;
    top: -102px;
    left: 0;
    right: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    padding: 5px 0;
}
.ht_sticky.sticky{
    top: 0;
}
.ht_sticky.sticky .nav_menu > ul > li > a{
    color: #fff;
}
.ht_sticky.sticky .nav_menu > ul > li.active > a{
    color: #d54498;
}
.ht_sticky.sticky .top_info_section{
    margin-top: -6px;
}
.acc{
    background: #ebf0f4;
}
.sidebar{
    background: #4765ac;
}
.side_logo{
    text-align: center;
    padding-top: 95px;
    color: #fff;
    padding-bottom: 25px;
    margin: 0 15px;
    border-bottom: 1px solid #2b4277;
}
.side_logo a{
    color: #fff;
}
.side_logo a h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
}
.side_logo a span{
    font-size: 20px;
}
.side_nav{padding-top: 25px;}
.side_nav ul li{margin-bottom: 0;}
.side_nav ul li a{
    display: block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 26px 0;
    padding-left: 45px;
    border-left: 5px solid transparent;
}
.side_nav ul li img{
    margin-right: 16px;
}
.side_nav ul li a:hover,
.side_nav ul li.active a{
    background: #3c5797;
    border-color: #d54498;
    opacity: 1;
}
.profile_body{
    width: 507px;
    margin: 0 auto;
    padding-top: 135px;
}
.profile_body h3{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #4765ac;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.profile_panel {
    background: #8cc640;
    color: #fff;
    font-size: 16px;
    padding: 40px;
    box-shadow: 0 0 60px rgba(140, 198, 64, 0.5);
    border-radius: 10px;
}
.profile_panel ul{
    padding: 0;
    margin: 0;
}
.profile_panel ul li{
    display: block;
    border-bottom: 1px solid #6d9a32;
    margin-bottom: 0;
    line-height: normal;
    padding: 14px 10px;
}
.pro_l,
.pro_r{
    float: left;
    width: 30%;
    position: relative;
}
.pro_r{
    width: 70%;
}
.profile_panel ul li a{
    color: #fff;
}
.profile_panel ul li input[type="password"]{
    margin-bottom: 0;
    border: none;
    background: none;
    color: #fff;
    position: absolute;
    top: -13px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    left: -100%;
    padding-left: 0;
    font-size: 16px;
}
.profile_panel ul li input[type="password"]::placeholder {
  color: #fff;
  font-size: 1.2em;
  font-style: italic;
}
.profile_panel input[type="submit"]{
    color: #fff;
    background: #d54498;
    border: 1px solid #d54498;
    padding: 10px;
    height: auto;
    margin-top: 0;
}
.profile_panel ul li:last-child{
    border: none;
    padding-right: 0;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
}
.pro_r span{
    position: absolute;
    background: url(../images/pass_e.png) no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
    right: 0;
    top: 50%;
    margin-top: -9px;
}
.passD{
    height: 25px;
    overflow: hidden;
    
}
.passImg{
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.passImg.goleft{
    left: -60%;
}
.profile_panel ul li input[type="password"].goleft{
    left: 0;
}
.ang4{
    position: absolute;
    left: -30px;
    top: 43px;
    background: url(../images/ang4.png) no-repeat;
    width: 116px;
    height: 81px;
}
.ang5{
    position: absolute;
    left: -19px;
    bottom: 43px;
    background: url(../images/ang5.png) no-repeat;
    width: 69px;
    height: 94px;
}
.ang6{
    position: absolute;
    right: 0px;
    top: 43px;
    background: url(../images/ang6.png) no-repeat;
    width: 124px;
    height: 63px;
}
.ang7{
    position: absolute;
    right: -50px;
    bottom: 43px;
    background: url(../images/ang7.png) no-repeat;
    width: 144px;
    height: 143px;
}
.log_h{
    width: 672px;

}
.table > thead > tr > td{
    text-align: center;
    color: #fff;
    background: #8cc640;
    font-family: 'Open Sans', sans-serif;
    padding: 16px 1px;
    vertical-align: middle;
    font-size: 16px;
}
.table > thead > tr > td:first-child{
    width: 150px;
    border-top-left-radius: 5px;
}
.table > thead > tr > td:last-child{
    border-top-right-radius: 5px;
}
.table > tbody > tr > td{
    text-align: center;
    border: none;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    padding: 23px 5px;
    position: relative;
    font-size: 15px;
}
.table > tbody > tr > td:before{
    position: absolute;
    content: attr(data-text);
    display: none;
    left: 20px;
    color: #000000;
    font-weight: bold;
}

.table > tbody > tr:nth-child(even) > td{
    background: #f3f3f3;
}
.table > tbody > tr:hover > td{
    background: #595959;
    color: #fff;
}
.table > tbody > tr:hover > td:before{
    color: #fff;
}
.tra{width: 100%;}
.table > thead > tr > td >span{
    display: block;
    font-size: 13px;
}
.table > tbody > tr > td > a{
    color: #3e3e3e;
}
.table > tbody > tr:hover > td > a{
    color: #fff;
}
.td_success a,
.div_success{
    color: #8cc640 !important;
}
.td_failed a,
.div_failed{
    color: #ff0000 !important;    
}
.td_dout a,
.div_dout{
    color: #ffb400 !important;    
}
.top_search{
    position: relative;
    background: #fff;
    padding: 12px;
}
.top_search:before{
    position: absolute;
    content: "";
    display: inline-block;
    background: #fff;
    height: 100%;
    width: 200px;
    left: -16%;
    top: 0;
    z-index: -1;
}
.top_search ul{
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
.top_search ul li{
    background: url(../images/top_ser.png) no-repeat;
    float: left;
    margin-bottom: 0;
    border: 1px solid #c3c3c3;
    padding: 3px 8px;
    margin-left: 13px;
}
.top_search ul li:nth-child(2){
    background-position: 0px -77px;
}
.top_search ul li:nth-child(3){
    background-position: 0px -148px;
    padding-left: 44px;
}
.top_search input[type="text"]{
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    width: 158px;
    background: none;
    padding-left: 43px;
    color: #000;
}
.top_search select{
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    border: none;
    color: #000;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;      
    appearance: none;
}
.top_search select::-ms-expand {
    display: none;
}
.top_search input[type="text"]::-webkit-placeholder {
    color: #000;
}
.top_search input[type="text"]::-webkit-input-placeholder,
.top_search input[type="text"]::placeholder {
    color: #000;
}
.top_search ul li:last-child{
    background: none;
    padding: 0;
    border: none;
}
.top_search input[type="submit"]{
    margin: 0;
    background: #d54498;
    border: 1px solid #d54498;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 0 17px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.top_search input[type="submit"]:hover{
    background: #8cc640;
    border-color: #8cc640;
    opacity: 1;
}
.traD {
    width: 600px;
    padding-bottom: 50px;
}
.traD ul{
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.traD ul li{
    margin-bottom: 0;
}
.detail_l{
    float: left;
    width: 30%;
    background: #8cc640;
    color: #fff;
    padding: 0 7px;
    border-left: 1px solid #82ba39;
    position: relative;
}
.detail_text{
    position: relative;
    padding-left: 13px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.detail_l .detail_text:before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #6c9b2e;
    bottom: 0;
    left: 0;
}
.detail_r{
    background: #fff;
    border-right: 2px solid #e4e4e4;
    float: right;
    width: 70%;
    font-size: 15px;
}
.detail_r .detail_text{
    padding-left: 90px;
    padding-right: 20px;
}
.traD ul li:nth-child(even) .detail_r{
    background: #f3f3f3;
}
.traD ul li:first-child .detail_l{
    border-top-left-radius: 5px;
    border-top: 1px solid #82ba39;
}
.traD ul li:first-child .detail_r{
    border-top-right-radius: 5px;
    border-top: 1px solid #e4e4e4;
}
.traD ul li:last-child .detail_text:before{
    display: none;
} 
.traD ul li:last-child .detail_l{
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid #82ba39;
}
.traD ul li:last-child .detail_r{
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #e4e4e4;
}
.detail_text span{
    font-size: 11px;
    display: block;
    line-height: 13px;
}
.stat .detail_l .detail_text{
    padding-top: 9px;
    padding-bottom: 19px;
}
.step .header_top {
    
}
body.step {
    background: #ecf1f5;
}
.step_container{
    width: 844px;
    margin: 60px auto 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 32px rgba(0,0,0,0.2);
}

.step_r{
    border-radius: 5px;
    overflow: hidden;
}
.step_r  ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.step_r > form > ul > li{
    margin-bottom: 0;
    left: 100%;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.step_r > form > ul.all_sec > li{
    margin-bottom: 0;
    position: absolute;
    left: 100%;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.step_r > form > ul > li.current{
    left: 0;
}
.step_h{
    background: #4765ac;
    display: block;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 15px 60px;
    padding-left: 133px;
    text-transform: uppercase;
    position: relative;
}
.step_f{
    background: #f2f6f9;
    padding-left: 133px;
    padding-right: 60px;
    padding-top: 70px;
    padding-bottom: 125px;
}
.step_f > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.step_f label{
    color: #848586;
    font-size: 15px;
    float: left;
    width: 25%;
    margin-top: 8px;
}
.step_f select,
.step_f input[type="text"],
.step_f input[type="tel"],
.step_f textarea,
.intl-tel-input{
    float: right;
    width: 75%;
    background: none;
    border-color: #cbcbcb;
    border-radius: 72px;
    margin-bottom: 0;
    padding: 0 20px;
}
.intl-tel-input{
    padding: 0;
    border: 1px solid #cbcbcb;
    padding-left: 15px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text]{
    border: none;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text]{
    width: 100%;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag{
    background-color: rgba(0, 0, 0, 0);
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container,
.intl-tel-input.allow-dropdown .selected-flag{
    outline:none;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container{
    left: 13px;
}
.step_f textarea{
    border-radius: 10px;
}
.step_f input[type="submit"],
.step_f a{
    float: none;
    margin: 63px 0 0 ;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    height: 52px;
    background: #8cc640;
    border-color: #8cc640;
    background-image: url(../images/bt_arr.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 70px;
    padding-top: 15px;
    line-height: normal;
    height: auto;
    padding-bottom: 15px;
    padding-left: 33px;
    border-radius: 6px;
    letter-spacing: 3px;
}
.step_f input[type="submit"]:hover,
.step_f a:hover{
    background-color: #d54498;
    border-color: #d54498;
    opacity: 1;
}
.step_l{
    position: absolute;
    height: 100%;
    width: 60px;
    top: 0;
    left: 0;
    background: #fff;
    padding-top: 102px;
    z-index: 1;
}
.step_l > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.step_l > ul > li{
    display: block;
    width: 10px;
    height: 10px;
    background: #e0e0e0;
    border-radius: 50%;
    margin: 0 auto 95px;
    position: relative;
}
.step_l > ul > li:before{
    position: absolute;
    content: "";
    display: inline-block;
    height: 95px;
    width: 1px;
    background: #e8e8e8;
    top: 10px;
    left: 4.5px;
}
.step_l > ul > li:after{
    position: absolute;
    content: "";
    display: inline-block;
    height: 0;
    width: 1px;
    background: #d54498;
    top: 10px;
    left: 4.5px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.step_l > ul > li.dn:after{
    height: 95px;
}
.step_l > ul > li.select{
    background: #d54498;
}
.step_l > ul > li:last-child:before{
    display: none;
}
.lb_card label{
    width: 100% !important;
    background: url(../images/radi.png) no-repeat left center;
    margin-top: 0 !important;
    padding-left: 24px;
}
.lb_card{
    margin-bottom: 35px;
}
.step_2nd{padding-top: 15px;}
.expir select{
    width: 30% !important;
    float: left;
    margin-right: 10px;
}
.check{
    margin-top: 50px;
    width: 100% !important;
}
.check input[type="checkbox"]{
    position: relative;
    top: 2px;
}
.step_3nd{
    padding-top: 35px;
}
.step_3nd label:first-child{
    position: relative;
    width: 19%;
    margin-right: 25px;
}
.step_3nd label:first-child:after{
    position: absolute;
    content: ':';
    right: 0;    
}
.step_3nd h3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.step_3nd h4{
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
}
.card_detail{
    background: #fff;
    padding: 30px;
}
.card_detail > ul > li > label:first-child{
    width: 30%;
}
.card_detail > ul > li label{
    width: 64%;
}
.step_4th{text-align: center;}
.err em{color: red;}
.ang8{
    position: fixed;
    background: url(../images/ang8.png) no-repeat;
    width: 457px;
    height: 466px;
    top: 53px;
    left: -90px;
}
.ang9{
    position: fixed;
    background: url(../images/ang9.png) no-repeat;
    width: 473px;
    height: 407px;
    bottom: -53px;
    right: -90px;
}
.all_sec > li {
    float: left;
}
.step_f select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    background-image: url(../images/dra.png);
    background-position: center right 14px;
    background-repeat: no-repeat;
}
.pagination{float: right;}
.pagination ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.pagination ul li{
    display: inline;
}

.pagination ul li a{
    font-size: 14px;
    background: #8cc640;
    color: #fff;
    padding: 4px 9px;
}

.pagination ul li a:hover,
.pagination ul li.active{
    background: #d54498;
    color: #fff;
    font-size: 14px;
    padding: 4px 9px;
    opacity: 1;
}
footer{
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 10px;
}
footer:before{
    width: 158%;
    height: 93%;
    left: -26%;
}
.content_body{
    padding: 25px 40px;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
}
.content_body p{
    padding-bottom: 10px;
}
.f_link ul li:hover a,
.f_link ul li a:hover,
.f_link ul li.active a{
    opacity: 1;
    color: #d54498;
}



/*--------------------------------------FAQ PAGE START--------------------------------------*/
.toggle_block{
	margin-bottom: 25px;
}
.toggle_block:last-child{margin-bottom: 0;}
.toggle_block > .ques{
    border-radius: 0;
    position: relative;
    padding: 0;
    cursor: pointer;
	overflow: hidden;
    border: 1px solid #ddd;
}
.toggle_block .faq_q{
    margin-bottom: 0;
    padding: 0 0 0 65px;
    font-size: 17px;
	line-height: 50px;
	position: relative;
}
.toggle_block > .ques .faq_q:before, .toggle_block > .ques .faq_q:after{
    position: absolute;
    content: "+";
    display: block;
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #d54498;
    font-size: 20px;
    left: 0;
    top: 0;
	z-index: 1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    border-right: 1px solid #ddd;
    font-weight: bold;
}
.toggle_block > .ques.closed .faq_q:before, .toggle_block > .ques.closed .faq_q:after {
    content: "-";
    color: #fff;
    font-size: 32px;
    line-height: 43px;
}
.toggle_block > .ques .faq_q:hover, .toggle_block > .ques.closed .faq_q{color: #fff; background: #d54498;}
.toggle_block > .ques .faq_q:hover:before, .toggle_block > .ques .faq_q:hover:after{background: #d54498; color: #fff;}
.toggle_block .ans_toggle{display: none;}
.toggle_block .ans_toggle{
    display: none;
    padding: 10px 10px 10px 55px;
    border: 1px solid #ddd;
    border-top: none;
}
.faq_a{
	color: #141414;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}
.ans_toggle p{
}
.contact_into .h{
    font-size: 25px;
}
.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="email"],
.contact_form textarea{
    margin-bottom: 10px;
}
.contact_form input[type="text"]:focus,
.contact_form input[type="tel"]:focus,
.contact_form input[type="email"]:focus,
.contact_form textarea:focus{
    border-color: #d54498;
}
.contact_form input[type="submit"]{
float: none;
    margin: 0 0 ;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    height: 52px;
    background: #8cc640;
    border-color: #8cc640;
    background-image: url(../images/bt_arr.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 70px;
    padding-top: 15px;
    line-height: normal;
    height: auto;
    padding-bottom: 15px;
    padding-left: 33px;
    border-radius: 6px;
    letter-spacing: 3px;
}

.contact_form input[type="submit"]:hover{
    background-color: #d54498;
    border-color: #d54498;
    opacity: 1;
}


.contact_form ul li{
    margin-bottom: 3px;
}
.contact_address ul li{
    padding-left: 50px;
    line-height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 3px;
    position: relative;
}
.contact_address ul li i{
    color: #fff;
    background: rgba(0,0,0,0.7);
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact_address ul li a:hover{
    opacity: 1;
    color: #d54498;
}
.remember a{
    float: left;
    padding: 0;
    margin: 11px 0 0;
    letter-spacing: 0;
    color: #848586;
    font-weight: normal;
    text-transform: none;
    background: none;
    font-size: 15px;
}

.remember a:hover{
    opacity: 1;
    color: #d54498;
    background: none;
}
.remember input[type="checkbox"]{    
    margin-top: 9px;
    position: relative;
    vertical-align: top;
}
.log_main.step_container{
    width: 500px;
}
.log_main .step_h{
    padding-left: 82px;
}
.log_main .step_f{
    padding-left: 82px;
    padding-right: 38px;
    padding-top: 41px;
    padding-bottom: 27px;
}
.log_main .remember label:nth-child(2){
    width: 39%;
}
.log_main .step_f input[type="submit"]{
    margin-top: 15px;
}

.main_section .content_body h2 {font-size: 18px;font-weight: bold;margin-bottom: 0;}
.content_body ul {padding-left: 35px;}
.content_body ul li {position: relative;list-style: none;}
.content_body ul li:before {position: absolute;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f105";left: -18px;color: #d54498;}
.content_body a {color: #d54498;}
.content_body a:hover {color: #8cc640;}/*
.side_logo img{
    display:none;
}*/
.contact_form ul li:before{
    display: none;
}
.country_list .dial-code{
    display: none;
}