@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}


body {
	font-family: 'Hind Siliguri', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .075em;
	color: #777777;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

.section-style-2 {
	color: #151515;
	letter-spacing: .05em;
}

h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #151515;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}

h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover, [class^='heading-'] a:focus, [class^='heading-'] a:hover {
	color: #fff;
}

h1,
.heading-1 {
	font-size: 50px;
	line-height: 1;
	letter-spacing: .025em;
}

@media (min-width: 768px) {
	h1,
	.heading-1 {
		font-size: 70px;
	}
}

@media (min-width: 992px) {
	h1,
	.heading-1 {
		font-size: 90px;
	}
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 110px;
	}
}

h2,
.heading-2 {
	font-size: 36px;
	line-height: 1.14286;
	letter-spacing: .075em;
}

@media (min-width: 768px) {
	h2,
	.heading-2 {
		font-size: 46px;
	}
}

@media (min-width: 992px) {
	h2,
	.heading-2 {
		font-size: 54px;
	}
}

@media (min-width: 1200px) {
	h2,
	.heading-2 {
		font-size: 3.5em;
	}
}

h3,
.heading-3 {
	font-size: 30px;
	
	font-weight: 400;
}

@media (min-width: 768px) {
	h3,
	.heading-3 {
		font-size: 34px;
	}
}

@media (min-width: 992px) {
	h3,
	.heading-3 {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {
	h3,
	.heading-3 {
		font-size: 44px;
	}
}

h4,
.heading-4 {
	font-size: 26px;
	line-height: 1.27778;
	font-weight: 400;
}

@media (min-width: 768px) {
	h4,
	.heading-4 {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	h4,
	.heading-4 {
		font-size: 36px;
	}
}

h5,
.heading-5 {
	font-size: 20px;
	line-height: 1.25;
}

@media (min-width: 768px) {
	h5,
	.heading-5 {
		font-size: 24px;
	}
}

h6,
.heading-6 {
	font-size: 16px;
	line-height: 1.33333;
}

@media (min-width: 768px) {
	h6,
	.heading-6 {
		font-size: 18px;
	}
}

.heading-7 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: .2em;
	color: #777777;
}

small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #e51855;
}

.big {
	font-size: 18px;
	line-height: 1.55556;
}

.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}

code {
	padding: 10px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #f5f5f5;
}

p [style*='max-width'] {
	display: inline-block;
}


/*===========================
	Pagination Start
============================*/
.horizontal{
	width:100%;

	background-color:#404041;
}
@keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.cdp {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  z-index: 6;
  margin: 50px 0;
  animation: cdp-in 500ms ease both;
  animation-timeout: 200ms;
}
.cdp_i {
  font-size: 14px;
  text-decoration: none;
  transition: background 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3px 6px;
  height: 38px;
  min-width: 38px;
  border-radius: 38px;
  border: 2px solid #fff;
  line-height: 38px;
  padding: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: .03em;
  display: none;
}
.cdp_i:first-child, .cdp_i:last-child {
  padding: 0 16px;
  margin: 0 12px 6px;
}
.cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
  display: inline-block;
}
.cdp_i:hover {
  background-color: #000;
  color: #fff;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) {
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  color: #fff;
  font-size: 32px;
  margin-left: -6px;
}

/*===========================
	Pagination End
============================*/
/*
*
* Brand
*/
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: block;
}

.brand > * + * {
	margin-top: 0;
}

/*
*
* Links
*/
a {
	transition: all 0.3s ease-in-out;
}

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

a, a:focus, a:active {
	color: #2a2a2a;
}

a:hover {
	color: #b33900;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: #e51855;
}

.link-press {
	color: #e51855;
}

.privacy-link {
	display: inline-block;
}

* + .privacy-link {
	margin-top: 40px;
}

.link-classic {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.link-classic a, .link-classic a:focus, .link-classic a:active {
	color: #e51855;
}

.link-classic a:hover {
	color: #151515;
}

* + .link-classic {
	margin-top: 25px;
}

.link-play-classic {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
}

.link-play-classic .icon {
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
}

.link-play-classic::before, .link-play-classic::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 0;
	visibility: visible;
	will-change: transform;
	pointer-events: none;
	transform: none;
}

.link-play-classic::before {
	background: rgba(255, 82, 0, 0.5);
}

.link-play-classic::after {
	background: rgba(255, 82, 0, 0.3);
}

.link-play-classic:hover::before {
	animation: item1B 1s ease infinite;
}

.link-play-classic:hover::after {
	animation: item1A 1s ease infinite;
}

@media (min-width: 768px) {
	.link-play-classic {
		width: 90px;
		height: 90px;
	}
	.link-play-classic .icon {
		line-height: 90px;
	}
}

@media (min-width: 1200px) {
	.link-play-classic {
		width: 113px;
		height: 113px;
	}
	.link-play-classic .icon {
		font-size: 48px;
		line-height: 113px;
	}
}

@keyframes item1B {
	25% {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
	100% {
		opacity: 0;
		transform: scale(2);
		visibility: hidden;
	}
}

@keyframes item1A {
	5% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(3);
		visibility: hidden;
	}
}

.link-play-modern {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 10px 15px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.14);
	transform: translate3d(-50%, -50%, 0);
}

.link-play-modern .icon {
	font-size: 64px;
	color: #ffffff;
}

.link-play-modern-title {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-family: 'Hind Siliguri', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
}

.link-play-modern-title span {
	display: block;
	font-size: 24px;
	font-weight: 900;
}

.link-play-modern-decor {
	display: none;
	height: 2px;
	width: 64px;
	background: #ffffff;
	transition: all .3s ease;
}

* + .link-play-modern-title {
	margin-top: 16px;
}

* + .link-play-modern-decor {
	margin-top: 16px;
}

.link-play-modern:hover .link-play-modern-decor {
	width: 30px;
}

@media (min-width: 576px) {
	.link-play-modern {
		padding: 20px 26px;
	}
	.link-play-modern .icon {
		color: rgba(255, 255, 255, 0.5);
	}
	.link-play-modern a:hover {
		color: #ffffff;
	}
	.link-play-modern-decor {
		display: inline-block;
	}
}

.link-play-creative {
	position: absolute;
	overflow: hidden;
	top: 5%;
	left: 5%;
	bottom: 25px;
	padding: 10px;
	color: #ffffff;
	z-index: 1;
}

.link-play-creative .icon {
	margin-left: -10px;
	font-size: 32px;
	color: inherit;
}

.link-play-creative .icon:hover {
	color: #e51855;
}

.link-play-creative-title {
	line-height: 1.44;
	font-weight: 300;
	letter-spacing: .2em;
	max-width: 280px;
	color: inherit;
}

.link-play-creative-decor {
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	pointer-events: none;
	transition: all .3s ease;
}

* + .link-play-creative-title {
	margin-top: 10px;
}

* + .link-play-creative-decor {
	margin-top: 18px;
}

@media (min-width: 576px) {
	.link-play-creative {
		top: 10%;
		left: 10%;
	}
	* + .link-play-creative-title {
		margin-top: 18px;
	}
	* + .link-play-creative-decor {
		margin-top: 26px;
	}
}

@media (min-width: 1600px) {
	.link-play-creative {
		top: 20%;
	}
	.link-play-creative-2 {
		top: 13%;
		bottom: 15%;
	}
}

.link-style-1 {
	display: inline-block;
	font-style: italic;
}

.link-style-1, .link-style-1:focus, .link-style-1:active {
	color: rgba(21, 21, 21, 0.5);
}

.link-style-1:hover {
	color: #e51855;
}

* + .link-style-1 {
	margin-top: 34px;
}

/*
*
* Blocks
*/
.block-center, .block-sm, .block-lg {
	margin-left: auto;
	margin-right: auto;
}

.block-sm {
	max-width: 560px;
}

.block-lg {
	max-width: 768px;
}

.block-center {
	padding: 10px;
}

.block-center:hover .block-center-header {
	background-color: #e51855;
}

.block-center-title {
	background-color: #ffffff;
}

@media (max-width: 1599px) {
	.block-center {
		padding: 20px;
	}
	.block-center:hover .block-center-header {
		background-color: #ffffff;
	}
	.block-center-header {
		background-color: #e51855;
	}
}


/*============================
	Header Start
=============================*/

.fixed-top {
    position: fixed;
    top: 0;
    right: 6em;
    left: 0;
	padding-right:3em;
    z-index: 1030;
	height:70px;

}

.nav-colored { background-color:#000; }
.nav-transparent { background-color:transparent;}

.trans-nav .scrolled {
  background-color: transparent !important;
  transition: background-color 200ms linear;
}

.nav-item {
    position: relative;
    text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
}

.navbar-expand-lg .navbar-brand img {
	width:70%;

}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .65rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin-left: 1em;
}

.dropdown-menu {  
    font-size: 0.8rem;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
	transition-delay:0.6s;
	transition:0.6s all ease-in-out;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 0em;
	
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    padding: 0 1em;
	font-family: 'Montserrat', sans-serif;
}

.navbar-light .navbar-nav .nav-link .active {
    color: #141414;
   
}

.navbar-collapse ul li a.nav-link:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    content: '';
    opacity: 0;
    -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.navbar-collapse ul li:hover a.nav-link:before {
	opacity: 1;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	bottom: 0px;
	background: #2a2a2a;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #2a2a2a;
    margin-left: 0;
}

.dropdown-menu {
  border: 0px;
}

.custom-navbar {
	background-color:red;
	
}

.main.fixed{
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
 padding-right:9em !important;

}

.main.fixed{
  position: relative;
  padding-right: 9em !important;

}

/*============================
	Header End
=============================*/


/*============================
	Banner Carousel 
=============================*/

#banner-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color:#E9E9E9;
}

.banner-bg {
	position:relative;
	background-image: url('../images/slider1.jpg');
	min-height:100vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.banner-bg  .caption {
  text-align:left;
  padding: 20px;
  color: #000;
  position:absolute;

}

.banner-bg  .caption h2 {
	font-family: 'Montserrat', sans-serif;
	font-size:2em;
  text-transform:lowercase;
  font-weight:300 !important;
  	margin-bottom:1.5%;
  
}
.banner-bg  .caption h2 span{
	font-family: 'Montserrat', sans-serif;

  font-weight:800;
  
}
.banner-bg  .caption a{
	margin-top:1.5%;
	font-size:0.7em;
}



.item-1, 
.item-2, 
.item-3 {
	position: absolute;
  display: block;
	top: 32% !important;
	width: 60%;
	font-size: 1.6em;

	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 2%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 2%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 2%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
#carousel {
    position: relative;
    width: 100%;
	padding:0 !important;
}

#carousel .carousel-item{
	width: 100%;
	padding:0 !important;
}

#carousel .carousel-item.boat {
  background-image: url("../images/slider1.jpg");
}

#carousel .carousel-item.sea {
  background-image: url("../images/slider1.jpg");
}

#carousel .carousel-item.river {
  background-image: url("../images/slider1.jpg");
}

#carousel .carousel-item {
  height: 100vh;
  width: 100%;
  min-height: 320px;
  background: no-repeat center center scroll;
  background-size: cover;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
  text-align:left;
  padding: 40px;
  color: #000;
  animation-duration: 1s;
  animation-delay: 2s;
  position:absolute;
  right:38%;
  top:-150px;
}

#carousel .caption h2 {
	font-family: 'Montserrat', sans-serif;
  animation-duration: 1s;
  animation-delay: 2s;
  text-transform:lowercase;
  font-weight:300 !important;
  
}
#carousel .caption h2 span{
	font-family: 'Montserrat', sans-serif;
  animation-duration: 1s;
  animation-delay: 2s;
  text-transform:lowercase;
  font-weight:800;
  
}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
  margin: 2em auto;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

.carousel-control-prev, .carousel-control-next {
	display:none;
}

/* Button */
.delicious-btn {
	 display: inline-block;
  min-width: 150px;
  height: 40px;
  color: #000;
  border: none;

  border-left: 5px solid #fff;
  border-radius: 0;
  padding: 0 10px;
  font-size: 1em;
  line-height: 40px;
  font-weight: 500;
  
	background-image: linear-gradient(left , rgb(255,0,0) 50%, rgb(0,0,255) 51%);
   background-image: -o-linear-gradient(left , rgb(255,0,0) 50%, rgb(0,0,255) 51%);
   background-image: -moz-linear-gradient(left , rgb(255,0,0) 50%, rgb(0,0,255) 51%);
   background-image: -webkit-linear-gradient(left , rgb(255,0,0) 50%, rgb(0,0,255) 51%);
   background-image: -ms-linear-gradient(left , rgb(255,0,0) 50%, rgb(0,0,255) 51%);
   background-image: -webkit-gradient(   linear,   left bottom,   right bottom,
   color-stop(0.30, rgb(255,255,255)),   color-stop(0.31, transparent)   );
   min-width: 150px;
   height: 40px;
   
    -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
  text-transform: capitalize;
}
/* Button

.delicious-btn {
  display: inline-block;
  min-width: 150px;
  height: 40px;
  color: #000;
  border: none;
  border-left: 5px solid #fff;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: linear-gradient(to right, white, transparent, transparent);
  background-size: 40%;
}
 */
.delicious-btn a::after {
	background-image: url("../images/arw.png"); 
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
  font-size: 1em;
  font-weight: 500;
  color: #000;
   background-image: linear-gradient(to right, #fff ,#fff, #fff);
  transition: 0.6s all ease-in-out;
}


.delicious-btn1 {
  display: inline-block;
  margin-top:2em;
  min-width: 150px;
  height: 40px;
  color: #000;
  border: none;
  border-left: 5px solid #EBEBEB;
  border-radius: 0;
  padding: 0 10px;
  font-size: 1em;
  line-height: 40px;
  font-weight: 500;
  
  
	background-image: linear-gradient(left , #EBEBEB 50%, rgb(0,0,255) 51%);
   background-image: -o-linear-gradient(left , #EBEBEB 50%, rgb(0,0,255) 51%);
   background-image: -moz-linear-gradient(left , #EBEBEB 50%, rgb(0,0,255) 51%);
   background-image: -webkit-linear-gradient(left , #EBEBEB 50%, rgb(0,0,255) 51%);
   background-image: -ms-linear-gradient(left , #EBEBEB 50%, rgb(0,0,255) 51%);
   background-image: -webkit-gradient(   linear,   left bottom,   right bottom,
   color-stop(0.30, #EBEBEB),   color-stop(0.31, transparent)   );
   min-width: 150px;
   height: 40px;
 
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
  text-transform: capitalize;
  
}

.delicious-btn1::after {
	background-image: url("../images/arw.png"); 
}

.delicious-btn1.active, .delicious-btn1:hover, .delicious-btn1:focus {
  font-size: 1em;
  font-weight: 500;
  color: #2a2a2a;
  background-image: linear-gradient(to right, #e9e9e9 ,#e9e9e9, #e9e9e9);
  transition: 0.6s all ease-in-out;
}

#banr-right{
	padding:0;
	background-color:#404041;
}

.social{
	margin-top:60px;
	z-index:1100;
}

.social li {
    display: block;
}

.social li a {
    display: block;
    font-size: 17px;
    color: #fff;
    margin-right: 10px;
}

.social li a:hover {
    color: #fff;
}

.scroll-btn{
	position:absolute;
	bottom:30px;
	
	right:30px;
	text-align:center;
}

.scroll-btn img{
	width:100%;

}


.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
    width: 26px;
    height: 48px;
    margin-left: -15px;
    margin-top: -21px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}

.icon-scroll  p{

  line-height: 1em;
  color: #fff;
  text-transform: uppercase; 
  font-size: .8em; 
  padding-top: .5em;
}

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}




/*
.scroll-btn h6 {
	text-align:center;
	font-size:10px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
}

*/

 .scroll-btn {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 15%;
  transform: translate(0,50%);
  text-align: center;
  z-index: 99;
  width: 100%;
}
.scroll-btn> p{

  line-height: 1em;
  color: #fff;
  text-transform: uppercase; 
  font-size: .7em; 
  padding-top: .5em;
}
.scroll-btn > * {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7em;
}
/*.hero-box a:hover .sc-box{
  background: #2ccdff;
}*/
/*.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #2ccdff;
}*/
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color:#fff;
}
.scroll-btn .mouse {
  position: relative;
  display: block;
      width: 26px;
    height: 44px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 23px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: ani-mouse 1.5s linear infinite;
  -moz-animation: ani-mouse 1.5s linear infinite;
  animation: ani-mouse 1.5s linear infinite;
}

/*============================
	Banner Carousel End
=============================*/

/*============================
	About Section Start
=============================*/
#about{
	padding-top: 3em;
	padding-bottom: 6em;
}
.dots {
	position:sticky;
	left:30px;
	top:30px;
	width:120px;
	height:108px;
	background-image:url("../images/dots.png");
	z-index:100;
}
.dots1 {
    position: sticky;
    margin-left: -30px !important;
    top: 11%;
    width: 100px;
    height: 87px;
    background-image: url("../images/dots.png");
    z-index: 0;
}

.abt-box {
    padding: 2% 6%;
    margin-top: -5em;
}

.abt-box img{
	z-index:5;
}

.dashed-box { 
  position: relative;
  z-index: 1;
  min-width: 100px;
  min-height: 87px;
  margin-bottom: 1em;
  margin-top: 2em;
}

.gold-box {
    position: absolute;
    z-index: 3;
    min-width: 80px;
    right: -4em;
    top: 22em;
}

.gold-box img{
	width:80%;
}

.green-box {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 6%;
    top: 25px;
    min-height: 7em;
    opacity: 1;
}


.section-title1 {
    font-size: 0.9em !important;
    margin-bottom: 1em;
    margin-top: 4%;
	margin-left: 7%;
    font-weight: 400;
    display: inline-block;
    position: relative;
    color: #313131;
    text-align: center;
}

.section-title1::before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #404041;
    left: -61%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
    top: 10%;
}

.section-title1::after, .section-title1::before {
    content: '';
    position: absolute;
    bottom: 0;
}

.section-title1::after {
    height: 2px;
    background-color: #DBDBDB;
    left: -48%;
    right: 105%;
    top: 42%;
}

.section-title1::after, .section-title1::before {
    content: '';
    position: absolute;
    bottom: 0;
}

#abt-right{
	padding:0;
	background-color: #404041;
    margin-top: -4em;
    margin-bottom: -6em;
}

.serv-text{
	padding:1em;
}


/*============================
	About Section End
=============================*/

/*============================
	Icons Section Start
=============================*/

#icons{
	background-color:#404041;
	
}

#icons .icon-boxes{
	padding:0 7%;
}

