@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap";

body {
    font-family: open sans, sans-serif;
    color: #011f4c;
    background-color: #fff;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #011a41;
    font-family: source sans pro, sans-serif;
    line-height: 1.4
}

p {
    line-height: 1.7
}

a {
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    text-decoration: none
}

img {
    max-width: 100%
}

.d-table {
    width: 100%;
    height: 650px;
}

.d-table-cell {
    vertical-align: middle
}

.ptb-20 {
	padding-top: 20px;
	padding-bottom: 20px
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.pt-30 {
	padding-top: 30px
}

.pt-100 {
	padding-top: 100px
}

.pt-15 {
	padding-top: 15px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-100 {
	padding-bottom: 100px
}

.mt-15{
    margin-top: 15px
}

.mb-15{
    margin-bottom: 15px
}

.mb-100 {
	margin-bottom: 100px
}

button:focus {
	outline: 0
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

ul {
    margin: 0;
    padding: 0
}

.container {
    max-width: 1230px
}

.common-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #384259;
    color: #fff;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    border-radius: 5px;
    opacity: 1;
    font-weight: 600;
    padding: 5px 15px
}

.common-btn span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #011a41;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    opacity: 1
}

.common-btn:hover {
    color: #fff !important
}

.common-btn:hover span {
    width: 225%;
    height: 562.5px
}

.common-btn.two {
    background-color: #fb2448
}

.common-btn.three {
    background-color: #011a41
}

.common-btn.three span {
    background-color: #384259
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 1
}

.section-title .sub-title {
    display: block;
    color: #384259;
    margin-bottom: 3px;
    font-weight: 600
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 38px
}

.section-title.two {
    margin-top: -5px
}

.section-title.two .sub-title {
    color: #fb2448
}

.section-title.three .sub-title {
    color: #384259
}

.header-area {
    background-color: #011a41;
    padding-top: 5px;
    padding-bottom: 5px
}

.header-area .left ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px
}

.header-area .left ul li:last-child {
    margin-right: 0
}

.header-area .left ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 4px;
    color: #384259;
    margin-right: 2px
}

.header-area .left ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px
}

.header-area .left ul li a:hover {
    color: #384259
}

.header-area .right {
    text-align: right
}

.header-area .right ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px
}

.header-area .right ul li:last-child {
    margin-right: 0
}

.header-area .right ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px
}

.header-area .right ul li a:hover {
    color: #384259
}

.main-nav {
    background: #fff;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    padding: 5px;
}

.main-nav.menu-shrink {
    -webkit-box-shadow: 0 0 20px 0 #dddddd57;
    box-shadow: 0 0 20px 0 #dddddd57
}

.main-nav nav {
    padding: 0
}

.main-nav nav .navbar-nav {
    margin-left: auto;
    margin-right: auto
}

.main-nav nav .navbar-nav .nav-item:hover a {
    color: #384259
}

.main-nav nav .navbar-nav .nav-item a {
    font-weight: 600;
    color: #011a41;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
    color: #384259
}

.main-nav nav .navbar-nav .nav-item a i {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    top: 3px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: 0 !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #384259
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-weight: 600;
    padding: 9px 15px;
    color: #011a41;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #f1f1f1
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #384259;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1;
    border-radius: 0 50px 50px 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #384259;
    padding-left: 18px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
    width: 3px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 15px;
    left: unset;
    right: -100%
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #011a41
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #384259
}

.main-nav .dropdown-toggle::after {
    display: none
}

.side-nav .language {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px 0 0
    
}

.side-nav .language .nice-select {
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    color: #011a41;
    font-weight: 600
}

.side-nav .language .nice-select:after {
    border-bottom: 2px solid #011a41;
    border-right: 2px solid #011a41
}

.side-nav .language .nice-select ul {
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%
}

.side-nav .language .nice-select ul li {
    display: block;
    width: 100%;
    color: #011a41;
    font-size: 15px
}

.side-nav .consultant-btn {
    display: inline-block;
    color: #fff;
    background-color: #384259;
    border-radius: 5px;
    padding: 12px 25px;
    font-weight: 600;
    vertical-align: middle
}

.side-nav .consultant-btn:hover {
    background-color: #011a41
}

.banner-bg-one {
    background-image: url(../img/banner/banner-bg1.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.banner-area {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#7d7ab9), color-stop(35%, rgba(125, 122, 185, 0.302924)));
    background: linear-gradient(180deg, #7d7ab9 0%, rgba(125, 122, 185, 0.302924) 35%)
}

.banner-area .banner-shape img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.banner-item {
    height: 100vh;
    position: relative
}

.banner-content {
    position: relative;
    z-index: 1;
    max-width: 735px;
    margin-top: 80px
}

.banner-content span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff
}

.banner-content h1 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 10px
}

.banner-content p {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px
}

.banner-content .banner-btn {
    margin-right: 10px;
    color: #384259;
    background-color: #fff
}

.banner-slider-img {
    position: absolute;
    bottom: 0;
    right: 40px;
    max-width: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.banner-slider-img.two {
    max-width: 450px
}

.banner-slider-img.three {
    max-width: 450px
}

.owl-item.active .banner-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.owl-item.active .banner-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.owl-item.active .banner-slider-img img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}


.logo-area {
    background-color: #f7f4f4
}

.logo-item {
    text-align: center
}

.logo-item:hover img {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0)
}

.logo-item img {
    width: 145px !important;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}

.header-area.three .left ul li i {
    color: #ffffff
}

.header-area.three .left ul li a:hover {
    color: #65ab6a
}

.header-area.three .right ul li a:hover {
    color: #65ab6a
}

.main-nav.three nav .navbar-nav .nav-item:hover a {
    color: #65ab6a
}

.main-nav.three nav .navbar-nav .nav-item a {
    color: #011a41
}

.main-nav.three nav .navbar-nav .nav-item a:hover,
.main-nav.three nav .navbar-nav .nav-item a:focus,
.main-nav.three nav .navbar-nav .nav-item a.active {
    color: #65ab6a
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #65ab6a
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #011a41
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:before {
    background-color: #65ab6a
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #65ab6a
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #011a41
}

.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav.three nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #65ab6a
}

.side-nav .navbar-form {
    position: relative;
    display: inline-block;
    margin-right: 18px
}

.side-nav .navbar-form .form-control {
    height: 35px;
    background-color: #efefef;
    border: 0;
    border-radius: 30px;
    width: 120px;
    padding-left: 15px;
    font-size: 14px
}

.side-nav .navbar-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.side-nav .navbar-form ::-webkit-input-placeholder {
    color: #384259
}

.side-nav .navbar-form :-ms-input-placeholder {
    color: #384259
}

.side-nav .navbar-form ::-ms-input-placeholder {
    color: #384259
}

.side-nav .navbar-form ::placeholder {
    color: #384259
}

.side-nav .navbar-form .btn {
    color: #384259;
    padding: 0;
    position: absolute;
    top: 6px;
    right: 10px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}

.side-nav .navbar-form .btn:hover {
    color: #384259
}

.side-nav .navbar-modal-btn {
    display: inline-block
}

.side-nav .navbar-modal-btn .modal-btn {
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    background-color: #384259;
    font-size: 20px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}

.modal-body {
    padding: 40px 30px 50px
}

.modal-body h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #384259
}

.modal-body p {
    font-size: 14px;
    margin-bottom: 20px
}

.modal-body .image-area {
    margin-bottom: 10px
}

.modal-body .image-area .col-lg-4 {
    padding-right: 5px;
    margin-right: -5px
}

.modal-body .image-area a {
    display: block;
    margin-bottom: 15px;
    position: relative
}

.modal-body .image-area a:hover:before {
    height: 100%;
    opacity: .5;
    visibility: visible
}

.modal-body .image-area a:hover i {
    opacity: 1;
    visibility: visible
}

.modal-body .image-area a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .7;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden
}

.modal-body .image-area a i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 30px;
    display: inline-block;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden
}

.modal-body .image-area a img {
    width: 100%
}

.modal-body .modal-item {
    margin-bottom: 30px
}

.widget-area .social-area {
    text-align: center
}

.widget-area .social-area h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #011a41
}

.widget-area .social-area ul li {
    list-style-type: none;
    display: inline-block
}

.widget-area .social-area ul li a {
    display: block;
    color: #384259;
    border: 1px solid #384259;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 16px;
    text-align: center
}

.widget-area .social-area ul li a i {
    line-height: 30px
}

.widget-area .social-area ul li a:hover {
    color: #fff;
    background-color: #384259
}

#myModalRight {
    z-index: 99999;
    padding-right: 0 !important
}

.modal .modal-header .btn-close {
    padding: 0;
    margin: 4px 0 0 auto;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    color: #384259
}

.modal .modal-header .btn-close:hover {
    color: #011a41
}

.modal .modal-header .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal.modal-right .modal-dialog {
    max-width: 380px;
    min-height: 100vh
}

.modal.modal-right.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal.modal-right .modal-content {
    height: 100vh;
    overflow-y: auto;
    border-radius: 0
}

.modal.modal-left .modal-dialog {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    margin: 0 auto 0 0
}

.modal.modal-right .modal-dialog {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    margin: 0 0 0 auto
}

.banner-area-three {
    background-color: #f9fafd;
    height: 900px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.banner-area-three .banner-shape {
    position: absolute;
    top: -60px;
    left: -20px;
    z-index: -1
}

.banner-area-three .banner-content {
    margin-top: 110px;
    max-width: 580px
}

.banner-area-three .banner-content span {
    color: #384259
}

.banner-area-three .banner-content h1 {
    color: #011a41
}

.banner-area-three .banner-content p {
    color: #011f4c
}

.banner-area-three .banner-slider-img {
    position: absolute;
    bottom: 190px;
    right: 40px;
    max-width: 650px
}

.owl-item.active .banner-content h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

.owl-item.active .banner-content p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

.owl-item.active .banner-slider-img img {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

.banner-btn-area {
	text-align: center
}

.about-area {
	position: relative
}

.about-area .about-shape img {
	position: absolute
}

.about-area .about-shape img:nth-child(1) {
	top: 100px;
	left: 0
}

.about-area .about-shape img:nth-child(2) {
	left: 40px;
	top: 140px;
	-webkit-animation: about-ani-two 15s linear infinite;
	animation: about-ani-two 15s linear infinite
}

.about-area .about-shape img:nth-child(3) {
	top: 100px;
	left: 30px;
	max-width: 210px;
	-webkit-animation: about-ani-one 5s linear infinite;
	animation: about-ani-one 5s linear infinite
}

.about-area .container-fluid {
	padding-left: 0;
	padding-right: 0
}

.about-area .container-fluid .row {
	margin-left: 0;
	margin-right: 0
}

.about-area .left-padding {
	padding-left: 0
}

.about-area .about-img .one {
	margin-bottom: 30px;
	text-align: right;
	position: relative
}

.about-area .about-img .one img:nth-child(1) {
	border-radius: 0 30% 0 0;
	max-width: 375px;
	margin-left: auto;
	z-index: 1;
	position: relative
}

.about-area .about-img .one img:nth-child(2) {
	position: absolute;
	top: 0;
	right: -60px;
	-webkit-animation: about-ani-three 20s linear infinite;
	animation: about-ani-three 20s linear infinite
}

.about-area .about-img .three img {
	border-radius: 30% 0 0 0
}

.about-area .about-content {
	max-width: 750px
}

.about-area .about-content .section-title {
	text-align: left;
	margin-bottom: 30px
}

.about-area .about-content .middle {
	margin-bottom: 35px
}

.about-area .about-content .middle span {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 10px;
	display: block
}

.about-area .about-content .middle p {
	margin-bottom: 0
}

.about-area .about-content .bottom {
	margin-bottom: 40px
}

.about-area .about-content .bottom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.about-area .about-content .bottom ul li {
	list-style-type: none;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333333333333%;
	flex: 0 0 33.33333333333333%;
	max-width: 33.33333333333333%;
	position: relative;
	padding-left: 80px
}

.about-area .about-content .bottom ul li i {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 15px;
	color: #384259;
	font-size: 50px;
	z-index: 1
}

.about-area .about-content .bottom ul li i:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	top: -10px;
	left: -15px;
	border-radius: 50%;
	background-color: #65ab6a;
	z-index: -1
}

.about-area .about-content .bottom ul li h3 {
	font-size: 40px;
	margin-bottom: 5px
}

.about-area .about-content .bottom ul li p {
	margin-bottom: 0;
	font-weight: 600;
	color: #384259
}

.about-area .about-content .years {
	position: relative;
	left: -110px
}

.about-area .about-content .years ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.about-area .about-content .years ul li {
	list-style-type: none;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%
}

.about-area .about-content .years ul li:nth-child(2) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%
}

.about-area .about-content .years ul li .years-inner {
	background-color: #0B0B2C;
	border-radius: 10px 0 10px 0;
	position: relative;
	padding: 18px 150px 20px 130px
}

.about-area .about-content .years ul li .years-inner span {
	display: inline-block;
	font-size: 80px;
	color: #384259;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 25px
}

.about-area .about-content .years ul li .years-inner h4 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 0
}

.about-area .about-content .years ul li .years-inner i {
	display: inline-block;
	font-size: 85px;
	color: #5d6d86;
	position: absolute;
	top: -3px;
	right: 25px
}

.about-area .about-content .years ul li .years-inner img {
	position: absolute;
	right: -55px;
	bottom: -20px;
	-webkit-animation: about-ani-three 20s linear infinite;
	animation: about-ani-three 20s linear infinite;
	z-index: -1
}

@-webkit-keyframes about-ani-one {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(-15px, 0);
		transform: translate(-15px, 0)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes about-ani-one {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(-15px, 0);
		transform: translate(-15px, 0)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-webkit-keyframes about-ani-two {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg)
	}
}

@keyframes about-ani-two {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg)
	}
}

@-webkit-keyframes about-ani-three {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes about-ani-three {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.video-wrap {
	z-index: 2;
	margin-left: 25px
}

.video-wrap a {
	z-index: 10;
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: relative;
	font-size: 60px;
	text-align: center;
	color: #384259
}

.video-wrap a i {
	line-height: 90px
}

.video-wrap a:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 90px;
	height: 90px;
	background-color: #65ab6a;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite
}

.video-wrap a:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 90px;
	height: 90px;
	background-color: #65ab6a;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.video-wrap a:hover {
	color: #fff
}

