﻿/*-- btn type --*/
.btn-type-1 {
    background: #ffffff none repeat scroll 0 0;
    color: #393542;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 14px 27px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s;
    border: 2px solid #1a2b3c;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
}
 .btn-type-1:hover {
	background-image: -moz-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
	background-image: -webkit-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
	background-image: -ms-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
	color: #ffffff;
	border: 2px solid #ff60a3;
}

.btn-type-2 {
	background-image: -moz-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
	background-image: -webkit-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
	background-image: -ms-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 50px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .3s;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
}
 .btn-type-2:hover {
	color: #1a2b3c;
}
.btn-type-3 {
background: transparent;
    border: 2px solid #fff;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 50px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .3s;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
}
 .btn-type-3:hover {
background: #ffffff;
	color: #ff60a3;
}

.btn-type-4 {
	background:#ffffff;
    color: #1a2b3c;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 50px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .3s;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
  box-shadow: 0px 2px 4px 0px rgba(2, 3, 2, 0.35);
}
 .btn-type-4:hover {
	background-image: -moz-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
	background-image: -webkit-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
	background-image: -ms-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
	color: #ffffff;
}

.btn-type-5 {
background: transparent;
    border: 2px solid #ff60a3;
    color: #1a2b3c;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 50px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .3s;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
}
.btn-type-5 i {
    margin-right: -18px;
    opacity: 0;
    visibility: hidden;
	transition: all .3s;
}
.btn-type-5:hover i {
	color: #fff;
    margin-right: 0;
    opacity: 1;
    visibility: visible;
}
 .btn-type-5:hover {
	background-image: -moz-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
	background-image: -webkit-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
	background-image: -ms-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
	color: #fff;
}

.btn-type-6 {
	background: #1a2b3c;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 50px;
    text-transform: capitalize;
    display: inline-block;
    transition: all .3s;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
}
 .btn-type-6:hover {
	color: #ffffff;
	background: #ff60a3;
}
/* section title css */
.section-title h2{    
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.10;
    color: #1a2b3c;
    margin-bottom: 18px;
	}
.section-title p{
	font-size: 18px;
	color: #5f5f5f;
	padding: 0px 30px;
	line-height: 1.50;
}
/* pagination css */
.website-nr-pagination {
}

.website-nr-pagination .page-item:first-child .page-link {
     border-radius: 0;
     margin-left: 0;}
 .website-nr-pagination .page-item:last-child .page-link {
     border-radius: 0;}
 .website-nr-pagination .page-item {
     margin: 0 5px;}
 .website-nr-pagination .page-item:first-child {
     margin-left: 0;}
 .website-nr-pagination .page-link {
	background-color: #f1f1f1;
	border: 1px solid transparent;
	color: #444;
	display: block;
	font-weight: 400;
	line-height: 1.25;
	margin-left: -1p padding: 0.5rem 0.75rem;
	position: relative;
	text-align: center;
	width: 40px;}
	

 .website-nr-pagination .page-link:focus {
     box-shadow: none;}
 .website-nr-pagination .page-item.active .page-link, .website-nr-pagination .page-item .page-link:hover {
     background-color: #106ad2;
     border-color: #106ad2;
     color: #fff;
     z-index: 1;}