.section-title2 {
    font-size: 0.9em !important;
    margin-bottom: 1em;
    margin-top: 4%;
	margin-left: 7%;
    font-weight: 400;
    display: inline-block;
    position: relative;
    color: #DBDBDB;
    text-align: center;
}

.section-title2::before {
    width: 15px;
    height: 15px;
    border: 3px solid #404041;
    background-color: #000;
    left: -61%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
    top: 10%;
}

.section-title2::after, .section-title1::before {
    content: '';
    position: absolute;
    bottom: 0;
}

.section-title2::after {
    height: 2px;
    background-color: #DBDBDB;
    left: -48%;
    right: 105%;
    top: 42%;
}

.section-title2::after, .section-title2::before {
    content: '';
    position: absolute;
    bottom: 0;
}



.service_box {
    margin: 20px 0;
    padding: 30px 10px;
    text-align: center !important;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    transition: all 0.30s ease 0s;
    margin: 0 10px;
	}
        .service_box:hover{
            background:#EBEBEB;
        }
        .service_box .service_icon{
            width:70px;
            height:70px;
            margin: 0 auto;
            font-size:35px;
			text-align:center;
            background: #fff;
            line-height:70px;
            border-radius:50px;
            transform: translateY(0);
            transition: all 0.30s ease 0s;
        }
		
		
        .service_box:hover .service_icon{
            transform: translateY(-100%);
			
        }
        .service_box .service_icon i{
            color:#333;
        }
		
		.service_box .service_icon img{
			width:90%;
			text-align:center;
		}
		
        .service_box:hover .service_icon img{
            
			width:80% !important;
			text-align:center;
			transition:0.4s all ease-in-out;
        }
		
        .service_box h3{
            position: relative;
            top:40px;
            margin:0;
            color:#404041;
            font-size:14px;
			font-weight:600;
            transform: translateY(0%);
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
        }
        .service_box:hover h3{
            top:-40px;
        }
        .service_box  p{
            color:#404041;
            margin:0;
            opacity:0;
            transition: all 0.30s linear 0s;
        }
        .service_box:hover p{
            opacity:1;
        }
		
		.service_box  .botm-icon{
			position:absolute;
			text-align:center !important;
			width:55px;
			height:55px;
			background:#000;
			border-radius:50%;
			padding:15px;
			left:50% !important;
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
      opacity:0.6;

		}
		
		.service_box  .botm-icon i {
			bottom: 1%;
			font-size: 1.2em;
			text-align:center !important;
			color: #fff;
			font-style: normal;
            opacity:0.6;
            line-height: 24px;

		}
		
		.service_box:hover .botm-icon{
            display:block;
			opacity:1;
			transition:0.6s all ease-in-out;
        }

		.service_box:hover .botm-icon i{
      display:block;
			opacity:1;
			transition:0.6s all ease-in-out;
        }

/*============================
	Icons Section End
=============================*/

/*============================
	Services Section Start
=============================*/

#services1 {
	background-color:#F9F9F9;
	
}

#services1 .service-1 {
	text-align:left;
	padding:2% 5%;
}


#services1  .section-title3 {
    font-size: 0.9em !important;
    margin-bottom: 1em;
    margin-top: 4%;
	margin-left: 7%;
    font-weight: 400;
    display: inline-block;
    position: relative;
    color: #313131;
    text-align: center;
	margin-left: 15%;
}

#services1 .section-title3::before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #404041;
    left: -61%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
    top: 10%;
}

#services1 .section-title3::after, #services1  .section-title3::before {
    content: '';
    position: absolute;
    bottom: 0;
}

#services1  .section-title3::after {
    height: 2px;
    background-color: #DBDBDB;
    left: -48%;
    right: 105%;
    top: 42%;
}

#services1 .section-title3::after, #services1  .section-title3::before {
    content: '';
    position: absolute;
    bottom: 0;
}

#rel1 {
    min-height: 100px;
    position: relative;
    top: 18%;
    left: 0;
    margin: 10px;
    z-index: 2;
}

#abs1 {
    position: absolute;
    width: 95%;
    min-height: 350px;
    top: 10%;
    left: -18%;
    background-color: #E6E6E6;
    z-index: 1;
}

#rel2 {
    min-height: 100px;
    position: relative;
    top: 17%;
    left: 7%;
    margin: 10px;
    z-index: 2;
}

#abs2 {
    position: absolute;
    width: 95%;
    min-height: 350px;
    top: 10%;
    right: -18%;
    background-color: #E6E6E6;
    z-index: 1;
}



#services2 {
	padding-bottom: 6em;
}

#services2 .service-2 {
	text-align:left;
	padding:2% 5%;
}


#services2  .section-title3 {
    font-size: 0.9em !important;
    margin-bottom: 1em;
    margin-top: 4%;
	margin-left: 7%;
    font-weight: 400;
    display: inline-block;
    position: relative;
    color: #313131;
    text-align: center;
	margin-left: 15%;
}

#services2 .section-title3::before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #404041;
    left: -61%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
    top: 10%;
}

#services2 .section-title3::after, #services2  .section-title3::before {
    content: '';
    position: absolute;
    bottom: 0;
}

#services2  .section-title3::after {
    height: 2px;
    background-color: #DBDBDB;
    left: -48%;
    right: 105%;
    top: 42%;
}

#services2 .section-title3::after, #services2  .section-title3::before {
    content: '';
    position: absolute;
    bottom: 0;
}

#services1 .delicious-btn, #services2 .delicious-btn1{
	margin-top:30px;
} 

/*============================
	Services Section End
=============================*/

/*============================
	News Section Start
=============================*/


#news {
    background-color: #404041;
	margin-top: -2em;
}

.hero {
  width: 100%;
  min-height: 500px;
  background: #404041 url("../images/news-bg.jpg") no-repeat;
  -webkit-background-size: cover cover;
  background-position:center;
  background-attachment: fixed;
  background-size: cover;
  padding:1em;
}