.video-wrap a:hover:before {
	background-color: #0B0B2C
}

.video-wrap a:hover:after {
	background-color: #0B0B2C
}

.video-wrap span {
	display: inline-block;
	color: #384259;
	font-weight: 600;
	position: relative;
	top: -20px;
	margin-left: 25px
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

.services-area {
	background-color: #efefef;
	position: relative
}

.services-area .services-shape {
	z-index: -1
}

.services-area .services-shape img {
	position: absolute
}

.services-area .services-shape img:nth-child(1) {
	top: 0;
	left: 0;
	-webkit-animation: service-ani-one 3s linear infinite;
	animation: service-ani-one 3s linear infinite
}

.services-area .services-shape img:nth-child(2) {
	right: 0;
	bottom: 0;
	-webkit-animation: service-ani-one 3s linear infinite;
	animation: service-ani-one 3s linear infinite
}

.services-area .section-title h2 {
	margin-bottom: 8px;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto
}

.services-area .section-title p {
	margin-bottom: 0;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto
}

@-webkit-keyframes service-ani-one {
	0% {
		opacity: 1
	}

	50% {
		opacity: .2
	}

	100% {
		opacity: 1
	}
}

@keyframes service-ani-one {
	0% {
		opacity: 1
	}

	50% {
		opacity: .2
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes service-ani-two {
	0% {
		opacity: .2
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: .2
	}
}

@keyframes service-ani-two {
	0% {
		opacity: .2
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: .2
	}
}

.services-item {
	margin-bottom: 30px;
	position: relative;
	background-color: #fff;
	padding: 30px 15px 30px 110px;
	z-index: 1;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.services-item:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px)
}

.services-item .icon {
	position: absolute;
	left: 40px;
	top: 60px;
	color: #384259;
	font-size: 35px;
	line-height: 35px;
	z-index: 1;
	text-align: center
}

.services-item .icon:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	left: -15px;
	right: 0;
	top: -13px;
	margin-left: auto;
	margin-right: auto;
	background-color: #65ab6a;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.services-item h3 {
	margin-bottom: 10px;
	font-size: 24px
}

.services-item h3 a {
	color: #384259
}

.services-item h3 a:hover {
	color: #0B0B2C
}

.services-item p {
	margin-bottom: 14px
}

.services-item .services-btn {
	margin-left: -5px
}

.services-item .services-btn i {
	display: inline-block;
	font-size: 21px;
	position: relative;
	top: 4px
}

.services-item .services-btn a {
	display: inline-block;
	font-weight: 600;
	color: #011f4c;
	border-bottom: 1px solid #384259
}

.services-item .services-btn a:hover {
	color: #384259
}

.works-area {
	background-color: #f9f9f9;
	background-image: url(../img/works-bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.works-item {
	margin-bottom: 30px;
	text-align: center
}

.works-item:hover i {
	background-color: #384259
}

.works-item i {
	display: inline-block;
	color: #384259;
	width: 160px;
	height: 160px;
	font-size: 45px;
	line-height: 155px;
	border-radius: 50%;
	text-align: center;
	background-color: #65ab6a;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.works-item i:after {
	position: absolute;
	content: '';
	width: 110px;
	height: 110px;
	left: 0;
	right: 0;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: #65ab6a;
	z-index: -1;
	border-radius: 50%;
	border: 8px solid #384259
}

.works-item h3 {
	font-size: 24px;
	margin-bottom: 10px
}

.works-item h3 a {
	color: #0B0B2C
}

.works-item h3 a:hover {
	color: #384259
}

.works-item p {
	margin-bottom: 0
}

.book-area {
	z-index: 1
}

.book-area .book-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-top: 100px;
	padding-bottom: 100px;
	border-radius: 10px;
	background-color: #0B0B2C;
	text-align: center;
	position: relative;
	z-index: 1
}

.book-area .book-content .book-shape img {
	position: absolute;
	z-index: -1
}

.book-area .book-content .book-shape img:nth-child(1) {
	top: 0;
	left: 0;
	-webkit-animation: service-ani-one 3s linear infinite;
	animation: service-ani-one 3s linear infinite
}

.book-area .book-content .book-shape img:nth-child(2) {
	bottom: 0;
	right: 0;
	-webkit-animation: service-ani-two 3s linear infinite;
	animation: service-ani-two 3s linear infinite
}

.book-area .book-content h2 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 38px;
	margin-top: -10px
}

.book-area .book-content p {
	margin-bottom: 18px;
	font-size: 28px;
	color: #fff
}

.book-area .book-content p a {
	display: inline-block;
	color: #fff
}

.book-area .book-content p a:hover {
	color: #384259
}

.book-area .book-content .common-btn span {
	background-color: #fff
}

.book-area .book-content .common-btn:hover {
	color: #0B0B2C !important
}

.touch-area {
	background-color: #0B0B2C;
	position: relative
}

.touch-area .touch-shape {
	z-index: -1
}

.touch-area .touch-shape img {
	position: absolute
}

.touch-area .touch-shape img:nth-child(1) {
	top: 0;
	left: 0;
	-webkit-animation: service-ani-one 3s linear infinite;
	animation: service-ani-one 3s linear infinite
}

.touch-area .touch-shape img:nth-child(2) {
	bottom: 0;
	right: 0;
	-webkit-animation: service-ani-two 3s linear infinite;
	animation: service-ani-two 3s linear infinite
}

.touch-area .section-title {
	text-align: left;
	margin-bottom: 30px
}

.touch-area .section-title h2 {
	color: #fff
}

.touch-area .touch-content {
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.touch-area .touch-content .form-group {
	margin-bottom: 30px
}

.touch-area .touch-content .form-group .form-control {
	height: 50px;
	border: 0;
	border-radius: 0;
	background-color: #313e55;
	padding-left: 20px;
	font-size: 15px;
	color: #fff
}

.touch-area .touch-content .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}

.touch-area .touch-content .form-group .nice-select {
	height: 50px;
	border: 0;
	border-radius: 0;
	background-color: #313e55;
	padding-left: 20px;
	font-size: 15px;
	color: #bfbfc0;
	margin-bottom: 30px;
	line-height: 50px;
	width: 100%;
	display: block
}

.touch-area .touch-content .form-group .nice-select .list {
	width: 100%;
	display: block
}

.touch-area .touch-content .form-group .nice-select .list li {
	color: #0B0B2C
}

.touch-area .touch-content .form-group ::-webkit-input-placeholder {
	color: #bfbfc0
}

.touch-area .touch-content .form-group :-ms-input-placeholder {
	color: #bfbfc0
}

.touch-area .touch-content .form-group ::-ms-input-placeholder {
	color: #bfbfc0
}

.touch-area .touch-content .form-group ::placeholder {
	color: #bfbfc0
}

.touch-area .touch-content .form-group textarea {
	height: auto !important;
	padding-top: 13px
}

.touch-area .touch-content .common-btn {
	border: 0;
	width: 100%;
	display: block;
	text-align: center
}

.touch-area .touch-content .common-btn span {
	background-color: #fff
}

.touch-area .touch-content .common-btn:hover {
	color: #0B0B2C !important
}

.touch-area .touch-img {
	margin-bottom: 30px
}

.touch-area .touch-img img {
	width: 100%;
	border-radius: 30px
}

.team-area .owl-prev {
	position: absolute;
	top: 40%;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #fff !important;
	background-color: #384259 !important;
	font-size: 30px !important;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.team-area .owl-prev i {
	line-height: 40px
}

.team-area .owl-prev:hover {
	background: #0B0B2C !important
}

.team-area .owl-next {
	position: absolute;
	top: 40%;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #fff !important;
	background-color: #384259 !important;
	font-size: 30px !important;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.team-area .owl-next i {
	line-height: 40px
}

.team-area .owl-next:hover {
	background: #0B0B2C !important
}

.team-item {
	margin-bottom: 30px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	margin-left: 15px;
	margin-right: 15px
}

.team-item:hover .top ul li {
	opacity: 1;
	visibility: visible
}

.team-item:hover .top ul li:nth-child(1) a {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.team-item:hover .top ul li:nth-child(2) a {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg)
}

.team-item:hover .top ul li:nth-child(3) a {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.team-item:hover .top ul li:nth-child(4) a {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg)
}

.team-item:hover .bottom {
	max-width: 100%;
	background-color: #fff
}

.team-item .top {
	position: relative
}

.team-item .top img {
	width: 100%
}

.team-item .top ul {
	position: absolute;
	top: 60px;
	left: 25px
}

.team-item .top ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.team-item .top ul li:last-child {
	margin-bottom: 0
}

.team-item .top ul li a {
	display: block;
	width: 45px;
	height: 45px;
	color: #384259;
	background-color: #fff;
	font-size: 22px;
	text-align: center
}

.team-item .top ul li a i {
	line-height: 45px
}

.team-item .top ul li a:hover {
	color: #fff;
	background-color: #0B0B2C
}

.team-item .bottom {
	max-width: 285px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f4f4;
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
	margin-top: -15px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd57;
	box-shadow: 0 0 20px 0 #dddddd57;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.team-item .bottom img {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px
}

.team-item .bottom h3 {
	font-size: 24px;
	margin-bottom: 5px
}

.team-item .bottom span {
	display: block;
	color: #384259;
	font-weight: 600;
	font-size: 14px
}

.plan-area {
	background-image: url(../img/plan-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}

.plan-area:before {
	position: absolute;
	content: '';
	width: 300px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #fff
}

.plan-area .plan-content {
	background-color: #fff;
	padding: 40px 205px 50px 50px;
	max-width: 840px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd59;
	box-shadow: 0 0 20px 0 #dddddd59;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: 35px;
	z-index: 1
}

.plan-area .plan-content .plan-shape img {
	position: absolute
}

.plan-area .plan-content .plan-shape img:nth-child(1) {
	bottom: 0;
	right: 0;
	-webkit-animation: service-ani-one 3s linear infinite;
	animation: service-ani-one 3s linear infinite
}

.plan-area .plan-content .plan-shape img:nth-child(2) {
	top: 0;
	right: 0;
	-webkit-animation: service-ani-two 3s linear infinite;
	animation: service-ani-two 3s linear infinite
}

.plan-area .plan-content .section-title {
	text-align: left;
	margin-bottom: 25px
}

.plan-area .plan-content .section-title h2 {
	max-width: 525px
}

.plan-area .plan-content p {
	margin-bottom: 30px
}

.plan-area .plan-content .skill-wrap {
	overflow: hidden;
	padding-right: 15px
}

.plan-area .plan-content .skill {
	margin-bottom: 30px;
	position: relative
}

.plan-area .plan-content .skill:last-child {
	margin-bottom: 0
}

.plan-area .plan-content .skill:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	display: block;
	background: #ebeded;
	border-radius: 30px
}

.plan-area .plan-content .skill h3 {
	font-size: 20px;
	color: #0B0B2C;
	margin-bottom: 10px
}

.plan-area .plan-content .skill-bar {
	width: 100%;
	height: 8px;
	background: #384259;
	display: block;
	position: relative;
	border-radius: 30px
}

.plan-area .plan-content .skill-bar span {
	position: absolute;
	top: -28px;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	color: #0B0B2C;
	margin-bottom: 0;
	display: inline-block
}

.plan-area .plan-content .skill1 {
	width: 75%
}

.plan-area .plan-content .skill1 .skill-count1 {
	right: 7px
}

.plan-area .plan-content .skill2 {
	width: 45%
}

.plan-area .plan-content .skill2 .skill-count2 {
	right: 7px
}

.plan-area .plan-content .skill3 {
	width: 80%
}

.plan-area .plan-content .skill3 .skill-count3 {
	right: 7px
}

.faq-area .section-title {
	text-align: left
}

.faq-area .section-title h2 {
	margin-bottom: 5px
}

.faq-area .section-title p {
	margin-bottom: 0
}

.faq-area .faq-img {
	position: relative;
	margin-bottom: 30px
}

.faq-area .faq-img img:nth-child(1) {
	position: relative;
	z-index: 1
}

.faq-area .faq-img img:nth-child(2) {
	position: absolute;
	bottom: 0;
	left: 55px
}

.faq-item {
	margin-bottom: 30px
}

.faq-item .accordion p {
	display: none;
	padding: 20px 110px 20px 25px;
	margin-bottom: 0
}

.faq-item .accordion li {
	position: relative;
	list-style-type: none;
	margin-bottom: 15px;
	display: block;
	-webkit-box-shadow: 0 0 30px 0 #dddddd42;
	box-shadow: 0 0 30px 0 #dddddd42;
	border-radius: 5px
}

.faq-item .accordion li:first-child {
	border-top: 0
}

.faq-item .accordion li:last-child {
	margin-bottom: 0
}

.faq-item .accordion li a {
	width: 100%;
	display: block;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	color: #221668;
	padding: 13px 40px 13px 20px;
	background-color: #fcf7f5
}

.faq-item .accordion li a.active {
	color: #fff;
	background-color: #384259
}

.faq-item .accordion li a.active i {
	color: #fff;
	opacity: 0
}

.faq-item .accordion li a.active i.two {
	opacity: 1
}

.faq-item .accordion li a i {
	position: absolute;
	top: 16px;
	right: 20px;
	display: inline-block;
	font-size: 15px;
	opacity: 1;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #384259;
	color: #fff
}

.faq-item .accordion li a i.two {
	opacity: 0;
	color: #0B0B2C;
	background-color: #fff
}

.blog-item {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd57;
	box-shadow: 0 0 20px 0 #dddddd57;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.blog-item:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px)
}

.blog-item:hover .top {
	background-color: #384259
}

.blog-item:hover .bottom {
	background-color: #fff
}

.blog-item .top {
	background-color: #efefef;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	overflow: hidden
}

.blog-item .top img {
	width: 100%;
	border-radius: 10px 10px 0 0
}

.blog-item .bottom {
	padding: 20px 25px 25px;
	background-color: #fef9f9;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.blog-item .bottom ul {
	margin-bottom: 16px
}

.blog-item .bottom ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
	font-size: 14px
}

.blog-item .bottom ul li:last-child {
	margin-right: 0
}

.blog-item .bottom ul li i {
	display: inline-block;
	color: #384259;
	margin-right: 3px;
	font-size: 18px;
	position: relative;
	top: 3px
}

.blog-item .bottom ul li a {
	display: inline-block;
	color: #011f4c
}

.blog-item .bottom ul li a:hover {
	color: #384259
}

.blog-item .bottom h3 {
	margin-bottom: 10px;
	font-size: 24px
}

.blog-item .bottom h3 a {
	color: #0B0B2C
}

.blog-item .bottom h3 a:hover {
	color: #384259
}

.blog-item .bottom p {
	margin-bottom: 14px
}

.blog-item .bottom .blog-btn {
	display: inline-block;
	color: #0B0B2C;
	font-weight: 600;
	border-bottom: 1px solid #384259
}

.blog-item .bottom .blog-btn:hover {
	color: #384259
}


.header-area.two .left ul li i {
	color: #3DB166
}

.header-area.two .left ul li a {
	color: #fff
}

.header-area.two .left ul li a:hover {
	color: #3DB166
}

.header-area.two .right ul li a {
	color: #fff
}

.header-area.two .right ul li a:hover {
	color: #3DB166
}

.main-nav.two nav .navbar-nav .nav-item:hover a {
	color: #3DB166
}

.main-nav.two nav .navbar-nav .nav-item a {
	color: #0B0B2C
}

.main-nav.two nav .navbar-nav .nav-item a:hover,
.main-nav.two nav .navbar-nav .nav-item a:focus,
.main-nav.two nav .navbar-nav .nav-item a.active {
	color: #3DB166
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #3DB166
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a {
	color: #0B0B2C
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:before {
	background-color: #3DB166
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #3DB166
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #0B0B2C
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #3DB166
}

.main-nav.two .side-nav .consultant-btn {
	background-color: #3DB166
}

.main-nav.two .side-nav .consultant-btn:hover {
	background-color: #0B0B2C
}

.banner-bg-two {
	background-image: url(../img/banner/banner-bg2.jpg)
}

.banner-bg-three {
	background-image: url(../img/banner/banner-bg3.jpg)
}

.banner-area-two .banner-item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.banner-area-two .banner-item:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .5
}

.banner-area-two .banner-item .banner-content {
	max-width: 100%
}

.banner-area-two .banner-item .banner-content span {
	color: #fff
}

.banner-area-two .banner-item .banner-content h1 {
	font-size: 60px;
	padding: 0 10%;
	text-align: center;
}

.banner-area-two .owl-prev {
	position: absolute;
	top: 45%;
	left: 20px;
	width: 50px;
	height: 50px;
	font-size: 40px !important;
	border-radius: 50% !important;
	color: #fff !important;
	background-color: #3DB166 !important;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.banner-area-two .owl-prev i {
	line-height: 50px
}

.banner-area-two .owl-prev:hover {
	background: #0B0B2C !important
}

.banner-area-two .owl-next {
	position: absolute;
	top: 45%;
	right: 20px;
	width: 50px;
	height: 50px;
	font-size: 40px !important;
	border-radius: 50% !important;
	color: #fff !important;
	background-color: #3DB166 !important;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.banner-area-two .owl-next i {
	line-height: 50px
}

.banner-area-two .owl-next:hover {
	background: #0B0B2C !important
}

.about-area-two {
	margin-top: -10px
}

.about-area-two .about-content {
	margin-bottom: 30px
}

.about-area-two .about-content .section-title {
	margin-bottom: 20px;
	text-align: left
}

.about-area-two .about-content .about-p {
	margin-bottom: 20px
}

.about-area-two .about-content ul li {
	list-style-type: none;
	display: block;
	position: relative;
	padding-left: 85px;
	margin-bottom: 20px
}

.about-area-two .about-content ul li:last-child {
	margin-bottom: 0
}

.about-area-two .about-content ul li i {
	color: #3DB166;
	display: inline-block;
	font-size: 45px;
	line-height: 40px;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1
}

.about-area-two .about-content ul li i:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: -5px;
	left: 0;
	background-color: #fddce0;
	z-index: -1
}

.about-area-two .about-content ul li h3 {
	font-size: 24px;
	margin-bottom: 5px
}

.about-area-two .about-content ul li p {
	margin-bottom: 0
}

.about-area-two .about-content .common-btn {
	margin-top: 35px
}

.about-area-two .about-img {
	margin-bottom: 30px;
	position: relative
}

.about-area-two .about-img img:nth-child(1) {
	border-radius: 50px 0 0 0;
	position: relative;
	z-index: 1;
	width: 100%
}

.about-area-two .about-img img:nth-child(2) {
	position: absolute;
	top: 0;
	left: -65px;
	-webkit-animation: about-ani-three 20s linear infinite;
	animation: about-ani-three 20s linear infinite
}

.about-area-two .about-img img:nth-child(3) {
	position: absolute;
	top: -85px;
	right: 0;
	-webkit-animation: about-ani-two 15s linear infinite;
	animation: about-ani-two 15s linear infinite
}

.about-area-two .about-img img:nth-child(4) {
	position: absolute;
	bottom: -10px;
	right: 0;
	-webkit-animation: about-ani-one 5s linear infinite;
	animation: about-ani-one 5s linear infinite
}

.projects-area {
	background-color: #efefef
}

.projects-item {
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.projects-item:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px)
}

.projects-item:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.041688)), color-stop(72%, rgba(0, 0, 0, 0.715845)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.041688) 0%, rgba(0, 0, 0, 0.715845) 72%)
}

