/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #1e1e1e;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
	color: #CCC;
  text-decoration: none !important;
}
a:hover {
	color: #F99;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  background: #181b1c;
  font-family: 'Poppins', sans-serif;
}

body .page-content {
  margin-top: 110px;
  background-color: #1e2122;
  padding: 30px;
  border-radius: 23px;
}

p {
  font-size: 15px;
  color: #888;
  line-height: 30px;
  margin-bottom: 0px;
}

::selection {
  background: #CB6515;
  color: #fff;
}

::-moz-selection {
  background: #CB6515;
  color: #fff;
}

.templatemo-item {
	max-width: 80px; 
	border-radius: 23px;
}

.round-button a {
  font-size: 14px;
  color: #fff;
  background-color: #CB6515;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.round-button a:hover {
  background-color: orangered;
  color: #CB6515;
}

.round-button a:focus {
  color: #fff;
  background-color: #CB6515;
}

#topBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  font-size: 28px; /* Increase font size */
}

.main-button a {
  font-size: 14px;
  color: #fff;
  background-color: #CB6515;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.main-button a:hover {
  background-color: #fff;
  color: #CB6515;
}

.brown-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #BE9E60;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.brown-button a:link {
  color: #fff;
}
.brown-button a:visited {
  color: #fff;
}
.brown-button a:hover {
  background-color: #fff;
  color: #BE9E60;
}

.violet-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #E64AE6;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.violet-button a:link {
  color: #fff;
}
.violet-button a:visited {
  color: #fff;
}
.violet-button a:hover {
  background-color: #fff;
  color: #E64AE6;
}

.blueviolet-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #8A2BE2;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.blueviolet-button a:link {
  color: #fff;
}
.blueviolet-button a:visited {
  color: #fff;
}
.blueviolet-button a:hover {
  background-color: #fff;
  color: #8A2BE2;
}

.coral-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #FF7F50;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.coral-button a:link {
  color: #fff;
}
.coral-button a:visited {
  color: #fff;
}
.coral-button a:hover {
  background-color: #fff;
  color: #FF7F50;
}

.yellow-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #C3C342;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.yellow-button a:link {
  color: #fff;
}
.yellow-button a:visited {
  color: #fff;
}
.yellow-button a:hover {
  background-color: #fff;
  color: #C3C342;
}

.blue-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #000088;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.blue-button a:link {
  color: #fff;
}
.blue-button a:visited {
  color: #fff;
}
.blue-button a:hover {
  background-color: #fff;
  color: #000088;
}

.teal-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #008888;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.teal-button a:link {
  color: #fff;
}
.teal-button a:visited {
  color: #fff;
}
.teal-button a:hover {
  background-color: #fff;
  color: #008888;
}

.red-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #880000;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.red-button a:link {
  color: #fff;
}
.red-button a:visited {
  color: #fff;
}
.red-button a:hover {
  background-color: #fff;
  color: #880000;
}

.orange-button span {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #884400;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.orange-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #884400;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.orange-button a:link {
  color: #fff;
}
.orange-button a:visited {
  color: #fff;
}
.orange-button a:hover {
  background-color: #fff;
  color: #884400;
}


.pink-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #F38699;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.pink-button a:link {
  color: #fff;
}
.pink-button a:visited {
  color: #fff;
}
.pink-button a:hover {
  background-color: #fff;
  color: #F38699;
}

.green-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #008800;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.green-button a:link {
  color: #fff;
}
.green-button a:visited {
  color: #fff;
}
.green-button a:hover {
  background-color: #fff;
  color: #008800;
}

.white-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #999999;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.white-button input {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #1e1e1e;
  padding: 4px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.white-button a:link {
  color: #fff;
}
.white-button a:visited {
  color: #fff;
}
.white-button a:hover {
  background-color: #fff;
  color: #999999;
}

.black-button span {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #222222;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.black-button a {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #000010;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.black-button input {
  display:inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #222222;
  padding: 4px 15px;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
}
.black-button a:link {
  color: #fff;
}
.black-button a:visited {
  color: #fff;
}
.black-button a:hover {
  background-color: #fff;
  color: #000010;
}


.main-border-button a {
  font-size: 14px;
  color: #E0711C;
  background-color: transparent;
  border: 1px solid #E0711C;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.main-border-button a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #CB6515;
}