.news-section {
    width: 100%;
  min-height: 500px;
  background: #404041 url("../images/news-bg.jpg") no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
	background-position:center;
}
.news-section:before {
    position: absolute;
    top: -100px;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.news-block {
    position: relative;
    color: #fff;
	margin:20px;
}
.news-block .inner-box{
	position:relative;
	overflow:hidden;
}

.news-block .inner-box .image{
	position:relative;
	margin-bottom: -5.4em;
}

.news-block .inner-box .image .read-more{
	position:absolute;
	right:0px;
	bottom:26px;
	left:60%;
	color:#252525;
	font-size:16px;
	opacity:0;
	visibility:hidden;
	padding:15px 25px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(255,255,255,0.80);
}

.news-block .inner-box:hover .image .read-more{
	left:40%;
	opacity:1;
	visibility:visible;
}

.news-block .inner-box .image .read-more a{
	position:relative;
	color:#252525;
	font-weight:700;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.news-block .inner-box .image .read-more a .icon{
	position:relative;
	top:1px;
	margin-left:5px;
	font-size:16px;
	display:inline-block;
}

.news-block .inner-box .image .read-more a:hover{
	color:#d7a449;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    padding-left: 4%;
}

.news-block .inner-box .lower-content {
    position: relative;
    padding-bottom: 30px;
    padding-bottom: 20px;
    background-color: #fff;

    /*margin-right: 40px;
    margin-top: -10%;*/
    color: #000;
    text-align: left;
    padding: 0 2em;
}
.news-block .inner-box .lower-content .location  {

    padding-bottom: 10px;
	color: #000;
    text-align: left;
	
   
}

.news-block .inner-box .lower-content .date {
	padding-top: 20px;
    padding-bottom: 0px;
	color: #000;
    text-align: left;
  
}

.news-block .inner-box .lower-content h3 {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
	padding-top: 2em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.news-block .inner-box .lower-content h3 a{
	position:relative;
	color:#2a2a2a;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}


.news-botm {
    background-color: #fff;
    min-height: 184px;
    margin-top: -14em;
}

/*============================
	News Section End
=============================*/

/*
*
* Boxes
*/
.box-icon-creative {
	text-align: left;
	padding: 24px 10px 32px 40px;
	max-width: 270px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(255, 255, 255, 0.24);
}

.box-icon-creative-body {
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}

.box-icon-creative-icon {
	position: relative;
	display: block;
	text-align: center;
	height: 36px;
	max-width: 36px;
	font-size: 30px;
	line-height: 36px;
	color: #e51855;
}

.box-icon-creative-icon.icon-big {
	font-size: 36px;
}

.box-icon-creative-title {
	font-size: 16px;
	line-height: 1.125;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.box-icon-creative-title a, .box-icon-creative-title a:focus, .box-icon-creative-title a:active {
	color: inherit;
}

.box-icon-creative-title a:hover {
	color: #e51855;
}

* + .box-icon-creative-title {
	margin-top: 14px;
}

@media (min-width: 1200px) {
	.box-icon-creative {
		padding-left: 50px;
	}
}

.box-icon-modern {
	text-align: center;
	background: #ffffff;
	transition: all .3s ease;
}

.box-icon-modern-icon {
	position: relative;
	text-align: center;
	width: 63px;
	height: 63px;
	font-size: 40px;
	line-height: 63px;
	color: #151515;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
	animation: iconModern 20s ease-in-out infinite;
	z-index: 1;
}

.box-icon-modern-icon.icon-28 {
	font-size: 28px;
}

.box-icon-modern-icon.icon-30 {
	font-size: 30px;
}

.box-icon-modern-icon.icon-32 {
	font-size: 32px;
}

.box-icon-modern-icon.icon-39 {
	font-size: 39px;
}

.box-icon-modern-title {
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
}

.box-icon-modern-title a, .box-icon-modern-title a:focus, .box-icon-modern-title a:active {
	color: inherit;
}

.box-icon-modern-title a:hover {
	color: #e51855;
}

.box-icon-modern-link {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .1em;
}

.box-icon-modern-link, .box-icon-modern-link:focus, .box-icon-modern-link:active {
	color: #e51855;
}

.box-icon-modern-link:hover {
	color: #151515;
}

.box-icon-modern-link .icon {
	font-size: 16px;
	line-height: 24px;
	margin-left: 6px;
}

* + .box-icon-modern-title {
	margin-top: 20px;
}

* + .box-icon-modern-text {
	margin-top: 14px;
}

* + .box-icon-modern-link {
	margin-top: 16px;
}

@media (min-width: 576px) {
	.box-icon-modern {
		text-align: left;
		max-width: 270px;
	}
}

@keyframes iconModern {
	30% {
		color: #151515;
		background: #ffffff;
	}
	33% {
		color: #ffffff;
		background: #e51855;
	}
	64% {
		color: #ffffff;
		background: #e51855;
	}
	67% {
		color: #151515;
		background: #1d9c89;
	}
	97% {
		color: #151515;
		background: #ffffff;
	}
}

.box-icon-classic {
	text-align: left;
	transition: all .2s ease;
	z-index: 1;
}

.box-icon-classic-icon {
	display: inline-block;
	text-align: center;
	height: 70px;
	width: 70px;
	margin-top: 4px;
	font-size: 30px;
	line-height: 70px;
	color: #e51855;
	background: linear-gradient(173deg, rgba(255, 255, 255, 0.35), rgba(215, 215, 215, 0.35));
	border-radius: 50%;
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
	animation: iconClassic 10s ease-in-out infinite;
}

.box-icon-classic-title {
	text-transform: none;
	letter-spacing: .05em;
}

.box-icon-classic-title a, .box-icon-classic-title a:focus, .box-icon-classic-title a:active {
	color: inherit;
}

.box-icon-classic-title a:hover {
	color: #e51855;
}

.box-icon-classic-text {
	line-height: 1.47;
	letter-spacing: .05em;
	color: rgba(21, 21, 21, 0.8);
}

* + .box-icon-classic-text {
	margin-top: 20px;
}

@keyframes iconClassic {
	30% {
		color: #151515;
		background: #f3f3f3;
	}
	33% {
		color: #ffffff;
		background: #e51855;
	}
	64% {
		color: #ffffff;
		background: #e51855;
	}
	67% {
		color: #151515;
		background: #1d9c89;
	}
	97% {
		color: #151515;
		background: #1d9c89;
	}
}

@media (min-width: 992px) {
	.box-icon-classic-icon {
		height: 90px;
		width: 90px;
		font-size: 40px;
		line-height: 90px;
	}
}

@media (min-width: 1200px) {
	.box-icon-classic-text {
		max-width: 92%;
	}
}

.box-icon-megan {
	position: relative;
	padding: 50px 15px;
	background: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
	z-index: 1;
}

.box-icon-megan-header {
	position: relative;
}

.box-icon-megan-header::before, .box-icon-megan-header::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	border-width: 0 4px 0 4px;
	border-style: solid;
	border-color: #f5f5f5;
	transform: translate3d(-50%, -50%, 0);
	pointer-events: none;
}

.box-icon-megan-header::before {
	width: 114px;
	height: 55px;
	transition: all .3s ease, border-color .3s ease-in-out .3s;
}

.box-icon-megan-header::after {
	width: 153px;
	height: 25px;
	transition: all .2s ease .2s, border-width .2s ease 0s, border-color .3s ease-in-out .3s;
}

.box-icon-megan-icon {
	display: inline-block;
	vertical-align: middle;
	min-height: 55px;
	font-size: 48px;
	line-height: 55px;
	color: #e51855;
}

.box-icon-megan-icon.icon-46 {
	font-size: 46px;
}

.box-icon-megan-icon.icon-53 {
	font-size: 53px;
}

.box-icon-megan-title {
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
}

* + .box-icon-megan-title {
	margin-top: 38px;
}

* + .box-icon-megan-text {
	margin-top: 24px;
}

@media (min-width: 992px) {
	.desktop .box-icon-megan {
		padding: 55px 5px;
		box-shadow: none;
	}
	.desktop .box-icon-megan::before {
		position: absolute;
		content: '';
		top: 5px;
		right: -10px;
		bottom: 5px;
		left: -10px;
		background: #ffffff;
		transition: all .3s ease-in-out;
		pointer-events: none;
		z-index: -1;
	}
	.desktop .box-icon-megan:hover::before {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
	}
	.desktop .box-icon-megan:hover .box-icon-megan-header::before, .desktop .box-icon-megan:hover .box-icon-megan-header::after {
		border-color: #ff864d;
	}
	.desktop .box-icon-megan:hover .box-icon-megan-header::before {
		height: 44px;
		transform: translate3d(-50%, -50%, 0) rotate(180deg);
		transition-delay: 0s, 0s;
	}
	.desktop .box-icon-megan:hover .box-icon-megan-header::after {
		height: 4px;
		width: 173px;
		border-width: 0 25px 0 25px;
		transition-delay: 0s, .2s, 0s;
	}
}

@media (min-width: 768px) {
	.box-icon-megan-text {
		display: inline-block;
		max-width: 90%;
	}
}

.box-icon-erin {
	transition: all .3s ease;
}

.box-icon-erin-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	box-shadow: 0 4px 0 0 #d1d1d1;
	background: #ebebeb;
	transition: all .3s ease;
}

.box-icon-erin-icon svg {
	fill: #e51855;
}

.box-icon-erin-decor {
	font-size: 0;
	line-height: 0;
}

.box-icon-erin-decor::before {
	display: inline-block;
	content: '';
	width: 58px;
	height: 3px;
	background: #1d9c89;
	transition: all .3s ease-in-out;
}

.box-icon-erin-title {
	letter-spacing: .15em;
}

.box-icon-erin-title a, .box-icon-erin-title a:focus, .box-icon-erin-title a:active {
	color: inherit;
}

.box-icon-erin-title a:hover {
	color: #e51855;
}

* + .box-icon-erin-title {
	margin-top: 20px;
}

* + .box-icon-erin-decor {
	margin-top: 15px;
}

* + .box-icon-erin-text {
	margin-top: 16px;
}

@media (min-width: 768px) {
	.box-icon-erin {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.box-icon-erin-title {
		letter-spacing: .2em;
	}
}

@media (min-width: 992px) {
	.desktop .box-icon-erin:hover .box-icon-erin-icon {
		transform: translate3d(0, -5px, 0);
	}
	.desktop .box-icon-erin:hover .box-icon-erin-decor::before {
		background: #e51855;
	}
}

.box-icon-minimal {
	text-align: left;
}

.box-icon-minimal .icon {
	font-size: 42px;
	color: #151515;
}

.box-icon-minimal .linearicons-medal-empty {
	font-size: 48px;
}

.box-icon-minimal-title {
	font-size: 18px;
	line-height: 1.33;
	font-weight: 500;
	letter-spacing: .1em;
	font-family: 'Hind Siliguri', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #151515;
}

.box-icon-minimal-text {
	letter-spacing: .1em;
}

* + .box-icon-minimal-text {
	margin-top: 2px;
}

.box-comment {
	position: relative;
	text-align: left;
	padding-bottom: 45px;
	font-size: 15px;
	letter-spacing: .05em;
	color: #151515;
}

.box-comment::before {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}

.box-comment > .box-comment {
	margin-top: 30px;
}

.box-comment > .box-comment:last-child {
	padding-bottom: 0;
}

.box-comment > .box-comment:last-child::before {
	display: none;
}

.box-comment-post {
	color: #777777;
}

.box-comment-product .unit {
	margin-bottom: -20px;
	margin-left: -24px;
}

.box-comment-product .unit > * {
	margin-bottom: 20px;
	margin-left: 24px;
}

@media (min-width: 992px) {
	.box-comment-product .unit {
		align-items: center;
	}
}

.box-comment-figure {
	display: inline-block;
}

.box-comment-figure img {
	max-width: 119px;
}

.box-comment-author {
	font-size: 18px;
	font-weight: 500;
	color: #151515;
}

.box-comment-author a, .box-comment-author a:focus, .box-comment-author a:active {
	color: inherit;
}

.box-comment-author a:hover {
	color: #e51855;
}

.box-comment-time {
	color: #777777;
}

.box-comment-days-ago {
	color: #151515;
}

.box-comment-reply,
.box-comment-like {
	font-weight: 500;
}

.box-comment-reply > *,
.box-comment-like > * {
	display: inline-block;
	vertical-align: middle;
}

.box-comment-reply a, .box-comment-reply a:focus, .box-comment-reply a:active,
.box-comment-like a,
.box-comment-like a:focus,
.box-comment-like a:active {
	color: #151515;
}

.box-comment-reply a:hover,
.box-comment-like a:hover {
	color: #e51855;
}

.box-comment-reply .icon,
.box-comment-like .icon {
	margin-right: 8px;
	color: #9b9b9b;
}

.tab-content .tab-pane .box-comment:last-child {
	padding-bottom: 0;
}

.tab-content .tab-pane .box-comment:last-child::before {
	display: none;
}

.box-comment-form {
	text-align: left;
}

.box-comment-form .unit-body {
	flex-grow: 1;
}

* + .box-comment {
	margin-top: 50px;
}

* + .box-comment-text {
	margin-top: 14px;
}

.box-comment-wrap + h5 {
	margin-top: 40px;
}

.box-comment-text + .group-xl {
	margin-top: 24px;
}

.box-comment-author + .rd-form {
	margin-top: 20px;
}

.box-comment + .box-comment {
	margin-top: 45px;
}

.box-comment + .box-comment-form {
	margin-top: 45px;
}

@media (min-width: 768px) {
	.box-comment::before {
		width: calc(100% - 143px);
	}
	.box-comment > .box-comment {
		margin-left: 145px;
	}
	.box-comment-post::before {
		width: calc(100% - 96px);
	}
	.box-comment-post > .box-comment-post {
		margin-left: 96px;
	}
}

.clients-classic {
	text-align: center;
	padding: 20px 15px;
	border-bottom: 1px solid #ebebeb;
}

.clients-classic-figure {
	display: block;
}

.clients-classic-figure img {
	transition: all .3s ease;
	will-change: transform;
}

.clients-classic-wrap .row + .row {
	margin-top: 0;
}

@media (min-width: 992px) {
	.desktop .clients-classic-wrap .row > div:first-child .clients-classic:hover img {
		transform: translate3d(-20px, 0, 0);
	}
	.desktop .clients-classic-wrap .row > div:last-child .clients-classic:hover img {
		transform: translate3d(20px, 0, 0);
	}
}

@media (min-width: 576px) {
	.clients-classic {
		border-bottom: none;
	}
	.clients-classic-wrap {
		position: relative;
		padding: 20px 15px;
		background: #ffffff;
		border-radius: 10px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
	}
	.clients-classic-wrap::before {
		position: absolute;
		content: '';
		top: 45px;
		bottom: 45px;
		left: 50%;
		width: 1px;
		background: #ebebeb;
	}
	.clients-classic-wrap .row {
		position: relative;
	}
	.clients-classic-wrap .row::before {
		display: none;
		position: absolute;
		content: '';
		top: 0;
		left: 30px;
		right: 30px;
		height: 1px;
		background: #ebebeb;
	}
	.clients-classic-wrap .row + .row::before {
		display: block;
	}
}

@media (min-width: 768px) {
	.clients-classic {
		padding: 30px 50px;
	}
	.clients-classic-wrap {
		padding: 25px 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.clients-classic {
		padding: 30px 15px;
	}
	.clients-classic-wrap {
		padding: 30px 15px;
	}
}

.bg-gray-100 .clients-classic-wrap {
	background: #ffffff;
}

@media (min-width: 576px) {
	.bg-gray-100 .clients-classic-wrap {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
	}
}

.clients-modern {
	position: relative;
	display: block;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(225, 225, 225, 0.3);
	transition: all .3s ease-in-out;
}

.clients-modern::before, .clients-modern::after {
	position: absolute;
	content: '';
	border-style: solid;
	border-color: transparent;
	pointer-events: none;
}

.clients-modern::before {
	border-width: 1px 1px 0 0;
	top: -1px;
	right: 100%;
	bottom: 100%;
	left: -1px;
	transition: all .15s ease-in-out .3s, right .15s linear .45s, bottom .15s linear .3s;
}

.clients-modern::after {
	border-width: 0 0 1px 1px;
	top: 100%;
	right: -1px;
	bottom: -1px;
	left: 100%;
	transition: all .15s ease-in-out 0s, left .15s linear .15s, top .15s linear .0s;
}

.clients-modern:hover::before, .clients-modern:hover::after {
	border-color: #ffffff;
}

.clients-modern:hover::before {
	right: -1px;
	bottom: -1px;
	transition-delay: 0s, 0s, .15s;
}

.clients-modern:hover::after {
	top: -1px;
	left: -1px;
	transition-delay: .3s, .3s, .45s;
}

.box-contacts {
	text-align: center;
}

.box-contacts .unit-left {
	min-width: 30px;
	text-align: center;
}

.box-contacts a {
	display: inline-block;
}

.box-contacts a, .box-contacts a:focus, .box-contacts a:active {
	color: #151515;
}

.box-contacts a:hover {
	color: #e51855;
}

.box-contacts .phone {
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: .1em;
}

.box-contacts .address {
	max-width: 90%;
}

.box-contacts .icon {
	vertical-align: middle;
	font-size: 22px;
	color: #e51855;
}

.box-contacts .icon-24 {
	font-size: 24px;
}

.box-contacts .icon-28 {
	font-size: 28px;
}

.box-contacts-title {
	font-size: 12px;
	line-height: 2;
	letter-spacing: .2em;
	font-weight: 500;
	text-transform: uppercase;
	color: rgba(21, 21, 21, 0.4);
}

.box-contacts-wrap {
	text-align: center;
	min-height: 100%;
	padding: 40px 30px;
	border: 1px solid #e1e1e1;
}

.box-contacts-text {
	font-size: 16px;
	letter-spacing: .075em;
	color: #151515;
}

* + .box-contacts {
	margin-top: 36px;
}

* + .box-contacts-item {
	margin-top: 24px;
}

* + .box-contacts-wrap {
	margin-top: 35px;
}

.box-contacts-text + .box-contacts {
	margin-top: 28px;
}

@media (min-width: 768px) {
	.box-contacts,
	.box-contacts-wrap {
		text-align: left;
	}
	.box-contacts-title {
		margin-left: 40px;
	}
}

@media (min-width: 992px) {
	.box-contacts-wrap {
		padding-bottom: 65px;
	}
}

@media (min-width: 1200px) {
	.box-contacts-wrap {
		padding: 50px 20px 78px 40px;
	}
}

.box-info {
	text-align: center;
}

@media (min-width: 768px) {
	.box-info {
		text-align: left;
	}
}

.box-info-title {
	text-transform: none;
	letter-spacing: .05em;
}

.box-info-text {
	color: #777777;
}

.box-info-link {
	display: inline-block;
	font-size: 18px;
	line-height: 1.33;
}

.box-info-link, .box-info-link:focus, .box-info-link:active {
	color: #e51855;
}

.box-info-link:hover {
	color: #151515;
}

* + .box-info-text {
	margin-top: 20px;
}

* + .box-info-link {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.box-info .unit {
		margin-bottom: -20px;
		margin-left: -40px;
	}
	.box-info .unit > * {
		margin-bottom: 20px;
		margin-left: 40px;
	}
}

.cta-classic {
	text-align: left;
}

.cta-classic .button {
	min-width: auto;
}

.cta-classic-title {
	line-height: 1.33;
	letter-spacing: .05em;
}

.cta-classic-text {
	font-size: 18px;
	line-height: 1.55556;
	font-weight: 300;
	letter-spacing: .025em;
	color: rgba(255, 255, 255, 0.7);
}

.cta-classic-text + .button {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	.cta-classic-title {
		max-width: 90%;
	}
}

.cta-modern {
	text-align: left;
}

.cta-modern .button {
	min-width: auto;
	letter-spacing: .3em;
}

.cta-modern-title {
	line-height: 1.22;
	letter-spacing: .05em;
	font-weight: 400;
	text-transform: none;
}

.cta-modern-title-2 {
	line-height: 1.36;
}

.cta-modern-text {
	padding-left: 55px;
	text-indent: -55px;
	font-size: 18px;
	line-height: 1.55556;
	font-weight: 300;
	letter-spacing: .025em;
	color: rgba(255, 255, 255, 0.3);
}

.cta-modern-text > * {
	display: inline-block;
	vertical-align: middle;
	text-indent: 0;
}

.cta-modern-text-2 {
	color: #ffffff;
}

.cta-modern-decor {
	display: inline-block;
	width: 40px;
	height: 3px;
	margin-right: 15px;
	background: #1d9c89;
}

.cta-modern-decor-2 {
	background: #e51855;
}

* + .cta-modern-text {
	margin-top: 22px;
}

* + .cta-modern-text-2 {
	margin-top: 38px;
}

.cta-modern-text + .button {
	margin-top: 40px;
}

.clients-creative {
	position: relative;
	display: block;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	transition: all .3s ease-in-out;
}

.clients-creative::before, .clients-creative::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	transition: color .1s ease, transform .3s ease;
	will-change: transform;
}

.clients-creative::before {
	transform: scaleX(0);
}

.clients-creative::after {
	transform: scaleY(0);
}

.clients-creative img {
	width: 100%;
	will-change: transform;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.desktop .clients-creative:hover {
		border-color: transparent;
	}
	.desktop .clients-creative:hover::before, .desktop .clients-creative:hover::after {
		transform: none;
	}
	.desktop .clients-creative:hover::before {
		border-color: #efb400 transparent #efb400 transparent;
	}
	.desktop .clients-creative:hover::after {
		border-color: transparent #efb400 transparent #e51855;
	}
	.desktop .clients-creative:hover img {
		transform: scale(0.9);
	}
}

.clients-jean {
	display: block;
}

.clients-jean img {
	transform: none;
	transition: all .3s ease;
	will-change: transform;
}

@media (min-width: 992px) {
	.desktop .clients-jean:hover img {
		transform: translate3d(0, -10px, 0);
	}
	.desktop .owl-style-9 .owl-stage-outer:hover .owl-item .clients-jean {
		opacity: .5;
	}
	.desktop .owl-style-9 .owl-stage-outer:hover .owl-item .clients-jean:hover {
		opacity: 1;
	}
}

@media (min-width: 992px) {
	.box-style-1 {
		margin-top: 10px;
		margin-left: 30px;
	}
}

@media (min-width: 1200px) {
	.box-style-1 {
		margin-left: 70px;
	}
}

.box-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	background-color: #f5f5f5;
	text-align: center;
	padding: 20px 5px 10px;
	color: #000000;
	height: 135px;
}

@media (min-width: 576px) {
	.box-icon {
		padding: 25px 10px 15px;
		height: 155px;
	}
}

.box-icon-icon {
	margin-top: 0;
	margin-bottom: auto;
	font-size: 50px;
}

@media (min-width: 576px) {
	.box-icon-icon {
		font-size: 60px;
	}
}

.box-icon-text,
.box-icon-code {
	font-size: 10px;
}

* + .box-icon-text,
* + .box-icon-code {
	margin-top: 5px;
}

/*
* Element groups
*/
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-xxs {
	margin-bottom: -8px;
	margin-left: -8px;
}

html .group-xxs:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xxs > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 8px;
}

html .group-sm {
	margin-bottom: -16px;
	margin-left: -16px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 16px;
	margin-left: 16px;
}

html .group-xmd {
	margin-bottom: -10px;
	margin-left: -20px;
}

html .group-xmd:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xmd > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

html .group-md {
	margin-bottom: -20px;
	margin-left: -20px;
}

html .group-md:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-md > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

html .group-lg {
	margin-bottom: -25px;
	margin-left: -25px;
}

html .group-lg:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-lg > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 25px;
	margin-left: 25px;
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

html .group-xxl {
	margin-bottom: -30px;
	margin-left: -50px;
}

html .group-xxl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xxl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 50px;
}

html .group-xxxl {
	margin-bottom: -30px;
	margin-left: -60px;
}

html .group-xxxl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xxxl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 60px;
}

html .group-custom-1 {
	margin-bottom: -30px;
	margin-left: -40px;
}

html .group-custom-1:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-custom-1 > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 40px;
}

@media (min-width: 992px) {
	html .group-custom-1 {
		margin-bottom: -30px;
		margin-left: -80px;
	}
	html .group-custom-1:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	html .group-custom-1 > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 80px;
	}
}

html .group-middle {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	html .group-middle {
		justify-content: flex-start;
	}
}