.projects-item img {
	width: 100%
}

.projects-item .inner {
	position: absolute;
	left: 15px;
	bottom: 12px;
	z-index: 1
}

.projects-item .inner h3 {
	font-size: 24px;
	margin-bottom: 5px
}

.projects-item .inner h3 a {
	color: #fff
}

.projects-item .inner h3 a:hover {
	color: #3DB166
}

.projects-item .inner .projects-btn {
	display: inline-block;
	color: #3DB166;
	font-weight: 700
}

.projects-item .inner .projects-btn:hover {
	color: #fff
}

.services-item-two {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd57;
	box-shadow: 0 0 20px 0 #dddddd57;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.services-item-two:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px)
}

.services-item-two:hover .top {
	background-color: #3DB166
}

.services-item-two:hover .bottom {
	background-color: #fff
}

.services-item-two .top {
	background-color: #efefef;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	overflow: hidden
}

.services-item-two .top img {
	width: 100%;
	border-radius: 10px 10px 0 0
}

.services-item-two .bottom {
	padding: 20px 25px 25px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.services-item-two .bottom h3 {
	margin-bottom: 10px;
	font-size: 24px
}

.services-item-two .bottom h3 a {
	color: #0B0B2C
}

.services-item-two .bottom h3 a:hover {
	color: #3DB166
}

.services-item-two .bottom p {
	margin-bottom: 14px
}

.services-item-two .bottom .services-btn i {
	display: inline-block;
	color: #3DB166;
	font-size: 20px;
	position: relative;
	top: 4px
}

.services-item-two .bottom .services-btn a {
	display: inline-block;
	color: #3DB166;
	font-weight: 600;
	border-bottom: 1px solid #3DB166
}

.services-item-two .bottom .services-btn a:hover {
	color: #0B0B2C;
	border-bottom: 1px solid #0B0B2C
}

.projects-area-two {
	background-color: #efefef
}

.projects-item-two {
	margin-bottom: 30px;
	position: relative;
	padding: 30px 25px;
	background-color: #fff;
	z-index: 1;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.projects-item-two:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background-color: #3DB166;
	z-index: -1;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.projects-item-two:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px)
}

.projects-item-two:hover:before {
	height: 100%
}

.projects-item-two:hover i {
	color: #fff
}

.projects-item-two:hover h3 a {
	color: #fff
}

.projects-item-two:hover p {
	color: #fff
}

.projects-item-two:hover .projects-btn {
	color: #fff
}

.projects-item-two img {
	position: absolute;
	z-index: -1
}

.projects-item-two img:nth-child(1) {
	top: 0;
	right: 0
}

.projects-item-two img:nth-child(2) {
	right: 0;
	bottom: 0
}