.border-no-active a {
  border-color: #888;
  color: #888;
}

.border-no-active a:hover{
  border-color: #888;
  color: #888;
  background-color: transparent;
}

section {
  margin-top: 120px;
}

.heading-section h4 {
  color: #E0711C;
  font-size: 34px;
  text-decoration: none;
  margin-bottom: 30px;
}

.heading-section h3 {
  color: #E0711C;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 30px;
}

h7 a:link {
  color: #ffe2ec;
}

h7 a:visited {
  color: #ffe2ec;
}

h7 a:hover {
  color: #ff73a3;
}

h6 a:link {
  color: #fae2ff;
}

h6 a:visited {
  color: #fae2ff;
}

h6 a:hover {
  color: #e673ff;
}

h8 a:link {
  color: #5CAAFF;
}

h8 a:visited {
  color: #5CAAFF;
}

h8 a:hover {
  color: #C4E1FF;
}

.heading-section h4 em {
  color: #fff;
  font-style: normal;
  text-decoration: underline;
}


1


/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #CB6515;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #CB6515;
  border-radius: 50%;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.header-area {
  background-color: transparent;
  position: absolute;
  height: 70px;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex;
  padding: 15px 0px;
  border-radius: 50px;
}

.background-header .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex;
  padding: 15px 0px;
  border-radius: 50px;
}

.header-area .main-nav #search {
  position: relative;
}

.header-area .main-nav #search input {
  background-color: #1e2122;
  height: 46px;
  border-radius: 23px;
  border: none;
  color: #888;
  font-size: 14px;
  padding: 0px 15px 0px 45px;
  max-width: 250px;
}

.header-area .main-nav #search i {
  position: absolute;
  color: #888;
  left: 20px;
  top: 16px;
  width: 18px;
  height: 18px;
  font-size: 16px;
}

.header-area .main-nav .logo {
  flex-basis: 100%;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

.header-area .main-nav .logo img {
  max-width: 300px;
  min-width: 91px;
}

.background-header .main-nav .logo img {
  max-width: 300px;
  min-width: 91px;
}

.header-area .main-nav .nav {
  display: inline-flex;
  flex-basis: 70%;
  justify-content: flex-end;
  vertical-align: middle;
  text-align: right;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #888;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: transparent;
  padding: 13px 10px;
  border-radius: 18px;
  letter-spacing: .3px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #CB6515 !important;
}


.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 17px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #CB6515;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #CB6515;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #CB6515;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #CB6515;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #CB6515;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #CB6515;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #CB6515;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #CB6515;
}

.header-area.header-sticky {
  min-height: 70px;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}



/* 
---------------------------------------------
Image Sets Style
--------------------------------------------- 
*/

.image-sets {
  margin-top: 10px;
  padding: 60px;
  background-color: #181b1c;
  border-radius: 23px;
}

.image-sets .item {
  background-color: #1e2122;
  padding: 15px 15px;
  border-radius: 23px;
  margin-bottom: 30px;
}

.image-sets .item .item {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 0px;
}

.image-sets .item img {
  border-radius: 23px;
}

.image-sets .item h4 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0px;
  display: inline-block;
}

.image-sets .item span {
  color: #888;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}

.image-sets .item ul {
  float: right;
  margin-top: 20px;
}

.image-sets .item ul li {
  text-align: right;
  color: #fff;
  font-size: 14px;
}

.image-sets .item ul li:first-child i {
  color: yellow;
}

.image-sets .item ul li:last-child i {
  color: #E0711C;
}

.image-sets .main-button {
  text-align: center;
  margin-bottom: -53px;
}

/* ---- */

.image-sets .best {
  background-color: #3C1700;
  padding: 15px 15px;
  border-radius: 23px;
  margin-bottom: 30px;
}

.image-sets .best .best {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 0px;
}

.image-sets .best img {
  border-radius: 23px;
}

.image-sets .best h4 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0px;
  display: inline-block;
}