html .group-justify {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

html .group-sm-justify {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media (min-width: 576px) {
	html .group-sm-justify {
		justify-content: space-between;
	}
}

* + .group-xxs {
	margin-top: 30px;
}

* + .group-sm {
	margin-top: 30px;
}

* + .group-md {
	margin-top: 30px;
}

* + .group-lg {
	margin-top: 30px;
}

* + .group-xl {
	margin-top: 30px;
}

* + .group-xxxl {
	margin-top: 35px;
}

* + .group-custom-1 {
	margin-top: 30px;
}

h4 + .group-md {
	margin-top: 40px;
}

/*
*
* Responsive units
*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -20px;
	margin-left: -30px;
}

.unit > * {
	margin-bottom: 20px;
	margin-left: 30px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xxs {
	margin-bottom: -5px;
	margin-left: -5px;
}

.unit-spacing-xxs > * {
	margin-bottom: 5px;
	margin-left: 5px;
}

.unit-spacing-xs {
	margin-bottom: -10px;
	margin-left: -10px;
}

.unit-spacing-xs > * {
	margin-bottom: 10px;
	margin-left: 10px;
}

.unit-spacing-sm {
	margin-bottom: -15px;
	margin-left: -15px;
}

.unit-spacing-sm > * {
	margin-bottom: 15px;
	margin-left: 15px;
}

.unit-spacing-md {
	margin-bottom: -20px;
	margin-left: -20px;
}

.unit-spacing-md > * {
	margin-bottom: 20px;
	margin-left: 20px;
}

.unit-spacing-lg {
	margin-bottom: -30px;
	margin-left: -30px;
}

.unit-spacing-lg > * {
	margin-bottom: 30px;
	margin-left: 30px;
}

.unit-spacing-xl {
	margin-bottom: -20px;
	margin-left: -40px;
}

.unit-spacing-xl > * {
	margin-bottom: 20px;
	margin-left: 40px;
}

.unit-spacing-1 {
	margin-bottom: -15px;
	margin-left: -30px;
}

.unit-spacing-1 > * {
	margin-bottom: 15px;
	margin-left: 30px;
}

.unit-spacing-2 {
	margin-bottom: -10px;
	margin-left: -30px;
}

.unit-spacing-2 > * {
	margin-bottom: 10px;
	margin-left: 30px;
}

/*
*
* Lists
*/
.list-inline > li {
	display: inline-block;
}

html .list-inline-xs {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -3px;
	margin-right: -3px;
}

html .list-inline-xs > * {
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

html .list-inline-sm {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -5px;
	margin-right: -5px;
}

html .list-inline-sm > * {
	margin-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

html .list-inline-md {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -11px;
	margin-right: -11px;
}

html .list-inline-md > * {
	margin-top: 10px;
	padding-left: 11px;
	padding-right: 11px;
}

html .list-inline-xl {
	transform: translate3d(0, -14px, 0);
	margin-bottom: -14px;
	margin-left: -17px;
	margin-right: -17px;
}

html .list-inline-xl > * {
	margin-top: 14px;
	padding-left: 17px;
	padding-right: 17px;
}

.list-terms dt + dd {
	margin-top: 20px;
}

.list-terms dd + dt {
	margin-top: 40px;
}

* + .list-terms {
	margin-top: 50px;
}

.index-list {
	counter-reset: li;
}

.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.list-marked {
	text-align: left;
}

.list-marked > li {
	text-indent: -24px;
	padding-left: 24px;
}

.list-marked > li::before {
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
	content: '';
	height: 9px;
	width: 9px;
	margin-right: 15px;
	border-radius: 50%;
	background: #d7d7d7;
}

.list-marked > li + li {
	margin-top: 10px;
}

* + .list-marked {
	margin-top: 15px;
}

p + .list-marked {
	margin-top: 10px;
}

.list-marked-2 {
	text-align: left;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: .05em;
	color: #777777;
}

.list-marked-2 > li {
	text-indent: -21px;
	padding-left: 21px;
}

.list-marked-2 > li::before {
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
	content: '';
	height: 8px;
	width: 8px;
	margin-right: 13px;
	background: #e1e1e1;
	transition: all .3s ease-in-out;
}

.list-marked-2 > li:hover {
	color: #e51855;
}

.list-marked-2 > li:hover::before {
	background: #e51855;
}

.list-marked-2 a {
	color: inherit;
}

.list-marked-2 > li + li {
	margin-top: 14px;
}

* + .list-marked-2 {
	margin-top: 30px;
}

.list-ordered {
	counter-reset: li;
	text-align: left;
}

.list-ordered > li {
	position: relative;
	text-indent: -18px;
	padding-left: 18px;
}

.list-ordered > li:before {
	content: counter(li, decimal) ".";
	counter-increment: li;
	display: inline-block;
	top: 0;
	left: 0;
	text-indent: 0;
	min-width: 18px;
	color: inherit;
}

.list-ordered > li + li {
	margin-top: 10px;
}

* + .list-ordered {
	margin-top: 15px;
}

.list-category-2 li {
	position: relative;
	padding-right: 40px;
}

.list-category-number {
	position: absolute;
	right: 0;
	font-size: 15px;
	line-height: 1.6;
	transition: all .25s ease-in-out;
}

.list > li + li {
	margin-top: 10px;
}

.list-xs > li + li {
	margin-top: 5px;
}

.list-sm > li + li {
	margin-top: 10px;
}

.list-md > li + li {
	margin-top: 18px;
}

.list-lg > li + li {
	margin-top: 25px;
}

.list-xl > li + li {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.list-xl > li + li {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	.list-xl > li + li {
		margin-top: 60px;
	}
}

.list-history-wrap {
	height: 72px;
}

.list-history {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
}

.list-history::before {
	position: absolute;
	content: '';
	top: 17px;
	right: 20px;
	height: 6px;
	width: 1000%;
	background: #e51855;
}

@media (min-width: 576px) {
	.list-history {
		padding-left: 20px;
		max-width: 95%;
	}
}

@media (min-width: 1200px) {
	.list-history {
		position: absolute;
		right: calc(50% + 80px);
		left: 0;
		padding-left: 30px;
		max-width: none;
	}
	.list-history::before {
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.list-history {
		padding-left: 90px;
	}
}

@media (min-width: 1600px) {
	.list-history {
		right: calc(50% + 185px);
		padding-left: 120px;
	}
}

.list-history-item {
	position: relative;
	padding-top: 54px;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .05em;
}

.list-history-item a, .list-history-item a:focus, .list-history-item a:active {
	color: #151515;
}

.list-history-item a:hover {
	color: #e51855;
}

.list-history-item > .active .list-history-circle {
	width: 40px;
	height: 40px;
}

.list-history-item > .active .list-history-circle::before {
	width: 11px;
	height: 11px;
}

.list-history-circle {
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 50%;
	font-size: 0;
	line-height: 0;
	width: 28px;
	height: 28px;
	background: #ffffff;
	border: 5px solid #e51855;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: all .3s ease-in-out;
}

.list-history-circle::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: #e51855;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: inherit;
}

* + .list-history-wrap {
	margin-top: 50px;
}

/*
*
* Images
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

.img-responsive {
	width: 100%;
}

/*
*
* Icons
*/
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}

.icon-xxxl {
	font-size: 78px;
}

/*
*
* Tables custom
*/
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background: #ffffff;
	border-collapse: collapse;
}

.table-custom th {
	padding: 14px 24px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: 'Hind Siliguri', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	background: #f3f3f3;
}

@media (max-width: 991px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td {
	padding: 14px 24px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .05em;
	background: #ffffff;
	font-family: 'Hind Siliguri', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #777777;
	min-width: 170px;
}

.table-custom tfoot td {
	color: #151515;
}

.table-custom tr {
	border: 1px solid #f5f5f5;
}

* + .table-custom-responsive {
	margin-top: 30px;
}

h5 + .table-custom-responsive {
	margin-top: 25px;
}

@media (min-width: 768px) {
	* + .table-custom-responsive {
		margin-top: 40px;
	}
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #e51855;
}

.table-custom.table-custom-primary thead tr {
	border-color: #e51855;
}

.table-custom.table-custom-bordered tbody tr {
	border: none;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #f5f5f5;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #f5f5f5;
}

.table-custom.table-custom-striped tr {
	border: none;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #f3f3f3;
}

@media (max-width: 991px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-custom-responsive.table-bordered {
		border: 0;
	}
}

.table-cart {
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
}

.table-cart thead tr {
	border: 1px solid #e1e1e1;
}

.table-cart tr {
	border: none;
}

.table-cart th:first-child,
.table-cart td:first-child {
	text-align: left;
}

@media (min-width: 992px) {
	.table-cart th:first-child,
	.table-cart td:first-child {
		padding-left: 30px;
	}
}

.table-cart tbody tr td {
	padding: 12px 14px;
}

.table-cart tbody tr:first-child td {
	padding-top: 26px;
}

.table-cart tbody tr:last-child td {
	padding-bottom: 26px;
}

.table-cart th {
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 16px;
	font-weight: 500;
	color: #777777;
	background: #ffffff;
}

@media (min-width: 992px) {
	.table-cart th {
		font-size: 18px;
		padding-top: 23px;
		padding-bottom: 23px;
	}
}

.table-cart td {
	width: auto;
	min-width: auto;
	font-size: 16px;
	letter-spacing: .075em;
	color: #151515;
}

.table-cart td:first-child {
	width: 61%;
	min-width: 390px;
}

.table-cart td:first-child > * {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.table-cart td:first-child {
		min-width: 500px;
	}
}

.table-cart td:nth-child(2), .table-cart td:nth-child(4) {
	width: 13%;
}

.table-cart td:nth-child(2), .table-cart td:nth-child(4) {
	min-width: 100px;
}

.table-cart td:nth-child(3) {
	min-width: 150px;
}

@media (min-width: 992px) {
	.table-cart td {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.table-cart td {
		font-size: 24px;
	}
}

.table-cart-link {
	font-weight: 500;
	letter-spacing: .1em;
}

.table-cart-link, .table-cart-link:focus, .table-cart-link:active {
	color: inherit;
}

.table-cart-link:hover {
	color: #e51855;
}

.table-cart-figure {
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 90px;
	background: #f3f3f3;
}

@media (min-width: 992px) {
	.table-cart-figure {
		max-width: 146px;
	}
}

.table-cart-figure + a {
	margin-left: 15px;
}

@media (min-width: 992px) {
	.table-cart-figure + a {
		margin-left: 30px;
	}
}

.table-checkout {
	text-transform: uppercase;
}

.table-checkout tr {
	border-color: #e1e1e1;
}

.table-checkout tr + tr td {
	border-top: 1px solid #e1e1e1;
}

.table-checkout td {
	padding: 20px 20px;
	font-size: 16px;
	letter-spacing: .1em;
	color: #151515;
}

.table-checkout td:first-child {
	min-width: 190px;
}

.table-checkout td:last-child {
	min-width: 150px;
	text-align: right;
}

@media (min-width: 576px) {
	.table-checkout td {
		padding: 24px 56px 24px 24px;
	}
}

.table-project tr {
	border: none;
}

.table-project td {
	color: #9b9b9b;
	letter-spacing: .025em;
	border: 1px solid #e1e1e1;
}

.table-project td:first-child {
	text-align: center;
	min-width: 73px;
	width: 11%;
	padding: 20px 15px;
}

.table-project td:last-child {
	padding-left: 34px;
	padding-right: 34px;
	min-width: 260px;
}

.table-project .icon {
	font-size: 24px;
	color: #e51855;
}

.table-project .icon-26 {
	font-size: 26px;
}

.table-project .icon-28 {
	font-size: 28px;
}

.table-project td span {
	color: #151515;
}

/*
*
* Dividers
*/
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #ebebeb;
}

.hr-gray-300 {
	border-color: #e1e1e1;
}

.hr-gray-1 {
	border-color: #d7d7d7;
}

.divider {
	font-size: 0;
	line-height: 0;
}

.divider::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #e51855;
}

.title-decor-left {
	position: relative;
	padding-bottom: 20px;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
}

.title-decor-left::before {
	position: absolute;
	display: inline-block;
	content: '';
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 2px;
	margin-left: -25px;
	background-color: #e51855;
}

@media (min-width: 768px) {
	.title-decor-left {
		padding-left: 66px;
		padding-bottom: 0;
	}
	.title-decor-left::before {
		top: 50%;
		bottom: auto;
		left: 2px;
		margin-left: 0;
		margin-top: -1px;
	}
}

.text-divider {
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
}

* + .text-divider {
	margin-top: 20px;
}

.text-divider + .rd-form {
	margin-top: 20px;
}

h3 + .title-decor-left {
	margin-top: 22px;
}

.title-decor-left + p {
	margin-top: 26px;
}

.decor-classic {
	font-size: 0;
	line-height: 0;
}

.decor-classic span {
	display: inline-block;
	width: 95px;
	height: 1px;
	background: #e1e1e1;
}

.decor-classic-2 span {
	width: 123px;
}

* + .decor-classic-2 {
	margin-top: 26px;
}

.context-dark .decor-classic span, .bg-gray-dark .decor-classic span, .bg-primary .decor-classic span {
	background: #ffffff;
}

/*
*
* Buttons
*/
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	
	font-size: 14px;
	line-height: 1.85;
	min-width: 200px;
	border: none;
	font-family: 'Hind Siliguri', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: all .25s ease-in-out;
}

.button.button-shadow, .button.button-icon {
	min-width: auto;
}

@media (min-width: 992px) {
	.button {
		min-width: 230px;
		padding: 15px 30px;
	}
}

.button-block {
	display: block;
	width: 100%;
}

.button-outline {
	z-index: 1;
}

.button-outline::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid;
	transition: all .25s ease-in-out;
	pointer-events: none;
	z-index: -1;
}

.button-outline-2::before {
	border-width: 1px;
}

.button-default, .button-default:focus {
	color: #e1e1e1;
	background-color: #2c343b;
	border-color: #2c343b;
}

.button-default:hover, .button-default:active {
	color: #ffffff;
	background-color: #e51855;
	border-color: #e51855;
}

.button-default.button-ujarak::before {
	background: #e51855;
}

.button-default.button-outline::before {
	border-color: #2c343b;
}

.button-default.button-outline:hover::before, .button-default.button-outline:active::before {
	border-color: #e51855;
}

.button-white, .button-white:focus {
	color: #e51855;
	background-color: #ffffff;
	border-color: #ffffff;
}

.button-white:hover, .button-white:active {
	color: #ffffff;
	background-color: #e51855;
	border-color: #e51855;
}

.button-white.button-ujarak::before {
	background: #e51855;
}

.button-white.button-outline::before {
	border-color: #ffffff;
}

.button-white.button-outline:hover::before, .button-white.button-outline:active::before {
	border-color: #e51855;
}

.button-gray-100, .button-gray-100:focus {
	color: #151515;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.button-gray-100:hover, .button-gray-100:active {
	color: #151515;
	background-color: #e8e8e8;
	border-color: #e8e8e8;
}

.button-gray-100.button-ujarak::before {
	background: #e8e8e8;
}

.button-gray-100.button-outline::before {
	border-color: #f5f5f5;
}

.button-gray-100.button-outline:hover::before, .button-gray-100.button-outline:active::before {
	border-color: #e8e8e8;
}

.button-gray-3, .button-gray-3:focus {
	color: #ffffff;
	background-color: #3f4651;
	border-color: #3f4651;
}

.button-gray-3:hover, .button-gray-3:active {
	color: #ffffff;
	background-color: #4f5763;
	border-color: #4f5763;
}

.button-gray-3.button-ujarak::before {
	background: #4f5763;
}

.button-gray-3.button-outline::before {
	border-color: #3f4651;
}

.button-gray-3.button-outline:hover::before, .button-gray-3.button-outline:active::before {
	border-color: #4f5763;
}

.button-gray-800, .button-gray-800:focus {
	color: #ffffff;
	background-color: #151515;
	border-color: #151515;
}

.button-gray-800:hover, .button-gray-800:active {
	color: #ffffff;
	background-color: #383838;
	border-color: #383838;
}

.button-gray-800.button-ujarak::before {
	background: #383838;
}

.button-gray-800.button-outline::before {
	border-color: #151515;
}

.button-gray-800.button-outline:hover::before, .button-gray-800.button-outline:active::before {
	border-color: #383838;
}

.button-gray-8, .button-gray-8:focus {
	color: #ffffff;
	background-color: #212121;
	border-color: #212121;
}

.button-gray-8:hover, .button-gray-8:active {
	color: #151515;
	background-color: #1d9c89;
	border-color: #1d9c89;
}

.button-gray-8.button-ujarak::before {
	background: #1d9c89;
}

.button-gray-8.button-outline::before {
	border-color: #212121;
}

.button-gray-8.button-outline:hover::before, .button-gray-8.button-outline:active::before {
	border-color: #1d9c89;
}

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #e51855;
	border-color: #e51855;
}

.button-primary:hover, .button-primary:active {
	color: #151515;
	background-color: #1d9c89;
	border-color: #1d9c89;
}

.button-primary.button-ujarak::before {
	background: #1d9c89;
}

.button-primary.button-outline::before {
	border-color: #e51855;
}

.button-primary.button-outline:hover::before, .button-primary.button-outline:active::before {
	border-color: #1d9c89;
}

.button-primary-2, .button-primary-2:focus {
	color: #ffffff;
	background-color: #e51855;
	border-color: #e51855;
}

.button-primary-2:hover, .button-primary-2:active {
	color: #ffffff;
	background-color: #1d9c89;
	border-color: #1d9c89;
}

.button-primary-2.button-ujarak::before {
	background: #1d9c89;
}

.button-primary-2.button-outline::before {
	border-color: #e51855;
}

.button-primary-2.button-outline:hover::before, .button-primary-2.button-outline:active::before {
	border-color: #1d9c89;
}

.button-secondary, .button-secondary:focus {
	color: #151515;
	background-color: #1d9c89;
	border-color: #1d9c89;
}

.button-secondary:hover, .button-secondary:active {
	color: #ffffff;
	background-color: #e51855;
	border-color: #e51855;
}

.button-secondary.button-ujarak::before {
	background: #e51855;
}

.button-secondary.button-outline::before {
	border-color: #1d9c89;
}

.button-secondary.button-outline:hover::before, .button-secondary.button-outline:active::before {
	border-color: #e51855;
}

.button-secondary-2, .button-secondary-2:focus {
	color: #ffffff;
	background-color: #1d9c89;
	border-color: #1d9c89;
}

.button-secondary-2:hover, .button-secondary-2:active {
	color: #ffffff;
	background-color: #e51855;
	border-color: #e51855;
}

.button-secondary-2.button-ujarak::before {
	background: #e51855;
}

.button-secondary-2.button-outline::before {
	border-color: #1d9c89;
}

.button-secondary-2.button-outline:hover::before, .button-secondary-2.button-outline:active::before {
	border-color: #e51855;
}

.button-default-outline, .button-default-outline:focus {
	color: #151515;
	background-color: transparent;
	border-color: #151515;
}

.button-default-outline:hover, .button-default-outline:active {
	color: #ffffff;
	background-color: #151515;
	border-color: #151515;
}

.button-default-outline.button-ujarak::before {
	background: #151515;
}

.button-default-outline.button-outline::before {
	border-color: #151515;
}

.button-default-outline.button-outline:hover::before, .button-default-outline.button-outline:active::before {
	border-color: #151515;
}

.button-default-outline-2, .button-default-outline-2:focus {
	color: #151515;
	background-color: transparent;
	border-color: #151515;
}

.button-default-outline-2:hover, .button-default-outline-2:active {
	color: #ffffff;
	background-color: #e51855;
	border-color: #e51855;
}

