/* General
======================*/
*,
:focus {
    outline: 0!important;
}

/*Fonts
==============================*/
@font-face {
    font-family: "myfont";
    src:url('../css/font/myfont.woff2') format('woff2'),
        url('../css/font/myfont.woff') format('woff'),
        url('../css/font/myfont.eot') format('eot'),
        url('../css/font/myfont.ttf') format('truetype'),
        url('../css/font/myfont.otf') format('opentype');
}
@font-face {
    font-family: "myfontxlt";
    src:url('../css/font/myfontxlt.otf') format('opentype');
}

body {
    font-family: "myfont";
    overflow-x: hidden;
    background: #fbfbfb;
}

/*Page Setting
=============================*/
#wrapper{
	position: relative;
	width: 100%;
    height: 100%;
}
.main {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 115px;
}
.page-content{
    position: relative;
    width: 100%;
}
.section-setting {
    padding: 50px 0px;
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.section-color{
    background: #f6f6f6;
}
/*Links
=============================*/
a, a:hover, a:focus {
    text-decoration: none;
}

/*Spacer
===============================*/
.spacer-15{
    display: block;
    height: 15px;
    width: 100%;
    overflow: hidden;
    clear: both;
}
hr {
    display: block;
    position: relative;
    margin-top: 9px;
    margin-bottom:10px;
    border: 0;
    border-top: 1px solid #eee;
    width: 100%;
}

/*Lists
=============================*/
ul, li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Button
======================*/
.custom-btn {
    border: 0;
    background: #399fd0;
    display: inline-block;
    line-height: 35px;
    font-size: 13px;
    font-weight: 100;
    padding: 0 20px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 3px;
}
.custom-btn:hover ,
.custom-btn:focus {
    color: #fff;
    background:#6c6b69;
}
.icon-btn{
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 0;
    background: #399fd0;
    opacity: 0.8;
    color: #fff;
    border-radius: 3px;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.icon-btn svg{
    display:block;
    height: 15px;
    text-align:center;
    width: 100%!important;
    margin-top: 7px;
}
.icon-btn:hover{
    opacity:1;
    color: #fff;
}
.green-bc{
    background: #4CAF50!important;
}
.blue-bc{
    background: #03A9F4!important;
}
.red-bc{
    background: #fa3b39;
}

/* pagenation
============================*/
.pagenation {
    display: block;
    position: relative;
    margin: 5px auto;
    text-align: center;
    padding: 5px;
    width: 100%;
    background: #f2f7f8;
}
.pagenation li {
    display: inline-block;
}
.pagenation li a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 3px;
}
.pagenation li.active a:hover,
.pagenation li.active a, 
.pagenation li a:hover {
    background: #00b7d8;
    color: #fff;
}

/*Images
=============================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Forms
======================*/
.form-group {
    position: relative;
    overflow: hidden;
}
.form-group label {
    display: block;
    font-weight: 100;
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #399fd0;
    text-transform: capitalize;
    text-align: left;
    line-height: 30px;
    letter-spacing: 1px;
}
.form-group label span{
	display:block;
	color: #777;
	font-size: 13px;
}
.form-control {
    color: #186fa5;
    border: 1px solid #f1f1f1;
    margin: 0 auto;
    padding: 0px 10px;
    height: 45px;
    line-height: 45px;
    background-color: #fff!important;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 100;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 1px solid #00b7d8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 120px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 30px;
}
input[type=radio],
input[type=checkbox] {
    display: none;
}
input[type=radio]+label,
input[type=checkbox]+label {
    position: relative;
    margin: 0!important;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
}
input[type=radio]+label::before,
input[type=checkbox]+label::before {
    content: "";
    display: block;
    text-align: center;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -17px;
    width: 20px;
    height: 20px;
    color: inherit;
    background: #fff;
    border: 1px solid #e5e3e3;
    border-radius: 3px;
    font-size: 13px;
}
input[type=checkbox]+label::before {
    top: 0;
}
input[type=radio]+label::before {
    border-radius: 50%
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 22px!important;
    padding-right: 0;
    margin: 0!important;
}
input[type=radio]:checked+label::before,
input[type=checkbox]:checked+label::before {
    background: #399fd0;
    border-color: #399fd0;
}
.radio-wrap {
    margin: 0px;
    display: inline-block;
}
.radio-wrap label i {
    display: block;
}
.radio-wrap label i:before {
    font-size: 46px;
}
.radio-wrap label span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    text-align: left;
    margin-left: 25px;
}
.radio-wrap input[type="radio"]:empty,
.radio-wrap input[type="checkbox"]:empty {
    display: none;
}
.radio-wrap input[type="radio"]:empty ~ label,
.radio-wrap input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 25px;
    overflow: hidden;
    cursor: pointer;
    padding: 5px 10px;
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin: 0!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}
.radio-wrap input[type="radio"]:empty ~ label:before,
.radio-wrap input[type="checkbox"]:empty ~ label:before {
    position: relative;
    float: left;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    top: 5px;
}
.radio-wrap input[type="checkbox"]:empty ~ label:before {
	border-radius:0;
}
.radio-wrap input[type="radio"]:hover:not(:checked) ~ label,
.radio-wrap input[type="checkbox"]:hover:not(:checked) ~ label {
    background: #f5f5f5;
    color: #00b7d8;
    border: 1px solid transparent;
}
.radio-wrap input[type="radio"]:checked ~ label,
.radio-wrap input[type="checkbox"]:checked ~ label {
    color: #1e1f1f;
    background: #f2f7f8;
}
.radio-wrap input[type="radio"]:checked ~ label:before,
.radio-wrap input[type="checkbox"]:checked ~ label:before {
    background: #399fd0;
    border-color: #399fd0;
}

.nav-tabs {
    border-bottom: 0;
    margin: 0 auto 10px;
    text-align: center;
    padding: 0px 15px;
}
.nav-tabs li {
    display: block;
    float: left;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    border-bottom: 3px solid #f2f7f8;
}
.nav-tabs li a {
    display: block;
    padding: 0 20px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #1f1f1f;
    border: none;
    border-radius: 0;
    letter-spacing: 1px;
}
.nav-tabs li.active a ,
.nav-tabs li.active a:hover ,
.nav-tabs li.active a:focus ,
.nav-tabs li a:hover ,
.nav-tabs li a:focus {
    border: none;
    background: none;
    color: #00b7d8;
}
.nav-tabs li.active {
    border-bottom: 3px solid #00b7d8;
}