.projects-item-two .icon {
	display: inline-block;
	color: #3DB166;
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 15px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.projects-item-two h3 {
	margin-bottom: 10px;
	font-size: 24px
}

.projects-item-two h3 a {
	color: #3DB166
}

.projects-item-two h3 a:hover {
	color: #0B0B2C
}

.projects-item-two p {
	margin-bottom: 14px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.projects-item-two .projects-btn {
	display: inline-block;
	font-weight: 600;
	color: #3DB166
}

.projects-item-two .projects-btn i {
	display: inline-block;
	font-size: 20px;
	position: relative;
	top: 4px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.projects-item-two .projects-btn:hover {
	color: #0B0B2C
}

.projects-item-two .projects-btn:hover i {
	color: #0B0B2C
}

.counter-wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fafafa;
	padding: 50px 50px 20px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd57;
	box-shadow: 0 0 20px 0 #dddddd57;
	position: relative;
	z-index: 1
}

.counter-wrap .counter-shape img {
	z-index: -1;
	position: absolute
}

.counter-wrap .counter-shape img:nth-child(1) {
	top: 0;
	left: 0;
	-webkit-animation: service-ani-one 3s linear infinite;
	animation: service-ani-one 3s linear infinite
}

.counter-wrap .counter-shape img:nth-child(2) {
	bottom: 0;
	right: 0;
	-webkit-animation: service-ani-two 3s linear infinite;
	animation: service-ani-two 3s linear infinite
}

.counter-item {
	margin-bottom: 30px;
	text-align: center;
	position: relative
}

.counter-item.right-border:before {
	display: none
}

.counter-item:before {
	position: absolute;
	content: '';
	width: 2px;
	height: 135px;
	right: 0;
	top: 15px;
	background-color: #3DB166
}

.counter-item i {
	font-size: 55px;
	line-height: 55px;
	margin-bottom: 12px;
	color: #3DB166;
	display: inline-block
}

.counter-item h3 {
	margin-bottom: 5px;
	font-size: 45px
}

.counter-item p {
	font-weight: 600;
	margin-bottom: 0
}

.video-area {
	height: 620px;
	background-image: url(../img/video-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}

.video-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .5
}

.video-area .video-item {
	text-align: center;
	position: relative;
	z-index: 1
}

.video-area .video-item .video-wrap {
	margin-bottom: 30px
}

.video-area .video-item .video-wrap a {
	color: #3DB166
}

.video-area .video-item .video-wrap a:before {
	background-color: #fff
}

.video-area .video-item .video-wrap a:after {
	background-color: #fff
}

.video-area .video-item .video-wrap a:hover {
	color: #fff
}

.video-area .video-item .video-wrap a:hover:before {
	background-color: #3DB166
}

.video-area .video-item .video-wrap a:hover:after {
	background-color: #3DB166
}

.video-area .video-item span {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: 35px;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px
}

.works-area-two .works-img {
	position: relative;
	text-align: center
}

.works-area-two .works-img img:nth-child(1) {
	position: relative;
	z-index: -1
}

.works-area-two .works-img img:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: -102px;
	z-index: 1;
	max-width: 610px;
	margin-left: auto;
	margin-right: auto
}

.works-area-two .works-content .section-title.two {
	text-align: left
}

.works-area-two .works-content .section-title.two h2 {
	margin-bottom: 5px
}

.works-area-two .works-content .section-title.two p {
	margin-bottom: 0
}

.works-area-two .works-content ul li {
	list-style-type: none;
	display: block;
	position: relative;
	padding-left: 65px;
	margin-bottom: 15px
}

.works-area-two .works-content ul li:hover i {
	color: #fff;
	background-color: #3DB166
}

.works-area-two .works-content ul li:last-child {
	margin-bottom: 0
}

.works-area-two .works-content ul li i {
	display: inline-block;
	color: #3DB166;
	background-color: #fff;
	text-align: center;
	font-size: 25px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd42;
	box-shadow: 0 0 20px 0 #dddddd42;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.works-area-two .works-content ul li h3 {
	font-size: 24px;
	margin-bottom: 5px
}

.works-area-two .works-content ul li p {
	margin-bottom: 0
}

.works-area-two .works-content .common-btn.two {
	margin-top: 35px
}

.blog-area.two .blog-item:hover .top {
	background-color: #3DB166
}

.blog-area.two .blog-item .bottom ul li a:hover {
	color: #3DB166
}

.blog-area.two .blog-item .bottom ul li i {
	color: #3DB166
}

.blog-area.two .blog-item .bottom .blog-btn {
	border-bottom: 1px solid #3DB166
}

.blog-area.two .blog-item .bottom .blog-btn:hover {
	color: #3DB166
}

.logo-area {
	background-color: #f7f4f4
}

.logo-item {
	text-align: center
}

.logo-item:hover img {
	-webkit-transform: translate(-5px, 0);
	transform: translate(-5px, 0)
}

.logo-item img {
	width: 145px !important;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.footer-area.two .footer-item h3:before {
	background-color: #3DB166
}

.footer-area.two .footer-item .footer-logo ul li a:hover {
	color: #3DB166
}

.footer-area.two .footer-item .footer-logo ul li i {
	color: #3DB166
}

.footer-area.two .footer-item .footer-links ul li a:hover {
	color: #3DB166
}

.footer-area.two .footer-item .footer-newsletter .newsletter-form .common-btn {
	background-color: #3DB166
}

.copyright-area.two .copyright-item p a {
	color: #3DB166
}

.copyright-area.two .copyright-item p a:hover {
	color: #fff
}

.provide-area {
	background-color: #f8f6f6
}

.provide-area .section-title.three h2 {
	margin-bottom: 5px;
	/*max-width: 500px;*/
	margin-left: auto;
	margin-right: auto
}

.provide-area .section-title.three p {
	margin-bottom: 0;
	/*max-width: 525px;*/
	margin-left: auto;
	margin-right: auto
}

.provide-area .nav {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  text-align: center;
}

.provide-area .nav li {
	list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.4%;
          flex: 0 0 11.4%;
  max-width: 11.4%;
  background-color: #fff;
  text-align: center;
  margin-left: 7px;
  margin-right: 7px;
}

.provide-area .nav li a {
	padding: 25px 5px 10px;
	transition: none;
	border-radius:0;
	height: 150px;
	/*-webkit-box-shadow: 0 0 20px 0 #dddddd42;
	box-shadow: 0 0 20px 0 #dddddd42*/
}

.provide-area .nav li a i {
	display: inline-block;
	color: #384259;
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 10px
}

.provide-area .nav li a h3 {
	font-size: 20px;
	margin-bottom: 0
}

.provide-area .nav li a h3:hover {
	color: #0C0C2E;
}

.provide-area .nav .nav-link.active,
.provide-area .nav .show > .nav-link {
	background-color: #384259;
}

.provide-area .nav .nav-link.active i,
.provide-area .nav .show > .nav-link i {
	color: #fff
}

.provide-area .nav .nav-link.active h3,
.provide-area .nav .show > .nav-link h3 {
	color: #fff
}

.provide-area .tab-content .provide-left {
	margin-bottom: 30px
}

.provide-area .tab-content .provide-left h2 {
	font-size: 32px;
	margin-bottom: 10px
}

.provide-area .tab-content .provide-left p {
	margin-bottom: 30px
}

.provide-area .tab-content .provide-left ul li {
	position: relative;
	list-style-type: none;
	display: block;
	padding-left: 50px;
	margin-bottom: 15px
}

.provide-area .tab-content .provide-left ul li:last-child {
	margin-bottom: 0
}

.provide-area .tab-content .provide-left ul li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: #0B0B2C;
	font-size: 20px;
	position: absolute;
	top: 3px;
	left: 0
}

.provide-area .tab-content .provide-left ul li h3 {
	font-size: 24px;
	margin-bottom: 5px
}

.provide-area .tab-content .provide-left ul li span {
	display: block;
	line-height: 1.7
}

.provide-area .tab-content .provide-left .common-btn {
	margin-top: 30px
}

.provide-area .tab-content .provide-right {
	margin-bottom: 30px
}

.features-area {
	position: relative;
	z-index: 1
}

.features-area .features-shape {
	position: absolute;
	top: 0;
	left: 0
}

.features-area .features-shape img {
	z-index: -1
}

.features-area .features-img {
	margin-bottom: 30px
}

.features-area .projects-item-two {
	border: 1px solid #dfe4fd;
	-webkit-box-shadow: 0 0 20px 0 #dddddd57;
	box-shadow: 0 0 20px 0 #dddddd57
}

.features-area .projects-item-two.bottom-gap-top {
	margin-top: 30px
}

.features-area .projects-item-two.bottom-gap-bottom {
	margin-top: -30px
}

.features-area .projects-item-two:before {
	background-color: #384259
}

.features-area .projects-item-two:hover .icon {
	color: #fff
}

.features-area .projects-item-two:hover h3 a {
	color: #fff
}

.features-area .projects-item-two:hover p {
	color: #fff
}

.features-area .projects-item-two:hover .projects-btn {
	color: #fff
}

.features-area .projects-item-two .icon {
	color: #384259
}

.features-area .projects-item-two h3 a {
	color: #384259
}

.features-area .projects-item-two h3 a:hover {
	color: #0B0B2C
}

.features-area .projects-item-two .projects-btn {
	color: #384259
}

.features-area .projects-item-two .projects-btn:hover {
	color: #0B0B2C
}

.projects-area-three {
	background-color: #f8f6f6
}

.projects-area-three .section-title.three {
	text-align: left
}

.projects-area-three .container-fluid {
	max-width: 1350px;
	margin-right: 0;
	margin-left: auto
}

.projects-area-three .owl-prev {
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #384259 !important;
	background-color: #e4e9fc !important;
	font-size: 30px !important;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.projects-area-three .owl-prev i {
	line-height: 40px
}

.projects-area-three .owl-prev:hover {
	color: #fff !important;
	background: #384259 !important
}

.projects-area-three .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #384259 !important;
	background-color: #e4e9fc !important;
	font-size: 30px !important;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.projects-area-three .owl-next i {
	line-height: 40px
}

.projects-area-three .owl-next:hover {
	color: #fff !important;
	background: #384259 !important
}

.projects-area-three .owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	top: -105px;
	right: 0
}

.projects-item-three {
	margin-bottom: 30px
}

.projects-item-three:hover .top {
	border-bottom: 2px solid #384259
}

.projects-item-three .top {
	background-color: #fff;
	border-bottom: 2px solid transparent;
	margin-bottom: 15px;
	padding: 30px 25px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.projects-item-three .top a {
	display: block
}

.projects-item-three .top a img {
	width: 260px;
	height: 195px;
	margin-left: auto;
	margin-right: auto
}

.projects-item-three .bottom h3 {
	font-size: 24px;
	margin-bottom: 0
}

.projects-item-three .bottom h3 a {
	color: #384259
}

.projects-item-three .bottom h3 a:hover {
	color: #0B0B2C
}

.counter-area.three .counter-item:before {
	background-color: #384259
}

.counter-area.three .counter-item i {
	color: #384259
}

.touch-area.three {
	background-color: transparent
}

.touch-area.three .container-fluid {
	padding-left: 0;
	padding-right: 0
}

.touch-area.three .container-fluid .row {
	margin-left: 0;
	margin-right: 0
}

.touch-area.three .section-title.three {
	padding-left: 15px
}

.touch-area.three .touch-wrap {
	max-width: 625px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1
}

.touch-area.three .touch-content {
	background-color: #0B0B2C;
	margin-bottom: 0
}

.touch-area.three .touch-img {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0
}

.team-area.two .team-item .top ul li a {
	color: #384259
}

.team-area.two .team-item .top ul li a:hover {
	color: #fff
}

.team-area.two .team-item .bottom span {
	color: #384259
}

.team-area.two .owl-prev {
	background-color: #384259 !important
}

.team-area.two .owl-prev:hover {
	background-color: #0B0B2C !important
}

.team-area.two .owl-next {
	background-color: #384259 !important
}

.team-area.two .owl-next:hover {
	background-color: #0B0B2C !important
}

.blog-area.three .blog-item:hover .top {
	background-color: #384259
}

.blog-area.three .blog-item .bottom ul li i {
	color: #384259
}

.blog-area.three .blog-item .bottom h3 a:hover {
	color: #384259
}

.blog-area.three .blog-item .bottom .blog-btn {
	border-bottom: 1px solid #384259
}

.blog-area.three .blog-item .bottom .blog-btn:hover {
	color: #384259
}

.footer-area.three .footer-item h3:before {
	background-color: #384259
}

.footer-area.three .footer-item .footer-logo ul li a:hover {
	color: #384259
}

.footer-area.three .footer-item .footer-logo ul li i {
	color: #384259
}

.footer-area.three .footer-item .footer-links ul li a:hover {
	color: #384259
}

.footer-area.three .footer-item .footer-newsletter .newsletter-form .common-btn {
	background-color: #384259
}

.copyright-area.three .copyright-item p a {
	color: #384259
}

.copyright-area.three .copyright-item p a:hover {
	color: #fff
}

.page-title-area {
	background-image: url(../img/page-title-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 150px
}

.page-title-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 6, 16, 0.887194)), color-stop(93%, rgba(1, 6, 16, 0.350677)));
	background: linear-gradient(180deg, rgba(1, 6, 16, 0.887194) 0%, rgba(1, 6, 16, 0.350677) 93%)
}

.page-title-area .title-content {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: 65px
}

.page-title-area .title-content h2 {
	font-size: 45px;
	color: #fff;
	margin-bottom: 2px
}

.page-title-area .title-content ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	margin-left: 8px;
	margin-right: 8px
}

.page-title-area .title-content ul li:last-child:before {
	display: none
}

.page-title-area .title-content ul li:before {
	position: absolute;
	content: '/';
	top: 0;
	left: 53px;
	color: #fff
}

.page-title-area .title-content ul li a {
	display: block;
	color: #fff
}

.page-title-area .title-content ul li a:hover {
	color: #65ab6a
}

.page-title-area .title-content ul li span {
	display: inline-block;
	color: #fff
}

.services-area.four {
	background-color: #fff
}

.services-area.four .services-item {
	-webkit-box-shadow: 0 0 20px 0 #dddddd42;
	box-shadow: 0 0 20px 0 #dddddd42
}

.pagination-area {
	text-align: center
}

.pagination-area ul {
	position: relative;
	z-index: 1
}

.pagination-area ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px
}

.pagination-area ul li a {
	display: block;
	color: #384259;
	background-color: #efefef;
	border-radius: 5px;
	width: 50px;
	height: 35px;
	line-height: 35px;
	font-size: 15px
}

.pagination-area ul li a i {
	line-height: 35px
}

.pagination-area ul li a:hover,
.pagination-area ul li a.active {
	color: #fff;
	background-color: #384259
}

.service-details-area .details-item .details-img {
	margin-bottom: 50px
}

.service-details-area .details-item .details-img img {
	margin-bottom: 20px
}

.service-details-area .details-item .details-img h2 {
	margin-bottom: 5px;
	font-size: 38px
}

.service-details-area .details-item .details-img p {
	margin-bottom: 10px
}

.service-details-area .details-item .details-img p:last-child {
	margin-bottom: 0
}

.service-details-area .details-item .details-business {
	margin-bottom: 50px
}

.service-details-area .details-item .details-business .img {
	margin-bottom: 20px
}

.service-details-area .details-item .details-business .img img {
	width: 100%
}

.service-details-area .details-item .details-business h3 {
	font-size: 24px;
	margin-bottom: 5px
}

.service-details-area .details-item .details-business p {
	margin-bottom: 15px
}

.service-details-area .details-item .details-business p:last-child {
	margin-bottom: 0
}

.service-details-area .details-item .details-business ul {
	margin-bottom: 15px
}

.service-details-area .details-item .details-business ul li {
	list-style-type: none;
	display: block;
	padding-left: 20px;
	font-weight: 600;
	position: relative;
	margin-bottom: 12px
}

.service-details-area .details-item .details-business ul li:last-child {
	margin-bottom: 0
}

.service-details-area .details-item .details-business ul li:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 7px;
	left: 0;
	background-color: #0B0B2C
}

.service-details-area .details-item .details-faq .section-title {
	text-align: left;
	margin-bottom: 30px
}

.service-details-area .details-item .details-faq .section-title h2 {
	margin-bottom: 5px
}

.service-details-area .details-item .details-faq .section-title p {
	margin-bottom: 0
}

.service-details-area .details-item .details-faq .faq-item {
	margin-bottom: 0
}

.widget-area .widget-item {
	margin-bottom: 15px;
    padding: 15px 15px 0 15px;
}

.widget-area .widget-item h3 {
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 5px;
	border-left: 3px solid #384259;
	padding-left: 10px;
}

.widget-area .widget-item ul li {
	list-style-type: none;
	display: block;
}

.widget-area .widget-item ul li:last-child {
	margin-bottom: 0
}

.widget-area .widget-item ul li a {
	color: #011f4c;
	padding: 12px 0px;
	font-weight: 600;
	position: relative
}

.widget-area .widget-item ul li i {
    color: #011f4c;
    margin-right: 15px;
    line-height: 24px;
}

.widget-area .widget-item ul li p {
    padding-left: 35px;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: -25px;
}


.widget-area .services ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 10px
}

.widget-area .services ul li:last-child {
	margin-bottom: 0
}

.widget-area .services ul li a {
	color: #011f4c;
	background-color: #fef7f3;
	display: block;
	padding: 12px 15px;
	font-weight: 600;
	position: relative
}

.widget-area .services ul li a i {
	position: absolute;
	top: 16px;
	right: 15px;
	display: inline-block;
	font-size: 18px
}

.widget-area .services ul li a:hover {
	color: #fff;
	background-color: #384259
}

.widget-area .download ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 10px
}

.widget-area .download ul li:last-child {
	margin-bottom: 0
}

.widget-area .download ul li a {
	color: #384259;
	background-color: #fef7f3;
	display: block;
	padding: 12px 15px;
	font-weight: 600
}

.widget-area .download ul li a i {
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: 1px;
	margin-right: 3px
}

.widget-area .download ul li a:hover {
	color: #fff;
	background-color: #384259
}

.widget-area .contact form .form-group {
	margin-bottom: 5px;
}

.widget-area .contact form .form-group .form-control {
	height: 30px;
	padding-left: 15px;
	font-size: 15px;
	background-color: #ebeaea;
	border: 0;
	border-radius: 0;
}

.widget-area .contact form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.widget-area .contact form .form-group textarea {
	height: auto !important;
}

.widget-area .contact form .common-btn {
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 0;
}

.widget-area .consultation {
	position: relative
}

.widget-area .consultation:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 26, 65, 0)), color-stop(98%, rgba(1, 26, 65, 0.926519)), to(#0B0B2C));
	background: linear-gradient(180deg, rgba(1, 26, 65, 0) 0%, rgba(1, 26, 65, 0.926519) 98%, #0B0B2C 100%)
}

.widget-area .consultation img {
	width: 100%
}

.widget-area .consultation .inner {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 1
}

.widget-area .consultation .inner h3 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px
}

.projects-area-two.two {
	background-color: #fff
}

.projects-area-two.two .projects-item-two {
	-webkit-box-shadow: 0 0 20px 0 #dddddd42;
	box-shadow: 0 0 20px 0 #dddddd42
}

.project-details-area .details-item .details-img {
	margin-bottom: 45px
}

.project-details-area .details-item .details-img img {
	margin-bottom: 20px
}

.project-details-area .details-item .details-img h2 {
	font-size: 38px;
	margin-bottom: 5px
}

.project-details-area .details-item .details-img p {
	margin-bottom: 10px
}

.project-details-area .details-item .details-img p:last-child {
	margin-bottom: 0
}

.project-details-area .details-item .details-client {
	margin-bottom: 50px
}

.project-details-area .details-item .details-client:last-child {
	margin-bottom: 0
}

.project-details-area .details-item .details-client h3 {
	font-size: 24px;
	margin-bottom: 5px
}

.project-details-area .details-item .details-client p {
	margin-bottom: 15px
}

.project-details-area .details-item .details-client p:last-child {
	margin-bottom: 0
}

.project-details-area .details-item .details-client ul {
	margin-bottom: 15px
}

.project-details-area .details-item .details-client ul li {
	list-style-type: none;
	display: block;
	padding-left: 20px;
	font-weight: 600;
	position: relative;
	margin-bottom: 12px
}

.project-details-area .details-item .details-client ul li:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 7px;
	left: 0;
	background-color: #384259
}