.button-default-outline-2.button-ujarak::before {
	background: #e51855;
}

.button-default-outline-2.button-outline::before {
	border-color: #151515;
}

.button-default-outline-2.button-outline:hover::before, .button-default-outline-2.button-outline:active::before {
	border-color: #e51855;
}

.button-default-outline-3, .button-default-outline-3:focus {
	color: #151515;
	background-color: transparent;
	border-color: #e1e1e1;
}

.button-default-outline-3:hover, .button-default-outline-3:active {
	color: #e51855;
	background-color: transparent;
	border-color: rgba(255, 82, 0, 0.3);
}

.button-default-outline-3.button-ujarak::before {
	background: transparent;
}

.button-default-outline-3.button-outline::before {
	border-color: #e1e1e1;
}

.button-default-outline-3.button-outline:hover::before, .button-default-outline-3.button-outline:active::before {
	border-color: rgba(255, 82, 0, 0.3);
}

.button-default-outline-4, .button-default-outline-4:focus {
	color: #151515;
	background-color: transparent;
	border-color: #e1e1e1;
}

.button-default-outline-4:hover, .button-default-outline-4:active {
	color: #1d9c89;
	background-color: transparent;
	border-color: rgba(254, 226, 95, 0.3);
}

.button-default-outline-4.button-ujarak::before {
	background: transparent;
}

.button-default-outline-4.button-outline::before {
	border-color: #e1e1e1;
}

.button-default-outline-4.button-outline:hover::before, .button-default-outline-4.button-outline:active::before {
	border-color: rgba(254, 226, 95, 0.3);
}

.button-ghost {
	border: 0;
	background-color: transparent;
}

.button-ghost:hover {
	color: #ffffff;
	background: #e51855;
}

.button-facebook, .button-facebook:focus {
	color: #ffffff;
	background-color: #4d70a8;
	border-color: #4d70a8;
}

.button-facebook:hover, .button-facebook:active {
	color: #ffffff;
	background-color: #456497;
	border-color: #456497;
}

.button-facebook.button-ujarak::before {
	background: #456497;
}

.button-facebook.button-outline::before {
	border-color: #4d70a8;
}

.button-facebook.button-outline:hover::before, .button-facebook.button-outline:active::before {
	border-color: #456497;
}

.button-twitter, .button-twitter:focus {
	color: #ffffff;
	background-color: #02bcf3;
	border-color: #02bcf3;
}

.button-twitter:hover, .button-twitter:active {
	color: #ffffff;
	background-color: #02a8da;
	border-color: #02a8da;
}

.button-twitter.button-ujarak::before {
	background: #02a8da;
}

.button-twitter.button-outline::before {
	border-color: #02bcf3;
}

.button-twitter.button-outline:hover::before, .button-twitter.button-outline:active::before {
	border-color: #02a8da;
}

.button-google, .button-google:focus {
	color: #ffffff;
	background-color: #e2411e;
	border-color: #e2411e;
}

.button-google:hover, .button-google:active {
	color: #ffffff;
	background-color: #cc3a1a;
	border-color: #cc3a1a;
}

.button-google.button-ujarak::before {
	background: #cc3a1a;
}

.button-google.button-outline::before {
	border-color: #e2411e;
}

.button-google.button-outline:hover::before, .button-google.button-outline:active::before {
	border-color: #cc3a1a;
}

.button-shadow {
	position: relative;
	z-index: 1;
}

.button-shadow::before {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	transition: inherit;
	z-index: -1;
}

.button-shadow.button {
	overflow: visible;
}

.button-shadow.button-primary::before {
	background: #db4600;
}

.button-shadow.button-primary:hover::before, .button-shadow.button-primary:active::before {
	background: #d7bf4c;
}

.button-shadow.button-secondary::before {
	background: #d7bf4c;
}

.button-shadow.button-secondary:hover::before, .button-shadow.button-secondary:active::before {
	background: #db4600;
}

.button-shadow:focus, .button-shadow:active {
	box-shadow: none;
}

.button-shadow-2 {
	box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.13);
}

.button-ujarak {
	position: relative;
	z-index: 0;
	transition: background .4s, border-color .4s, color .4s;
}

.button-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e51855;
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.42s, opacity 0.42s;
	border-radius: inherit;
}

.button-ujarak, .button-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.button-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.button-xs {
	padding: 12px 25px;
	font-size: 12px;
	line-height: 2.17;
	min-width: auto;
}

.button-sm {
	padding: 12px 30px;
	font-size: 12px;
	line-height: 2.17;
	min-width: 160px;
}

@media (min-width: 992px) {
	.button-sm {
		min-width: 200px;
		padding: 17px 40px;
	}
}

.button-lg {
	
	font-size: 16px;
	line-height: 1.85;
	min-width: 190px;
}

@media (min-width: 992px) {
	.button-lg {
		min-width: 170px;
		
	}
}

.button-circle {
	border-radius: 30px;
}

.button-round-1 {
	border-radius: 5px;
}padding: 30px 55px;

.button-round-2 {
	border-radius: 10px;
}

.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	color: inherit;
}

.button-icon-left .icon {
	padding-right: 5px;
	font-size: 17px;
}

.button-icon-left span {
	display: inline-block;
	vertical-align: middle;
}

.button-icon-right {
	padding-right: 95px;
}

.button-icon-right .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 68px;
	font-size: 27px;
}

.button-icon-right:hover .icon::before {
	animation: btnIconTransform .2s ease;
}

.button-icon-right.button-outline .icon {
	top: 1px;
	right: 1px;
	bottom: 1px;
	background: transparent;
	border-left: 1px solid;
}

.button-icon-right.button-outline::before {
	border-width: 1px;
}

.button-icon-right.button-primary .icon {
	background: #ff6820;
}

.button-icon-right.button-primary:hover, .button-icon-right.button-primary:active {
	color: #ffffff;
	border-color: #ff6820;
	background: #ff6820;
}

.button-icon-right.button-primary:hover .icon, .button-icon-right.button-primary:active .icon {
	background: #e51855;
}

.button-icon-right.button-gray-800 .icon {
	background: #383838;
}

.button-icon-right.button-gray-800:hover .icon, .button-icon-right.button-gray-800:active .icon {
	background: #151515;
}

@media (min-width: 992px) {
	.button-icon-right.button-lg {
		padding-right: 115px;
	}
	.button-icon-right.button-outline {
		padding-left: 45px;
	}
}

@keyframes btnIconTransform {
	25% {
		transform: translateX(5px);
	}
	75% {
		transform: translateX(-5px);
	}
}

.button-winona {
	overflow: hidden;
}

.content-original,
.content-dubbed {
	transition: transform .3s, opacity .3s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.content-dubbed {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translate3d(0, 20%, 0);
	pointer-events: none;
}

.button-winona:hover .content-original {
	opacity: 0;
	transform: translate3d(0, -50%, 0);
}

.button-winona:hover .content-dubbed {
	opacity: 1;
	transform: none;
}

.btn-primary {
	border-radius: 3px;
	font-family: 'Hind Siliguri', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #ffffff;
	background: #e51855;
	border-color: #e51855;
}

.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.button-social {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -12px;
	margin-left: -12px;
}

.button-social:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.button-social > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 12px;
}

.button-social > * {
	min-width: 175px;
	flex-grow: 1;
}

.button-social .button {
	padding-left: 20px;
	padding-right: 20px;
}

.button-social * + .button {
	margin-top: 0;
}

.button-width-auto {
	min-width: auto;
}

.button-width-240 {
	min-width: 240px;
}

.button-tags {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 7px 20px;
	font-size: 12px;
	line-height: 24px;
	border-width: 1px;
	border-style: solid;
	font-weight: 700;
	letter-spacing: .05em;
	font-family: 'Hind Siliguri', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: all .25s ease-in-out;
}

.button-tags, .button-tags:focus {
	color: #9b9b9b;
	background-color: transparent;
	border-color: #e1e1e1;
}

.button-tags:hover, .button-tags:active {
	color: #151515;
	background-color: #1d9c89;
	border-color: #1d9c89;
}

.button-wrap.oh {
	padding-bottom: 15px;
	margin-bottom: -15px;
}

.button-style-1 {
	position: relative;
	text-align: center;
	padding: 0;
	color: #151515;
	background: #ffffff;
	border: 2px solid #151515;
	margin-bottom: 20px;
	z-index: 1;
}

.button-style-1 .icon {
	display: none;
	font-size: 28px;
	line-height: inherit;
	transition: all .2s ease;
	transform: none;
	opacity: 1;
}

.button-style-1-text {
	display: inline-block;
	padding: 18px 15px 17px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: .1em;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .2s ease-in-out, padding .3s ease;
}

.button-style-1-text a, .button-style-1-text a:focus, .button-style-1-text a:active {
	color: #151515;
}

.button-style-1-text a:hover {
	color: #e51855;
}