/*Page Heading
================================*/
.page-heading {
    display: block;
    position: relative;
    text-align: center;
    background: url(../images/bc.jpg) center;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0px;
}
.page-heading:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.page-heading h2 {
    font-size: 30px;
    display: block;
    padding: 0 35px;
    position: relative;
    line-height: 50px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}
.page-heading .breadcrumb {
	background: none;
  	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 0;
    line-height: 40px;
}
@media (min-width: 992px) {
	.page-heading .breadcrumb {
		text-align: center;
		}
}
@media (max-width: 991px) {
    .page-heading {
		text-align: center;
        overflow: hidden;
        padding: 10px 0px;
    }
    .page-heading h2{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }
}
.page-heading .breadcrumb > li + li:before {
	padding: 0px 5px;
	color: #fff;
}
.page-heading .breadcrumb li ,
.page-heading .breadcrumb a {
	color: #f7f7f7;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.page-heading .breadcrumb a svg{
	margin-right:5px;
}
.page-heading .breadcrumb > .active {
    color: #fff;
}

/*Widget
==============================*/
.widget{
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom:25px;
    border: 1px solid #f5f5f5;
}
.widget .widget-title {
    display: block;
    position: relative;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 15px;
    background: #00b7d8;
    text-transform: capitalize;
}
.widget .widget-content {
    display: block;
    position: relative;
    padding: 15px;
    overflow: hidden;
}

/*Pge Content
=============================*/
.top-header {
    display: block;
    position: fixed;
    width: 100%;
    height: 45px;
    color: #fff;
    padding:0;
    z-index: 9998;
    top: 0;
    left: 0;
    background: #399fd0;
}
.top-header-links{
    float:right;
    position: relative;
}
.top-header-links li{
    float:left;
}
.log-reg li a.custom-btn{
	margin:5px auto;
	padding: 0 10px;
}
.top-header-links li a img{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f2f7f8;
}
.top-header-links li a i{
    margin: 0 5px;
}
.top-header-links li a:hover{
    background: #2f9dca;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}

/*DropDown
================================*/
.top-header-links .dropdown{
    float: left;
    border-left: 1px solid #186fa5;
}
.top-header-links .dropdown .custom-btn{
    display: block;
    padding: 0px 15px;
    position: relative;
    box-shadow: none;
    font-size: 12px;
    line-height: 45px;
    min-width: 40px;
    letter-spacing: 0.5px;
}
.top-header-links .dropdown .custom-btn span{
    display: inline-block;
}
.top-header-links .dropdown .custom-btn:focus ,
.top-header-links .dropdown .custom-btn:hover{
    background: #227ab1;
    border-radius: 0;
}
.top-header-links .dropdown .custom-btn svg{
    font-size: 18px;
}
.top-header-links .dropdown .custom-btn .count{
    position: absolute;
    top: 13px;
    right: -8px;
    color: #fff;
    width: 15px;
    background: #186fa5;
    height: 15px;
    line-height: 15px;
    border-radius: 2px;
    font-size: 10px;
    z-index: 999;
}
.top-header-links .dropdown.profile .custom-btn img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.top-header-links .dropdown .dropdown-menu{
    box-shadow: none;
    border: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0;
    min-width: 220px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    left: auto;
    right: 0;
    opacity:0;
    visibility:hidden;
    top: 150%;
    display: block!Important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.top-header-links .dropdown .dropdown-menu ul{
    overflow: hidden;
}
.top-header-links .dropdown .dropdown-menu ul li{
    display: block;
    float: none;
    line-height: 25px;
    font-size: 12px;
    color: #777;
    border-top: 1px solid #e0e0e0;
    padding: 0;
}
.top-header-links .dropdown .dropdown-menu ul li a{
    padding: 10px 5px;
    white-space: normal;
    display: block;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 13px;
}
.top-header-links .dropdown .dropdown-menu ul li a:hover{
    background:#f2f7f8;
}
.top-header-links .dropdown .dropdown-menu ul li a .sender-img{
    float: left;
    margin: 5px auto;
}
.top-header-links .dropdown .dropdown-menu ul li a .message-content{
    display: block;
    padding-left: 40px;
}
.top-header-links .dropdown .dropdown-menu ul li a .message-content .sender-name{
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    color: #399fd0;
}
.top-header-links .dropdown .dropdown-menu ul li a .message-content .message-time{
    font-size: 11px;
    color: #1bb99a;
    float: right;
    padding-left: 5px;
}
.top-header-links .dropdown .dropdown-menu ul li a .message-content .message-details{
    font-size: 11px;
    line-height: 20px;
    color: #555;
}
.notfy-item{
    padding: 5px!important;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px;
}
.inner-noty .notfy-item{
	border: 1px solid #e0e0e0;
	margin: 5px auto;
}
.notfy-item .notfy-time{
    display: block;
    font-size: 11px;
    color: #4CAF50;
    padding-left: 5px;
    text-align: left;
    text-transform: capitalize;
}
.notfy-item .notfy-time i{
    margin-right: 1px;
}
.top-header-links .dropdown.profile .profile-dropdown .heading{
    display: block;
    position: relative;
    padding: 15px 0 0 0;
    text-align: left;
}
.top-header-links .dropdown.profile .profile-dropdown .heading img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #f2f7f8;
    padding: 3px;
}
.top-header-links .dropdown.profile .profile-dropdown .heading h3{
    display: block;
    position: relative;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #186fa5;
    text-align: center;
}
.top-header-links .dropdown.profile .profile-dropdown .heading p{
    display: block;
    position: relative;
    line-height: 20px;
    margin: 0;
    color: #333;
    text-transform: capitalize;
    font-size: 12px;
}
.top-header-links .dropdown.profile .profile-dropdown .heading p span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4CAF50;
    margin: 0px 5px 0px 0px;
}
.top-header-links .dropdown.profile .profile-dropdown ul li a{
    line-height: 40px;
    color: #444;
    padding: 0 10px;
}
.top-header-links .dropdown.profile .profile-dropdown ul li a svg{
    line-height: 45px;
    font-size: 16px;
    margin-right: 5px;
}
.top-header-links .dropdown.open .dropdown-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.drop-footer {
    display: block;
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f2f7f8;
}
.drop-footer a{
    display: block;
    position: relative;
    text-align: center;
    line-height: 35px;
    color: #444;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}
@media all and (max-width:767px){
    .top-header-links .user-profile-link a{
        padding: 0 5px 0 10px;
    }
    .top-header-links .user-profile-link a span{
        display: none;
    }
}
@media all and (max-width:360px){
    .top-header-links li a , .top-header-links li.icon-link a{
        border-left: 0;
        padding: 0 5px;
    }
    .top-header-links .dropdown .custom-btn span{
        display: none;
    }
}

/*Header
=============================*/
#header {
    background: #fff;
    min-height: 70px;
    position: fixed;
    top: 45px;
    width: 100%;
    z-index: 999;
    border: 1px solid #f1f1f1;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
#header > .container {
	position: relative;
}
#header .navbar-collapse > .container {
    position: relative;
    margin-top: -70px;
}