.project-details-area .details-item .details-related h3 {
	font-size: 24px;
	margin-bottom: 15px
}

.project-details-area .details-item .details-related .img {
	margin-bottom: 20px
}

.project-details-area .details-item .details-related .img img {
	width: 100%
}

.blog-details-area .details-item .details-img {
	margin-bottom: 50px
}

.blog-details-area .details-item .details-img img {
	margin-bottom: 20px
}

.blog-details-area .details-item .details-img h2 {
	font-size: 35px;
	margin-bottom: 5px
}

.blog-details-area .details-item .details-img p {
	margin-bottom: 10px
}

.blog-details-area .details-item .details-img p:last-child {
	margin-bottom: 0
}

.blog-details-area .details-item .details-quote {
	margin-bottom: 40px
}

.blog-details-area .details-item .details-quote blockquote {
	margin-bottom: 20px;
	border-left: 3px solid #384259;
	background-color: #ebeaea;
	text-align: center;
	padding: 30px;
	position: relative
}

.blog-details-area .details-item .details-quote blockquote h3 {
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.6
}

.blog-details-area .details-item .details-quote blockquote i {
	display: inline-block;
	color: #384259;
	font-size: 50px;
	position: absolute;
	bottom: 20px;
	right: 25px
}

.blog-details-area .details-item .details-quote p {
	margin-bottom: 0
}

.blog-details-area .details-item .details-grow {
	margin-bottom: 50px
}

.blog-details-area .details-item .details-grow h3 {
	font-size: 24px;
	margin-bottom: 5px
}

.blog-details-area .details-item .details-grow p {
	margin-bottom: 15px
}

.blog-details-area .details-item .details-grow p:last-child {
	margin-bottom: 0
}

.blog-details-area .details-item .details-grow ul {
	margin-bottom: 15px
}

.blog-details-area .details-item .details-grow ul li {
	list-style-type: none;
	display: block;
	padding-left: 20px;
	font-weight: 600;
	position: relative;
	margin-bottom: 12px
}

.blog-details-area .details-item .details-grow ul li:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 7px;
	left: 0;
	background-color: #0B0B2C
}

.blog-details-area .details-item .details-form {
	background-color: #f4f4f4;
	padding: 45px 50px 50px;
	margin-bottom: 50px
}

.blog-details-area .details-item .details-form h3 {
	font-size: 24px;
	margin-bottom: 5px
}

.blog-details-area .details-item .details-form p {
	margin-bottom: 30px
}

.blog-details-area .details-item .details-form .form-group {
	margin-bottom: 15px
}

.blog-details-area .details-item .details-form .form-group label {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px
}

.blog-details-area .details-item .details-form .form-group .form-control {
	height: 50px;
	border: 0;
	border-radius: 0;
	font-size: 15px
}

.blog-details-area .details-item .details-form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}

.blog-details-area .details-item .details-form .form-group textarea {
	padding-top: 13px;
	height: auto !important
}

.blog-details-area .details-item .details-form .common-btn {
	border: 0;
	margin-top: 10px
}

.blog-details-area .details-item .details-comment h3 {
	font-size: 24px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 30px
}

.blog-details-area .details-item .details-comment h3:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	left: 0;
	bottom: 0;
	background-color: #384259
}

.blog-details-area .details-item .details-comment ul li {
	list-style-type: none;
	display: block;
	position: relative;
	padding-left: 120px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dddddd42
}

.blog-details-area .details-item .details-comment ul li:nth-child(2) {
	margin-left: 50px
}

.blog-details-area .details-item .details-comment ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.blog-details-area .details-item .details-comment ul li img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%
}

.blog-details-area .details-item .details-comment ul li h4 {
	font-size: 20px;
	margin-bottom: 5px
}

.blog-details-area .details-item .details-comment ul li span {
	display: block;
	font-size: 14px;
	margin-bottom: 10px
}

.blog-details-area .details-item .details-comment ul li p {
	margin-bottom: 0
}

.blog-details-area .details-item .details-comment ul li a {
	display: inline-block;
	color: #011f4c;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 600
}

.blog-details-area .details-item .details-comment ul li a:hover {
	color: #384259
}

.widget-area .popular .popular-inner {
	margin-bottom: 15px
}

.widget-area .popular .popular-inner:last-child {
	margin-bottom: 0
}

.widget-area .popular .popular-inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.widget-area .popular .popular-inner ul li {
	list-style-type: none;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.widget-area .popular .popular-inner ul li:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	margin-left: 15px
}

.widget-area .popular .popular-inner ul li span {
	font-size: 14px;
	display: block;
	margin-bottom: 4px
}

.widget-area .popular .popular-inner ul li a {
	display: block;
	color: #0B0B2C;
	font-weight: 600
}

.widget-area .popular .popular-inner ul li a:hover {
	color: #384259
}

.contact-info-item {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px 0 #dddddd57;
	box-shadow: 0 0 20px 0 #dddddd57;
	text-align: center;
	position: relative;
	padding: 35px 30px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.contact-info-item:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px)
}

.contact-info-item img {
	position: absolute;
	top: 0;
	left: 0
}

.contact-info-item i {
	color: #384259;
	display: inline-block;
	font-size: 55px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	font-weight: 400
}

.contact-info-item i:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	border-radius: 50%;
	background-color: #65ab6a;
	z-index: -1
}

.contact-info-item h3 {
	margin-bottom: 10px;
	font-size: 24px
}

.contact-info-item a {
	display: block;
	color: #011f4c
}

.contact-info-item a:hover {
	color: #384259
}

.contact-info-item ul li {
	list-style-type: none;
	display: block
}

.contact-area {
	position: relative;
	background-image: url(../img/testimonials-bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}

/*.contact-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0B0B2C;
	opacity: .5
}*/

.contact-area #contact-form {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.contact-area #contact-form .section-title {
	text-align: center;
	margin-bottom: 30px
}

.contact-area #contact-form .section-title h2 {
	color: #091629;
	margin-top: -12px
}

.contact-area #contact-form .form-group {
	margin-bottom: 30px
}

.contact-area #contact-form .form-group .form-control {
	height: 50px;
	padding-left: 20px;
	font-size: 15px;
	border: 0;
	border-radius: 0
}

.contact-area #contact-form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}

.contact-area #contact-form textarea {
	padding-top: 13px;
	height: auto !important
}

.contact-area #contact-form .common-btn {
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 0;
	border: 0;
	opacity: 1
}

.contact-area #contact-form .list-unstyled {
	margin-top: 10px;
	color: #fff
}

.contact-area #contact-form .text-danger {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 25px;
	color: #fff !important
}

.contact-area #contact-form .text-success {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 25px;
	color: #28a745 !important
}

.map-area #map {
	width: 100%;
	display: block;
	height: 420px;
	border: 0
}

.user-form-area .form-item {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.user-form-area .form-item form {
	margin-bottom: 25px
}

.user-form-area .form-item form h2 {
	font-size: 38px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	position: relative;
	margin-top: -10px;
	text-align: center;
}

.user-form-area .form-item form h2:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #384259
}

.user-form-area .form-item form h2:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: -6px;
	margin-left: auto;
	margin-right: auto;
	background-color: #384259
}

.user-form-area .form-item form .form-group {
	margin-bottom: 30px
}

.user-form-area .form-item form .form-group .form-control {
	height: 50px;
	border: 0;
	border-radius: 0;
	background-color: #fafafa;
	padding-left: 20px;
	font-size: 15px
}

.user-form-area .form-item form .form-group .form-control:focus {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.user-form-area .form-item form .common-btn {
	padding: 12px 70px
}

.user-form-area .form-item .user-btn h3 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 30px;
	font-family: open sans, sans-serif
}

.user-form-area .form-item .user-btn h3 a {
	display: inline-block;
	color: #384259;
	font-weight: 600;
	margin-left: 5px
}

.user-form-area .form-item .user-btn h3 a:hover {
	color: #0B0B2C
}

.user-form-area .form-item .user-btn span {
	display: block;
	font-size: 15px;
	position: relative;
	margin-bottom: 25px
}

.user-form-area .form-item .user-btn span:before {
	position: absolute;
	content: '';
	width: 40%;
	height: 1px;
	left: 0;
	top: 11px;
	background-color: #dbdbdb
}

.user-form-area .form-item .user-btn span:after {
	position: absolute;
	content: '';
	width: 40%;
	height: 1px;
	right: 0;
	top: 11px;
	background-color: #dbdbdb
}

.user-form-area .form-item .user-btn ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px
}

.user-form-area .form-item .user-btn ul li:nth-child(2) a {
	background-color: #00acee
}

.user-form-area .form-item .user-btn ul li:nth-child(3) a {
	background-color: #c13584
}

.user-form-area .form-item .user-btn ul li:nth-child(4) a {
	background-color: #e60023
}

.user-form-area .form-item .user-btn ul li a {
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #3b5998;
	border-radius: 50%
}

.user-form-area .form-item .user-btn ul li a i {
	line-height: 30px
}

.user-form-area .form-item .user-btn ul li a:hover {
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px)
}

.loan-area .loan-item .loan-img {
	margin-bottom: 30px
}

.loan-area .loan-item .loan-img h2 {
	font-size: 38px;
	margin-bottom: 5px;
	margin-top: -12px
}

.loan-area .loan-item .loan-img p {
	margin-bottom: 20px
}

.loan-area .loan-item ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 30px
}

.loan-area .loan-item ul li:last-child {
	margin-bottom: 0
}

.loan-area .loan-item ul li h3 {
	position: relative;
	font-size: 24px;
	margin-bottom: 5px;
	padding-left: 30px
}

.loan-area .loan-item ul li h3 i {
	display: inline-block;
	color: #384259;
	font-size: 31px;
	position: absolute;
	top: 0;
	left: -6px
}

.loan-area .loan-item ul li p {
	margin-bottom: 0
}

.apply-area .apply-item {
	text-align: center
}

.apply-area .apply-item h2 {
	font-size: 38px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	position: relative;
	margin-top: -10px
}

.apply-area .apply-item h2:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #384259
}

.apply-area .apply-item h2:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: -6px;
	margin-left: auto;
	margin-right: auto;
	background-color: #384259
}

.apply-area .apply-item .form-group {
	text-align: left;
	margin-bottom: 30px
}

.apply-area .apply-item .form-group label {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 15px;
	color: #0B0B2C
}

.apply-area .apply-item .form-group .form-control {
	height: 50px;
	border: 0;
	border-radius: 0;
	padding-left: 20px;
	font-size: 15px;
	background-color: #fafafa
}

.apply-area .apply-item .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}

.apply-area .apply-item .form-group ::-webkit-input-placeholder {
	color: #7a7a7a
}

.apply-area .apply-item .form-group :-ms-input-placeholder {
	color: #7a7a7a
}

.apply-area .apply-item .form-group ::-ms-input-placeholder {
	color: #7a7a7a
}

.apply-area .apply-item .form-group ::placeholder {
	color: #7a7a7a
}

.apply-area .apply-item .form-group .nice-select {
	margin-bottom: 30px;
	height: 50px;
	line-height: 50px;
	color: #7a7a7a;
	border-radius: 0;
	padding-left: 20px;
	font-size: 15px;
	background-color: #fafafa;
	width: 100%;
	display: block;
	border: 0
}

.apply-area .apply-item .form-group .nice-select:focus {
	border: 0
}

.apply-area .apply-item .form-group .nice-select .list {
	display: block;
	width: 100%
}

.team-area.three .team-item {
	margin-left: 0;
	margin-right: 0
}

.error-area {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100vh;
	text-align: center
}

.error-area .error-content i {
	color: #384259;
	display: inline-block;
	font-size: 100px
}

.error-area .error-content h1 {
	font-size: 130px;
	color: #384259;
	margin-bottom: 10px
}

.error-area .error-content h2 {
	font-size: 25px;
	color: #0B0B2C;
	margin-bottom: 10px
}

.error-area .error-content p {
	margin-bottom: 20px;
	font-weight: 500
}

.error-area .error-content a {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
	background-color: #384259;
	padding: 12px 35px
}

.error-area .error-content a:hover {
	background-color: #0B0B2C
}

.coming-soon-area {
	height: 100vh;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding-left: 15px;
	padding-right: 15px
}

.coming-soon-area .soon-item img {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px
}

.coming-soon-area .soon-item .coming-inner {
	padding-bottom: 30px;
	padding-top: 20px;
	border-radius: 5px;
	background-color: #0B0B2C;
	margin-bottom: 30px
}

.coming-soon-area .soon-item .coming-inner h3 {
	color: #fff;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 40px
}

.coming-soon-area .soon-item .coming-inner p {
	margin-bottom: 0;
	color: #fff
}

.rules-area {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.rules-area .rules-item img {
	margin-bottom: 30px
}

.rules-area .rules-item h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #0B0B2C
}

.rules-area .rules-item p {
	margin-bottom: 30px
}

.rules-area .rules-item p:last-child {
	margin-bottom: 0
}

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 25px;
    left: 25px;
	color: #fff;
	background-color: #65ab6a;
	z-index: 4;
	width: 45px;
	text-align: center;
	height: 45px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
	border-radius: 50%;
	border: 1px solid #65ab6a
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: .6s;
	transition: .6s;
	font-size: 25px;
	line-height: 45px
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}

.go-top.active {
	opacity: 1;
	visibility: visible
}

.go-top:hover,
.go-top:focus {
	color: #fff;
	border: 1px solid #0B0B2C;
	background-color: #0B0B2C
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #0B0B2C
}

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.others-option-for-responsive {
	display: none
}

.others-option-for-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 9991;
	position: absolute;
	right: 60px;
	top: 21px
}

.others-option-for-responsive .dot-menu .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px
}

.others-option-for-responsive .dot-menu .inner .circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	background-color: #fff
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
	background-color: #ff2a60
}

.others-option-for-responsive .container {
	position: relative
}

.others-option-for-responsive .container .container {
	position: absolute;
	right: 0;
	top: 10px;
	max-width: 262px;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}

.others-option-for-responsive .container .container.active {
	opacity: 1;
	visibility: visible
}

.others-option-for-responsive .option-inner {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff
}