@media (min-width: 992px) {
	.button-style-1-text {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1200px) {
	.desktop .button-style-1 {
		width: 78px;
		height: 67px;
		line-height: 63px;
	}
	.desktop .button-style-1 .icon {
		display: inline-block;
	}
	.desktop .button-style-1-text {
		position: absolute;
		top: -2px;
		left: -2px;
		padding: 21px 0;
		letter-spacing: .2em;
		background: inherit;
		border: inherit;
		visibility: hidden;
		opacity: 0;
	}
	.desktop .button-style-1:hover .button-style-1-text {
		opacity: 1;
		visibility: visible;
		padding-left: 34px;
		padding-right: 34px;
	}
	.desktop .button-style-1:hover .icon {
		transform: scale(0);
		opacity: 0;
	}
}


/* Breadcrumbs
*/
.breadcrumbs-custom {
	position: relative;
	padding: 50px 0;
	text-align: center;
	background-color: #e51855;
}

.breadcrumbs-custom-title {
	font-weight: 700;
}

.breadcrumbs-custom-decor {
	font-size: 0;
	line-height: 0;
}

.breadcrumbs-custom-decor::before {
	display: inline-block;
	content: '';
	width: 72px;
	height: 4px;
	background: rgba(255, 255, 255, 0.6);
}

.breadcrumbs-custom-path {
	padding: 10px 0;
	margin-left: -17px;
	margin-right: -17px;
}

.breadcrumbs-custom-path > * {
	padding-left: 17px;
	padding-right: 17px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #777777;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.breadcrumbs-custom-path li::after {
	position: absolute;
	content: "";
	top: 46%;
	right: -8px;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-style: normal;
	font-family: "Material Design Icons";
	color: #151515;
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover {
	color: #e51855;
}

.breadcrumbs-custom-path li.active {
	font-weight: 900;
	color: #151515;
}

* + .breadcrumbs-custom-path {
	margin-top: 14px;
}

* + .breadcrumbs-custom-decor {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.breadcrumbs-custom {
		padding: 70px 0;
	}
}

@media (min-width: 768px) {
	.breadcrumbs-custom {
		padding: 80px 0;
	}
	.breadcrumbs-custom-path {
		padding: 20px 0;
	}
	* + .breadcrumbs-custom-decor {
		margin-top: 35px;
	}
}

@media (min-width: 992px) {
	.breadcrumbs-custom {
		padding: 90px 0;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 116px 0;
	}
}

/*
*
* Pagination custom
*/
.pagination {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}

@media (min-width: 768px) {
	.pagination {
		padding-left: 70px;
		padding-right: 70px;
	}
}

.page-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.page-link {
	display: inline-block;
	min-width: 24px;
	padding: 0px 5px;
	border: 0 solid transparent;
	font-size: 18px;
	line-height: 1.33333;
	font-weight: 500;
	background-color: transparent;
	color: #151515;
	transition: all 0.3s ease-in-out;
}

.page-link:hover, .page-link:focus, .page-link:active {
	color: #e51855;
	background-color: transparent;
	border-color: transparent;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
	color: #e51855;
	background-color: transparent;
	border-color: transparent;
}

.page-item.disabled > .page-link {
	display: none;
}

.page-item-control {
	position: absolute;
}

.page-item-control .icon::before {
	font-family: "Material Design Icons";
	font-size: 24px;
	line-height: 24px;
}

.page-item-control:first-child {
	left: 0;
}

.page-item-control:first-child .icon::before {
	content: '\f14a';
	margin-left: -1px;
}

@media (min-width: 768px) {
	.page-item-control:first-child {
		left: 30px;
	}
}

.page-item-control:last-child {
	right: 0;
}

.page-item-control:last-child .icon::before {
	content: '\f14f';
	margin-right: -1px;
}

@media (min-width: 768px) {
	.page-item-control:last-child {
		right: 30px;
	}
}

* + .pagination-wrap {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + .pagination-wrap {
		margin-top: 60px;
	}
}


/*
* Footers
*/
.footer-classic {
	text-align: center;
	color:#2a2a2a;
	background-color:#E6E6E6;
}

.footer-classic-content {
	position: relative;
	color:#2a2a2a;
}

.footer-classic-content .ftr-logo {
	position: relative;
	padding-top:1em;
	text-align:center;
}
.footer-classic-content .ftr-logo img{
	max-width:100px;
}

.footer-classic-content .ftr-menu{
	margin-top:1em;
	padding:1em;
	text-align:center;
	border-top:1px solid #2a2a2a;
	color:#2a2a2a;
}

.footer-classic-content .ftr-menu ul {
	display:inline-flex;
	color:#2a2a2a;
	align-content:center !important;
	text-align:center !important;
}
.footer-classic-content p {
	padding:0 4em;
	font-size:13px;
}

.footer-classic-content .ftr-menu ul li a {
    color: #2a2a2a;
    font-size: 0.96em;
    text-decoration: none;
    padding: 10px 1em;
    text-transform: uppercase;
}

.footer-classic-content .ftr-menu ul li a:hover{
	color: #000;
	text-decoration:none;
}


@media (max-width: 575px) {
	.footer-classic .row > div:not(:first-child) .footer-classic-header {
		padding-top: 0;
	}
}

@media (min-width: 768px) {
	/*.footer-classic {
		text-align: left;
	}
	.footer-classic .row > div:first-child {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}
	
	.footer-classic-panel {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	*/
	.footer-classic-list {
		text-align: left;
		columns: 2;
		break-inside: avoid;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		max-width: 320px;
		margin-bottom: -8px;
	}
	.footer-classic-list > li {
		margin-bottom: 8px;
	}
}

/*
* Headings
*/
.title-modern {
	font-size: 10em;
	font-weight: 100;
	line-height: 1;
	letter-spacing: .05em;
	color: rgba(255, 255, 255, 0.46);
	animation: titleColor 3s linear infinite;
}

.title-modern + h4 {
	margin-top: 34px;
}

@media (min-width: 992px) {
	.title-modern {
		font-size: 13em;
	}
}

@media (min-width: 1200px) {
	.title-modern {
		font-size: 15.73em;
	}
}

@keyframes titleColor {
	50% {
		color: rgba(255, 255, 255, 0.1);
	}
}

.title-style-1 {
    font-weight: 600;
    letter-spacing: .05em;
    color: #404041;
	font-size: 1.7em;
	padding-bottom:15px;
}

* + .title-style-1 {
	margin-top: 10px;
}
.title-style-3 {
    font-weight: 600;
    letter-spacing: .05em;
    color: #FFF;
	font-size: 1.7em;
}

* + .title-style-3 {
	margin-top: 10px;
}

.title-style-2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	padding: 10px 0;
}

.text-style-2 {
	line-height: 1.67;
	letter-spacing: .075em;
}

.text-style-3 {
	line-height: 1.5;
	font-weight: 300;
	font-style: italic;
	text-transform: none;
	letter-spacing: .075em;
}

* + .text-style-3 {
	margin-top: 26px;
}

@media (min-width: 576px) {
	.title-style-2 {
		min-height: 123px;
	}
	.title-style-2 + .text-style-2 {
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
	.title-style-2 {
		min-height: 158px;
	}
	.title-style-2 + .text-style-2 {
		margin-top: 46px;
	}
	.text-style-2 + .button {
		margin-top: 55px;
	}
}

@media (min-width: 992px) {
	.title-style-2 {
		min-height: 166px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.text-style-3 {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.title-style-2 {
		min-height: 170px;
	}
	.text-style-2 {
		max-width: 95%;
	}
}

.title-classic {
	font-weight: 400;
	letter-spacing: .05em;
	text-transform: none;
}

.title-classic-2 {
	letter-spacing: .05em;
	text-transform: none;
}

.title-classic-3 {
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: none;
}

.subtitle-classic {
	letter-spacing: .2em;
	color: rgba(21, 21, 21, 0.6);
}

.subtitle-classic-2 {
	font-weight: 400;
	letter-spacing: .2em;
	color: rgba(21, 21, 21, 0.6);
}

* + .title-classic {
	margin-top: 10px;
}

* + .title-classic-2 {
	margin-top: 16px;
}

.title-creative {
	font-weight: 300;
	letter-spacing: .075em;
}

.title-creative-decor {
	position: absolute;
	top: 50%;
	left: calc(100% + 20px);
	width: 1000%;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #e1e1e1;
}

.subtitle-creative {
	position: relative;
	letter-spacing: .2em;
}

* + .title-creative {
	margin-top: 20px;
}

.title-creative + .card-group-custom {
	margin-top: 30px;
}

.title-creative + .group-justify {
	margin-top: 40px;
}

.context-dark .subtitle-creative, .bg-gray-dark .subtitle-creative, .bg-primary .subtitle-creative {
	color: rgba(255, 255, 255, 0.3);
}

.context-dark .title-creative-decor, .bg-gray-dark .title-creative-decor, .bg-primary .title-creative-decor {
	border-color: rgba(255, 255, 255, 0.2);
}

.title-panel {
	position: relative;
	padding-bottom: 1px;
}

.title-panel .button {
	min-width: auto;
	padding: 12px 15px;
	line-height: 1.86;
	font-weight: 500;
	letter-spacing: .1em;
}

.title-panel-title {
	letter-spacing: .3em;
}

.title-panel-decor {
	display: none;
	position: absolute;
	top: 50%;
	right: calc(100% + 35px);
	width: 400%;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #e1e1e1;
}

.title-panel + .tab-content {
	margin-top: 35px;
}

@media (min-width: 768px) {
	.title-panel + .tab-content {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	.title-panel-decor {
		display: block;
	}
}

.context-dark .title-panel-2 .title-panel-decor, .bg-gray-dark .title-panel-2 .title-panel-decor, .bg-primary .title-panel-2 .title-panel-decor {
	border-color: rgba(225, 225, 225, 0.6);
}

.context-dark .title-panel-decor, .bg-gray-dark .title-panel-decor, .bg-primary .title-panel-decor {
	border-color: rgba(225, 225, 225, 0.2);
}


/*
*
* Page layout
*/
.page {
	position: relative;
	text-align: center;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0;
}

[data-x-mode] .page {
	opacity: 1;
}

html.boxed body {
	background: #f5f5f5 url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
	html.boxed .page {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
	}
	html.boxed .rd-navbar-static {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}
	html.boxed .rd-navbar-static.rd-navbar--is-stuck {
		max-width: 1600px;
		width: 100%;
		left: calc(50% - 1600px);
		right: calc(50% - 1600px);
	}
}

/*
*
* Text styling
*/
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.font-weight-thin {
	font-weight: 100;
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-sbold {
	font-weight: 600;
}

.font-weight-ubold {
	font-weight: 900;
}

.text-primary {
	color: #efb400 !important;
}

.text-secondary {
	color: #1d9c89;
}

.text-gray-13 {
	color: #cccccc;
}

.text-gray-21 {
	color: #bcbbbb;
}

.text-gray-500 {
	color: #9b9b9b;
}

.text-gray-600 {
	color: #777777;
}

.text-white-03 {
	color: rgba(255, 255, 255, 0.3);
}

.text-white-05 {
	color: rgba(255, 255, 255, 0.5);
}

.text-white-06 {
	color: rgba(255, 255, 255, 0.6);
}

.text-gray-800-01 {
	color: rgba(21, 21, 21, 0.1);
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-spacing-25 {
	letter-spacing: .025em;
}

.text-spacing-50 {
	letter-spacing: .05em;
}

.text-spacing-75 {
	letter-spacing: .075em;
}

.text-spacing-100 {
	letter-spacing: .1em;
}

.text-spacing-180 {
	letter-spacing: .18em;
}

.text-spacing-200 {
	letter-spacing: .2em;
}

.text-spacing-500 {
	letter-spacing: .5em;
}

.text-width-small {
	max-width: 500px;
}

.text-width-medium {
	max-width: 550px;
}

.text-center [class*='text-width-'] {
	margin-left: auto;
	margin-right: auto;
}

.text-transform-none {
	text-transform: none;
}

@media (min-width: 1200px) {
	.text-xl-nowrap {
		white-space: nowrap;
	}
}

/*
*
* Offsets
*/
* + p {
	margin-top: 15px;
}

* + img {
	margin-top: 30px;
}

h5 + h2 {
	margin-top: 18px;
}

h1 + p {
	margin-top: 8px;
}

h2 + p {
	margin-top: 8px;
}

h3 + p {
	margin-top: 14px;
}

h4 + p {
	margin-top: 14px;
}

h5 + p {
	margin-top: 12px;
}

h6 + p {
	margin-top: 12px;
}

p + h2,
p + .heading-2 {
	margin-top: 15px;
}

p + p {
	margin-top: 12px;
}

img + p {
	margin-top: 35px;
}

h3 + img {
	margin-top: 42px;
}

* + .row {
	margin-top: 30px;
}

* + .row-xs {
	margin-top: 20px;
}

* + .row-sm {
	margin-top: 40px;
}

* + .row-md {
	margin-top: 45px;
}

* + .row-lg {
	margin-top: 50px;
}

* + .row-xl {
	margin-top: 60px;
}

* + .big {
	margin-top: 20px;
}

* + .text-block {
	margin-top: 32px;
}

* + .button {
	margin-top: 30px;
}

* + .button-outline-2 {
	margin-top: 0;
}

* + .button-wrap {
	margin-top: 30px;
}

* + .owl-carousel {
	margin-top: 30px;
}

* + .owl-style-4 {
	margin-top: 30px;
}

.row + h3 {
	margin-top: 80px;
}

.heading-7 + h3 {
	margin-top: 16px;
}

.container + .container {
	margin-top: 35px;
	
}

.container + .container-fluid {
	margin-top: 45px;
}

.row + .button-wrap {
	margin-top: 40px;
}

.row + .row {
	margin-top: 35px;
}

h4 + .big,
h3 + .big {
	margin-top: 14px;
}

@media (min-width: 768px) {
	* + .row-xxl {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	h5 + p {
		margin-top: 16px;
	}
	h6 + p {
		margin-top: 22px;
	}
	.row + .button-wrap {
		margin-top: 60px;
	}
	* + .owl-carousel {
		margin-top: 50px;
	}
	* + .owl-style-4 {
		margin-top: 50px;
	}
	* + .row-xxl {
		margin-top: 70px;
	}
}

@media (min-width: 1200px) {
	.container + .container {
		margin-top: 60px;
	}
	.row + .row {
		margin-top: 60px;
	}
}

.container + .container-style-1 {
	margin-top: 26px;
}

.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0 > * {
	margin-bottom: 0px;
}

.row-8 {
	margin-bottom: -8px;
}

.row-8:empty {
	margin-bottom: 0;
}

.row-8 > * {
	margin-bottom: 8px;
}

.row-10 {
	margin-bottom: -10px;
}

.row-10:empty {
	margin-bottom: 0;
}

.row-10 > * {
	margin-bottom: 10px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15 > * {
	margin-bottom: 15px;
}

.row-14 {
	margin-bottom: -14px;
}

.row-14:empty {
	margin-bottom: 0;
}

.row-14 > * {
	margin-bottom: 14px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20 > * {
	margin-bottom: 20px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 > * {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40:empty {
	margin-bottom: 0;
}

.row-40 > * {
	margin-bottom: 40px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50 > * {
	margin-bottom: 50px;
}

.row-60 {
	margin-bottom: -60px;
}

.row-60:empty {
	margin-bottom: 0;
}

.row-60 > * {
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.row-md-40 {
		margin-bottom: -40px;
	}
	.row-md-40:empty {
		margin-bottom: 0;
	}
	.row-md-40 > * {
		margin-bottom: 40px;
	}
	.row-md-50 {
		margin-bottom: -50px;
	}
	.row-md-50:empty {
		margin-bottom: 0;
	}
	.row-md-50 > * {
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.row-lg-0 {
		margin-bottom: 0px;
	}
	.row-lg-0:empty {
		margin-bottom: 0;
	}
	.row-lg-0 > * {
		margin-bottom: 0px;
	}
	.row-lg-50 {
		margin-bottom: -50px;
	}
	.row-lg-50:empty {
		margin-bottom: 0;
	}
	.row-lg-50 > * {
		margin-bottom: 50px;
	}
	.row-lg-60 {
		margin-bottom: -60px;
	}
	.row-lg-60:empty {
		margin-bottom: 0;
	}
	.row-lg-60 > * {
		margin-bottom: 60px;
	}
}

.nav-custom-2 > * {
	top: 70% !important;
}

@media (min-width: 1200px) {
	.row-xl-60 {
		margin-bottom: -60px;
	}
	.row-xl-60:empty {
		margin-bottom: 0;
	}
	.row-xl-60 > * {
		margin-bottom: 60px;
	}
	.row-xl-75 {
		margin-bottom: -75px;
	}
	.row-xl-75:empty {
		margin-bottom: 0;
	}
	.row-xl-75 > * {
		margin-bottom: 75px;
	}
	.row-xl-90 {
		margin-bottom: -90px;
	}
	.row-xl-90:empty {
		margin-bottom: 0;
	}
	.row-xl-90 > * {
		margin-bottom: 90px;
	}
}

@media (min-width: 992px) {
	.desktop .row-desktop-0 {
		margin-bottom: 0px;
	}
	.desktop .row-desktop-0:empty {
		margin-bottom: 0;
	}
	.desktop .row-desktop-0 > * {
		margin-bottom: 0px;
	}
	.desktop .row-desktop-8 {
		margin-bottom: -8px;
	}
	.desktop .row-desktop-8:empty {
		margin-bottom: 0;
	}
	.desktop .row-desktop-8 > * {
		margin-bottom: 8px;
	}
	.desktop * + .row-desktop-0 {
		margin-top: 20px;
	}
}

/*
*
* Sections
*/
.section-sm {
	padding: 30px 0;
}

.section-sm.section-first {
	padding-top: 60px;
}

.section-sm.section-last {
	padding-bottom: 60px;
}

.section-md,
.section-lg,
.section-xl,
.section-xxl,
.section-inset-4,
.section-inset-7,
.section-inset-8 {
	padding: 50px 0;
}

.section-inset-5 {
	padding: 30px 0;
}

.section-inset-6 {
	padding: 50px 0 30px;
}

.section-inset-9 {
	padding: 30px 0;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

html [class*='section-'].section-top-0 {
	padding-top: 0;
}

@media (min-width: 992px) {
	html [class*='section-'].section-lg-0 {
		padding: 0 0 1px;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding: 40px 0;
	}
	.section-sm.section-first {
		padding-top: 80px;
	}
	.section-sm.section-last {
		padding-bottom: 80px;
	}
	.section-md {
		padding: 70px 0;
	}
	.section-lg {
		padding: 80px 0;
	}
	.section-xl {
		padding: 90px 0;
	}
	.section-xxl {
		padding: 100px 0;
	}
	.section-inset-4 {
		padding: 60px 0;
	}
	.section-inset-6 {
		padding-top: 80px;
	}
	.section-inset-8 {
		padding: 80px 0 60px;
	}
	.section-inset-9 {
		padding: 0;
	}
	[class*='section-'].section-bottom-md-70 {
		padding-bottom: 70px;
	}
}

@media (min-width: 992px) {
	.section-sm {
		padding: 45px 0;
	}
	.section-sm.section-first {
		padding-top: 90px;
	}
	.section-sm.section-last {
		padding-bottom: 90px;
	}
	.section-md {
		padding: 80px 0;
	}
	.section-lg {
		padding: 90px 0;
	}
	.section-xl {
		padding: 100px 0;
	}
	.section-xxl {
		padding: 120px 0;
	}
	.section-inset-6 {
		padding-top: 90px;
	}
	.section-inset-7 {
		padding: 70px 0;
	}
	.section-inset-8 {
		padding-top: 90px;
	}
}

@media (min-width: 1200px) {
	.section-inset-1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-inset-3 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section-inset-4 {
		padding: 70px 0;
	}
	.section-inset-5 {
		padding-top: 45px;
	}
	.section-inset-7 {
		padding: 90px 0;
	}
}

@media (min-width: 1600px) {
	.section-inset-2 {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

.section-single {
	display: flex;
	text-align: center;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single .block-center {
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}

.section-single .button {
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: .3em;
	min-width: auto;
}

.section-single * + .button {
	margin-top: 45px;
}

.section-single * + .countdown-wrap {
	margin-top: 35px;
}

.section-single * + .block-center {
	margin-top: 20px;
}

.section-single .countdown-wrap + * {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.section-single * + .countdown-wrap {
		margin-top: 50px;
	}
	.section-single .countdown-wrap + * {
		margin-top: 56px;
	}
}

.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-single * + .rd-mailform-wrap {
	margin-top: 20px;
}

.section-single-header {
	padding: calc(1em + 4vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: calc(1em + 2vh) 0 calc(1em + 6vh);
}

.section-single-footer {
	padding: calc(1em + 2vh) 0;
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner > * {
	width: 100%;
}

@supports (display: grid) {
	.section-single-inner {
		display: grid;
		justify-items: center;
		align-content: space-between;
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1200px) {
	.section-single-header {
		padding-top: calc(1em + 8vh);
	}
	.section-single-footer {
		padding-bottom: calc(1em + 4vh);
	}
}

@media (min-width: 1600px) {
	.section-fluid {
		padding-left: 75px;
		padding-right: 75px;
	}
	.section-fluid .container-fluid {
		padding-left: 0;
		padding-right: 0;
		max-width: 1770px;
		margin-left: auto;
		margin-right: auto;
	}
}

.section-relative {
	position: relative;
	z-index: 1;
}

/*
*
* Grid modules
*/
.grid-demonstration {
	text-align: left;
	line-height: 1.67;
}

.grid-demonstration h5, .grid-demonstration .heading-5 {
	font-weight: 400;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.grid-demonstration * + p {
		margin-top: 6px;
	}
}

@media (max-width: 1199px) {
	.grid-demonstration h5, .grid-demonstration .heading-5 {
		font-size: 16px;
	}
}

@media (max-width: 1599px) {
	.grid-demonstration p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (min-width: 1200px) {
	.grid-demonstration * + p {
		margin-top: 26px;
	}
}

@media (max-width: 575px) {
	.container.grid-demonstration [class^='col'] {
		padding: 5px;
	}
}

@media (max-width: 991px) {
	.container-fluid.grid-demonstration .row {
		margin-left: 0;
		margin-right: 0;
	}
}

.container-fluid.grid-demonstration [class^='col'] {
	padding: 5px;
}

@media (min-width: 576px) {
	.container-fluid.grid-demonstration [class^='col'] {
		padding: 10px;
	}
}

@media (min-width: 768px) {
	.container-fluid.grid-demonstration [class^='col'] {
		padding: 15px 10px;
	}
}

@media (min-width: 992px) {
	.container-fluid.grid-demonstration [class^='col'] {
		padding: 20px;
	}
}

@media (min-width: 1200px) {
	.container-fluid.grid-demonstration [class^='col'] {
		padding: 30px;
	}
}

@media (min-width: 1600px) {
	.container-fluid.grid-demonstration .row {
		margin-left: -35px;
		margin-right: -35px;
	}
	.container-fluid.grid-demonstration [class^='col'] {
		padding: 40px 40px 40px 60px;
	}
	.container-fluid.grid-demonstration .col-12,
	.container-fluid.grid-demonstration .col-6 {
		padding-right: 60px;
	}
}

@media (min-width: 1800px) {
	.container-fluid.grid-demonstration .row {
		margin-left: -75px;
		margin-right: -75px;
	}
	.container-fluid.grid-demonstration [class^='col'] {
		padding: 50px 80px 50px 100px;
	}
	.container-fluid.grid-demonstration .col-12,
	.container-fluid.grid-demonstration .col-6 {
		padding-right: 100px;
	}
}

.grid-system-bordered .row {
	margin-left: 0;
	margin-right: 0;
}

.grid-system-bordered [class*='col'] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.grid-system-bordered .row {
	border-bottom: 1px solid #f5f5f5;
}

.grid-system-bordered * + .row {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.grid-system-bordered [class*='col'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.grid-system-bordered [class*='col'] {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.grid-system-bordered * + .row {
		margin-top: 50px;
	}
}

.grid-system-outline .row {
	border: 1px solid #f5f5f5;
}

.grid-system-outline .row:not(:last-child) {
	border-bottom-width: 0;
}

.grid-system-outline [class*='col']:not(:last-child) {
	border-right: 1px solid #f5f5f5;
}

.grid-system-outline * + .row {
	margin-top: 30px;
}

.grid-system-outline .row + .row {
	margin-top: 0;
}

@media (min-width: 768px) {
	.grid-system-outline * + .row {
		margin-top: 45px;
	}
}

/
.footer-classic.context-dark p.rights, .footer-classic.bg-gray-dark p.rights, .footer-classic.bg-primary p.rights, .footer-corporate.context-dark p.rights, .footer-corporate.bg-gray-dark p.rights, .footer-corporate.bg-primary p.rights {
	color: rgba(255, 255, 255, 0.2);
}
.footer-classic .copy-ryt{
	background-color:#2a2a2a;
	 padding: 5px;
}

.footer-classic .copy-ryt p.rights{
	color:#fff;
	padding: 20px;
}

.footer-classic .copy-ryt ul, ol {
    list-style: none;
    padding: 20px;
    margin: 0;
    display: inline-flex;
	
}
  
.footer-classic .copy-ryt ul li a {
   
    padding: 0px 10px;
	color:#fff;
	text-decoration:none;
   
}

.footer-classic .copy-ryt ul li a:hover {
   
    padding: 0px 10px;
	color: #fff;
	text-decoration:none;
   
}

/*
*
* Utilities custom
*/
.height-fill {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.height-fill > * {
	flex-grow: 1;
	flex-shrink: 0;
}

.object-inline {
	white-space: nowrap;
}

.object-inline > * {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal;
}

.object-inline > * + * {
	margin-left: 5px;
}

.oh {
	position: relative;
	overflow: hidden;
}

.desktop .oh-desktop {
	position: relative;
	overflow: hidden;
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before, .text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #ebebeb;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
	margin-top: 30px;
}

p.rights {
	font-size: 15px;
	letter-spacing: .075em;
	color: #777777;
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: #e51855;
}

[style*='z-index: 1000;'] {
	z-index: 1101 !important;
}

.text-block {
	text-align: left;
}

.text-block > * {
	margin-left: .125em;
	margin-right: .125em;
}

@media (min-width: 1200px) {
	.box-typography p {
		max-width: 96%;
	}
}

.box-color-line {
	margin-bottom: -8px;
	margin-left: -4px;
}

.box-color-line:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.box-color-line > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 4px;
}

.box-color-item {
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	height: 53px;
}

* + .box-color {
	margin-top: 20px;
}

.box-color-line + .box-color-line {
	margin-top: 8px;
}

.box-typography-description-item + .box-typography-description-item {
	margin-top: 38px;
}

@media (min-width: 768px) {
	.box-typography-description {
		padding-left: 30px;
		border-left: 1px solid #e1e1e1;
	}
}

@media (min-width: 992px) {
	.box-typography-description {
		margin-top: 38px;
	}
}

.box-transform-wrap {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.box-transform {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% + 150px);
	height: calc(100% + 150px);
	will-change: transform;
	animation: bgPos 100s linear infinite;
	transform: translate3d(75px, -75px, 0) rotate(0.001deg);
	background-position: 50% 50%;
	background-size: cover;
	pointer-events: none;
	z-index: -1;
}

@media (max-width: 767px) {
	.box-transform-1 {
		padding-top: 56.25%;
	}
}

@keyframes bgPos {
	25% {
		transform: translate3d(150px, -150px, 0) rotate(0.001deg);
	}
	75% {
		transform: translate3d(0, 0, 0) rotate(0.001deg);
	}
}

.container-inset-0 {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 576px) and (max-width: 991px) {
	.container-style-1 {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
}

.gutters-8 {
	margin-left: -4px;
	margin-right: -4px;
}

.gutters-8 [class*='col-'] {
	padding-left: 4px;
	padding-right: 4px;
}

.gutters-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.gutters-10 [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}

.gutters-14 {
	margin-left: -7px;
	margin-right: -7px;
}

.gutters-14 [class*='col-'] {
	padding-left: 7px;
	padding-right: 7px;
}

.gutters-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.gutters-20 [class*='col-'] {
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.no-md-gutters {
		margin-right: 0;
		margin-left: 0;
	}
	.no-md-gutters > .col,
	.no-md-gutters > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}
}

.title-group h3 + p {
	margin-top: 22px;
}

.title-group h4 + p {
	margin-top: 24px;
}

.box-width-230 {
	max-width: 230px;
}

@media (min-width: 1200px) {
	.box-width-xl-520 {
		max-width: 520px;
	}
}

@media (min-width: 768px) {
	.bordered-1 {
		overflow: hidden;
	}
	.bordered-1 > div::before {
		position: absolute;
		content: '';
		top: 20px;
		bottom: 6px;
		left: -30px;
		width: 1px;
		background: #ebebeb;
	}
}

@media (min-width: 1200px) {
	.bordered-1 > div::before {
		left: -65px;
	}
}

.bordered-2 > div {
	border-top: 1px solid #ebebeb;
}

@media (min-width: 768px) {
	.bordered-2 > div::before {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		right: 0;
		border-right: 1px solid #ebebeb;
	}
	.bordered-2 > div[class*='sm-6']:nth-child(-n + 2)::before {
		top: 65px;
	}
	.bordered-2 > div[class*='sm-6']:nth-last-child(-n + 2)::before {
		bottom: 50px;
	}
	.bordered-2 > div[class*='sm-6']:nth-child(2n)::before {
		display: none;
	}
}

@media (min-width: 992px) {
	.bordered-2 > div[class*='lg-4']:nth-child(-n + 3) {
		border-top: none;
	}
	.bordered-2 > div[class*='lg-4']:nth-child(-n + 3)::before {
		top: 65px;
	}
	.bordered-2 > div[class*='lg-4']:nth-last-child(-n + 3)::before {
		bottom: 50px;
	}
	.bordered-2 > div[class*='lg-4']:nth-child(2n)::before {
		display: inline-block;
	}
	.bordered-2 > div[class*='lg-4']:nth-child(3n)::before {
		display: none;
	}
}

@media (min-width: 1200px) {
	.bordered-2 > div[class*='lg-4']:nth-last-child(-n + 3):nth-last-child(-n + 3)::before {
		bottom: 60px;
	}
}

@media (max-width: 1199px) {
	.bordered-2 {
		overflow: hidden;
	}
	.bordered-2 > div {
		margin-top: -1px;
	}
}

.bordered-3 {
	border-left: 1px solid #ebebeb;
}

.bordered-3 > * {
	border-right: 1px solid #ebebeb;
}

.bordered-4 .owl-stage-outer {
	padding-left: 1px;
	margin-right: -1px;
}

.bordered-4 .owl-item {
	border-right: 1px solid #ebebeb;
}

.bordered-5 {
	overflow: hidden;
}

.bordered-5 > * {
	margin-bottom: -1px;
	margin-right: -1px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

@media (min-width: 576px) {
	.bordered-5 {
		overflow: visible;
	}
	.bordered-5 > * {
		margin-bottom: 0;
		margin-right: 0;
		border-right: none;
		border-bottom: none;
		border-left: 1px solid #ebebeb;
	}
	.bordered-5 > * + * {
		border-top: 1px solid #ebebeb;
	}
	.bordered-5 > *:first-child::before {
		position: absolute;
		content: '';
		right: calc(100% + 1px);
		bottom: -1px;
		height: 0;
		width: 10000%;
		border-bottom: 1px solid #ebebeb;
		z-index: 1;
	}
}

.context-dark .bordered-5 > *, .bg-gray-dark .bordered-5 > *, .bg-primary .bordered-5 > * {
	border-color: rgba(235, 235, 235, 0.18);
}

.context-dark .bordered-5 > *::before, .bg-gray-dark .bordered-5 > *::before, .bg-primary .bordered-5 > *::before {
	border-color: inherit;
}

.aside {
	text-align: center;
}

.aside-title {
	font-weight: 400;
	text-transform: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

@media (min-width: 768px) {
	.aside {
		text-align: left;
	}
}

@media (min-width: 992px) {
	.inset-left-lg-15 {
		padding-left: 15px;
	}
	.inset-right-lg-15 {
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.inset-left-xl-20 {
		padding-left: 20px;
	}
	.inset-right-xl-55 {
		padding-right: 55px;
	}
	.inset-left-xl-40 {
		padding-left: 40px;
	}
	.inset-left-xl-70 {
		padding-left: 70px;
	}
}

@media (min-width: 1200px) {
	.offset-left-xl-40 {
		margin-left: 40px;
	}
	.offset-left-xl-70 {
		margin-left: 70px;
	}
}

.aside-contacts {
	text-align: center;
	letter-spacing: 0;
}

.aside-contacts .unit-left {
	min-width: 22px;
}

.aside-contacts span.icon {
	vertical-align: middle;
	font-size: 20px;
	color: #e51855;
}

.aside-contacts a {
	display: inline-block;
}

.aside-contacts a, .aside-contacts a:focus, .aside-contacts a:active {
	color: #151515;
}

.aside-contacts a:hover {
	color: #e51855;
}

.aside-contacts-title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
}

.contacts-social-list .icon {
	font-size: 20px;
	line-height: 1;
}

.contacts-social-list a, .contacts-social-list a:focus, .contacts-social-list a:active {
	color: #151515;
}

.contacts-social-list a:hover {
	color: #e51855;
}

.aside-contacts-title + * {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.aside-contacts {
		text-align: left;
	}
}

@media (min-width: 992px) {
	.aside-contacts {
		margin-left: 30px;
		padding-left: 35px;
		border-left: 1px solid #ebebeb;
	}
	.aside-contacts .row {
		margin-left: 0;
		margin-right: 0;
	}
	.aside-contacts .row > * {
		padding-left: 0;
		padding-right: 0;
	}
	.aside-contacts-item + .aside-contacts-item {
		padding-top: 31px;
		border-top: 1px solid #ebebeb;
	}
}

@media (min-width: 1200px) {
	.aside-contacts {
		margin-left: 70px;
	}
	.aside-contacts .address {
		max-width: 90%;
	}
}

.position-static {
	position: static;
}

.index-1 {
	z-index: 1;
}

/*
*
* Animate.css
*/
.animated {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@keyframes pagInX {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes pagOutX {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}

@keyframes arrowTransformY {
	25% {
		transform: translateY(5px);
	}
	75% {
		transform: translateY(-5px);
	}
}


/*
*
* ToTop
*/
.ui-to-top {
	position: fixed;
	overflow: hidden;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 60px;
	color: #ffffff;
	background: #e51855;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	transition: .3s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}

.ui-to-top:focus, .ui-to-top:hover {
	color: #ffffff;
	background: #151515;
	text-decoration: none;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}


/*===============================
	About Page Start
================================*/
.inner-bnr{
	position:relative;
}

.inner-bnr img{
	width:100%;
}

.banner-caption{
	width:50%;
}
.banner-caption h3{
	position:absolute;
	left:2%;
	bottom:5%;
	font-weight:600;
}

.abt-box1 {
    padding: 4% 6%;
    margin-top: -5em;
}
.abt-box1 img{
	z-index:5;
	margin-top:-5%;
	padding-bottom:2%;
}
.abt-box1 .abt-txt-bg{
	background-color:#F9F9F9;
	padding:10% 15%;
	margin:12% 0 0 -10%;
	margin-right: -10%;
}

.abt-box2 {
    padding: 4% 6%;
    margin-top: -5em;
}
.abt-box2 img{
	z-index:5;
	margin-top:-8%;
	margin-right:5%;
	padding-bottom:2%;
}
.abt-box2 .abt-txt-bg{
	background-color:#F9F9F9;
	padding:10% 15%;
	margin:12% 0 2% -10%;
	margin-right: -6%;
}
/*===============================
	About Page End
================================*/

/*===============================
	Careers Page Start
================================*/
#career {
    padding-top: 0;
    padding-bottom: 5%;

}
.career-box {
    position: relative;
    text-align: center;
    margin-top: -5%;
    padding: 0 10%;
}

.career-box1 {
    padding: 0 5%;
	background: #f9f9f9;
	z-index: -1;
	position: relative;
	}

.career-box1 .job-bg1 {
    background: #e9e9e9;
    margin-left: 0%;
    position: relative;
    z-index: 1;
    min-height: 450px;
}

.career-box1 .career-txt-bg1{
	position: relative;
	z-index: 5;
    background-color:#FFF;
	margin-top:4%;
	height:auto;
	padding: 2% 5%;

}

.career-box1 .career-txt-bg1 .date, .career-box2 .career-txt-bg2 .date {
	text-align:right;
	float:right;
}

.career-box1 .career-dot{
	margin-top:-30%;
	margin-left:-10%;

}
.career-box1 img{
	z-index:5;

	margin-right:5%;
	padding-bottom:2%;
}
.career-box2 .career-txt-bg{
	background-color:#F9F9F9;
	padding:5%;
}


.career-box2 {
    padding: 0 5%;
}

.career-box2 .job-bg2 {
    background-color: #F9F9F9;
    margin: 0;
	height:auto;
}

.career-box2 .career-txt-bg2{
    background-color:#F9F9F9;
	margin: 0;
	height:auto;
	padding:2% 5%;

}
.career-box2 .career-dot{
	margin-top:-30%;
	margin-left:-10%;

}
.career-box2 img{
	z-index:5;

	margin-right:5%;
	padding-bottom:2%;
}


/*===============================
	Careers Page End
================================*/

/*===============================
	Management Page Start
================================*/
#consult {
    padding-top: 0;
    padding-bottom: 5%;

}
.consult-box {
    position: relative;
    text-align: center;
    margin-top: -5%;
    padding: 0 10%;
}

.consult-box1 {
    padding: 0 5%;
	background: #f9f9f9;
	z-index: -1;
	position: relative;
	}


.consult-box1 .consult-txt-bg1{
	position: relative;
	z-index: 5;
    background-color:#FFF;
	margin-top:4%;
	height:auto;
	padding: 2% 5%;

}

.consult-box1 .consult-txt-bg1 .date, .consult-box2 .consult-txt-bg2 .date {
	text-align:right;
	float:right;
}

.consult-box1 .consult-dot{
	margin-top:-30%;
	margin-left:-10%;

}
.consult-box1 img{
	z-index:5;

	margin-right:5%;
	padding-bottom:2%;
}
.consult-box2 .consult-txt-bg{
	background-color:#F9F9F9;
	padding:5%;
}


.consult-box2 {
    padding: 0 5%;
}

.consult-box2 .job-bg2 {
    background-color: #F9F9F9;
    margin: 0;
	height:auto;
}

.consult-box2 .consult-txt-bg2{
    background-color:#F9F9F9;
	margin: 0;
	height:auto;
	padding:2% 5%;

}
.consult-box2 .consult-dot{
	margin-top:-30%;
	margin-left:-10%;

}
.consult-box2 img{
	z-index:5;
}

.consult-box1 .consult-img, .consult-box2 .consult-img {
	padding:10% 0;
}
.consult-box2 .consult-img img 
 {
	 z-index: -1;
    width: 50%;
    margin-right: 46%;
    margin-top: -10%;
}

.consult-box1 .consult-img img {
    z-index: -1;
    width: 50%;
    margin-left: 46%;
    margin-top: -10%;
}
/*===============================
	Management Page End
================================*/

/*===============================
	Contact Page Start
================================*/

/*===============================
	Contact Page End
================================*/

#contact {
	position:relative;
}

#contact .contact {
	padding: 0% 10% 4% 10%;
}


.contact2 .font-weight-medium {
  font-weight: 500;
}

.contact2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.contact2 .bg-image {
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact2 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}


.contact2 .contact-container {
  position: relative;
  top: 80px;
}

.detail-box{
	text-align:left;
	padding: 8%;
}

.contact2 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

 .contact2 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.form-control {
    display: block;
    width: 92%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 4%;
}


.contact2  textarea  {
    height: auto;
    padding: 0px !important;
    margin-left: 2% !important;
    width: 96% !important;
}


.map{
	padding:0;
	margin-bottom:-7px;
}


.socialbtns{
	margin-top:10%;
}

.socialbtns li {
  margin-left: 10px;
  padding: 5px;
  
}
.socialbtns, .socialbtns ul {
	margin-left:-12%;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
	width: 40px;
    height: 40px;
	color: #fff;
	background-color: transpaernt;
	border: 1px solid #fff;
	padding-top: 12px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-o-border-radius: 22px;
}

.socialbtns .fa:hover {
	color: #FFF;
	background-color: #404041;
	border: 1px solid #404041;
	transition:0.5s all ease-in-out;
}

/*===============================
	Common Media Query Start
================================*/

@media screen and (max-width: 480px) {
	
	.fixed-top {
    position: relative !important;
	}
	
	.navbar-expand-lg .navbar-nav {
		display:block !important;
		background-color: #f8f9fa;
		text-align: left;
	}
	
	
	.item-1, .item-2, .item-3 {
		font-size: 1em !important;
		width: 90%;
		top:20%;
	}
	
	.banner-bg .caption a {
		font-size: 1em;
	}
	
	.banner-bg {
		min-height: 80vh;
	}
	
	h2, .heading-2 {
    font-size: 28px;
	}
	
	.abt-box .section-title1 {
		margin-left: 22%;
	}
	.section-title1 {
		margin-left: 18%;
	}
	.section-title2 {
		margin-left: 0;
	}
	
	* + .title-style-3 {
    text-align: left;
    margin-left: 7%;
}
	
	.abt-box img {
    z-index: 5;
    margin-left: -5%;
}
	
	.green-box {
    position: relative;
	}
	
	#about{
	padding:0 2rem;
}
.abt-box {
    padding: 1% 6%;
	text-align: left;
}
.gold-box {
   display:none;
}

#icons {
    margin-top: 4rem;
}

.service_box {
      margin: 2.5rem 10px !important;
}

.botm-icon {
	left: 42% !important;
}
#services2 {
    padding-bottom: 2rem;
}

#services1 {
    padding: 0 1rem !important;
}

#abs2 {
    position: absolute;
    width: 100%;
    min-height: 170px;
    top: 10%;
    right: -18%;
    background-color: #E6E6E6;
    z-index: 1;
}

#rel1 {
    min-height: 100px;
    position: relative;
    top: 60%;
}

#rel2 {
    margin: 10px;
    z-index: 2;
	left:0;
}
#abs1 {
    position: relative;
    width: 95%;
    top: 10%;
    left: -18%;
	min-height: 170px;
	height:auto;
	padding-bottom:5%;
	padding-top:5%;
}

#rel2 img{
	width:100%;
}

#services2 .service-2 {
    text-align: left;
    padding: 2% 5%;
    margin-top: -35%;
}


.serv-text {
    padding-top: 4em;
    padding-right: 1em;
    padding-left: 1em;
}

#services2 .section-title3, #services1 .section-title3 {
	margin-left: 27%;
}

.news-block{
	overflow:visible;
}
.news-block .inner-box .image{
	margin-bottom: 0;
}
.news-block .inner-box .image img {
	padding-left: 0 !important;
}

.news-block .inner-box .lower-content {
	margin-left:0px !important;
	margin-right:0px !important;
	margin-top:0px !important;
}

.footer-classic-content .ftr-menu ul {
    display: block !important;
}

.abt-box2 img {
    z-index: 5;
    margin-top: -8%;
    margin-left: -10%;
    padding-bottom: 5%;
}

.abt-box1 img {
    z-index: 5;
    margin-top: 10%;
    padding-bottom: 2%;
    margin-left: -10%;
}
.abt-box2 {
    padding: 4% 1%;
    margin-top: -1em !important;
}

h3, .heading-3 {
    font-size: 22px;
	
}

.footer-classic .text-left{
	text-align:center !important;
}

.footer-classic .text-right{
	text-align:center !important;
}

.career-box1, .career-box2 {
    padding: 1% 2%;
}

.career-box1 .career-txt-bg1 {
	margin-left: 2%;
	margin-right: 2%;
	text-align:left;
	padding: 4%;
}
.career-box2 .career-txt-bg2 {
	margin-left: 2%;
	margin-right: 2%;
	text-align:left;
	padding: 4%;
}


.career-box1 .career-txt-bg1 .location, .career-box2 .career-txt-bg2 .location {
	margin-top:10px;
}

.career-box1 .career-txt-bg1 .date, .career-box2 .career-txt-bg2 .date {
	margin-top:10px;
}

.career-box1 .career-txt-bg1 .section-title1, .career-box2 .career-txt-bg2 .section-title1  {
	margin-left: 18%;
}

.footer-classic-content .ftr-logo {
	margin-top: 13%;
}

.form-control {
    display: block;
    width: 92%;
}

.socialbtns, .socialbtns ul {
    text-align: center !important;
	margin:2% 0 !important;
}

#contact .contact {
    padding: 0% 10% 13% 10% !important;
}

}


@media screen and (min-width: 481px) and (max-width: 580px) {
	
	.fixed-top {
    position: relative !important;
	}
	
	
	.item-1, .item-2, .item-3 {
		font-size: 1.1em !important;
		width: 90%;
		top:20%;
	}
	
	.banner-bg .caption a {
		font-size: 1em;
	}
	
	.banner-bg {
		min-height: 80vh;
	}
	
	
	.abt-box {
    padding: 2% 8%;
    margin-top: -5em;
    text-align: left;
	}	
	.abt-box .section-title1 {
		margin-left: 13%;
	}
	
	#icons {
    margin-top: 20em;
}

.gold-box {
	right: -2em;
	top: 24em;
}

.service_box {
	margin:20px 10px;
}


#services2 {
    padding-bottom: 10%;
    margin-top: -30% !important;
}

#services1 .service-1 .box1{
	margin-top:-5%;
}

#services2 .service-2 .box2 {
    margin-top: -13%;
    margin-bottom: -28%;
}


.botm-icon {
	left: 44%;
}

#abs1, #abs2 {
    position: relative;
	
}

#abs1 {
    position: relative;
    width: 100%;
    min-height: 300px;
    top: -30%;
    left: -7%;
    background-color: #E6E6E6;
    z-index: 1;
}

#abs2 {
    position: relative;
    width: 100%;
    min-height: 300px;
    top: -30%;
    right: -17%;
    background-color: #E6E6E6;
    z-index: 1;
}


.abt-box1 .abt-txt-bg {
    padding: 5% 6%;
    margin-top: 88%;
}

.abt-box2 .abt-txt-bg {
    padding: 5% 8%;
}

.abt-box2 {
    padding: 4% 6%;
    margin-top: -10%;
    margin-bottom: 40%;
}

.abt-box1 img {
    z-index: 5;
    margin-top: -5%;
    padding-bottom: 2%;
    margin-left: -10%;
}
.abt-box2 img {
    z-index: 5;
    margin-top: -5%;
    padding-bottom: 2%;
    margin-left: -10%;
}

.footer-classic .text-left{
	text-align:center !important;
}

.footer-classic .text-right{
	text-align:center !important;
}

.career-box1 .career-txt-bg1 {
	margin-left: 0;
	margin-right: 0;
	text-align:left;
}
.career-box2 .career-txt-bg2 {
	margin-left: 0;
	margin-right: 0;
	text-align:left;
}

.career-box1 .career-txt-bg1 .location, .career-box2 .career-txt-bg2 .location {
	margin-top:15px;
}

.career-box1 .career-txt-bg1 .date, .career-box2 .career-txt-bg2 .date {
	margin-top:15px;
}

.career-box1 .career-txt-bg1 .section-title1, .career-box2 .career-txt-bg2 .section-title1  {
	margin-left: 11%;
}

.form-control {
    display: block;
    width: 92%;
}

.socialbtns, .socialbtns ul {
    text-align: center !important;
	margin:2% 0 !important;
}
#contact .contact {
    padding: 0% 10% 13% 10% !important;
}

}

@media screen and (min-width: 581px) and (max-width: 768px) {
	.fixed-top {
    position: relative !important;
	}
	
	.navbar-expand-lg .navbar-nav {
		display:block !important;
		background-color: #f8f9fa;
		text-align: left;
	}
	
	.scroll-btn {
		display:none;
	}
	
	.social {
    margin: 10px;
    z-index: 1100;
    display: inline-flex;
	}
	
	
	.item-1, .item-2, .item-3 {
		font-size: 1.3em !important;
		width: 90%;
		top:20%;
	}
	
	.banner-bg .caption a {
		font-size: 1rem;
	}
	
	.banner-bg {
		min-height: 80vh;
	}
	
	#abt-right {
    padding: 0!important;
    background-color: transpaernt !important;
    margin: 0!important;
    display: none !important;
	}
	
#about{
	padding:0 2em;
}
.abt-box {
    padding: 1% 4%;
	text-align: left;
	margin-bottom: -12%;
}

#services1 .service-1 {
    text-align: left;
    padding: 2% 2%;
}
.abt-box .section-title1 {
    margin-left: 15%;
}

.gold-box {
   display:none;
}

.abt-right{
	    padding: 0;
     background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    display: none !important;
}


#icons {
    margin-top: 10em;
}

.service_box {
      margin: 2.5em 10px !important;
}

.botm-icon {
	left: 42% !important;
}

#services1 {
    padding: 0 2em !important;
}

#rel2 {
    margin: 10px !important;
    z-index: 2;
}