/*Header Logo
====================*/
#header .logo {
    position: relative;
    margin: 10px 0;
    padding: 0;
    float: left;
    z-index: 9999;
}
.btn-responsive-nav {
	display: none;
}
#header nav {
	float: right;
}
ul.navbar-nav > li.dropdown ul.dropdown-menu a:hover {
    color: #ffffff;
    background: #399fd0;
}
@media all and (min-width:992px) and (max-width:1200px) {
    .nav-main > ul.navbar-nav > li > a {
        padding: 20px 5px!important;
	}
    .nav-main > ul.navbar-nav > li > a b {
        display: none;
    }
}
@media all and (min-width:992px) {
    .nav-main > ul.navbar-nav li a {
        line-height:35px;
        padding: 10px 12px;
        font-size: 13px;
        color: #484848;
        letter-spacing: 2px;
        border-left: 1px solid #f1f1f1;
        text-transform: uppercase;
        text-align: center;
    }
    .nav-main > ul.navbar-nav li a svg{
    	display:block;
    	margin: 0 auto;
    	font-size: 16px;
    }
    .nav-main > ul.navbar-nav li a:focus {
        background: none!important;
    }
    .nav-main > ul.navbar-nav li:hover a,
	.nav-main > ul.navbar-nav li.active a {
		background: #fff;
		color: #1b6fa3;
	}
    ul.navbar-nav > li.dropdown {
		position: static;
    }
    ul.navbar-nav > li.dropdown a.extra {
        display: none;        
    } 
    ul.navbar-nav > li.dropdown ul.dropdown-menu {
        margin-top: 0;
        background: #fff;
        color: #1E1E1E;
        display: block;
        border: 0;
 }
	ul.navbar-nav > li.dropdown ul.dropdown-menu {
		left: auto;
		padding: 0;
	}
	ul.navbar-nav > li.dropdown:last-child ul.dropdown-menu {
		right: 15px;
	}
    ul.navbar-nav > li.dropdown ul.dropdown-menu {
		opacity: 0;
		visibility: hidden;
	}	
	ul.navbar-nav > li.dropdown ul.dropdown-menu li a {
		line-height: 35px;
		padding: 0px 12px;
		font-size: 13px;
		color: #484848;
		letter-spacing: 2px;
	}
    ul.navbar-nav > li.dropdown ul.dropdown-menu li + li a {
        border-top: 1px solid #EEE;
    }
    ul.navbar-nav > li.dropdown ul.dropdown-menu li:hover a,
    ul.navbar-nav > li.dropdown ul.dropdown-menu li:focus a,
    ul.navbar-nav > li.dropdown ul.dropdown-menu li.active a {
        color: #186fa5;
        background: #fff;
    } 
    ul.navbar-nav > li.dropdown:hover .dropdown-menu {
        visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		   -moz-transform: rotateX(0deg);
                transform: rotateX(0deg);  
	}		
}
@media all and (max-width:991px) {
    #header {
        clear: both;
    }	
    .btn-responsive-nav {
		background: #399fd0;
		top: 20px;
		display: block;
		position: absolute;
		right: 15px;
		color: #FFF;
		z-index: 1;
		-webkit-transition: background ease 0.4s;
		-moz-transition: background ease 0.4s;
		transition: background ease 0.4s;
	}
	.btn-responsive-nav:hover, 
	.btn-responsive-nav:active, 
	.btn-responsive-nav:focus {
		color: #fff;
        background: #1a6ea4;
	} 
	#header ul.navbar-nav {
		float: none;
		margin: 0;
	}
	#header .navbar-collapse .container{
		margin-top: 0;
	}	
	ul.navbar-nav .dropdown-menu {
	display: none;
	}
	ul.navbar-nav > .open .dropdown-menu {
		display: block;
	}
	#header .nav-main-collapse {
        top: -3px;
        position: relative;
        background: #399fd0;
        max-height: 330px;
        width: 100%;
        overflow: hidden;
 }  
    #header.colored .nav-main-collapse {
        top: -13px;        
    }
    #header .nav-main-collapse.collapse {
        display: none !important;
    } 
    #header .nav-main-collapse.collapse.in {
		overflow-x: hidden !important;
		overflow-y: auto !important;
		display: block !important;
    }   	
    #header .nav-main {
		padding: 10px 0;
		clear: both;
		display: block;
		float: none;
		width: 100%;
		}    
	#header .nav-main ul li {
		clear: both;
		float: none;
		display: block;
		margin: 1px auto;
	}
    ul.navbar-nav > li.dropdown a b {
        display: none;
    }
    ul.navbar-nav > li.dropdown  ul li a {
        margin-bottom: 0;
        background: transparent;
        line-height: 30px;
        font-size: 12px;
        text-transform: capitalize;
    }
    ul.navbar-nav > li.dropdown a.extra {
        display: block;
        float: right;
        position: relative;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin: 0;
        padding: 0;
        z-index: 10;
        background: #186fa5;
    }   
    ul.navbar-nav > li.dropdown a.extra svg{
		margin:0
	}  
	#header .nav-main > ul.navbar-nav ul.dropdown-menu {
		position: static;
		clear: both;
		float: none;
		border: none;
		box-shadow: none;
		background: #186fa5;
		border-radius: 0;
		margin: 1px 0 0 0;
		padding: 5px;
	} 
    .nav-main .navbar-nav li a {
		 position: relative;
		 display: block;
		 z-index: 2;
		 overflow: hidden;
		 font-size: 13px;
		 color: #fff;
		 text-transform: uppercase;
		 text-decoration: none;
		 padding: 0 15px;
		 line-height: 40px;
		 letter-spacing: 1px;
	}     
    ul.navbar-nav > .dropdown-menu li a {
		font-size: 14px !important;
    }  
    .nav-main .navbar-nav li a svg{
        margin-right: 5px;
    }
    ul.navbar-nav .title {
		 font-size: 16px;
		 padding-top: 8px;
		 color: #fff;
		 margin:4px 0;
    } 
    .nav-main .navbar-nav li a:focus{
		 background: none;
    }
    .nav-main .navbar-nav li:hover a {
		 background: #186fa5;
        color: #fff!important;
    } 
    .nav-main .navbar-nav li.active a,
    .nav-main .navbar-nav li.active a:hover {
        background: #186fa5;
        color: #fff;
    }
	.nav-main .navbar-nav li.open a:focus ,
	.nav-main .navbar-nav li.open a:hover {
		background: #186fa5;
	}	
}