.others-option-for-responsive .option-inner .others-option {
	background-color: #fff;
	padding: 10px;
	position: absolute;
	top: 61px;
	right: 0;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.others-option-for-responsive .option-inner .others-option .option-item {
	margin-left: 15px;
	padding-left: 15px;
	position: relative
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
	margin-left: 0;
	padding-left: 0
}

.others-option-for-responsive .sidebar-menu {
	display: inline-block;
	margin-left: 10px
}

.others-option-for-responsive .sidebar-menu a i {
	font-size: 25px;
	background-color: #ff2a60;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 50px
}

@media only screen and (max-width:991px) {
	.others-option-for-responsive {
		display: block
	}

	.others-option-for-responsive .container {
		max-width: 100%
	}

	.others-option-for-responsive .container .container {
		max-width: 400px;
		margin: auto
	}

	.others-option-for-responsive .option-inner .others-option {
		background-color: #000;
		margin-right: 15px
	}

	.others-option-for-responsive .option-inner .others-option .dot-menu:hover .inner .circle {
		background-color: #fff
	}

	.others-option-for-responsive .option-inner .others-option .cart-icon a i {
		color: #fff
	}

	.others-option-for-responsive .option-inner .others-option .cart-icon a span {
		background-color: #fff !important;
		color: #000
	}

	.others-option-for-responsive .option-inner .others-option .search-btn {
		color: #fff
	}

	.others-option-for-responsive .option-inner .others-option .search-btn:hover {
		color: #fff !important
	}

	.others-option-for-responsive .option-inner .others-option .close-btn {
		color: #fff
	}
}

/***PROMO***/
.promo-item.style3 .promo-icon,
.promo-item.style3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.promo-item.style3 .promo-icon {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.promo-item.style3 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.bg-haiti {
	background-color: #0C0C2E;
}

.promo-wrap {
	overflow-x: hidden;
}

.promo-wrap.style2 {
	padding: 25px;
	border-radius: 50px 0 50px 0;
	margin: -10px 0 0;
	position: relative;
	z-index: 1;
}

.promo-item h4 {
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 13px;
}

.promo-item p {
	margin: 0;
}

.promo-item.style3 .promo-icon {
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
}

.promo-item.style3 .promo-icon i {
	color: #3DB166;
	font-size: 40px;
}

.promo-item.style3 .promo-text {
	width: calc(100% - 100px);
	margin-left: 20px;
}

.promo-item.style3 .promo-text h4 {
	color: #3DB166;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 10px;
	display: block;
}

.promo-item.style3 .promo-text p {
	color: #fff;
	margin: 0;
	line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.promo-item.style3 .promo-icon {
		width: 60px;
		height: 60px;
	}

	.promo-item.style3 .promo-text {
		width: calc(100% - 75px);
		margin-left: 15px;
	}

	.promo-item.style3 .promo-icon i {
		color: #3DB166;
		font-size: 30px;
	}

	.promo-item.style3 .promo-text h4 {
		font-size: 16px;
	}

	.promo-item.style3 .promo-text p {
		font-size: 13px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.promo-wrap.style2 {
		padding: 30px 30px 5px 30px;
		border-radius: 30px 0 30px 0;
	}

	.promo-item.style3 {
		margin-bottom: 25px;
	}

	.promo-item.style3 .promo-text h4 {
		font-size: 16px;
	}

	.promo-item.style3 .promo-text p {
		font-size: 13px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 376px) {
	.promo-item.style3 .promo-icon {
		width: 60px;
		height: 60px;
	}

	.promo-item.style3 .promo-text {
		width: calc(100% - 75px);
		margin-left: 15px;
	}

	.promo-item.style3 .promo-icon i {
		color: #3DB166;
		font-size: 30px;
	}
}

/***CATEGORY***/
.category-item-wrap .category-item .category-icon,
.category-item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category-item-wrap .category-item .category-icon {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.category-item-wrap .category-item .category-icon img {
	max-width: 55px;
	width: 55px;
}

.section-title {
	position: relative;
}

.section-title span {
	margin-bottom: 5px;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	color: #260944;
}

.category-item-wrap {
	margin: 0 -1%;
}

.category-item-wrap .category-item {
	width: 18%;
	text-align: center;
	background-color: #fff;
	/*border-radius: 50px 0 50px 0;*/
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	/*padding: 25px 20px 22px;*/
	margin: 0 1% 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.category-item-wrap .category-item .category-icon {
	width: 80px;
	height: 80px;
	background-color: #F8F7FD;
	border-radius: 50%;
	margin: 15px auto 0px;
}

.category-item-wrap .category-item .category-icon i {
	color: #0C0C2E;
	font-size: 40px;
}

.category-item-wrap .category-item .category-name {
	text-align: center;
}

.category-item-wrap .category-item .category-name a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #0C0C2E;
	margin: 0 0 10px;
}

.category-item-wrap .category-item .category-name span {
	display: block;
	font-size: 16px;
}

/*.category-item-wrap .category-item:hover {
	background-color: #0C0C2E;
}*/

.category-item-wrap .category-item:hover .category-name a,
.category-item-wrap .category-item:hover .category-name span {
	color: #0C0C2E;
}

@media only screen and (max-width: 1199px) {
	.category-item-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.category-item-wrap {
		margin: 0 -2%;
	}

	.category-item-wrap .category-item {
		width: 30%;
		margin: 0 1.5% 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.category-item-wrap {
		margin: 0 -4%;
	}

	.category-item-wrap .category-item {
		width: 46%;
		margin: 0 2% 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.category-item-wrap {
		margin: 0 -5%;
	}

	.category-item-wrap .category-item {
		width: 45%;
		margin: 0 2.5% 30px;
	}
}

@media only screen and (max-width: 575px) {
	.category-item-wrap {
		margin: 0;
	}

	.category-item-wrap .category-item {
		width: 48%;
		/*margin: 0 0 30px;*/
	}
	
	.category-item-wrap .category-item .category-name a {
	font-size: 14px;
    }
    
    .provide-area .nav li a h3 {
    font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
	.pt-100 {
		padding-top: 50px;
	}

	.pb-75 {
		padding-bottom: 25px;
	}

	.mb-40 {
		margin-bottom: 25px !important;
	}

	.section-title h2 {
		font-size: 36px;
	}

	.section-title span {
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pt-100 {
		padding-top: 70px;
	}

	.pb-75 {
		padding-bottom: 45px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}

	.section-title {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1450px) {
	.container {
		max-width: 1410px;
	}
}

@media only screen and (max-width: 575px) {
	.section-title h2 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 376px) {
	.section-title h2 {
		font-size: 26px;
	}
}

/***COLLEGE***/
.category-card.style1 .category-metainfo .category-metainfo-left ul,
.category-rating,
.category-card .category-metainfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category-card.style1 .category-metainfo .category-metainfo-left ul,
.category-rating {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.category-card .category-metainfo {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.btn.v1 {
	background-color: #3DB166;
	border-radius: 5px;
	border: 1px solid transparent;
	color: #fff;
	padding: 12px 22px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn.v1 i {
	margin-right: 6px;
	font-size: 15px;
	position: relative;
	top: 2px;
}

.btn.v1:hover {
	background-color: #012245;
}

.btn.v1:hover i {
	color: #fff;
}

.section-title {
	position: relative;
}

.section-title span {
	position: relative;
	line-height: 1.5;
	display: inline-block;
	font-weight: 500;
	margin: 0 0 5px;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4;
	font-family: "Poppins", sans-serif;
	margin: 0;
	color: #012245;
}

.section-title.style1 span {
	color: #3DB166;
}

.category-card .category-metainfo .apply-btn {
	display: inline-block;
	color: #fff;
	background-color: #384259;
	border-radius: 5px;
	padding: 12px 25px;
	font-weight: 600;
	vertical-align: middle;
}

.category-card {
	border-radius: 5px;
}

.category-card .category-img {
	position: relative;
	overflow: hidden;
}

.category-card .category-img img {
	border-radius: 5px 5px 0 0;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.category-card .category-info h3 {
	font-size: 20px;
	line-height: 30px;
	line-height: 1.4;
	margin: 0;
}

.category-card .category-info p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.category-card .category-metainfo {
	-webkit-box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.05);
	padding: 15px 20px;
}

.category-card .category-metainfo .category-metainfo-left,
.category-card .category-metainfo .category-metainfo-right {
	width: 49%;
}

.category-card .category-metainfo .category-metainfo-left {
	text-align: left;
}

.category-card .category-metainfo .category-metainfo-right {
	text-align: right;
}

.category-card .category-metainfo .category-metainfo-right .price-tag .discount {
	margin-right: 5px;
}

.category-card .category-metainfo .category-metainfo-right .price-tag span {
	color: #3DB166;
}

.category-card .category-metainfo a {
	color: #4C4C4C;
}

.category-card .category-metainfo a:hover {
	color: #fff;
}

.category-card .category-metainfo p {
	font-size: 14px;
	margin: 0;
}

.category-card .category-metainfo p i {
	margin-right: 5px;
}

.category-card.style1 {
	border: 1px solid #ddd;
	margin: 0 0 30px;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.category-card.style1:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

.category-card.style1:hover .category-img img {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.category-card.style1 .category-info {
	padding: 15px 20px 18px;
}

.category-card.style1 .category-rating {
	padding: 20px 0 15px 0;
}

.category-card.style1 .category-metainfo i {
	font-size: 14px;
	position: relative;
	top: 2px;
	margin-right: 8px;
}

.category-card.style1 .category-metainfo .category-metainfo-left ul li:last-child {
	margin-left: 20px;
}

.category-rating {
	padding: 4px 0;
}

.category-rating ul {
	line-height: 1;
}

.category-rating ul li {
	display: inline-block;
	line-height: 1;
}

.category-rating ul li i {
	font-size: 14px;
	color: #FFC107;
}

.category-rating span {
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	display: block;
	line-height: 1;
	color: #818181;
}

.category-rating span:before {
	position: absolute;
	top: -2px;
	left: 9px;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	width: 1px;
	height: 16px;
}

@media only screen and (max-width: 767px) {
	.pt-100 {
		padding-top: 50px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}

	.mb-40 {
		margin-bottom: 25px !important;
	}

	.section-title h2 {
		font-size: 36px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pt-100 {
		padding-top: 70px;
	}

	.pb-100 {
		padding-bottom: 70px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1320px;
	}
}

@media only screen and (min-width: 1450px) {
	.container {
		max-width: 1410px;
	}
}

@media only screen and (max-width: 575px) {
	.section-title h2 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 376px) {
	p {
		font-size: 14px;
		line-height: 24px;
	}

	.section-title h2 {
		font-size: 26px;
	}

	.btn {
		font-size: 15px;
		padding: 10px 20px;
	}
}

/***MODEL***/
.login-pop-form {
    max-width: 600px;
}

span.mod-close {
	position: absolute;
    right: -5px;
    top: -5px;
    background: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #2d3954 !important;
    cursor: pointer;
    z-index: 1;
    font-size: 25px;
    font-weight: 900;
}

.card {
	border: none;
	box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 9%);
	overflow: hidden;
}

.slider-form .form-header {
	background-color: #3DB166;
}

.card-header .text-white {
	margin-bottom: 0;
}

.text-white {
	color: #fff !important;
}

.slider-form .form-group {
	margin-bottom: 5px;
}

.slider-form .form-label {
	margin-bottom: 0px;
}

.btn-primary,
.btn-primary.disabled {
	background: #0B0B2C;
	border: 1px solid #0B0B2C;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.input-group {
	border: 1px solid #e6eaf3;
	border-radius: 0.2rem;
	overflow: hidden;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append,
.input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
/*=================================
Footer Area
====================================*/
.footer-bg {
	background-color: #384259;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget .logo {
	margin-top: 12px;
	margin-bottom: 10px;
}

.footer-widget h3 {
	margin-top: 12px;
	margin-bottom: 20px;
	color: #091629;
	font-weight: 600;
}

.footer-widget p {
	margin-bottom: 20px;
	color: #ffffff;
	max-width: 320px;
}

.footer-widget .newsletter-form {
	position: relative;
	border-radius: 0;
	margin-bottom: 20px;
}

.footer-widget .newsletter-form .form-control {
	border: 1px solid #091629;
	height: 50px;
	background-color: transparent;
	padding: 10px 20px;
	border-radius: 0;
}

.footer-widget .newsletter-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	color: #091629;
}

.footer-widget .newsletter-form .submit-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 65px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: none;
	outline: none;
	color: #091629;
	line-height: 53px;
	border-radius: 0;
	font-size: 30px;
	background-color: #ffffff;
}

.footer-widget .newsletter-form .submit-btn:hover {
	background-color: #091629;
	color: #ffffff;
}

.footer-widget .newsletter-form .validation-danger {
	font-size: 16px;
	margin-top: 15px;
	color: red;
}

.footer-widget .social-link {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-widget .social-link li {
	margin-right: 10px;
	display: inline-block;
}

.footer-widget .social-link li a {
	font-size: 24px;
	color: #091629;
	background-color: transparent;
	border-radius: 50px;
	line-height: 1;
}

.footer-widget .social-link li a:hover {
	color: #ffffff;
}

.footer-widget .contact-list {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.footer-widget .contact-list li {
	display: block;
	text-align: left;
	position: relative;
	color: #808080;
	margin-bottom: 10px;
	padding-left: 25px;
	font-weight: 500;
}

.footer-widget .contact-list li i {
	position: absolute;
	top: 5px;
	left: 0;
	text-align: center;
	color: #091629;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
}

.footer-widget .contact-list li:last-child {
	margin-bottom: 0;
}

.footer-widget .contact-list li a {
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	margin-left: 5px;
}

.footer-widget .contact-list li:hover a {
	color: #091629;
	font-weight: 600;
}

.footer-widget .open-hours-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-widget .open-hours-list li {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	color: #ffffff;
	position: relative;
}

.footer-widget .open-hours-list li::before {
	content: '';
	position: absolute;
	top: 16px;
	width: 15%;
	height: 100%;
	left: 32%;
	right: 25%;
	border-top: 1px dotted #6E6E6E;
}

.footer-widget .open-hours-list li:last-child {
	margin-bottom: 0;
}

.footer-widget .open-hours-list li span {
	float: right;
	color: #091629;
	font-weight: 600;
}

.footer-widget .footer-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0;
}

.footer-widget .footer-gallery li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.footer-widget .footer-gallery li a {
	display: block;
	position: relative;
}

.footer-widget .footer-gallery li a img {
	width: 100%;
}

.footer-widget .footer-gallery li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}

.footer-widget .footer-gallery li a:hover::before {
	opacity: .50;
	visibility: visible;
}

.footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
	color: #ffffff;
}

.footer-widget .newsletter-form .form-control:-ms-input-placeholder {
	color: #ffffff;
}

.footer-widget .newsletter-form .form-control::-ms-input-placeholder {
	color: #ffffff;
}

.copy-right-bg {
	background-color: #363636;
}

.copy-right-text {
	text-align: center;
	padding: 5px 0;
}

.copy-right-text p {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 14px;
}

.copy-right-text p a {
	color: #ffffff;
}

.copy-right-text p a:hover {
	color: #65ab6a;
	font-weight: 500;
}


.copyright-area {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #091629;
	text-align: center
}

/*=================================
Footer Area End
====================================*/
.social-tab {
	margin-top: 15px;
}

.social-tab .tabs {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

.social-tab .tabs li {
	display: inline-block;
	line-height: initial;
	margin-right: 30px;
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-ms-transform: skew(15deg);
	transform: skew(15deg);
}

.social-tab .tabs li:last-child {
	margin-right: 0;
}

.social-tab .tabs li a {
	position: relative;
	color: #091629;
	font-size: 16px;
	padding: 0 10px 0 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
	box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
	border: 1px solid #EBEBDE;
	font-size: 21px;
	font-weight: 600;
}

.social-tab .tabs li a img {
	background-color: #ffffff;
	border: 1px solid #EBEBDE;
	border-radius: 50px;
}

.social-tab .tabs li a:focus {
	color: #ffffff;
	background-color: #00799A;
	border-color: #00799A;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.social-tab .tabs li i {
	font-size: 20px;
	font-weight: 600;
	margin-top: 2px;
	-webkit-transform: skew(345deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-ms-transform: skew(15deg);
	transform: skew(345deg);
}

.social-tab .tabs li.active a {
	color: #ffffff;
	background-color: #091629;
	border-color: #091629;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.social-tab .tabs li.current a {
	color: #ffffff;
	background-color: #091629;
	border-color: #091629;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tab .tabs_item {
	display: none;
}

.tab .tabs_item:first-child {
	display: block;
}

.social-tab-item {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.social-tab-item:hover::before {
	height: 65%;
	opacity: 1;
}

.social-tab-item:hover .social-tab-item-img .offer-shape {
	opacity: 1;
}

.social-tab-item:hover .content h3 {
	color: #ffffff;
}

.social-tab-item:hover .content p {
	color: #ffffff;
}

.social-tab-item:hover .content span {
	color: #ffffff;
}

.social-tab-item:hover .content .offer-item-action {
	background-color: #00799A;
}

.social-tab-item::before {
	content: '';
	position: absolute;
	opacity: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0%;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	background-color: #00799A;
}

.social-tab-item .social-tab-item-img {
	position: relative;
	text-align: center;
	z-index: 1;
}

.social-tab-item .social-tab-item-img img {
	padding: 30px 20px 20px;
}

.social-tab-item .social-tab-item-img .offer-shape {
	position: absolute;
	opacity: 0;
	z-index: -1;
	top: 55px;
	left: 0;
	right: 0;
	text-align: center;
}

.social-tab-item .content {
	text-align: center;
	position: relative;
	z-index: 1;
}

.social-tab-item .content h3 {
	color: #091629;
	margin-bottom: 5px;
	font-size: 20px;
}

.social-tab-item .content p {
	margin-bottom: 10px;
}

.social-tab-item .content span {
	font-size: 20px;
	color: #00799A;
	font-weight: 600;
}

.social-tab-item .content .offer-item-action {
	padding: 15px;
	list-style-type: none;
	z-index: -1;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #091629;
}

.social-tab-item .content .offer-item-action li {
	display: inline-block;
	margin: 0 5px;
}

.social-tab-item .content .offer-item-action li a {
	width: 40px;
	height: 40px;
	line-height: 43px;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	font-size: 20px;
	color: #091629;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50px;
}

.social-tab-item .content .offer-item-action li a:hover {
	background-color: #091629;
	color: #ffffff;
}

.social-tab-item .content .offer-item-action li:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.social-tab-item .content .offer-item-action li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.social-tab-item .content .offer-item-action li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

		.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

    
    section {
    	padding: 60px 0;
    	position: relative;
    }
    
    
    .reference {
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .reference {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  section {
    	padding: 90px 0;
    	position: relative;
    }
}

.reference a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.reference h3 {
  font-weight: 400;
}

.reference img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.reference .overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*-webkit-transform: translateY(100%);
  transform: translateY(100%);*/
  padding: 15px;
}

.reference .overlay p {
  color: #fff;
}

.reference .reference-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}

.reference:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#detail {
  display: none;
}

#detail .btn {
  margin: 10px;
}

#detail .close {
  position: absolute;
  right: 0;
  z-index: 999;
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-size: 3rem;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

#detail .close:hover {
  opacity: 1;
}

#detail-slider {
  margin-top: 50px;
}

/****Custom****/

input:focus, select:focus{
    outline: none;
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px
}
	
.bg-selago {
    background-color: #F9FAFE;
}
.sidebar .sidebar-widget {
    margin: 0 0 5px;
    background-color: #fff;
    padding: 10px 15px 10px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.03);
}

.sidebar .sidebar-widget h4 {
  /*margin: 0 0 20px;*/
  padding-bottom: 5px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  position: relative;
}

/*.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #0C0C2E;
  width: 55px;
  height: 2px;
}*/

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

.sidebar .sidebar-widget.search-box {
  background: transparent;
  padding: 0;
}

.sidebar .sidebar-widget .category-box {
  /*margin-top: -5px;*/
  font-size: 15px;
  font-weight: 600;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style li {
  list-style: none;
}

.category-widget,
.price-range-widget,
.new-product {
  padding: 20px 25px 25px;
}

.category-box ul li {
  display: block;
  position: relative;
}

.category-box ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  background-color: #3DB166;
  width: 8px;
  height: 8px;
}

.category-box ul li a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 0 10px 15px 20px;
  color: #0C0C2E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box ul li a span {
  display: block;
  text-align: right;
  float: right;
}

.category-box ul li a:hover {
  color: #3DB166;
}

.category-box ul li:last-child a {
  margin: 0;
  border: none;
  padding-bottom: 0;
}

.category-box.style2 li {
  padding-left: 0;
}

.category-box.style2 li:before {
  display: none;
}

.category-box.style2 li:first-child a {
  padding-top: 0;
}

.category-box.style2 li:last-child a {
  padding-bottom: 0;
}

.category-box.style2 li a {
  border-bottom: 1px solid #EEEFF2;
  padding: 15px 0;
}
	
	select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 94% 50%;
}

.filter-item-num select, .filter-item-cat select {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    color: #393939;
    background-color: #fff;
    border-color: transparent;
    font-size: 14px;
    height: 40px;
}
	
	    .product-wrap {
  position: relative;
}

.product-wrap .shape-8 {
  position: absolute;
  top: 0;
  right: 20px;
}

.product-card {
  margin: 0 0 30px;
  border-radius: 3px;
}

.product-card .product-img {
  position: relative;
  margin: 0 0 20px;
}

.product-card .product-img img {
  margin: 0 auto;
  display: block;
}

.product-card .product-img .product-option {
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-card .product-img .product-option button {
  width: 44px;
  height: 44px;
  background: #3DB166;
  border-radius: 20px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-card .product-img .product-option button:last-child {
  margin: 0;
}

.product-card .product-img .product-option button i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-card .product-info h4 {
  font-size: 18px;
  line-height: 1.3;
}

.product-card .product-info h4 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-card .product-info .rating {
  margin: 7px 0 6px;
}

.product-card .product-info .product-price {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.product-card.style1 .product-img {
  border-radius: 15px;
}

.product-card.style1 .product-img .product-option button {
  border-radius: 50%;
}

.product-card.style1 .product-info h4 {
  font-weight: 600;
  font-size: 18px;
}

.product-card.style1 .product-info .product-rating {
  margin: 10px 0;
}

.product-card:hover .product-info h4 a {
  color: #3DB166;
}

.discount {
  color: #999 !important;
  text-decoration: line-through;
  margin-left: 7px;
}

/*---------Product filter CSS------*/
.product-result p {
  color: #0C0C2E;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.category-bg {
  background-image: url(../../assets/img/categorys/category-bg.jpg);
}

.category-wrap {
  overflow-x: hidden;
  position: relative;
}

.category-wrap .category-curve-shape {
  position: absolute;
  top: 80px;
  right: -50px;
  z-index: 0;
}

.category-wrap .category-wave-shape {
  position: absolute;
  bottom: 40px;
  right: -10px;
  z-index: 0;
}

.category-wrap .category-oval-shape {
  position: absolute;
  top: 40px;
  left: -20px;
  z-index: 0;
}

.category-wrap .container {
  position: relative;
  z-index: 2;
}

.category-wrap.style2 {
  overflow-x: hidden;
}

.category-slider {
  padding: 0 12px 25px;
}

.category-card {
  margin: 0 0 25px;
}

.category-card.style1 {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.category-card.style2 {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.category-card.style2 .category-info {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.category-card.style2:hover .category-info {
  background-color: #0C0C2E;
}

.category-card.style2:hover .category-info .category-title a {
  color: #fff;
}

.category-card.style2:hover .category-info .category-brief p {
  color: #fff;
}

.category-card.style2:hover .category-info .link {
  color: #3DB166;
}

.category-card.style3 {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.category-card.style3 .category-rating-wrap .category-category a {
  color: #3DB166;
}

.category-card.style3 .category-metainfo {
  border-color: #3DB166;
}

.category-card.style3 .category-metainfo .category-enroll .btn {
  background-color: #3DB166;
}

.category-card.style3:hover {
  -webkit-box-shadow: 0 5px 55px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 55px rgba(0, 0, 0, 0.1);
}

.category-title {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 15px;
}

.category-info {
  padding: 22px 25px;
  background: #fff;
}

.category-rating-wrap, 
.category-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 5px;
}

.category-rating-wrap .category-category a {
  font-weight: 600;
  color: #F67F51;
}

.ratings li {
  display: inline-block;
}

.ratings li i {
  color: #FEC009;
  font-size: 15px;
}

.category-author-wrap {
  margin: 0 0 25px;
}

.category-author-wrap .category-instructor .instructor-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
}

.category-author-wrap .category-instructor .instructor-img img {
  border-radius: 50%;
}

.category-author-wrap .category-instructor .instructor-name {
  width: 100%;
  margin-left: 15px;
}

.category-author-wrap .category-instructor .instructor-name a {
  font-weight: 600;
}

.category-price {
  font-weight: 600;
}

.category-metainfo {
  margin: 0 -20px 0;
  padding: 25px 20px 0;
  border-top: 1px solid #F67F51;
}

.category-metainfo .category-Lectures {
  font-weight: 600;
}

.category-metainfo .category-enroll .btn {
  background-color: #F67F51;
  color: #fff;
  padding: 7px 15px 9px;
  line-height: 1;
  font-size: 15px;
  border-radius: 5px;
}

.category-pagination {
  text-align: center;
}

.search-category-wrap {
  position: relative;
}

.search-category-wrap .container {
  position: relative;
  z-index: 1;
}

.search-category-wrap .search-category .form-group {
  margin: 0 0 25px;
}

.search-category-wrap .search-category .form-group input,
.search-category-wrap .search-category .form-group select {
  width: 100%;
  background-color: #252466;
  height: 55px;
  color: #fff;
  border: none;
  padding: 10px 15px;
}

.search-category-wrap .search-category .form-group input::-webkit-input-placeholder {
  color: #fff;
}

.search-category-wrap .search-category .form-group input:-ms-input-placeholder {
  color: #fff;
}

.search-category-wrap .search-category .form-group input::-ms-input-placeholder {
  color: #fff;
}

.search-category-wrap .search-category .form-group input::placeholder {
  color: #fff;
}

.sidebar-box {
  padding: 22px 25px 25px;
  border-radius: 5px;
  margin: 0 0 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.07);
}

.sidebar-box:last-child {
  margin-bottom: 0;
}

.category-description h3 {
  margin-bottom: 20px;
  font-size: 30px;
}

.category-description p {
  margin: 0 0 20px;
}

.category-details {
  padding: 25px 25px 25px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.07);
}

.category-details-title {
  margin: 0 0 25px;
}

.box-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 25px;
}

.category-details-widget ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.category-details-widget ul li:last-child {
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.category-details-widget ul li p {
  margin: 0;
}

.category-details-widget ul li p i {
  color: #3DB166;
  margin-right: 7px;
  font-size: 22px;
  position: relative;
  top: 2px;
}

.category-details-widget ul li p span {
  display: block;
  font-size: 15px;
  color: #ABA8B0;
  margin-left: 30px;
}

.category-enroll-widget {
  text-align: center;
}

.category-enroll-widget .single-category-price {
  font-size: 30px;
  color: #3DB166;
  font-weight: 600;
  margin: 0 0 20px;
}

.category-enroll-widget .btn {
  width: 100%;
  display: block;
  font-size: 18px;
  padding: 15px;
}

.category-details-meta {
  margin: 20px 0 12px;
}

.category-details-meta li {
  display: inline-block;
  margin-right: 25px;
}

.category-details-meta li:last-child {
  margin: 0;
}

.category-details-meta li i {
  color: #3DB166;
  margin-right: 5px;
  font-stretch: 18px;
}

.category-details-img img {
  border-radius: 5px;
}

ul.category-details-list {
  margin: 0 0 25px;
}

ul.category-details-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 15px;
}

ul.category-details-list li:last-child {
  margin: 0;
}

ul.category-details-list li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #3DB166;
  font-size: 16px;
}

.category-accordion {
  margin: 20px 0;
}

.lecture-accordion {
  border-radius: 0;
}

.lecture-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.lecture-item:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.lecture-item p {
  margin: 0;
}

.lecture-item p i {
  color: #3DB166;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.lecture-item span {
  display: inline-block;
  color: #3DB166;
}

.category-accordion .accordion-button {
  border-color: rgba(0, 0, 0, 0.06);
}

.category-accordion .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(0, 0, 0, 0.06);
}

.category-accordion .accordion-button::after {
  background-size: 0.95rem;
  width: 0.95rem;
  height: 0.95rem;
}

.category-accordion .accordion-button[aria-expanded="true"],
.category-accordion .accordion-button[aria-expanded="false"] {
  background-color: #E7F6EC;
  font-weight: 600;
  color: #0C0C2E !important;
}

.category-accordion .accordion-button[aria-expanded="false"]::after {
  border-color: #fff;
}

.comment-author_info .category-rating {
  margin-left: 15px;
  position: relative;
  top: 1px;
  line-height: 1;
}

.category-hightlight-text {
  font-size: 18px;
  color: #3DB166;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1199px) {
  .category-details {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 376px) {
  .category-info {
    padding: 22px 20px;
  }
  .category-hightlight-text {
    font-size: 16px;
  }
  .category-details-title {
    font-size: 18px;
  }
}

.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .social-profile.style4 li a, .promo-item.style3 .promo-icon, .counter-item.style2 .counter-icon, .counter-item.style3 .counter-icon, .header-bottom-right, .promo-item.style3, .counter-item.style2, .counter-item.style3, .category-rating-wrap, .category-author-wrap, .category-author-wrap .category-instructor, .category-metainfo, .instructor-info, .client-wrap, .blog-metainfo, .blog-metainfo .blog-author, .about-img-wrap, .event-countdown .event-cd .countdown, .lecture-item, .comment-item, .event-card .event-info .event-venue, .feature-item, .comment-author_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .social-profile.style4 li a, .promo-item.style3 .promo-icon, .counter-item.style2 .counter-icon, .counter-item.style3 .counter-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-bottom-right, .promo-item.style3, .counter-item.style2, .counter-item.style3, .category-rating-wrap, .category-author-wrap, .category-author-wrap .category-instructor, .category-metainfo, .instructor-info, .client-wrap, .blog-metainfo, .blog-metainfo .blog-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.about-img-wrap, .category-rating-wrap, .category-author-wrap, .category-metainfo {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.header-bottom-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.event-countdown .event-cd .countdown, .lecture-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.post-comment-wrap {
  border: 1px solid #ABA8B0;
  padding: 25px;
  margin: 0 0 25px;
}

.post-comment-wrap.review-box {
  border: none;
  padding: 0;
}

.post-comment-wrap .comment-title {
  line-height: 1;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ABA8B0;
}

.post-comment-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.post-comment-wrap .comment-item:last-child {
  margin: 0;
}

.post-comment-wrap .comment-item .comment-author_img {
  width: 100px;
  height: 100px;
}

.post-comment-wrap .comment-item .comment-author_text {
  width: calc(100% - 120px);
  margin-left: 20px;
}

.post-comment-wrap .comment-item .comment-author_text p {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin: 0;
}

.btn.style7 {
  background: #3DB166;
  color: #fff;
  border-radius: 3px;
}

.btn.style7:hover {
  border-color: #3DB166;
}

@media only screen and (max-width: 376px) {
  .btn.style7 {
    font-size: 16px;
  }
}

.mobile-fix-option {
    display: none;
}

@media (max-width: 575px) {
    .mobile-fix-option {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        height: 50px;
        background-color: #ffffff;
        width: 100vw;
        z-index: 9;
        -webkit-box-shadow: 0 2px 5px 0 #a8a8a8;
        box-shadow: 0 2px 5px 0 #a8a8a8;
    }

    .dark .mobile-fix-option {
        background-color: #1e272e;
    }

    .icon-block .mobile-order,
    .icon-block .mobile-wishlist,
    .icon-block .mobile-user,
    .icon-block .mobile-cart,
    .icon-block .mobile-logout {
        position: fixed !important;
        right: 16%;
        padding: 0;
        z-index: 9;
        color: #ffffff !important;
        text-align: center;
        list-style: none;
    }

    .icon-block .mobile-order i,
    .icon-block .mobile-wishlist i,
    .icon-block .mobile-user i,
    .icon-block .mobile-cart i,
    .icon-block .mobile-logout i {
        color: #8FA73C !important;
        font-size: 20px;
    }

    .icon-block .mobile-order {
        right: 80%;
    }

    .icon-block .mobile-wishlist {
        right: 63%;
    }

    .icon-block .mobile-cart {
        right: 48%;
    }

    .icon-block .mobile-user {
        right: 32%;
    }

    .mobile-cart .shoping-mobile-btn span {
        position: absolute;
        top: -5px;
        display: inline-block;
        right: -12px;
        font-size: 10px;
        padding: 5px;
        line-height: 0.7;
        color: #ffffff;
        background-color: #8FA73C;
        border-radius: 50px;
    }

    .copy-right-text {
        margin-bottom: 45px;
    }

    .tabs li {
        display: inline-block;
    }
}

.add_to_cart {
    position: fixed;
    background-color: #ffffff;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add_to_cart ::-webkit-scrollbar {
    width: 3px;
    height: 7px;
}

.add_to_cart ::-webkit-scrollbar-track {
    background: #dddddd;
}

.add_to_cart ::-webkit-scrollbar-thumb {
    background: #888888;
}

.add_to_cart ::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.add_to_cart .theme-form {
    padding: 0 20px;
}

.add_to_cart .forget-class {
    margin-top: 10px;
    text-transform: capitalize;
    text-decoration: underline;
}

.add_to_cart .forget-class a {
    color: #3fd0cb;
}

.add_to_cart .cart-inner {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    top: 0;
}

.add_to_cart .cart-inner .cart_media {
    padding: 0 10px;
}

.add_to_cart .cart-inner .cart_media ul {
    padding-left: 0px;
}

.add_to_cart .cart-inner .cart_media li {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
}


.add_to_cart .cart-inner .cart_media li .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.add_to_cart .cart-inner .cart_media li .media img {
    height: 90px;
}

.add_to_cart .cart-inner .cart_media li .media .media-body {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 20px;
    width: 100%;
}

.add_to_cart .cart-inner .cart_media li .media .media-body h4 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 0;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.add_to_cart .cart-inner .cart_media li .media .media-body h4 span {
    color: #777777;
    font-size: 16px;
}

.add_to_cart .cart-inner .cart_media li .total {
    border-top: 1px solid #f1f5f4;
    border-bottom: 1px solid #f1f5f4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.add_to_cart .cart-inner .cart_media li .total h5 {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #999999;
}

.add_to_cart .cart-inner .cart_media li .total h5 span {
    float: right;
}

.add_to_cart .cart-inner .cart_media li .buttons {
    margin-top: 15px;
}

.add_to_cart .cart-inner .cart_media li .buttons a {
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #3c70e6;
    width: 100%;
    margin-bottom: 10px;
}

/*.add_to_cart .cart-inner .cart_media li .buttons .checkout {
    float: right;
    background-color: #3c70e6;
}*/

.add_to_cart .cart-inner .cart_media .close-circle {
    position: absolute;
    top: -10px;
    right: 0;
}

.add_to_cart .cart-inner .cart_media .close-circle i {
    color: #a1a1a1;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: right;
    padding: 0px;
}

.add_to_cart .cart-inner .cart_media .close-circle i:hover {
    color: #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add_to_cart .cart-inner .cart_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.add_to_cart .cart-inner .cart_top h3 {
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.add_to_cart .cart-inner .cart_top .close-cart {
    margin-left: auto;
}

.add_to_cart .cart-inner .cart_top .close-cart i {
    color: black;
    font-size: 25px;
}

.add_to_cart .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add_to_cart.open-side {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add_to_cart.open-side .overlay {
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add_to_cart.left {
    left: -300px;
    top: 0;
    height: 100vh;
    width: 300px;
}

.add_to_cart.left .cart-inner {
    height: 100vh;
    overflow: auto;
}

.add_to_cart.left.open-side {
    left: 0;
}

.add_to_cart.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0;
}

.add_to_cart.right .cart-inner {
    height: 100vh;
    overflow: auto;
}

.add_to_cart.right.open-side {
    right: 0;
}

.add_to_cart.top,
.add_to_cart.bottom {
    height: 218px;
    width: 100%;
}

.add_to_cart.top .cart_media,
.add_to_cart.bottom .cart_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.add_to_cart.top .cart_media .cart_product,
.add_to_cart.bottom .cart_media .cart_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    overflow-y: auto;
}

.add_to_cart.top .cart_media .cart_product li,
.add_to_cart.bottom .cart_media .cart_product li {
    min-width: 245px;
    max-width: 225px;
    margin-right: 18px;
    padding-bottom: 0;
}

.add_to_cart.top .cart_media .cart_total,
.add_to_cart.bottom .cart_media .cart_total {
    width: 25%;
}

.add_to_cart.top .cart-inner,
.add_to_cart.bottom .cart-inner {
    height: 218px;
}

.add_to_cart.top .cart-inner .cart_top,
.add_to_cart.bottom .cart-inner .cart_top {
    margin-bottom: 0;
    background-color: #fbfbfb;
    padding: 15px 44px;
    border-bottom: none;
}

.add_to_cart.top .cart-inner .cart_media,
.add_to_cart.bottom .cart-inner .cart_media {
    padding: 0;
}

.add_to_cart.top .cart-inner .cart_media .cart_product,
.add_to_cart.top .cart-inner .cart_media .cart_total,
.add_to_cart.bottom .cart-inner .cart_media .cart_product,
.add_to_cart.bottom .cart-inner .cart_media .cart_total {
    padding: 30px 44px;
}

.add_to_cart.top {
    top: -300px;
}

.add_to_cart.top.open-side {
    top: 0;
}

.add_to_cart.bottom {
    bottom: -300px;
}

.add_to_cart.bottom.open-side {
    bottom: 0;
}

.add_to_cart.top,
.add_to_cart.bottom {
    left: -320px;
    top: 0;
    height: 100vh;
    width: 320px;
}

.add_to_cart.top .cart-inner,
.add_to_cart.bottom .cart-inner {
    height: 100vh;
    overflow: auto;
}

.add_to_cart.top .cart-inner .cart_top,
.add_to_cart.bottom .cart-inner .cart_top {
    padding: 20px !important;
    margin-bottom: 20px;
}

.add_to_cart.top .cart-inner .cart_media,
.add_to_cart.bottom .cart-inner .cart_media {
    padding: 0 20px !important;
    display: block;
}

.add_to_cart.top .cart-inner .cart_media ul.cart_product,
.add_to_cart.bottom .cart-inner .cart_media ul.cart_product {
    padding: 0;
    width: 100%;
    display: block;
    height: calc(100vh - 335px);
    overflow-y: auto;
    bottom: 20px;
}

.add_to_cart.top .cart-inner .cart_media ul.cart_product li,
.add_to_cart.bottom .cart-inner .cart_media ul.cart_product li {
    min-width: 100%;
}

.add_to_cart.top .cart-inner .cart_media ul.cart_product li:nth-child(n+2),
.add_to_cart.bottom .cart-inner .cart_media ul.cart_product li:nth-child(n+2) {
    margin-left: unset;
    margin-top: 15px;
}

.add_to_cart.top .cart-inner .cart_media ul.cart_total,
.add_to_cart.bottom .cart-inner .cart_media ul.cart_total {
    width: calc(320px - 40px);
    position: fixed;
    bottom: 20px;
}

.add_to_cart.top .cart-inner .cart_media ul.cart_total li .total,
.add_to_cart.bottom .cart-inner .cart_media ul.cart_total li .total {
    margin-top: 20px;
}

.add_to_cart.top .cart-inner .cart_media .cart_total,
.add_to_cart.bottom .cart-inner .cart_media .cart_total {
    width: 100%;
}

.add_to_cart.top.open-side,
.add_to_cart.bottom.open-side {
    left: 0;
}

.rs-gallery .gallery-item {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.rs-gallery .gallery-item img {
	max-width: 100%;
	height: auto;
}

.rs-gallery .gallery-item .gallery-desc {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 25px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rs-gallery .gallery-item .gallery-desc h3 {
	margin-bottom: 12px;
	font-size: 24px;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}

.rs-gallery .gallery-item .gallery-desc h3 a {
	color: #ffffff;
}

.rs-gallery .gallery-item .gallery-desc p {
	color: #e1e1e1;
	margin-bottom: 30px;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}

.rs-gallery .gallery-item .gallery-desc .image-popup {
	display: inline-block;
	width: 50px;
	line-height: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: #3DB166;
	color: #ffffff;
	font-size: 18px;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
	transition: all 0.3s ease 0s;
	opacity: 0;
}

.rs-gallery .gallery-item .gallery-desc .popup-youtube {
	display: inline-block;
	width: 50px;
	line-height: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: #3DB166;
	color: #ffffff;
	font-size: 18px;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
	transition: all 0.3s ease 0s;
	opacity: 0;
}

.rs-gallery .gallery-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.8);
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.rs-gallery .gallery-item:hover:before {
	opacity: 1;
}

.rs-gallery .gallery-item:hover h3,
.rs-gallery .gallery-item:hover p,
.rs-gallery .gallery-item:hover .image-popup,
.rs-gallery .gallery-item:hover .popup-youtube {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.rs-gallery .row {
	margin-bottom: 30px;
}

.rs-gallery-section .single-gallery {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.rs-gallery-section .single-gallery:after {
	content: "";
	width: 80%;
	height: 80%;
	background: #92278f;
	position: absolute;
	top: 10%;
	left: 10%;
	display: block;
	overflow: hidden;
	opacity: 0.8;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
}

.rs-gallery-section .single-gallery .popup-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.rs-gallery-section .single-gallery .popup-icon a {
	font-size: 20px;
	display: inline-block;
	margin: 0 8px;
	color: #fff;
}

.rs-gallery-section .single-gallery:hover:after {
	opacity: 0.8;
	visibility: visible;
	transform: scale(1);
}

.rs-gallery-section .single-gallery:hover .popup-icon {
	opacity: 1;
	visibility: visible;
}

#responsive {
    height: 60vh;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.rs-gallery-4 .gallery-item .gallery-desc p,
	#rs-slider .slide-content .slider-desc {
		margin-bottom: 15px;
	}

	.rs-gallery-4 .gallery-item .gallery-desc {
		padding: 15px;
	}
}

@media only screen and (max-width: 540px) {
	.rs-gallery .gallery-item .gallery-desc h3 {
		font-size: 18px;
	}
}