.image-sets .best span {
  color: #888;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}

.image-sets .best ul {
  float: right;
  margin-top: 20px;
}

.image-sets .best ul li {
  text-align: right;
  color: #fff;
  font-size: 14px;
}

.image-sets .best ul li:first-child i {
  color: yellow;
}

.image-sets .best ul li:last-child i {
  color: #E0711C;
}

/* 
---------------------------------------------
Gaming Library Style
--------------------------------------------- 
*/

.model-list {
  margin-top: 60px;
  padding: 30px;
  background-color: #181b1c;
  border-radius: 23px;
}

.model-list .item {
  border-bottom: 1px solid #1e2122;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.model-list .last-item {
  margin-bottom: 30px;
}

.profile-library .last-item {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.model-list .item ul li {
  margin-top: 15px;
}

.model-list .item ul li img {
  margin-top: -30px;
}

.model-list .item ul li {
  display: inline-block;
  width: 17%;
}

.model-list .item ul li:first-child {
  width: 110px;
}

.model-list .item ul li:last-child {
  width: 15%;
  text-align: right;
}

.model-list .item ul li h4 {
  font-size: 15px;
  margin-bottom: 5px;
}

.model-list .item ul li span {
  color: #888;
  font-size: 14px;
}

.model-list .main-button {
  text-align: center;
  margin-bottom: -53px;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer p {
  text-align: center;
  padding: 30px 0px;
  color: #fff;
  font-weight: 300;
}

footer p a {
  color: #fff;
  transition: all .3s;
}

footer p a:hover {
  color: #E0711C;
}

/* 
---------------------------------------------
Profile Style
--------------------------------------------- 
*/

.main-profile {
  border-radius: 23px;
  padding: 30px;
  background-color: #181b1c;
}

.main-profile .main-info span {
  font-size: 14px;
  color: #fff;
  background-color: #CB6515;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.main-profile .main-info h4 {
  margin-bottom: 20px;
}

.main-profile .main-info .main-border-button {
  margin-top: 25px;
}

.main-profile ul {
  border-radius: 23px;
  padding: 30px;
  background-color: #1e2122;
}

.main-profile ul li {
  width: 100%;
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #888;
}

.main-profile ul li span {
  float: right;
  font-weight: 500;
  color: #E0711C;
}

.main-profile ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.clips {
  margin-top: 30px;
  border-top: 2px solid #1e2122;
}

.clips .heading-section {
  margin-top: 30px;
}

.clips .item  {
  border-radius: 23px;
  padding: 30px 15px;
  background-color: #1e2122;
  margin-bottom: 30px;
}

.clips .item .thumb {
  position: relative;
  margin-bottom: 15px;
}

.clips .item .thumb a {
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-23px, -23px);
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    color: #E0711C;
}

.clips .item h4 {
  font-size: 15px;
  display: inline-block;
}

.clips .item span i {
  color: #E0711C;
}

.clips .item span {
  float: right;
  color: #fff;
  font-size: 14px;
}

.clips .main-button {
  margin-top: 10px;
  text-align: center;
}

/*
---------------------------------------------
Media Query 
---------------------------------------------
*/

/* All */
@media (min-width: 768px) {
  .modelprof {
    object-fit: cover;
    object-position: top;
    width: 250px;
    height: 250px;
    border-radius: 125px;
  }
 .heading-section h4 {
   font-size: 25px; 
  }
  h5 {
   font-size: 16px;
  }
  body .page-content {
   padding: 20px;
  }
  .image-sets {
   padding: 30px;
   padding-bottom: 60px;
  }
  .starv img {
   max-width: 25px;
  }
  
  .ivf {
   font-size: 16px;
  }
  
  .ivm {
   max-width: 110px;
   height: auto;
   border-radius: 10%;
  }
}


/* Mobile :320px. */
@media (max-width: 767px) {
  .modelprof {
    object-fit: cover;
    object-position: top;
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }
  .heading-section h4 {
   font-size: 20px;
  }
  .heading-section h3 {
   font-size: 16px;
  }
  h5 {
   font-size: 16px;
  }
  body .page-content {
   padding: 10px;
  }
  .image-sets {
   padding: 10px;
   padding-bottom: 60px;
  }
  .image-sets .item {
   border-radius: 10px;
   padding: 10px;
  }
  .image-sets .best {
   border-radius: 10px;
   padding: 10px;
  }
  .image-sets .item img {
   border-radius: 10px;
  }
  .image-sets .best img {
   border-radius: 10px;
  }
  .starv img {
   max-width: 35px;
  }
  
  .ivf {
   font-size: 8px;
  }
  
  .ivm {
   max-width: 75px;
   height: auto;
   border-radius: 10%;
  }
}