/*Footer
==================================*/
footer.footer {
    display: block;
    position: relative;
    background: #399fd0;
    padding: 20px 0px;
}
footer.footer h3 {
    letter-spacing:1px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto 10px;
    line-height: 35px;
    padding-bottom: 5px;
    border-bottom: 1px solid #2a8dbd;
}
.footer p {
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
}
.footer .quick-links{
    display: block;
    position: relative;
}
.footer .quick-links li{
   color: #fff;
   line-height: 35px;
   letter-spacing: 1px;
   font-size: 12px;
}
.footer .quick-links li a{
    position: relative;
    display: block;
    line-height: 25px;
    text-transform: capitalize;
    color:#fff;
    font-size: 12px;
    letter-spacing: 1px;
}
.footer .quick-links li a:after{
    position: absolute;
    right:15px;
    content: " > ";
    -webkit-transition: all .3s;
       -moz-transition: all .3s; 
            transition: all .3s; 
}
.footer .quick-links li a:hover:after{
    transform: translateX(5px);
    -webkit-transition: all .3s;
       -moz-transition: all .3s;   
            transition: all .3s; 
}
.footer .subscribe-form{
    overflow: hidden;
    position: relative;
    display: block;
    margin:15px auto;
}
.footer .subscribe-form .form-group{
    margin: 0;
    position: relative;
}
.footer .subscribe-form .form-group .form-control{
    display: block;
    position: relative;
    margin: 0;
    border-radius:3px;
    height: 45px;
    padding: 0 10px;
    line-height:45px;
}
.footer .subscribe-form .form-group .icon-btn {
    position: absolute;
    right: 2px;
    top: 3px;
    color: #4db6ac;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}
.footer .subscribe-form .form-group .icon-btn i{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    padding: 0;
    font-size: 18px;
}
.copyrights {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #399fd0;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    line-height: 40px;
    border-top: 1px solid #2a8dbd;
    font-size: 12px;
}

/*Login -Register
===============================*/
.login-form {
    display: block;
    position: relative;
    max-width: 480px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ececec;
}
.reg{
    max-width: 767px;
}
.form-title {
    display: block;
    position: relative;
    line-height: 50px;
    color: #fbfbfb;
    background: #399fd0;
    font-size: 18px;
    padding: 0 15px;
    border-radius: 0;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.form-footer {
    display: block;
    position: relative;
    width: 100%;
    line-height: 50px;
    padding: 0 15px;
    font-size: 13px;
    border-top: 1px solid #ececec;
    color: #333333;
    text-transform: capitalize;
}
.login-form .form-footer a{
    color: #399fd0;
    margin-left: 5px;
}
.login-form form{
    padding: 15px;
    overflow: hidden;
}
.login-form .form-group:last-child{
    margin: 0;
}
.icon-text i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    line-height: 45px;
    text-align: center;
    color: #c1c1c1;
}
.login-form .remmeber{
    display: block;
    position: relative;
    float: left;
    margin: 0;
}
.login-form .remmeber label {
    color: #6f6868;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 20px;
    padding-right: 29px;
}
.login-form .remmeber label:before {
    top: 0!important;
}
.login-form .forget-pass{
    display: block;
    float: right;
    position: relative;
}
.login-form .forget-pass a{
    color: #399fd0;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.login-form .forget-pass a:hover{
    color: #1b1e25;
}

.register-form{
    display: block;
    position: relative;
    max-width:767px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ececec;
}
.register-form form{
    padding: 15px;
    overflow: hidden;
}
.register-form .form-froup{
    margin: 5px -10px;
}
.register-form .acc-type label{
    text-align: center;
    color: #399fd0;
    margin: 15px auto 10px;
}
.register-form .acc-type .radio-wrap{
    margin: 5px;
}
.register-form .acc-type .radio-wrap input[type="radio"]:empty ~ label{
    width: 150px;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
}
.register-form .acc-type .radio-wrap input[type="radio"]:empty ~ label:before{
    display:none;
}

/* Date Picker
========================*/
.datetimepicker {
    padding:0px 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    border-color: #f1f1f1;
    box-shadow: none;
}
.input-group{
    position: relative;
}
.datetimepicker table {
    margin: 0;
    width: 100%;
}
.datetimepicker td, .datetimepicker th {
    border-radius: 0;
    border: 0;
    font-weight: 100;
    font-size: 13px;
}
.input-group{
    border-radius: 0;
}
.input-group .form-control{
    background: #fff;
    border: 1px solid #f1f1f1;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: #399fd0;
}

/*Send Form
=========================*/
.send-form{
    border: 1px solid #f9f9f9;
    max-width: 560px;
    margin: 15px 0;
    padding: 15px;
}
.send-form.wide{
    max-width: 100%;
}
.send-form.wide .form-control{
    height: 70px;
    line-height: 35px;
}
.dataTable>tbody>tr>td>a{
    color: #00b7d8;
}

/*Tables
===========================*/

/*Tables
===========================*/
.dataTables_length{
    float: left;
    width: 50%;
}
.dataTables_length select{
    border: 1px solid #7ac749;
    padding: 3px;
    line-height: 35px;
}
.dataTables_filter{
    float:right;
}
.dataTable{
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    font-size: 13px;
    padding: 5px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 100;
    color: #1b1b1b;
    text-align: center;
}
table.dataTable.no-footer{
    border-bottom: 0;
    margin-bottom: 5px;
}
.top-filter{
    overflow: hidden;
    background: #f9f9f9;
    padding: 10px 0px 0px 0px;
    margin: 15px auto;
}
.top-filter .custom-btn{
	margin-bottom: 10px;
}

@media all and (max-width: 767px){
    .table-responsive {
        padding: 10px;
    }
}
.img-block {
    padding: 0;
    margin: 10px auto;
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 15px;
    background: #f2f7f8;
    border-radius: 3px;
}
.img-block img {
    margin-bottom: 5px;
    height: 150px;
    background: #fff;
    padding: 10px;
}
.img-block .custom-file-upload {
    cursor: pointer;
    display: block!important;
    width: 150px!important;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 11px;
}
.img-block input[type="file"] {
    display: none;
}
.task-nav {
    display: block;
    position: relative;
    border-bottom: 0;
    margin: 0px auto;
    text-align: center;
    padding: 15px 0;
    overflow: hidden;
    background: #f5f5f5;
}
.task-nav:before {
    content: " ";
    position: absolute;
    background: #e8e8e8;
    height: 2px;
    top: 30px;
    left: 0;
    width: 100%;
    right: 0
}
.task-nav>li {
    float: left;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    width: 25%;
}
.task-nav>li>a {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    color: #000;
    border: none;
    border-radius: 0;
    background: transparent;
}
.task-nav>li>a>span {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #ffffff;
    border: 0;
}
.task-nav>li.active>a,
.task-nav>li.active>a:focus,
.task-nav>li.active>a:hover,
.task-nav>li>a:focus,
.task-nav>li>a:hover {
    border: none;
    background: transparent;
    color: #00b7d8;
}
.task-nav>li.active>a>span,
.task-nav>li.active>a:focus>span,
.task-nav>li.active>a:hover>span,
.task-nav>li>a:focus>span,
.task-nav>li>a:hover>span {
    background: #2f9dca;
    color: #fff;
}
@media (max-width: 767px) {
    .task-nav>li {
        float: none;
        width: 100%;
        display: block
    }
    .task-nav:before {
        display: none
    }
    .task-nav>li>a {
        width: 100%;
        border: 1px solid #e8e8e8;
        margin: 5px auto;
        padding: 0;
        text-align: left;
    }
    .task-nav>li>a>span {
        display: inline-block;
        margin-right: 5px;
        border: 0;
        border-radius: 0;
        text-align: center;
    }
    .task-nav>li.active>a,
    .task-nav>li.active>a:focus,
    .task-nav>li.active>a:hover,
    .task-nav>li>a:focus,
    .task-nav>li>a:hover {
        background: transparent;
        color: #00b7d8;
        border: 1px solid #e8e8e8;
    }
    .task-nav>li.active>a>span,
    .task-nav>li.active>a:focus>span,
    .task-nav>li.active>a:hover>span,
    .task-nav>li>a:focus>span,
    .task-nav>li>a:hover>span {
        background: #f5f5f5;
        color: #252525
    }
}

/*Profile
========================*/
.profile-card {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #f4f4f4;
    margin-bottom: 15px;
    text-align: right;
}
.profile-card .profile-img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px auto;
    border: 5px solid #f1f1f1;
}
.profile-card .profile-img img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.profile-card .profile-name {
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 16px;
    color: #186fa5;
    text-align: center;
    margin: 5px auto;
}
.profile-card .profile-name span{
	display:block;
	line-height:20px;
	font-size:14px;
	color:#399fd0;
}
.profile-card .profile-menu ul {
	text-align:left;
}
.profile-card .profile-menu ul li a {
    display: block;
    position: relative;
    color: #1a1a1a;
    border-top: 1px solid #f4f4f4;
    padding: 0;
    line-height: 35px;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.profile-card .profile-menu ul li a svg {
    font-size: 15px;
    color: #094561;
    line-height: 35px;
    width: 35px;
    text-align: center;
}
.profile-card .profile-menu ul li.active a, 
.profile-card .profile-menu ul li:hover a {
    color: #ffffff;
    background: #399fd0;
}
.profile-card .profile-menu ul li.active a svg, 
.profile-card .profile-menu ul li:hover a svg{
    color: #fff;
}
.profile-content .title{
    background: #399fd0;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.profile-content .title.rech{
    text-align: center;
    font-size: 12px;
    margin: 0px auto;
    display: block;
    background: transparent;
    line-height: 25px;
}
.step-content{
    border: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    text-align: left;
    background: #fff;
}
.step-content .form-group{
    margin-bottom: 10px;
    padding: 0 10px;
}
.step-content label{
    color: #399fd0;
    width: 100%;
    line-height: 35px;
    margin: 0;
    font-weight: 100;
    text-transform: capitalize;
}
.step-content .form-control{
    display: block;
}
.step-content .img-block {
    padding: 0;
    margin: 10px auto;
    display: block;
    width: 100%;
    background: #f4f4f4;
    padding: 15px;
}
.step-content .img-block img {
    margin-bottom: 5px;
    width: 160px;
    background: #fff;
    padding: 10px;
}
.step-content .img-block .custom-file-upload {
    cursor: pointer;
    display: block!important;
    width: 150px!important;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 11px;
}
.step-content .img-block input[type="file"] {
    display: none;
}
.upload-img-hint{
    margin-top: 5px;
}
.upload-img-hint li.head{
    font-weight: 600;
    font-size: 13px;
}
.upload-img-hint li{
    display: block;
    line-height:25px;
    font-size: 12px;
}
.step-content label.inline{
    display: inline-block;
    line-height: 25px;
    vertical-align: top;
}
.account-type .radio-wrap ,
.step-content .radio-wrap {
    display: inline-block;
    margin: 1px 0;
    width: 48%;
    background: #f4f4f4;
    padding: 5px;
}
.step-content .radio-wrap.third{
    width: 32.3%;
}
@media all and (max-width:520px){
    .step-content .radio-wrap ,
    .step-content .radio-wrap.third{
        width:100%;
        margin:1% auto;
    }
}
.message-wrap{
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f7f8;
}
.message-wrap li {
    display: block;
    position: relative;
}
.message-wrap li a{
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 25px;
    color: #000000;
    padding: 5px 10px;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
    text-transform: lowercase;
    font-size:14px;
}
.message-wrap li:last-child a{
    border-bottom:0;
}
.message-wrap li a:hover{
    background: #eef3f4;
}
.message-wrap li a .sender-img{
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow:hidden;
}
.message-wrap li a .sender-img img{
    width:100%;
    height:100%;
}
.message-wrap li a .message-content{
    display: block;
    padding-left: 70px;
    text-align: left;
}
.message-wrap li a .message-content .sender-name{
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 15px;
    color: #186fa5;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.message-wrap li a .message-content .message-time{
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 13px;
    color: #4CAF50;
}
.message-wrap li a .message-content .message-details{
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 25px;
    color: #777;
}
@media all and (max-width:480px){
    .message-wrap li a , 
    .message-wrap li a .message-content .sender-name{
        text-align: center;
    }
    .message-wrap li a .sender-img{
        float: none;
        display: block;
        margin: 0 auto;
    }
    .message-wrap li a .message-content{
        padding: 0;
    }
}

/* Only Message */
.only-message{
    padding: 0;
}
.only-message .message-head {
    display: block;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    overflow: hidden;
}
.only-message .message-head .sender-img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.only-message .message-head .sender-name {
    display: block;
    line-height: 25px;
    text-transform: capitalize;
    font-size: 13px;
    color: #399fd0;
    padding-left: 70px;
}
.only-message .message-head .sender-name span{
    display: block;
    font-weight: 100;
    font-size: 12px;
    color: #1bb99a;
}
.only-message .message-details{
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 12px;
    color: #757575;
    padding: 10px;
    border-bottom: 1px solid #f4f4f4;
}
.message-replay .form-group{
    margin: 5px 0px;
}
.message-replay .form-group .custom-btn{
    display: block;
    width: 120px;
    float: right;
}
.test-phone-filter{
	text-align:center;
}
.test-phone-filter label{
    display: inline-block;
}
.test-phone-filter .form-control{
    display: inline-block;
    width: 190px;
}
.phone-item{
    display: block;
    margin: 15px auto;
    background: #f7f7f7;
    overflow: hidden;
    padding: 5px;
}
.phone-item .phone-img{
    width: 80px;
    float: left;
}
.phone-item .phone-img img{
    width: 100%;
} 
.phone-item .phone-cont{
    display: block;
    padding: 15px 0 15px 70px;
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.phone-item .phone-cont span{
    display: block;
    line-height: 25px;
    color: #399fd0;
}
.phone-item .phone-cont span:last-child{
	color: #777;
}
.req-item{}
.req-item .title{
    display: block;
    position: relative;
    line-height: 50px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #399fd0;
    font-size: 21px;
}
.req-item ul{}
.req-item ul li{
    line-height: 35px;
    color: #399fd0;
    border: 1px solid #f1f1f1;
    margin: 5px auto;
    padding: 10px;
    font-size:14px;
}
.req-item ul li span{
    color: #484848;
    margin-left: 5px;
    display: inline-block;
}
/*DropDown with search
=======================*/
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
.select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #eee;
    border-radius: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple , 
.select2-container--default .select2-selection--multiple{
    border: 1px solid #eee;
    border-radius: 0;
    line-height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00b7d8;
    border: 1px solid #00b7d8;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
}
#exp{
    cursor: pointer;
}
.low-txa ,
.hig-txa{
    display: none;
}

/*Slider
============================*/
.slider {
    height: 520px;
    width: 100%;
    display: block;
    position: relative;
    background: url(../images/bc.jpg) center;
    background-size: cover;
} 
.slider:before {
    content:" ";
    position:absolute;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
}
.slider .carousel-inner{
    height: 520px;
}
.slider .carousel-inner > .item{
    height: 520px;
    width: 100%;
}
.slider .carousel-inner > .item> img{
	height:100%;
	width:100%;
}
.slider .carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
}
.slider .carousel-control.right , .carousel-control.left {
    position: absolute;
    top: 250px;
    left: 20px;
    right: auto;
    width: 40px;
    height: 40px;
    font-size: 24px;
    background-color: #399fd0;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background-image: none;
    opacity: .8;
}
.slider .carousel-indicators{
    left: auto;
    right: 20px;
    width: 100%;
    margin: 0;
    text-align: right;
}
.slider .carousel-indicators li{
	border: 0;
	background: #399fd0;
	width: 15px;
	height: 15px;
	opacity: .8;
	margin:0;
}
.slider .carousel-indicators li.active{
	border: 0;
	background: #399fd0;
	width: 15px;
	height: 15px;
	opacity: 1;
}
.slider .carousel-control:hover {
    background-color: #399fd0;
    color: #fff;
    opacity:1;
}
.slider .carousel-control span {
    font-size: 20px;
}
.slider .carousel-control.right {
    right: 20px;
    left: auto;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.slider .caption{
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 240px;
    width: calc( 100% - 80px);
    text-align: center;
    color: #fff;
    padding: 0;
    z-index: 998;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.slider .caption .headtitle{
    font-size: 36px;
    display: block;
    padding: 0 15px;
    position: relative;
    line-height: 60px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}
.slider .caption .details{
    font-size: 22px;
    display: block;
    position: relative;
    line-height: 40px;
    margin: 0px auto;
    max-width: 767px;
    letter-spacing: 1px;
}
.slider .caption .small-details{
    font-size: 14px;
    display: block;
    position: relative;
    line-height: 25px;
    margin: 10px auto;
    max-width: 600px;
}
.slider .caption .custom-btn{
    margin: 5px auto;
}
@media (max-width: 767px) {
    .slider{
	   background: url(../images/bc.jpg) center;
	   height: 200px;
	   background-size: cover;
    }
    .slider .carousel{
    	display:none;
    }
}
@media all and (max-width:991px) {
    .slider .caption .details{
        max-width: 600px;
        font-size: 18px;
    }
}
@media all and (max-width:767px) {
    .slider .owl-controls .owl-prev, .slider .owl-controls .owl-next{
        bottom:-50px;
        top:auto;
        margin:0;
        left:25px;
        right:auto;
    }
    .slider .owl-controls .owl-prev{
        right:25px;
        left:auto;
    }
 }
.section-title{
    display: block;
    position: relative;
    text-align: center;
    margin-bottom:30px;
}
.section-title h3 {
    display: block;
    position: relative;
    margin: 0 auto 10px;
    text-align: center;
    color: #1a1a1a;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section-title p {
    display: block;
    position: relative;
    color: #777;
    font-size: 14px;
    max-width: 900px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
}
.serv-item{
    text-align: center;
    display: block;
    background: #f8f8f8;
    padding: 15px;
}
.serv-item .serv-icon{
    text-align: center;
    height: 100px;
    width: 120px;
    margin: 10px auto;
    padding: 15px;
    border: 5px solid #fff;
     transition: .3s all;
}
.serv-item .serv-icon img{
    height: 100%;
}
.serv-item span{
    margin: 15px auto;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}
.serv-item:hover .serv-icon{
    transition: .3s all;
    transform: translateY(-3px);
}
.cell h4{
	
font-size: 15px;
	
line-height: 20px;
	
font-weight: 100;
	
letter-spacing: 1px;
	
color: #444;
	
text-transform: capitalize;
}
.progress--circle {
    position: relative;
    display: inline-block;
    margin: 1rem;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ddd;
}
.progress--circle:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: white;
}
.progress__number {
    position: absolute;
    top: 50%;
    width: 100%;
    line-height: 1;
    margin-top: -0.75rem;
    text-align: center;
    font-size: 1.5rem;
    color: #777;
}

.progress--circle:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #399fd0;
}
.section-block h4 {
    color: #808285;
    margin: 15px 0;
    font-size: 18px;
    line-height: 28px;
}
.progress--circle.progress--25:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent),linear-gradient(180deg, #399fd0 50%, #ddd 50%, #ddd);
}
.progress--circle.progress--75:after {
    background-image: linear-gradient(0deg, #399fd0 50%, transparent 50%, transparent),linear-gradient(270deg, #399fd0 50%, #ddd 50%, #ddd);
}
.progress--circle.progress--50:after {
    background-image: linear-gradient(-90deg, #399fd0 50%, transparent 50%, transparent),linear-gradient(270deg, #399fd0 50%, #ddd 50%, #ddd);
}
.add-new-task ,
.remove_field{
    float: right;
    opacity: 1;
    background: #fff;
    border-radius: 0;
    margin: 5px -10px;
    color: #00b7d8;
    line-height: 22px;
    font-size: 23px;
    padding: 0;
    display: block;
}
.remove_field{
	background:#F44336;
	color:#fff;
}
.add-new-task:hover ,
.remove_field:hover{
	background:#000;
}
.result-inp {
	margin:5px auto;
}
.check-container .add-new-result, .result-inp .remove_field{
	
float: right;
	
border-radius: 0;
	
margin: 0;
}
/*About
=========================*/
.about{
    text-align: left;
}
.about .about-content h2 {
    font-size: 25px;
    color: #399fd0;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0 auto;
    letter-spacing: 1px;
}
.about .about-content p {
    display: block;
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    color: #777;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.about .about-img {
    display: block;
    width: 100%;
}
.about .about-img img {
    display: block;
    margin: 15px auto 0;
}
.about .about-content .custom-btn{
    margin-top: 10px;
}
.down-hint{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 15px;
    font-weight: 100;
    text-transform: capitalize;
    border: 1px solid #f1f1f1;
}
.down-hint a{
    display: block;
    text-transform: lowercase;
}
.reg-cont{
    display: none;
}
.filter-links{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.filter-links ul li {
    display: inline-block;
}
.filter-links ul li a {
    font-size: 13px;
    padding: 10px;
    color: #fff;
    background: #5bc0de;
    line-height: 30px;
    letter-spacing: 1px;
}
.filter-links ul li.active a, 
.filter-links ul li.active a:hover, 
.filter-links ul li a:hover {
    background: #000;
    color: #fff;
}
.add-mob-andr ,
.add-mob-ios{
    background: #f9f9f9;
    overflow: hidden;
    display: block;
    position: relative;
    border: 1px solid #f1f1f1;
    margin: 15px;
    padding: 15px;
}
.add-mob-andr .icon-btn ,
.add-mob-ios .icon-btn{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    z-index: 98;
    float: none;
    margin: 0;
}
.modal{
	z-index:9999;
}
.modal-footer {
    padding: 10px 15px;
    text-align: center;
}
.modal-body {
    position: relative;
    padding: 15px;
    background: #f9f9f9;
}
.modal-header {
    padding: 0 15px;
    background: transparent;
}
.modal-title{
    font-size: 24px;
    line-height: 50px;
    color: #399fd0;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.model-body{
    padding:  15px;
    text-align: left;
    letter-spacing: 1px;
    color: #555;
    line-height: 25px;
}
.modal-header .close {
    margin-top: 15px;
}
.modal-content{
	box-shadow: none;
	border: 0;
	border-radius: 0;
}
.pad-10{
    padding: 10px;
}
.small-radio{
    min-width: 70px;
    background: transparent!important;
    padding: 0!important;
}
.small-radio input[type="radio"]:empty ~ label,
.small-radio input[type="checkbox"]:empty ~ label{
    padding: 0;
}
.small-radio label span{
    line-height: 25px;
}
.search-count{
	display: block;
	margin: 0 0 10px;
	padding: 0 15px;
	line-height: 40px;
	letter-spacing: 1px;
	background: #399fd0;
	color: #fff;
	text-align: left;
	font-size: 14px;
}
.prob-item{
    display: block;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    padding: 15px 0px;
}
.prob-item .prob-cont{}
.prob-item .prob-cont .prob-user{
    display: block;
    line-height: 40px;
}
.prob-item .prob-cont .prob-user img{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
}
.prob-item .prob-cont .prob-head{
    display: block;
    position: relative;
    font-size: 14px;
    color: #399fd0;
    letter-spacing: 1px;
    line-height: 30px;
}
.prob-item .prob-cont .prob-info{
    display: block;
    position: relative;
    font-size: 12px;
    color: #777;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 5px 0px 10px;
}
.prob-item .prob-cont .prob-tags li{
    display: inline-block;
    margin:  3px;
    padding: 0 10px;
    line-height: 30px;
    letter-spacing: 1px;
    background: #186fa5;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.prob-item .prob-info .prob-time{
    display: block;
    position: relative;
    font-size: 14px;
    color: #777;
    letter-spacing: 1px;
    line-height: 40px;
}
.prob-item .prob-info .prob-stat li{
    display: inline-block;
    text-align: center;
    margin: 5px auto;
    padding: 0 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}
.prob-item .prob-info .prob-stat li svg{
    font-size: 20px;
    color: #399fd0;
}
.prob-item .prob-info .prob-stat li span{
    display: block;
    line-height: 20px;
    color: #555;
    margin: 5px auto 0;
}
.issus-search-wrap{
    text-align: right;
}
.issus-search-wrap a.custom-btn{
    vertical-align: top;
    height: 45px;
    line-height: 45px;
}
.issus-search-wrap .issus-search{}
.issus-search{
    max-width: 420px;
    width: 100%;
    display: inline-block;
}
.issus-search .form-group .form-control{
    width: 100%;
    max-width: 300px;
    display: inline-block;
}
.issus-search .form-group .custom-btn{
    height: 45px;
    line-height: 45px;
}
.issue-item-cont{
    position: relative;
    padding-left: 70px;
}
.issue-item-cont  .issue-rate{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
}
.issue-item-cont  .issue-rate svg{
    font-size: 36px;
    display: block;
    margin: 0 auto;
}
.issue-item-cont  .issue-rate span{
    display: block;
    background: #f1f1f1;
    line-height: 70px;
    margin: -10px auto;
 }
.issue-item .prob-tags{
    margin: 10px auto;
}
.issue-item .prob-tags li{
    display: inline-block;
    margin: 3px;
    padding: 0 10px;
    line-height: 30px;
    letter-spacing: 1px;
    background: #186fa5;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.issue-item .prob-user{
    display: block;
    line-height: 40px;
    font-size: 16px;
}
.issue-item .prob-user img{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
}
.issue-item .prob-time{
    float: right;
    position: relative;
    font-size: 14px;
    color: #777;
    letter-spacing: 1px;
    line-height: 40px;
}
.issue-item .title{
    display: block;
    position: relative;
    font-size: 18px;
    color: #222;
    letter-spacing: 1px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
    margin-bottom: 15px;
}
.issue-item .details{
    display: block;
    position: relative;
    font-size: 13px;
    color: #777;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 5px 0px 10px;
}
.issue-item .hint{
    background: #ffe493;
    padding: 20px 15px 15px;
    border-radius: 3px;
    color: #484848;
    margin-top: 20px;
}
.comments-wrap{
    display: block;
    position: relative;
    margin: 10px auto;
}
.comments-wrap .title{
    display: block;
    position: relative;
    font-size: 18px;
    color: #222;
    letter-spacing: 1px;
    line-height: 30px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.comments-wrap .title a.custom-btn{
    float: right;
    font-size: 12px;
}
.comment-item{
    position: relative;
    background: #f1f1f1;
    padding: 10px 10px 10px 70px;
    margin: 10px auto;
}
.comment-item .issue-rate{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    text-align: center;
}
.comment-item .issue-rate svg{
    font-size: 36px;
    display: block;
    margin: 0 auto;
}
.comment-item .issue-rate span{
    display: block;
    background: #f1f1f1;
    line-height: 70px;
    margin: -10px auto;
 }
.comment-item .prob-user{
    display: block;
    line-height: 40px;
    font-size: 16px;
}
.comment-item .prob-user img{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
}
.comment-item .details{
    display: block;
    position: relative;
    font-size: 13px;
    color: #777;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 5px 0px 10px;
}
.comment-item .succ{
	background: #95d898;
	padding: 20px 15px 10px;
	border-radius: 3px;
	color: #484848;
	margin-top: 20px;
}
.reply-commnt{
    background: #f9f9f9;
    padding: 10px;
    margin-left: 50px;
}
.reply-commnt-reply{
    background: #f9f9f9;
    padding: 10px;
    margin-left: 100px;
}
.add-issue{
    overflow: hidden;
    max-width:580px;
    margin: 15px auto;
    border: 1px solid #f9f9f9;
    padding: 10px;
}
.issue-item .hint svg,
.comment-item .succ svg{
    position: absolute;
    top: -10px;
    left: -10px;
    background: #ffc107;
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.comment-item .succ svg{
	background:#438e47;
}
@media all and (max-width:767px){
    .reply-commnt-reply{
        margin-left: 25px;
    }
}
@media all and (max-width:520px){
    .issue-item .prob-time{
        float: none;
        display: block;
    }
    .reply-commnt{
    	margin-left:10px;
    }
    .top-header-links .dropdown .custom-btn{
        padding: 0 10px;
    }
    #header .logo{
        margin: 16px 0 15px;
        width: 150px;
    }
    .comments-wrap .title a.custom-btn{
        display: block;
        float: none;
    }
}