.website-nr-pagination .nav-links {
    display: block;
    width: 100%;
}
.website-nr-pagination .nav-links a, .website-nr-pagination .nav-links span {
    border: 1px solid #eeeeee;
    color: #ff60a3;
    display: inline-block;
    font-weight: 600;
    line-height: 45px;
    position: relative;
    text-align: center;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #fff;
}
.website-nr-pagination .nav-links a:hover, .website-nr-pagination .nav-links span:hover, .website-nr-pagination .nav-links a.current, .website-nr-pagination .nav-links span.current {
    color: #fff;
    z-index: 1;
    background-image: -moz-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
    background-image: -webkit-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
    background-image: -ms-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
}
 .website-nr-tab li a {
     border: 1px solid #dddddd;
     padding: 0;
     height: 40px;
     width: 40px;
     text-align: center;
     line-height: 40px;
     color: #8a8a8a;
     margin-left: 6px;
     font-size: 14px;}
 .website-nr-tab li a.active {
     border-color: #ff3b2f;
     color: #ff3b2f;}
	 
/*-- spacer  --*/
.spacer-5{height: 5px;}
.spacer-10{height: 10px;}
.spacer-15{height: 15px;}
.spacer-20{height: 20px;}
.spacer-25{height: 25px;}
.spacer-30{height: 30px;}
.spacer-35{height: 35px;}
.spacer-40{height: 40px;}
.spacer-45{height: 45px;}
.spacer-50{height: 50px;}
.spacer-55{height: 55px;}
.spacer-60{height: 60px;}
.spacer-65{height: 65px;}
.spacer-70{height: 70px;}
.spacer-75{height: 75px;}
.spacer-80{height: 80px;}
.spacer-85{height: 85px;}
.spacer-90{height: 90px;}
.spacer-95{height: 95px;}
.spacer-100{height: 100px;}
	 
/*-- Margin Top --*/

.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-55 {
	margin-top: 55px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-65 {
	margin-top: 65px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-85 {
	margin-top: 85px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-95 {
	margin-top: 95px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-105 {
	margin-top: 105px;
}
.mt-110 {
	margin-top: 110px;
}
.mt-115 {
	margin-top: 115px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-125 {
	margin-top: 125px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-135 {
	margin-top: 135px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-145 {
	margin-top: 145px;
}
.mt-150 {
	margin-top: 150px;
}
.mt-155 {
	margin-top: 155px;
}
.mt-160 {
	margin-top: 160px;
}
.mt-165 {
	margin-top: 165px;
}
.mt-170 {
	margin-top: 170px;
}
.mt-175 {
	margin-top: 175px;
}
.mt-180 {
	margin-top: 180px;
}
.mt-185 {
	margin-top: 185px;
}
.mt-190 {
	margin-top: 190px;
}
.mt-195 {
	margin-top: 195px;
}
.mt-200 {
	margin-top: 200px;
}
.mt-205 {
	margin-top: 205px;
}
.mt-210 {
	margin-top: 210px;
}
.mt-215 {
	margin-top: 215px;
}
.mt-220 {
	margin-top: 220px;
}
.mt-225 {
	margin-top: 225px;
}
.mt-230 {
	margin-top: 230px;
}
/*-- Margin Bottom --*/

.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-65 {
	margin-bottom: 65px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-85 {
	margin-bottom: 85px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-95 {
	margin-bottom: 95px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-105 {
	margin-bottom: 105px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-115 {
	margin-bottom: 115px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mb-125 {
	margin-bottom: 125px;
}
.mb-130 {
	margin-bottom: 130px;
}
.mb-135 {
	margin-bottom: 135px;
}
.mb-140 {
	margin-bottom: 140px;
}
.mb-145 {
	margin-bottom: 145px;
}
.mb-150 {
	margin-bottom: 150px;
}
.mb-155 {
	margin-bottom: 155px;
}
.mb-160 {
	margin-bottom: 160px;
}
.mb-165 {
	margin-bottom: 165px;
}
.mb-170 {
	margin-bottom: 170px;
}
.mb-175 {
	margin-bottom: 175px;
}
.mb-180 {
	margin-bottom: 180px;
}
.mb-185 {
	margin-bottom: 185px;
}
.mb-190 {
	margin-bottom: 190px;
}
.mb-195 {
	margin-bottom: 195px;
}
.mb-200 {
	margin-bottom: 200px;
}
/*-- Padding Top --*/

.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-55 {
	padding-top: 55px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-65 {
	padding-top: 65px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-75 {
	padding-top: 75px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-85 {
	padding-top: 85px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-95 {
	padding-top: 95px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-105 {
	padding-top: 105px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-115 {
	padding-top: 115px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-125 {
	padding-top: 125px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-135 {
	padding-top: 135px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-145 {
	padding-top: 145px;
}
.pt-150 {
	padding-top: 150px;
}
.pt-155 {
	padding-top: 155px;
}
.pt-160 {
	padding-top: 160px;
}
.pt-165 {
	padding-top: 165px;
}
.pt-170 {
	padding-top: 170px;
}
.pt-175 {
	padding-top: 175px;
}
.pt-180 {
	padding-top: 180px;
}
.pt-185 {
	padding-top: 185px;
}
.pt-190 {
	padding-top: 190px;
}
.pt-195 {
	padding-top: 195px;
}
.pt-200 {
	padding-top: 200px;
}
/*-- Padding Bottom --*/

.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-75 {
	padding-bottom: 75px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-85 {
	padding-bottom: 85px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-95 {
	padding-bottom: 95px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-105 {
	padding-bottom: 105px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-115 {
	padding-bottom: 115px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-125 {
	padding-bottom: 125px;
}
.pb-130 {
	padding-bottom: 130px;
}
.pb-135 {
	padding-bottom: 135px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pb-145 {
	padding-bottom: 145px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pb-155 {
	padding-bottom: 155px;
}
.pb-160 {
	padding-bottom: 160px;
}
.pb-165 {
	padding-bottom: 165px;
}
.pb-170 {
	padding-bottom: 170px;
}
.pb-175 {
	padding-bottom: 175px;
}
.pb-180 {
	padding-bottom: 180px;
}
.pb-185 {
	padding-bottom: 185px;
}
.pb-190 {
	padding-bottom: 190px;
}
.pb-195 {
	padding-bottom: 195px;
}
.pb-200 {
	padding-bottom: 200px;
}



/*-- Padding Left --*/
.pl-0 {
	padding-left: 0px;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20{
	padding-left: 20px;
}
.pl-25 {
	padding-left: 35px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-35 {
	padding-left: 35px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}
.pl-65 {
	padding-left: 65px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-75 {
	padding-left: 75px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-85 {
	padding-left: 80px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-95 {
	padding-left: 95px;
}
.pl-100 {
	padding-left: 100px;
}


/*-- Padding Right --*/
.pr-0 {
	padding-right: 0px;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20{
	padding-right: 20px;
}
.pr-25 {
	padding-right: 35px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-35 {
	padding-right: 35px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}
.pr-65 {
	padding-right: 65px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-75 {
	padding-right: 75px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-85 {
	padding-right: 80px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-95 {
	padding-right: 95px;
}
.pr-100 {
	padding-right: 100px;
}
/* animation */
/* aporkrot */
.aporkrot {
	-webkit-animation-name: aporkrot;
	animation-name: aporkrot;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes aporkrot {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes aporkrot {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}
/* heartbeat */
.heartbeat {
	animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}




/* theme default css */

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

a,
.button,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: inherit;
    background: #fff;
    color: #000;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    color: #2b2b2b;
    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #1a2b3c;
    margin: 0px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #106ad2;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

/* pre loader css */

.preloader {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.preloader .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.nav-links li{
    float: left;
}
@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* header area css */

.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #ffffff;
    transition: .3s;
}

.website-top-quyu-logo {
    margin-top: 20px;
}

.website-top-quyu-logo a {

    display: block;
}

.header-top-quyuneirong {
    background-color: #222;
    font-size: 15px;
    padding: 10px 0;
}

.header-top-quyuneirong a,
.header-top-quyuneirong {
    color: #fff;
}

.header-top-quyuneirong i {
    color: #f7be49;
}

/* main menu area css */
.website-top-main-menu ul {
    display: inline-block;
}

.website-top-main-menu nav > ul > li {
    display: inline-block;
    position: relative;
}

.website-top-main-menu nav > ul > li:last-child a {
    padding-right: 0
}

.website-top-main-menu nav > ul > li:first-child a {
    padding-left: 0
}

.website-top-main-menu nav > ul > li > a {
    color: #111111;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 40px 13px;
    transition: all 0.3s ease 0s;
    line-height: 1.25;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.website-top-main-menu nav > ul > li:hover > a,
.website-top-main-menu nav > ul > li.active > a {
    color: #ff60a3;
}

/* sub menu */
.website-top-main-menu nav > ul > li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #ff60a3;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.4s ease-out;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    transform-origin: top;
    transform: scaleY(0);
}

.website-top-main-menu nav > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.website-top-main-menu nav > ul > li .sub-menu li {
    display: block;
    position: relative;
}

.website-top-main-menu nav > ul > li .sub-menu li a {
    color: #666666;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 13px 20px;
    text-transform: capitalize;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.website-top-main-menu nav > ul > li:hover > .sub-menu li > a:hover {
    color: #fff;
    background: #ff60a3;
}

/* sub menu */
.website-top-main-menu nav > ul > li > .sub-menu > li > .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #ff60a3;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
}

.website-top-main-menu nav > ul > li > .sub-menu > li:hover .sub-menu {
    top: 0 !important;
    opacity: 1;
    top: 100%;
    visibility: visible
}

.website-top-quyu-btn {
    margin: 24px 0 0 35px;
    display: inline-block;
}

/* search form area css */

ul.website-top-quyu-search {
    margin: 37px 0 0 30px;
    display: inline-block;
}

ul.website-top-quyu-search li a {
    color: #111111;
}

ul.website-top-quyu-search li a:hover {
    color: #ff60a3;
}

#search-overlay {
    display: none;
}

.website-top-search-quyu {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgba(47, 50, 212, 0.9) 0%, rgba(113, 66, 247, .9) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    border: #a0a0a0 solid 1px;
    margin: 0;
    z-index: 99999;
}

.website-top-search-quyu:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.website-top-searchform-center {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

#website-top-search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

.search-form input.form-control {
    box-shadow: none;
    color: #777777;
    height: 80px;
    background: #f8f8f8;
    border: none;
    border-radius: 30px;
    padding: 20px 30px;
}

.search-form button {
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    border-radius: 30px;
    cursor: pointer;
    padding: 9px 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

#close-btn {
    position: fixed;
    top: 1em;
    right: 1em;
}

#close-btn:hover {
    color: #ff60a3;
    cursor: pointer;
}

/* hero area css */

.hero-bg {
    background-image: url(../images/hero-bg-1.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 800px;
}

.hero-content {
    padding-top: 180px;
}

.hero-content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
}

.hero-content p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.50;
}

.hero-btn a.btn:first-child {
    margin-right: 35px;
}

.hero-mobile-img {
    margin-top: 240px;
}

.style-shape {
    position: absolute;
}

.hero-style-shape .shape-1 {
    top: 10%;
    left: 0px;
}

.hero-style-shape .shape-2 {
    top: 0;
    right: 0;
    opacity: .8;
}

.hero-style-shape .shape-3 {
    right: 10%;
    bottom: 19%;
}

/* about area css */

.about-content h3 {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 22px 0;
}

.about-content h3 span {
    color: #ff60a3;
}

/* counter area css */

.single-counter {
    position: relative;
}

.single-counter .count {
    font-size: 60px;
    font-weight: 200;
    color: #5b39c9;
    line-height: 42px;
    margin-bottom: 21px;
    display: block;
}

.single-counter h2 {
    color: #1a2b3c;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 7px;
}

.single-counter::before {
    width: 1px;
    height: 40px;
    position: absolute;
    content: "";
    background: #c6c7cb;
    right: -65px;
    top: 19px;
    bottom: 0;
}

.single-counter:nth-child(3)::before {
    display: none;
}

.website-col-xl-3:last-child .single-counter::before {
    display: none;
}

.website-col-xl-4:last-child .single-counter::before {
    display: none;
}

.single-counter span {
    font-size: 16px;
    color: #878991;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/* features area css */

.single-features {
    background: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
    padding: 45px 40px;
    position: relative;
}

.features-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.website-nr-features-quyuneirong .website-col-xl-4:nth-child(odd) .single-features {
    margin-top: 40px;
}

.single-features h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    margin: 30px 0 15px 0;
}

.fbs-1 {
    left: 11%;
    top: 26%;
    opacity: .5;
}

.fbs-2 {
    right: 0;
    bottom: -70px;
    opacity: .5;
}

/* videos area css */

.website-nr-videos {
    box-shadow: 0px 0px 136px 0px rgba(0, 0, 0, 0.06);
}

.videos-icon-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-icon-text i {
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 140px;
    width: 140px;
    color: #fff;
    font-size: 30px;
    line-height: 140px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    animation: heartbeat 1s infinite alternate;
}

.videos-icon-text h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* screen shots area css */

.swiper-container {
    width: 100%;
    padding-bottom: 70px;
}

.swiper-slide {
    width: 430px;
    height: auto;
    padding: 0 15px;
}

.swiper-slide img {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.14);
}

.swiper-slide.swiper-slide-active img {
    box-shadow: 0px 27px 90px 0px rgba(0, 0, 0, 0.14);
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: #1a2b3c none repeat scroll 0 0;
    border-radius: 30%;
    display: inline-block;
    height: 15px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 15px;
    transition: all .3s;
}

.swiper-pagination-bullet-active {
    background: #ff60a3;
    border: medium none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 30px;
    height: 15px;
    border-radius: 7.5px;
}

/* call to action area css */
.cta-quyuneirong {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
    height: 100%;
    background-image: url(../images/cta-bg.png);
    background-color: #1a2b3c;
    background-repeat: no-repeat;
}

.cta-quyuneirong:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    opacity: 0.851;
}

.cta-content h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 1.20;
    display: inline-block;
}

.cta-content h3 i {
    color: #ff60a3;
}

.cta-btn {
    margin: 13px 0;
}

/* pricing table area css */

.pricing-quyuneirong {
    padding-top: 100px;
}

.pricing-quyuneirong.pricing-quyuneirong-3 {
    margin-top: 0px;
}

ul.price-nav {
    display: inline-block;
    border: 2px solid #e7e7e7;
    border-radius: 30px;
}

ul.price-nav li {
    display: inline-block;
}

.price-header h4 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
    color: #30323d;
    font-family: 'Poppins', sans-serif;
}

ul.price-nav li a {

    padding: 20px 40px;
    line-height: 1;
    color: #878991;
    border-radius: 30px 0px 0px 30px;
}

ul.price-nav li a.active {
    border-radius: 30px 0px 0px 30px;
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    color: #fff;
    -webkit-border-radius: 30px 0px 0px 30px;
    -moz-border-radius: 30px 0px 0px 30px;
    -ms-border-radius: 30px 0px 0px 30px;
    -o-border-radius: 30px 0px 0px 30px;
}

ul.price-nav li:nth-child(2) a {
    border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -ms-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
}

.pricing-quyuneirong {
    margin-bottom: -240px;
}

.single-price-quyuneirong {
    background: transparent;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 40px 50px;
    position: relative;
    overflow: hidden;
}

.single-price-bg {	
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: absolute;
    height: 100%;
    background-image: url(../images/prictable-bg.png);
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
	z-index: -1;	
}

.single-price-quyuneirong:hover .price-header:before,
.single-price-quyuneirong:hover .price-header:after {
    background: #ff60a3;
}

.single-price-quyuneirong:hover {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.single-price-quyuneirong:hover .single-price-bg {
    opacity: 0.7;
    visibility: visible;
    bottom: -10px;
}

.single-price-quyuneirong:hover .price-header h2 {
    color: #7142f7;
}

.single-price-quyuneirong.active .price-header h2 {
    color: #7142f7;
}

.single-price-quyuneirong.active {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.single-price-quyuneirong.active .single-price-bg{
    opacity: 0.7;
    visibility: visible;
    bottom: -10px;
}

.single-price-quyuneirong.active .price-header:before,
.single-price-quyuneirong.active .price-header:after {
    background: #ff60a3;
}

.single-price-quyuneirong.active .btn-type-5 {
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    color: #fff;
}

.single-price-quyuneirong.active .btn-type-5 i {
    color: #fff;
    margin-right: 0;
    opacity: 1;
    visibility: visible;
}


.price-header {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #f6f2fe;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.price-header:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #1a2b3c;
    right: 0;
    bottom: -3px;
    border-radius: 100%;
}

.price-header:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #1a2b3c;
    left: 0;
    bottom: -3px;
    border-radius: 100%;
}

.price-header > span {
    font-size: 18px;
    color: #30323d;
    margin-bottom: 15px;
    font-weight: 600;
}

.price-header h2 {
    font-size: 60px;
    color: #ff60a3;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    transition: all .3s;
}

.price-header h2 > span.sep {
    font-size: 18px;
    color: #30323d;
}

.price-header h2 > span {
    font-size: 18px;
    color: #30323d;
}

.price-item-list ul li {
    font-size: 17px;
    margin-bottom: 17px;

}

.price-item-list ul li:last-child {
    margin-bottom: 0px;
}

/* faq area css */

.faq-shape {
    position: absolute;
    right: -35px;
    top: 3px;
    z-index: -1;
}

.aprok-accordion-wrapper p {
    margin: 0;
    font-size: 15px;
}

.aprok-accordion-wrapper .card {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 73px 0px rgba(0, 0, 0, 0.09);
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.aprok-accordion-wrapper .btn {
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    border-radius: 15px 15px 0 0;
    display: block;
    text-align: left;
    padding: 30px 35px;
    font-size: 18px;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.aprok-accordion-wrapper .btn.collapsed {
    background: #fff;
    border-radius: 15px;
}

.aprok-accordion-wrapper .card-header:first-child {
    border-radius: 15px;
}

.aprok-accordion-wrapper .card-header {
    padding: 0;
    border-bottom: 1px solid transparent;
}

.aprok-accordion-wrapper .card-body {
    padding: 30px 50px 30px 35px;
}

.aprok-accordion-wrapper .accordion > .card:first-of-type {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.aprok-accordion-wrapper .accordion > .card {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.aprok-accordion-wrapper h2 a.btn {
    color: #fff;
    position: relative;
}

.aprok-accordion-wrapper h2 a.btn:hover {
    color: #fff;
}

.aprok-accordion-wrapper h2 a.btn.collapsed {
    color: #30323d;
}

.aprok-accordion-wrapper h2 a.btn::after {
    content: "-";
    position: absolute;
    right: 25px;
    top: 30px;
    height: 25px;
    width: 25px;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 25px;
    border-radius: 30px;
}

.aprok-accordion-wrapper h2 a.btn.collapsed::after {
    content: "+";
    background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
    color: #fff;
}

.faq-thumb img {
    margin-left: -45px;
}

.faq-bottom-quyuneirong h2 {
    font-weight: 600;
    font-size: 30px;
    color: #30323d;
    line-height: 40px;
}

/* testimonial area css */

.website-nr-testimonial-quyuneirong {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
    background-image: url(../images/testimonial-bg.png);
    background-color: #1a2b3c;
}

.website-nr-testimonial-quyuneirong:before {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.851;
}

.single-testimonial p {
    font-size: 26px;
    color: #fff;
    font-style: italic;
    line-height: 1.50;
}

.single-testimonial .title-desig {
    margin: 40px 0;
}

.single-testimonial .title-desig h4 {
    color: #ff60a3;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.single-testimonial .title-desig h4 span {
    text-transform: lowercase;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.single-testimonial .title-desig h4 span:after {
    position: absolute;
    left: -3px;
    content: '-';
    font-size: 18px;
    top: 1px;
}

.single-testimonial img {
    width: 110px !important;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
}

.testimonial-wraper .owl-nav div {
    left: 35%;
    position: absolute;
    bottom: 8%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 30px;
    font-size: 30px !important;
    color: #fff !important;
    background: transparent !important;
    border-radius: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.testimonial-wraper .owl-nav div.owl-next {
    left: auto;
    right: 35%;
}

/* latest blog area css */

.blog-img-wraper {
    position: relative;
}

.blog-img-wraper img {
    width: 100%;
    height: 270px;
}

.blog-datetime {
    position: absolute;
    left: 0;
    bottom: 25px;
    background: #ff60a3;
    color: #fff;
    padding: 12px 18px;
    border-radius: 0 15px 15px 0;
    font-size: 14px;
    font-weight: 700;
    transform-origin: left;
    transform: scaleX(0);
    transition: all 0.4s ease-out;
    visibility: hidden;
    opacity: 0;
}

.single-blog-wraper:hover .blog-datetime {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.single-blog-wraper:hover .blog-content-wrap a {
    color: #ff60a3;
}

.blog-content-wrap {
    padding: 15px 3px 15px 15px;
}

.blog-content-wrap a {
    color: #1a2b3c;
    font-size: 22px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.blog-content-wrap p {
    font-size: 15px;
}

/* subscribe area css */

.website-nr-subscribe-quyuneirong {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
    background-image: url(../images/subscribe-bg.jpg);
    background-color: #1a2b3c;
}

.subscribe-title h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
}

.subscribe-form input {
    width: 100%;
    height: 76px;
    border: none;
    background: #fff;
    padding: 0 33px;
    border-radius: 40px;
    font-size: 18px;
    color: #30323d;
}

.subscribe-form form {
    position: relative;
}

.subscribe-form form button {
    position: absolute;
    right: 8px;
    top: 8px;
    bottom: 8px;
}

/* client slider area css */

.single-client {
    padding: 0px 30px;
}

/* footer area css */

.website-nr-footer-quyuneirong {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    background-image: url(../images/foot-bg.png);
    background-color: #1a2b3c;
}

/* wedget 1 css */

.widget-1 {}

.widget-1 p {
    color: #fff;
    font-size: 15px;
}

ul.footer-social {
    padding-top: 30px;
    margin-top: 25px;
    border-top: 1px solid #ff60a3;
}

ul.footer-social li {
    display: inline-block;
    margin-right: 25px;
}

ul.footer-social li a {
    color: #fff;
    font-size: 16px;
}

ul.footer-social li a i {}

.footer-logo {
    margin-bottom: 28px;
}

/* wedget 2 css */

.footer-widget > h3 {
    font-weight: 500;
    color: #fff;
    margin-bottom: 35px;
    text-transform: capitalize;
    font-size: 28px;
}

.widget-2 .media-body a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-top: -5px;
    margin-bottom: 3px;
}

.widget-2 .media-body {
    margin-left: 20px;
}

.widget-2 .media-body .post-date {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.widget-2 .media-box .media {
    margin-bottom: 18px;
}

.widget-2 .media-box .media:last-child {
    margin-bottom: 0;
}

/* wedget 3 css */

ul.gallery-all-img {}

ul.gallery-all-img li {
    display: inline-block;
    margin: 0 15px 15px 0;
    width: 100px;
    height: 100px;
}

ul.gallery-all-img li:nth-child(3),
ul.gallery-all-img li:nth-child(6) {
    margin-right: 0;
}

ul.gallery-all-img li:nth-child(4),
ul.gallery-all-img li:nth-child(5) {
    margin-bottom: 0;
}

.footer-copyright p {
    color: #fff;
    font-size: 16px;
}

.footer-copyright {
    border-top: 1px solid #ff60a3;
    margin-top: 100px;
}

.footer-copyright p a {
    color: #fff;
    font-weight: 700;
}

/* breadcrumb area css */

.website-nr-breadcrumb-quyuneirong {
    background-position: center center;
    background-size: cover;
    position: relative;
    background-image: url(../images/breadcrumb.png);
    padding: 140px 0;
    background-color: #1a2b3c;
}

.website-nr-breadcrumb-quyuneirong:before {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.website-nr-breadcrumb-quyuneirong h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.website-nr-breadcrumb-quyuneirong .breadcrumb {
    background: inherit;
    padding: 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
}

.website-nr-breadcrumb-quyuneirong .breadcrumb .breadcrumb-item,
.website-nr-breadcrumb-quyuneirong .breadcrumb-item.active a,
.website-nr-breadcrumb-quyuneirong .breadcrumb .breadcrumb-item.active {
    color: #fff;
    text-transform: capitalize;
}

.website-nr-breadcrumb-quyuneirong .breadcrumb .breadcrumb-item a {
    color: #ff60a3;
    text-transform: capitalize;
}

.website-nr-breadcrumb-quyuneirong .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

/* sidebar wedget area css */

.single-sid-wdg {
    margin-bottom: 50px;
}

.sid-wdg-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #1a2b3c;
    padding: 15px;
    background: #f7faff;
    position: relative;
    line-height: 1;
}

.sid-wdg-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ff60a3;
}

/* widget search area css */

.wdg-search-form {
    position: relative;
}

button.submit-btn {
    background: #f7faff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #1a2b3c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-left-color: #f7faff;
}

.wdg-search-form input {
    height: 57px;
    border-radius: 0;
    box-shadow: none;
    color: #1a2b3c;
    background: transparent;
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.wdg-search-form input :focus {
    background: transparent !important;
    border: 1px solid #98cb2b;
}

/* widget latest post area css */

.single-wdg-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.single-wdg-post:last-child {
    margin-bottom: 0;
}

.wdg-post-img {
    min-width: 100px;
    height: auto;
}

.wdg-post-content {
    padding-left: 12px;
}

.wdg-post-content h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #1a2b3c;
}

.single-wdg-post:hover .wdg-post-content h5 a {
    color: #ff60a3;
}

.wdg-post-content span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777777;
}

/* widget post archive area css */

.wdg-post-archive li {
    margin-bottom: 25px;
}

.wdg-post-archive li:last-child {
    margin-bottom: 0;
}

.wdg-post-archive li a {
    font-size: 15px;
    color: #757575;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.wdg-post-archive li:hover a {
    color: #ff60a3;
}

.wdg-post-archive li a span {
    float: right;
}

/* widget tags area css */

.tag-list li {
    display: inline-block;
    margin: 0px 5px 10px 0px;
}

.tag-list li a {
    font-size: 13px;
    line-height: 24px;
    color: #1a2b3c;
    padding: 10px 15px;
    border: 1px solid #f1f1f1;
    display: block;
    transition: all .2s;
    text-transform: capitalize;
    border-radius: 20px;
}

.tag-list li a:hover {
    background: #ff60a3;
    color: #fff;
}

/* blog details area css */

.blog-details-content p {
    font-size: 15px;
}

.block-quote {
    background: #f7faff;
    border-left: 6px solid #ff60a3;
    padding: 35px 20px 35px 30px;
    box-shadow: 0px 0px 30px 0px rgba(26, 43, 60, 0.15);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin: 40px 0;
}

.block-quote:before {
    content: url(assets/img/blog/quote.png);
    position: absolute;
    bottom: -22px;
    right: 15%;
}

.block-quote p {
    color: #1a2b3c;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

/* blog details share & comments */

.blog-share-comments-quyuneirong {
    background: #f7faff;
    padding: 15px 30px;
    border: 1px solid #f1f1f1;
    margin-top: 30px;
}

.blog-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.blog-share-icon span {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #1a2b3c;
}

ul.share-icon-list {
    margin-left: 15px;
}

ul.share-icon-list li {
    display: inline-block;
    margin-right: 10px;
}

ul.share-icon-list li:hover a {
    color: #fff;
    background: #ff60a3;
}

ul.share-icon-list li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #1a2b3c;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: .3s all;
    border: 1px solid #f1f1f1;
}

ul.share-icon-list li a i {}

ul.blog-comments-count {
    margin: 8px 0;
}

ul.blog-comments-count li {
    font-size: 15px;
    color: #1a2b3c;
    font-weight: 500;
}

ul.blog-comments-count li i {
    margin-right: 5px;
}

/* blog author area css */

.blog-author-quyuneirong {
    border: 4px solid #f1f1f1;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 35px 25px;
    background: #f7faff;
    margin: 60px 0;
}

.blog-author-img {
    width: 360px;
    height: auto;
    margin-right: 20px;
}

.blog-author-img img {
    border-radius: 50%;
}

.author-desig {
    margin-bottom: 18px;
}

.author-desig h3 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #010101;
    font-family: 'Poppins', sans-serif;
}

.blog-author-quyuneirong p {
    font-size: 15px;
    color: #878991;
}

/* related post area css */

.post-heading {
    margin-bottom: 30px;
}

.post-heading h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

/* recent comments area css */

.comments-box {
    margin-bottom: 40px;
}

.comments-avatar {
    float: left;
    width: 150px;
}

.comments-avatar img {
    border-radius: 50%;}

.comments-text {
    overflow: hidden;
    padding-left: 30px;
}

.avatar-name-date {
    overflow: hidden;
}

.avatar-name-date > h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #1a2b3c;
    font-family: 'Poppins', sans-serif;
}

.avatar-name-date span {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 12px;
    display: block;
    color: #333333;
    font-family: 'Poppins', sans-serif;
}

.comments-text > p {
    margin-bottom: 20px;
    color: #878991;
    font-size: 15px;
}

.comments-text > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1a2b3c;
    font-family: 'Poppins', sans-serif;
}

.comments-reply {
    padding-left: 130px;
}

.post-comments-form input.form-control {
    border-radius: 0;
    box-shadow: none;
    color: #777777;
    height: 50px;
    margin-bottom: 30px;
    background: #f7faff;
    border: none;
}

.post-comments-form textarea.form-control {
    border-radius: 0;
    box-shadow: none;
    color: #777777;
    height: 133px;
    margin-bottom: 30px;
    background: #f7faff;
    border: none;
    padding: 15px;
}

/* contact area css */

.contact-info-icon {
    display: inline-block;
    background: #f7faff;
    border-radius: 50%;
    border: 4px solid #f1f1f1;
    width: 100px;
    height: 100px;
}

.contact-info-icon img {
    padding: 25px 0;
}

ul.contact-info {
    margin-top: 35px;
}

ul.contact-info li,
ul.contact-info li a {
    font-size: 18px;
    color: #1a2b3c;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

#website-nr-map {
    width: 100%;
    height: 400px;
}

/* contact form area css */

.website-nr-contact-form input.form-control {
    border-radius: 0;
    box-shadow: none;
    color: #777777;
    height: 50px;
    margin-bottom: 30px;
    background: #f7faff;
    border: none;
}

.website-nr-contact-form textarea.form-control {
    border-radius: 0;
    box-shadow: none;
    color: #777777;
    height: 133px;
    margin-bottom: 30px;
    background: #f7faff;
    border: none;
    padding: 15px;
}

/* error area css */

.error-content {
    margin-top: 100px;
}

.error-content h2 {
    color: #1a2b3c;
    font-family: 'Poppins', sans-serif;
    font-size: 66px;
    font-weight: 700;
    text-transform: capitalize;
}

.error-content h2 span {
    color: #ff60a3;
}

.error-content p {
    margin: 45px 0;
}
.ddnone{
    display: none;
}
.blog-details-wraper b{
    font-weight: bold;
    border-left: 4px solid #3498db;
    margin: 15px 0px 15px 0px;
    padding: 10px 0 10px 20px;
    background: #f5f5f5;
    text-indent: 0 !important;
    display: block;
}
.blog-details-wraper h3{
    border-left: 4px solid #889829;
    margin: 15px 0px 15px 0px;
    padding: 10px 0 10px 20px;
    background: #edefff;
    text-indent: 0 !important;
    display: block;
	font-size:16px;
}





/* Latop Device :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {

	
}


/* LG  Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.website-top-searchform-center {
    width: 90%;
}
.website-top-quyu-btn {
    margin: 25px 0 0 40px;
}
.hero-mobile-img {
    margin-top: 300px;
}
.website-nr-about-quyuneirong {
    margin-top: 110px;
}
.about-content {
    margin: 40px 0;
}
.cta-content h3 {
    font-size: 32px;
}
.cta-btn {
    margin: 8px 0;
}
.btn-type-5 {
    font-size: 14px;}
.single-price-quyuneirong {
padding: 40px 35px;}
.aprok-accordion-wrapper .card-body {
    padding: 30px 20px 30px 35px;
}
.blog-content-wrap a {
    font-size: 20px;
}
}


/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.website-top-quyu-logo {
    margin-top: 30px;
}
.website-top-searchform-center {
    width: 90%;
}
.website-top-quyu-btn {
    margin: 25px 0 0 30px;
}
.website-top-quyu-btn .btn {
    margin-right: 70px;
}
.hero-mobile-img {
    display: none;
}
.website-nr-about-quyuneirong {
    margin-top: 110px;
}
.about-content {
    margin: 50px 0 0 0;
}
.single-counter::before {
    right: -30px;
    top: 20px;}
.single-features {
    padding: 45px 10px;
}
.cta-quyuneirong {
    text-align: center;
}
.cta-btn {
    float: none !important;    margin: 20px 0 0 0;
}
.aprok-accordion-wrapper {
    margin-top: 50px;
}
.single-testimonial .title-desig {
    margin: 20px 0;
}
.website-nr-subscribe-quyuneirong {
    text-align: center;
}
.subscribe-title {
    margin-bottom: 30px;
}
ul.gallery-all-img li {
    margin: 0 10px 10px 0;
    width: 90px;
    height: 90px;
}
ul.gallery-all-img li:nth-child(3), ul.gallery-all-img li:nth-child(6) {
    margin-right: 10px;
}
.post-comments-form-quyuneirong {
    margin-bottom: 50px;
}
.website-nr-latest-blog-quyuneirong {
    margin: 50px 0;
}
}


/* small mobile (XS) :320px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

.website-top-searchform-center {
    width: 90%;
}
.section-title p {
    font-size: 15px;
}
.section-title {
    margin-bottom: 50px;
}
.website-top-quyu-btn {
    margin: 20px 0 0 30px;
}
.website-top-quyu-btn .btn {
    margin-right: 70px;
}
.hero-content h2 {
    font-size: 45px;margin-bottom: 15px;
}
.hero-content p {
    font-size: 20px;
}
.hero-bg {
    overflow: hidden;
}
.hero-style-shape .shape-1 {
    left: -25%;
}
.hero-style-shape .shape-2 {
    top: -10%;
    right: -10%;
}
.hero-style-shape .shape-3 {
    right: 5%;
    bottom: 8%;
}
.hero-mobile-img {
    display: none;
}
.hero-bg {
    height: 650px;
}
.hero-content {
    padding-top: 150px;
}
.website-nr-about-quyuneirong {
    margin-top: 50px;
}
.about-content {
    margin: 50px 0 0 0;
}
.website-nr-counter-quyuneirong {
    margin: 50px 0;
}
.single-counter::before {
    display:none;}
.website-nr-features-quyuneirong .website-col-xl-4:nth-child(odd) .single-features {
    margin-top: 0;
}
.single-features {    margin-bottom: 30px;
}
.videos-icon-text h3 {
    font-size: 40px;
}
.videos-icon-text i {
    height: 100px;
    width: 100px;
    line-height: 100px;
}
.cta-quyuneirong {
    text-align: center;    
	padding: 100px 0;
}
.cta-btn {
    float: none !important;    margin: 20px 0 0 0;
}
.cta-content h3 {
    font-size: 25px;
}
.website-nr-pricing-table-quyuneirong {
    margin-bottom: 50px;
}
.aprok-accordion-wrapper {
    margin-top: 50px;
}
.website-nr-testimonial-quyuneirong {
margin: 50px 0;
    padding: 80px 0;
}
.single-testimonial p {
    font-size: 18px;
}
.single-testimonial .title-desig {
    margin: 20px 0;
}
.website-nr-subscribe-quyuneirong {
    text-align: center;
}
.subscribe-title {
    margin-bottom: 30px;
}
ul.gallery-all-img li {
    margin: 0 10px 10px 0;
    width: 90px;
    height: 90px;
}
ul.gallery-all-img li:nth-child(3), ul.gallery-all-img li:nth-child(6) {
    margin-right: 10px;
}
.footer-widget {
    margin-bottom: 30px;
}
.website-col-sm-12:last-child .footer-widget {
    margin-bottom: 0;
}
.error-content h2 {
    font-size: 50px;
}
.error-content {
    margin-top: 50px;
}
.error-content p {
    margin: 40px 0;
}
.website-nr-pagination {
    margin-bottom: 30px;
}
.website-nr-latest-blog-quyuneirong {
    margin: 50px 0;
}
.single-blog-wraper {
    margin-bottom: 10px;
}
.website-nr-contact-quyuneirong {
    margin: 50px 0;
}	
.contact-info-box {
    margin-bottom: 30px;
}
#website-nr-map {
    margin: 30px 0 50px 0;
}
.post-comments-form-quyuneirong {
    margin-bottom: 30px;
}
.website-nr-latest-blog-quyuneirong {
    margin: 50px 0;
}
}


/* SM Device :480px. */
@media (max-width: 575px) {
.website-top-searchform-center {
    width: 90%;
}	
.website-top-quyu {
    text-align: center;
    padding: 20px 0 0 0;
}
.website-top-quyu-logo {
    margin: 0;
}	
.header-top-right {
    float: left !important;
    margin-top: -40px;
}	
ul.website-top-quyu-search {
    margin: 0;
}
.website-top-quyu-btn {
    display: none;
}	
.mean-container a.meanmenu-reveal {
margin-top: -48px;}
.hero-btn a.btn:first-child {
    margin-right: 15px;
}
.section-title p {
    font-size: 15px;
}
.section-title {
    margin-bottom: 50px;
}
.hero-content h2 {
    font-size: 45px;margin-bottom: 15px;
}
.hero-content p {
    font-size: 20px;
}
.hero-bg {
    overflow: hidden;
}
.hero-style-shape .shape-1 {
    display: none;
}
.hero-style-shape .shape-2 {
    top: -20%;
    right: -20%;
}
.hero-style-shape .shape-3 {
    right: 5%;
    bottom: 8%;
}
.hero-mobile-img {
    display: none;
}
.hero-bg {
    height: 650px;
}
.hero-content {
    padding-top: 150px;
}
.website-nr-about-quyuneirong {
    margin-top: 50px;
}
.about-content {
    margin: 50px 0 0 0;
}
.website-nr-counter-quyuneirong {
    margin: 50px 0;
}
.single-counter::before {
    display:none;}
.website-nr-features-quyuneirong .website-col-xl-4:nth-child(odd) .single-features {
    margin-top: 0;
}
.single-counter {
    margin-bottom: 20px;
}
.single-features {    margin-bottom: 30px;
}
.fbs-2 {
    bottom: 0;
}
.website-nr-videos-quyuneirong {
    margin: 50px 0;
}
.videos-icon-text h3 {
    font-size: 35px;
}
.videos-icon-text i {
    height: 70px;
    width: 70px;
    line-height: 70px;
}
.cta-quyuneirong {
    text-align: center;    
	padding: 60px 0;
}
.cta-btn {
    float: none !important;    margin: 20px 0 0 0;
}
.cta-content h3 {
    font-size: 22px;
}
.website-nr-pricing-table-quyuneirong {
    margin-bottom: 50px;
}
.aprok-accordion-wrapper {
    margin-top: 50px;
}
.website-nr-testimonial-quyuneirong {
margin: 50px 0;
    padding: 80px 0;
}
.single-testimonial p {
    font-size: 15px;
}
.single-testimonial .title-desig {
    margin: 20px 0;
}
.website-nr-subscribe-quyuneirong {
    text-align: center;
	margin-top: 0;
}
.subscribe-title {
    margin-bottom: 30px;
}
.website-nr-client-slider {
    padding: 50px 0;
}
ul.gallery-all-img li {
    margin: 0 10px 10px 0;
    width: 90px;
    height: 90px;
}
ul.gallery-all-img li:nth-child(3), ul.gallery-all-img li:nth-child(6) {
    margin-right: 10px;
}
.footer-widget {
    margin-bottom: 30px;
}
.website-col-sm-12:last-child .footer-widget {
    margin-bottom: 0;
}
.error-content h2 {
    font-size: 50px;
}
.error-content {
    margin-top: 50px;
}
.error-content p {
    margin: 40px 0;
}
.website-nr-pagination {
    margin-bottom: 30px;
}
.website-nr-latest-blog-quyuneirong {
    margin: 50px 0;
}
.single-blog-wraper {
    margin-bottom: 10px;
}
.website-nr-contact-quyuneirong {
    margin: 50px 0;
}	
.contact-info-box {
    margin-bottom: 30px;
}
#website-nr-map {
    margin: 30px 0 50px 0;
}
.post-comments-form-quyuneirong {
    margin-bottom: 30px;
}
.website-nr-latest-blog-quyuneirong {
    margin: 50px 0;
}
}