#abs1, #abs2  {
    min-height: 300px !important;
}

.serv-text {
    padding: 0.5rem;
}

#services1 .section-title3 {
	margin-left: 30%;
}

#services2 .section-title3 {
	margin-left: 30%;
}

#services2 {
    padding-bottom: 2rem;
}

.news-area{
	position:relative;
}

.news-block .inner-box .image img {
	padding-left: !important;
}

.news-block .inner-box .lower-content {
	margin-left:0px !important;
		margin-right:0px !important;
	margin-top:0px !important;
}

.footer-classic-content .ftr-menu ul {
    display: block;
}

.abt-box1 {
    padding: 0;
    margin-top: 0;
}
.abt-box1 img {
    z-index: 5;
    margin-top: 0;
    padding-bottom: 0%;
}
.abt-box1 .abt-txt-bg {
    padding: 10% 10% 12% 22%;
	text-align:left;
}
.abt-box1 .abt-txt-bg .section-title1 {

    margin-top: 4%;
    margin-left: 14%;
}

.abt-box2 .abt-txt-bg {
    background-color: #F9F9F9;
    padding: 10% 12%;
    margin: 0% 0 2% -15%;
     
    margin-right: -6%;
    text-align: left;
}
.abt-box2 img {
    z-index: 5;
    margin-top: -20%;
    margin-right: 1%;
}


.career-box1 .career-txt-bg1 .location, .career-box2 .career-txt-bg2 .location {
	margin-top:15px;
}

.career-box1 .career-txt-bg1 .date, .career-box2 .career-txt-bg2 .date {
	margin-top:15px;
}

.career-box1 .career-txt-bg1 .section-title1, .career-box2 .career-txt-bg2 .section-title1  {
	margin-left: 11%;
}

.career-box1 .career-txt-bg1 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-align:left;
	padding: 5% 5%;
}
.career-box2 .career-txt-bg2 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-align:left;
	padding: 5% 5%;
}

.form-control {
    display: block;
    width: 92% !important;
}

.socialbtns, .socialbtns ul {
    text-align: center !important;
	margin:2% 0 !important;
}

#contact .contact {
    padding: 0% 10% 9% 10%;
}

}

@media screen and (min-width: 769px)and (max-width: 992px) {
	.fixed-top {
    position: relative !important;
	}
	
.collapse.show {
    display: block;
    background: #e9e9e9 !important;
}

	.item-1, .item-2, .item-3 {
		font-size: 1.2em !important;
		width: 90%;
		top:20%;
	}
	
	.banner-bg .caption a {
		font-size: 0.9em;
	}
	
	.banner-bg {
		min-height: 80vh;
	}
	
	#about{
	padding:0 2em;
	margin-bottom: 2em;
	}

.abt-box {
    padding: 1% 3%;
}

#abt-right {
    margin-left: 89%;
    position: absolute;
    top: 12%;
    height: 575px;
}



#services1 .section-title3 {
	margin-left: 25%;
}
#services2 .section-title3 {
		margin-left: 25%;
}

#services1 .service-1{
    padding: 0 2em !important;
}

#services2 .service-2 {
	 padding: 0 2em !important;
}

#services1, #services2 {
    padding-bottom: 0em;
}


.service_box {
      margin: 1.5em 10px !important;
	  min-height:260px;
}

.serv-text {
    padding: 3em 2em;
}
.news-block .inner-box .lower-content {
	padding: 1em 2em;
}


.abt-box1 {
    padding: 3% 0%;
    margin-top: 0;
}

.abt-box1 .abt-txt-bg {
    background-color: #F9F9F9;
    padding: 9% 15%;
    margin: 12% 2% 0 -4%;
    margin-right: -15% ;
	
}

.abt-box1 img {
    z-index: 5;
    margin-top: 3%;
    padding-bottom: 0%;
}

.abt-box2 {
    padding: 0% 4%;
    margin-top: 0;
}

.career-box1 .career-txt-bg1 .section-title1, .career-box2 .career-txt-bg2 .section-title1  {
	margin-left: 13%;
}
.form-control {
    display: block;
    width: 92%;
}
#contact .contact {
	padding: 0% 10% 7% 10%;
}

}

@media screen and (min-width: 993px)and (max-width: 1200px) {
	
	.nav-item {
		padding:5px !important;
	}
	
	
	.navbar-light .navbar-nav .nav-link {
		padding:5px !important;
	}
	
	#carousel .carousel-item .caption {
		left:0% !important;
		right:25% !important;
		top: -250px !important;
	}
	.section-title1 {
		margin-left: 12%;
	}
	.section-title1 {
    margin-bottom: 2em;
    margin-top: 10%;
    margin-left: 22%;
}

#services1 .section-title3 {
	margin-left: 22%;
}

#services2 .section-title1 {
	
}

.career-box1 .job-bg1, .career-box2 .job-bg2 {
	min-height: 500px;
}

.career-box1 .career-txt-bg1 .section-title1, .career-box2 .career-txt-bg2 .section-title1  {
	margin-left: 10%;
}
.career-box  .section-title1  {
	margin-left: 7%;
}

#contact .socialbtns, .socialbtns ul {
    margin-left: -6%;
}
	
}
	

@media screen and (min-width: 1201px)and (max-width: 1350px) {
	#carousel .carousel-item .caption {
	text-align:left;
	padding: 40px;
	color: #000;
	animation-duration: 1s;
	animation-delay: 2s;
	position:absolute;
	right:5%;
	top: -150px;
	}
	
	
}

@media screen and (min-width: 1351px) and (max-width: 1550px) {
	
	#carousel .carousel-item .caption {
    text-align: left;
    padding: 40px;
    color: #000;
    animation-duration: 1s;
    animation-delay: 2s;
    position: absolute;
    left: -7%;
    top: -250px;
    right: 18%;
}

#abs2 {
		top: -10%;
	}
	#rel2 {
		top: 2%;
	}

.abt-box1 {
    padding: 4% 6%;
    margin-top: -3em;
}

.abt-box1 img {
    z-index: 5;
    margin-top: 1%;
    padding-bottom: 0%;
}

.abt-box2 {
    padding: 4% 6%;
    margin-top: -3em !important;
	
}


.career-box1 .job-bg1,.career-box2 .job-bg2 {
	min-height:480px;
}

.career-box2 {
    padding: 0 5%;
}
#contact .contact {
    padding: 0% 10% 4% 10%;
}

}

@media screen and (min-width: 1551px) and (max-width: 1920px) {
	
	.fixed-top {
    position: fixed;
    top: 0;
    right: 9em;
	}
	
	p {font-size:1.3em;}
	
	.title-style-1, .title-style-2 .title-style-3 {
		font-size: 2.7em;
	}
	.delicious-btn, .delicious-btn1  {
		font-size: 1.4em;
	}
	.delicious-btn:hover, .delicious-btn1:hover 
	{
		font-size: 1.4em;
	}
	
	#services1 .section-title3, #services2 .section-title3 {
		font-size: 1.5em !important;
	}
	.banner-bg .caption a {
		font-size: 0.9em;
	}
	
	#services2 .service-2 {
		padding: 0% 5% 5% 5%;
	}
	
	.service_box h3 {
		font-size: 1.4em;
	}
	
	#services1 .service-1 {
		padding: 1% 5% 9% 5%;
	}
	
	#abs1, #abs2 {
		min-height: 450px;
	}
	
	#rel1, #rel2 {
		min-height: 300px;
	}

	#rel1 img, #rel2 img {
		min-height: 350px;
	}
	
	#rel2 {
		position: relative;
		top: 20%;
		left: 12%;
		margin: 10px;
		z-index: 2;
	}

	#services1 .delicious-btn, #services2 .delicious-btn1 {
    margin-top: 30px;
    font-size: 1.3em;
	}


#news {
    padding: 0 5em;
}

.news-section {
    min-height: 890px;
}

.news-block .inner-box .lower-content {
    font-size: 1.3em;
}

.news-block .delicious-btn1, .news-block .delicious-btn1:hover  {
    font-size: 1.1em;
}

.footer-classic-content p {
    padding: 0 4em;
    font-size: 1.3em;
}
.footer-classic-content .ftr-menu ul li a {
	font-size: 1.4em;
}



.abt-box1 .abt-txt-bg {
	padding: 6% 15%;
	margin: 12% 0 0 -13%;			
	margin-right: -10% !important;
	margin-left: -13% !important;
}

.abt-box1 img {
    z-index: 5;
    margin-top: 7%;
    padding-bottom: 2%;
}

.row + .row {
    margin-top: 0px;
}
.abt-box2 img {
    z-index: 5;
    margin-top: -1%;
	margin-left: -5%;
}

.career-box1 .job-bg1,.career-box2 .job-bg2 {
	min-height:580px;
}

.career-box2 {
    padding: 4% 6%;
}

.news-botm {
    background-color: #fff;
    margin-top: -25%;
}

#career {

    padding-bottom: 1%;

}
#contact .contact {
    padding: 0% 10% 3% 10%;
}

}


.productslist { padding:20px 0px;}
.productslist li { padding-left:10px;
font-weight: 600;
margin: 5px 10px;
    
}

.productslist li:before {
    font-family: 'FontAwesome';
    content: '\f061';
    margin:0 15px 0 -15px;
    color: #404041; 	font-size: 0.8rem;
}

.career-box1 .career-txt-bg1 .title-style-1 { padding-bottom: 0px;}
.career-box1 .career-txt-bg1 p{ margin-top: 0px; margin-bottom: 15px; }	
.career-box1 .career-txt-bg1 h6{ padding-top:15px; }

.career-txt-bg2 p{ margin-top: 6px; margin-bottom: 15px; }	
.career-txt-bg2 h6{ padding-top:15px; }

.productsitem { background-color: #fff; box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%); padding:10px; margin:10px;}
.productsitem:hover { background-color: #fff; box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 20%); padding:10px; margin:10px;}

#product {
    padding-top: 3em;
    padding-bottom: 6em;
    padding-left: 2em;
    padding-right: 2em;
}

#product .title-style-1 {
    font-weight: 600;
    letter-spacing: .05em;
    color: #404041;
    font-size: 1.3em;
    padding-bottom: 15px;
}

#product .title-style-2 {
    font-weight: 600;
    letter-spacing: .05em;
    color: #404041;
    font-size: 1.73em;
    padding-bottom: 15px;
}

/*===============================
	Common Media Query End
================================*/