/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:    Pagency - Creative Agency HTML Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header

3. content
	3.1 ca-hero-area
	3.2 ca-case-section
	3.3 ca-about-section
	3.4 ca-testimonial-area
	3.5 ca-service-area
	3.6 ca-partners-section

4. ca-footer

5. ca-terms-section

6. ca-service-single

7. ca-blog-pg-section

8. ca-blog-single-section

9. ca-contact-pg-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Krona+One&family=Lora:ital@0;1&family=Mukta:wght@400;500;600&display=swap");
/* 1.1 Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Krona One", sans-serif;
  color: #3F475E;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 17px;
  color: #3F475E;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1A284F;
  font-family: "Krona One", sans-serif;
  font-weight: 600;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #FF5700;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 1300px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 1120px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 920px;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul .sub-menu.image-style li {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style li a {
    position: relative;
    font-size: 14px;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner {
    max-height: 450px;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    margin-bottom: 35px;
    position: relative;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner img {
    -webkit-transition: all 3s;
    transition: all 3s;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 80px;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 1;
  }
  .site-header #navbar > ul .sub-menu.image-style li a span {
    position: absolute;
    left: 50%;
    bottom: 65px;
    display: inline-block;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #1A284F;
    color: #fff;
    padding: 8px 15px;
    z-index: 11;
    white-space: nowrap;
  }
  .site-header #navbar > ul .sub-menu.image-style li a:hover .inner img {
    -webkit-transform: translateY(calc(-100% + 480px));
            transform: translateY(calc(-100% + 480px));
  }
  .site-header #navbar > ul .sub-menu.image-style li a:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .sub-menu.image-style li a .inner {
    display: none;
  }
}

.cursor {
  position: fixed;
  width: 45px;
  height: 45px;
  border: 1.1px solid #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1111;
}

@media (max-width: 1200px) {
  .cursor {
    display: none;
  }
}

.ca-section-title,
.ca-section-title-s2 {
  margin-bottom: 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .ca-section-title,
  .ca-section-title-s2 {
    margin-bottom: 20px;
  }
}

.ca-section-title span,
.ca-section-title-s2 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.375em;
  text-transform: uppercase;
  color: #FF5700;
}

@media (max-width: 575px) {
  .ca-section-title span,
  .ca-section-title-s2 span {
    font-size: 12px;
  }
}

.ca-section-title h2,
.ca-section-title-s2 h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .ca-section-title h2,
  .ca-section-title-s2 h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .ca-section-title h2,
  .ca-section-title-s2 h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

.ca-section-title-s2 {
  text-align: left;
}

.ca-btn {
  color: #fff;
  display: inline-block;
  padding: 19px 29px;
  padding-right: 65px;
  border: 1px solid rgba(255, 255, 255, 0.63);
  border-radius: 0px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  background: transparent;
}

.ca-btn:after {
  position: absolute;
  font-family: "flaticon";
  content: "\f125";
  top: 19px;
  right: 35px;
  font-size: 18px;
}

.ca-btn:hover, .ca-btn:focus, .ca-btn:active {
  background: #FF5700;
  color: #fff;
  border-color: #FF5700;
}

.ca-btn:hover:after {
  opacity: 1;
}

@media (max-width: 767px) {
  .ca-btn {
    padding: 15px 18px;
    padding-right: 55px;
  }
  .ca-btn:after {
    top: 15px;
    right: 25px;
  }
}

/*** back to top **/
.back-to-top {
  background-color: rgba(255, 87, 0, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #FF5700;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #FF5700;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #595959;
  font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #FF5700;
  -webkit-box-shadow: 0 0 5px 0 #ff7933;
  -o-box-shadow: 0 0 5px 0 #ff7933;
  -ms-box-shadow: 0 0 5px 0 #ff7933;
  box-shadow: 0 0 5px 0 #ff7933;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.form ::-webkit-input-placeholder {
  /* Edge */
  font-style: normal;
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
}

.form ::-ms-input-placeholder {
  font-style: normal;
}

.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #ff7933;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #FF5700;
}

.ca-page-title {
  background: url(../images/page-title.jpg) no-repeat center top/cover;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}

@media (max-width: 767px) {
  .ca-page-title {
    min-height: 350px;
  }
}

.ca-page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(95.69deg, rgba(255, 87, 0, 0.32) 13.78%, rgba(49, 115, 56, 0) 50.69%);
  z-index: -1;
}

.ca-page-title .ca-breadcumb-wrap {
  padding-top: 100px;
}

.ca-page-title .ca-breadcumb-wrap h2 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 50px;
  line-height: 59px;
}

@media (max-width: 767px) {
  .ca-page-title .ca-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

.ca-page-title .ca-breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
}

.ca-page-title .ca-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .ca-page-title .ca-breadcumb-wrap ol li {
    font-size: 16px;
  }
}

.ca-page-title .ca-breadcumb-wrap ol li:after {
  content: "-";
  position: relative;
  left: 7px;
}

.ca-page-title .ca-breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}

.ca-page-title .ca-breadcumb-wrap ol li:last-child:after {
  display: none;
}

.ca-page-title .ca-breadcumb-wrap ol li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .ca-page-title .ca-breadcumb-wrap ol li a {
    font-size: 16px;
  }
}

.ca-page-title .ca-breadcumb-wrap ol li a:hover {
  color: #FF5700;
}

.preloader {
  background-color: #161616;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}

.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.preloader .vertical-centered-box .content img {
  max-width: 90px;
}

.preloader * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** ca-newsletter-widget ***/
  /*** instagram-widget ***/
  /*** tag-widget ***/
  /*** tb-contact-widget ***/
}

@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: "Krona One", sans-serif;
  padding-bottom: 20px;
  font-weight: 500;
}

.blog-sidebar .widget h3:before {
  content: "";
  background-color: #FF5700;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar .widget h3:after {
  content: "";
  background-color: #3e3d3d;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: rgba(255, 87, 0, 0.1);
  height: 70px;
  font-size: 16px;
  font-size: 1.06667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(255, 87, 0, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  background-color: #FF5700;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .about-widget {
  text-align: center;
  background-color: #1c1c1c;
  padding: 45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px;
  }
}

.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}

.blog-sidebar .about-widget ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #161616;
  border-radius: 50%;
  color: #C4C4C4;
}

.blog-sidebar .about-widget h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #fff;
}

.blog-sidebar .about-widget p {
  font-size: 14px;
  font-size: 0.93333rem;
  margin-bottom: 1.2em;
  color: #C4C4C4;
}

.blog-sidebar .about-widget a {
  font-family: "Krona One", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #1A284F;
  text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
  color: #FF5700;
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 19px;
  font-size: 1.26667rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #282727;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #FF5700;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 6px;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: "Krona One", sans-serif;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.74);
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #FF5700;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #969AA6;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .ca-newsletter-widget p {
  font-size: 14px;
  font-family: "Krona One", sans-serif;
  color: rgba(255, 255, 255, 0.74);
}

.blog-sidebar .ca-newsletter-widget span {
  font-size: 14px;
  color: #848892;
}

.blog-sidebar .ca-newsletter-widget span a {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 400;
  font-size: 12px;
}

.blog-sidebar .ca-newsletter-widget span a:hover {
  color: #FF5700;
}

.blog-sidebar .ca-newsletter-widget .form input {
  border: 0;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  text-align: center;
}

.blog-sidebar .ca-newsletter-widget .form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-sidebar .ca-newsletter-widget .form button {
  background: #FF5700;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  border: none;
  margin: 20px 0;
}

.blog-sidebar .ca-instagram-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.blog-sidebar .ca-instagram-widget ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.blog-sidebar .ca-instagram-widget ul li img {
  width: 100%;
  border-radius: 6px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 14px;
  font-size: 0.93333rem;
  display: inline-block;
  padding: 5px 18px;
  color: rgba(255, 255, 255, 0.74);
  background: #1c1c1c;
  border-radius: 5px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #FF5700;
  color: #fff;
}

.blog-sidebar .tb-contact-widget {
  border: 0;
  z-index: 1;
  padding: 30px 40px;
  background: rgba(22, 57, 103, 0.9);
}

@media (max-width: 1200px) {
  .blog-sidebar .tb-contact-widget {
    padding: 20px;
  }
}

.blog-sidebar .tb-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.blog-sidebar .tb-contact-widget h2::before {
  left: 28px;
  background: url(../images/Single-title-shape2.png) no-repeat right center;
}

.blog-sidebar .tb-contact-widget p {
  color: #fff;
  font-size: 18px;
}

.blog-sidebar .tb-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}

.blog-sidebar .tb-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .tb-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 992px) {
  .tb-blog-single-section.tb-blog-single-left-sidebar-section .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 53px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #C4C4C4;
  background: #1c1c1c;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #FF5700;
  border-color: #FF5700;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
.navbar-brand {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  color: #fff;
  font-family: "Mukta", sans-serif;
}

.navbar-brand span {
  color: #FF5700;
}

.navbar-brand:hover {
  color: #fff;
}

.ca-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  background-color: #161616;
  position: relative;
  z-index: 111;
}

.ca-site-header .navbar-brand {
  color: #fff;
}

.ca-site-header .navbar-brand:hover {
  color: #fff;
}

@media (min-width: 991px) {
  .ca-site-header {
    padding: 0 100px;
  }
}

@media (min-width: 991px) {
  .ca-site-header .col {
    padding-right: 0;
  }
}

.ca-site-header.s2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 -5px 15px #086ad84a;
  box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.ca-site-header .row {
  width: 100%;
}

.ca-site-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 991;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ca-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.ca-site-header .header-right > div {
  float: left;
  position: relative;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .ca-site-header .header-right > div {
    margin-right: -15px;
  }
}

.ca-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn {
  text-align: right;
  cursor: pointer;
}

.ca-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn p {
  margin-bottom: 0;
  float: left;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.03em;
  font-family: "Mukta", sans-serif;
  color: #fff;
  margin-right: 10px;
}

.ca-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn .inner-btn {
  overflow: hidden;
}

.ca-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  margin-bottom: 6px;
  margin-left: auto;
  border-radius: 5px;
}

.ca-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(2) {
  width: 35px;
}

.ca-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(3) {
  width: 25px;
  margin-bottom: 0;
}

.ca-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap {
  background-color: #222020;
  width: 380px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -420px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 50px;
  padding-top: 100px;
  overflow-y: scroll;
}

@media (max-width: 575px) {
  .ca-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap {
    width: 250px;
    right: -250px;
    padding: 20px;
    padding-top: 70px;
  }
}

.ca-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap.right-menu-active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.ca-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .right-menu-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 40px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}

.ca-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap ul {
  list-style: none;
}

.ca-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap ul li a {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  display: block;
}

@media (max-width: 575px) {
  .ca-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap ul li a {
    font-size: 15px;
    padding: 10px 0;
  }
}

.ca-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap ul li a:hover {
  color: #FF5700;
}

.ca-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap ul li.current-menu-item a {
  color: #FF5700;
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 ca-hero-area*/
.ca-hero-area {
  background: #161616;
  position: relative;
  overflow: hidden;
}

.ca-hero-area .hero-marque {
  position: absolute;
  left: -10%;
  top: 22%;
  width: 120%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  -webkit-transform: rotate(11.03deg);
          transform: rotate(11.03deg);
}

.ca-hero-area .hero-marque h1 {
  font-weight: 400;
  font-size: 137px;
  line-height: 171px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.26);
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
}

@media (max-width: 1399px) {
  .ca-hero-area .hero-marque h1 {
    font-size: 100px;
    line-height: 120px;
  }
}

@media (max-width: 767px) {
  .ca-hero-area .hero-marque h1 {
    font-size: 70px;
    line-height: 90px;
  }
}

.ca-hero-area .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ca-hero-area .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 165px;
}

@media (max-width: 1399px) {
  .ca-hero-area .marquee {
    height: 110px;
  }
}

@media (max-width: 767px) {
  .ca-hero-area .marquee {
    height: 80px;
  }
}

.ca-hero-area .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 200s linear infinite;
          animation: marquee 200s linear infinite;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ca-hero-area .ca-hero-wrap {
  padding: 40px 0 140px;
  position: relative;
  z-index: 15;
}

.ca-hero-area .ca-hero-text {
  padding: 60px 0;
}

@media (max-width: 575px) {
  .ca-hero-area .ca-hero-text {
    padding-top: 0;
  }
}

.ca-hero-area .ca-hero-text h2 {
  font-weight: 400;
  font-size: 64px;
  line-height: 133.8%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .ca-hero-area .ca-hero-text h2 {
    font-size: 55px;
  }
}

@media (max-width: 1199px) {
  .ca-hero-area .ca-hero-text h2 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .ca-hero-area .ca-hero-text h2 {
    font-size: 30px;
  }
}

.ca-hero-area .ca-hero-img {
  position: relative;
  z-index: 1;
  text-align: right;
  max-width: 590px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .ca-hero-area .ca-hero-img {
    margin: 0;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .ca-hero-area .ca-hero-img img {
    width: 100%;
  }
}

.ca-hero-area .ca-hero-img:before {
  position: absolute;
  right: -20px;
  bottom: -20px;
  content: "";
  background: #FF5700;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 991px) {
  .ca-hero-area .ca-hero-img:before {
    right: -15px;
    bottom: -15px;
  }
}

@media (max-width: 575px) {
  .ca-hero-area .ca-hero-img:before {
    right: 0px;
    bottom: 0px;
    width: 96%;
    height: 96%;
  }
}

.ca-hero-area .ca-hero-img .rotate-text {
  position: absolute;
  left: -70px;
  bottom: 75px;
  -webkit-animation: circle 10s linear infinite;
          animation: circle 10s linear infinite;
}

@media (max-width: 991px) {
  .ca-hero-area .ca-hero-img .rotate-text {
    left: 30px;
    bottom: 50px;
  }
}

.ca-hero-area .hero-social {
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 12;
}

@media (max-width: 1600px) {
  .ca-hero-area .hero-social {
    right: 10px;
  }
}

@media (max-width: 600px) {
  .ca-hero-area .hero-social {
    bottom: 60px;
  }
}

.ca-hero-area .hero-social ul {
  list-style: none;
}

@media (max-width: 600px) {
  .ca-hero-area .hero-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ca-hero-area .hero-social ul li {
  margin-bottom: 5px;
}

@media (max-width: 600px) {
  .ca-hero-area .hero-social ul li {
    margin: 0 10px;
  }
}

.ca-hero-area .hero-social ul li a {
  color: rgba(255, 255, 255, 0.81);
}

.ca-hero-area .hero-social ul li a:hover {
  color: #FF5700;
}

/*--------------------------------------------------------------
4. ca-footer
--------------------------------------------------------------*/
.ca-site-footer {
  background: #161616;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  padding-top: 150px;
}

@media (max-width: 991px) {
  .ca-site-footer {
    padding-top: 80px;
  }
}

.ca-site-footer .ca-upper-footer {
  position: relative;
  z-index: 11;
}

@media (max-width: 991px) {
  .ca-site-footer .ca-upper-footer {
    text-align: center;
  }
}

.ca-site-footer .ca-upper-footer .about-widget {
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .ca-site-footer .ca-upper-footer .about-widget {
    padding-bottom: 20px;
  }
}

.ca-site-footer .ca-upper-footer .about-widget .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .ca-site-footer .ca-upper-footer .about-widget .social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ca-site-footer .ca-upper-footer .about-widget .social ul li + li {
  margin-left: 10px;
}

.ca-site-footer .ca-upper-footer .about-widget .social ul li a {
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: block;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
}

.ca-site-footer .ca-upper-footer .about-widget .social ul li a:hover {
  background: #FF5700;
}

.ca-site-footer .ca-upper-footer .about-widget .social ul li a .fi:before {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.ca-site-footer .ca-upper-footer .about-widget h2 {
  font-weight: 400;
  font-size: 39px;
  line-height: 223%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .ca-site-footer .ca-upper-footer .about-widget h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .ca-site-footer .ca-upper-footer .about-widget h2 {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .ca-site-footer .ca-upper-footer .about-widget h2 {
    font-size: 18px;
  }
}

.ca-site-footer .ca-upper-footer .about-widget h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 223%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  .ca-site-footer .ca-upper-footer .about-widget h5 {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .ca-site-footer .ca-upper-footer .about-widget h5 {
    font-size: 13px;
  }
}

.ca-site-footer .ca-upper-footer .about-widget h5 a {
  color: #FF5700;
  text-transform: lowercase;
}

.ca-site-footer .ca-lower-footer {
  text-align: left;
  padding: 20px 0;
}

@media (max-width: 991px) {
  .ca-site-footer .ca-lower-footer {
    text-align: center;
  }
}

.ca-site-footer .ca-lower-footer ul li {
  color: rgba(188, 192, 197, 0.97);
}

.ca-site-footer .ca-lower-footer ul li a {
  color: #fff;
}

.ca-site-footer .ca-lower-footer .copy {
  list-style: none;
}

.ca-site-footer .ca-lower-footer .copy li {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160.5%;
  color: rgba(255, 255, 255, 0.69);
  font-family: "Mukta", sans-serif;
}

.ca-site-footer .ca-lower-footer .copy li a {
  color: rgba(255, 255, 255, 0.69);
}

.ca-site-footer .ca-lower-footer .copy li a:hover {
  color: #FF5700;
}

.ca-site-footer .ca-lower-footer .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}

@media (max-width: 991px) {
  .ca-site-footer .ca-lower-footer .link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ca-site-footer .ca-lower-footer .link ul li {
  font-weight: 400;
  font-size: 10px;
  line-height: 121.3%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 450px) {
  .ca-site-footer .ca-lower-footer .link ul li {
    font-size: 8px;
  }
}

.ca-site-footer .ca-lower-footer .link ul li a {
  color: rgba(255, 255, 255, 0.69);
}

.ca-site-footer .ca-lower-footer .link ul li a:hover {
  color: #FF5700;
}

.ca-site-footer .ca-lower-footer .link ul li + li {
  padding-left: 20px;
  position: relative;
}

@media (max-width: 375px) {
  .ca-site-footer .ca-lower-footer .link ul li + li {
    padding-left: 5px;
    margin-left: 5px;
  }
}

.ca-site-footer.s2 {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 90px;
}

@media (max-width: 991px) {
  .ca-site-footer.s2 {
    padding-top: 80px;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/* 3.2 ca-case-section */
.ca-case-section {
  background: #161616;
  position: relative;
  z-index: 11;
  padding-bottom: 0;
}

.ca-case-section:before {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.14);
  z-index: -1;
}

.ca-case-section .radial-shape {
  position: absolute;
  top: -13%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.ca-case-section .ca-case-wrap .ca-case-item {
  margin-bottom: 40px;
}

.ca-case-section .ca-case-wrap .ca-case-item .ca-case-content {
  padding: 25px 45px;
}

@media (max-width: 991px) {
  .ca-case-section .ca-case-wrap .ca-case-item .ca-case-content {
    padding: 20px 20px 0 20px;
  }
}

@media (max-width: 767px) {
  .ca-case-section .ca-case-wrap .ca-case-item .ca-case-content {
    padding: 20px 0 0 0;
  }
}

.ca-case-section .ca-case-wrap .ca-case-item .ca-case-content span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 153.8%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.63);
}

.ca-case-section .ca-case-wrap .ca-case-item .ca-case-content h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 103.3%;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .ca-case-section .ca-case-wrap .ca-case-item .ca-case-content h2 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .ca-case-section .ca-case-wrap .ca-case-item .ca-case-content h2 {
    font-size: 14px;
  }
}

.ca-case-section .ca-case-wrap .ca-case-item .ca-case-content h2 a {
  color: rgba(255, 255, 255, 0.85);
}

.ca-case-section .ca-case-wrap .ca-case-item .ca-case-content h2 a:hover {
  color: #FF5700;
}

.ca-case-section .ca-case-wrap .ca-case-item .ca-case-img img {
  width: 100%;
}

.ca-case-section .case-btn {
  text-align: center;
}

.digital-marque-sec {
  background: #161616;
  padding: 100px 0;
  position: relative;
  z-index: -1;
}

@media (max-width: 767px) {
  .digital-marque-sec {
    padding: 60px 0;
  }
}

.digital-marque-sec .d-shape {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  top: -100%;
}

.digital-marque-sec .digital-marque {
  position: relative;
  left: -10%;
  width: 120%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  -webkit-transform: rotate(3.18deg);
          transform: rotate(3.18deg);
  z-index: -1;
}

.digital-marque-sec .digital-marque .marquee {
  border: 1px solid rgba(255, 255, 255, 0.26);
  margin: 3px;
}

.digital-marque-sec .digital-marque .track {
  -webkit-animation: marquee 200s linear infinite;
          animation: marquee 200s linear infinite;
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.digital-marque-sec .digital-marque h1 {
  font-weight: 400;
  font-size: 137px;
  line-height: 171px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.26);
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .digital-marque-sec .digital-marque h1 {
    font-size: 100px;
    line-height: 120px;
  }
}

@media (max-width: 767px) {
  .digital-marque-sec .digital-marque h1 {
    font-size: 70px;
    line-height: 90px;
  }
}

/* 3.3 ca-about-section */
.ca-about-section {
  background: #161616;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .ca-about-section {
    padding-top: 0;
  }
}

.ca-about-section .ca-about-wrap {
  position: relative;
  z-index: 11;
}

.ca-about-section .ca-about-wrap .ca-about-text h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .ca-about-section .ca-about-wrap .ca-about-text h2 {
    font-size: 35px;
  }
}

@media (max-width: 1199px) {
  .ca-about-section .ca-about-wrap .ca-about-text h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .ca-about-section .ca-about-wrap .ca-about-text h2 {
    font-size: 25px;
  }
}

.ca-about-section .ca-about-wrap .ca-about-text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 153.8%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Mukta", sans-serif;
  max-width: 532px;
  margin-bottom: 30px;
}

.ca-about-section .ca-about-wrap .ca-about-text a {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-right: 30px;
}

.ca-about-section .ca-about-wrap .ca-about-text a:after {
  position: absolute;
  font-family: "flaticon";
  content: "\f125";
  top: 0px;
  right: 0px;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ca-about-section .ca-about-wrap .ca-about-text a:hover {
  color: #FF5700;
}

.ca-about-section .ca-about-wrap .ca-about-text a:hover:after {
  right: -3px;
}

.ca-about-section .ca-about-wrap .ca-about-img {
  position: relative;
}

@media (max-width: 991px) {
  .ca-about-section .ca-about-wrap .ca-about-img {
    margin-top: 40px;
  }
}

.ca-about-section .ca-about-wrap .ca-about-img .star-shape {
  position: absolute;
  top: 50px;
  left: -40px;
  -webkit-animation: circle 10s linear infinite;
          animation: circle 10s linear infinite;
}

@media (max-width: 575px) {
  .ca-about-section .ca-about-wrap .ca-about-img .star-shape {
    left: 40px;
  }
}

/* 3.4 ca-testimonial-area */
.ca-testimonial-area {
  background: #161616;
}

.ca-testimonial-area .quote {
  float: left;
  overflow: hidden;
  padding-right: 100px;
}

@media (max-width: 991px) {
  .ca-testimonial-area .quote {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .ca-testimonial-area .quote {
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .ca-testimonial-area .quote {
    float: none;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.ca-testimonial-area .quote .fi {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.26);
}

@media (max-width: 575px) {
  .ca-testimonial-area .quote .fi {
    font-size: 60px;
  }
}

.ca-testimonial-area .ca-testimonial-single-wrap {
  padding-left: 100px;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 11;
}

@media (max-width: 991px) {
  .ca-testimonial-area .ca-testimonial-single-wrap {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .ca-testimonial-area .ca-testimonial-single-wrap {
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .ca-testimonial-area .ca-testimonial-single-wrap {
    padding-top: 20px;
    padding-left: 0px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}

.ca-testimonial-area .ca-testimonial-single-wrap .ca-testimonial-active .item .ca-testimonial-text p {
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 149.8%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.71);
  font-family: "Lora", serif;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .ca-testimonial-area .ca-testimonial-single-wrap .ca-testimonial-active .item .ca-testimonial-text p {
    font-size: 18px;
  }
}

.ca-testimonial-area .ca-testimonial-single-wrap .ca-testimonial-active .item .ca-testimonial-text .ca-testimonial-info h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 153.8%;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 0;
}

.ca-testimonial-area .ca-testimonial-single-wrap .ca-testimonial-active .item .ca-testimonial-text .ca-testimonial-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 153.8%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.5);
}

.ca-testimonial-area .ca-testimonial-single-wrap .ca-testimonial-thumbnil-active {
  max-width: 265px;
  margin-top: 30px;
}

.ca-testimonial-area .ca-testimonial-single-wrap .ca-testimonial-thumbnil-active .item {
  position: relative;
}

.ca-testimonial-area .ca-testimonial-single-wrap .ca-testimonial-thumbnil-active .item .ca-testimonial-thumbnil-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.ca-testimonial-area .ca-testimonial-single-wrap .ca-testimonial-thumbnil-active .item .ca-testimonial-thumbnil-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #C4C4C4;
  opacity: 0.6;
  border-radius: 50%;
}

.ca-testimonial-area .ca-testimonial-single-wrap .ca-testimonial-thumbnil-active .item.slick-current.slick-active .ca-testimonial-thumbnil-img {
  cursor: default;
}

.ca-testimonial-area .ca-testimonial-single-wrap .ca-testimonial-thumbnil-active .item.slick-current.slick-active .ca-testimonial-thumbnil-img:before {
  opacity: 0;
}

.ca-testimonial-area .ca-testimonial-single-wrap .ca-testimonial-thumbnil-active .item img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

/* 3.5 ca-service-area */
.ca-service-area {
  background: #161616;
  position: relative;
  padding-bottom: 90px;
}

.ca-service-area:before {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 991px) {
  .ca-service-area {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .ca-service-area {
    padding-bottom: 50px;
  }
}

.ca-service-area .ab-shape {
  position: absolute;
  left: 0;
  top: -70%;
}

.ca-service-area .ca-service-wrap {
  position: relative;
  z-index: 11;
}

.ca-service-area .ca-service-wrap .ca-service-item {
  background: #232221;
  border: 2px solid #373737;
  border-radius: 12px;
  text-align: center;
  padding: 50px 40px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .ca-service-area .ca-service-wrap .ca-service-item {
    padding: 30px 20px;
  }
}

.ca-service-area .ca-service-wrap .ca-service-item .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: #373737;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ca-service-area .ca-service-wrap .ca-service-item .icon .fi:before {
  font-size: 50px;
  color: #FF5700;
}

.ca-service-area .ca-service-wrap .ca-service-item h2 {
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .ca-service-area .ca-service-wrap .ca-service-item h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.ca-service-area .ca-service-wrap .ca-service-item p {
  color: #C4C4C4;
  margin: 25px 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 153.8%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Mukta", sans-serif;
}

@media (max-width: 1399px) {
  .ca-service-area .ca-service-wrap .ca-service-item p {
    margin: 15px 0;
    font-size: 14px;
  }
}

.ca-service-area .ca-service-wrap .ca-service-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-right: 25px;
  position: relative;
  display: inline-block;
}

@media (max-width: 1399px) {
  .ca-service-area .ca-service-wrap .ca-service-item a {
    font-size: 13px;
  }
}

.ca-service-area .ca-service-wrap .ca-service-item a:before {
  position: absolute;
  right: 0px;
  top: 1px;
  content: "\f125";
  font-family: 'flaticon';
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ca-service-area .ca-service-wrap .ca-service-item a:hover {
  color: #FF5700;
}

.ca-service-area .ca-service-wrap .ca-service-item a:hover:before {
  right: -5px;
}

.ca-service-area .ca-service-wrap .ca-service-item:hover .icon {
  background: #FF5700;
}

.ca-service-area .ca-service-wrap .ca-service-item:hover .icon .fi:before {
  color: #fff;
}

/* 3.6 ca-partners-section */
.ca-partners-section {
  background: #161616;
  position: relative;
  z-index: 1;
}

.ca-partners-section:before {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.14);
  z-index: -1;
}

.ca-partners-section:after {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.14);
  z-index: -1;
}

.ca-partners-section .partner-shape {
  position: absolute;
  left: 25%;
  top: -70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.ca-partners-section .partners-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .ca-partners-section .partners-grids {
    margin: 0 -7px;
  }
}

.ca-partners-section .partners-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  background: #fff;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (max-width: 991px) {
  .ca-partners-section .partners-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .ca-partners-section .partners-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
  }
}

@media (max-width: 450px) {
  .ca-partners-section .partners-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

/*--------------------------------------------------------------
5. ca-terms-section
--------------------------------------------------------------*/
.ca-terms-section {
  background: #161616;
}

.ca-terms-section h4 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #fff;
}

.ca-terms-section .ca-terms-wrap .ca-terms-img img {
  width: 100%;
}

.ca-terms-section .ca-terms-wrap .ca-terms-text {
  padding-top: 30px;
}

.ca-terms-section .ca-terms-wrap .ca-terms-text h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  .ca-terms-section .ca-terms-wrap .ca-terms-text h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .ca-terms-section .ca-terms-wrap .ca-terms-text h2 {
    font-size: 25px;
  }
}

.ca-terms-section .ca-terms-wrap .ca-terms-text p {
  color: #C4C4C4;
}

.ca-terms-section .ca-terms-wrap .ca-terms-text ul {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 40px;
}

.ca-terms-section .ca-terms-wrap .ca-terms-text ul li {
  padding: 10px;
  position: relative;
  padding-left: 20px;
  color: #C4C4C4;
}

.ca-terms-section .ca-terms-wrap .ca-terms-text ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #FF5700;
  content: "";
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ca-terms-section .ca-terms-wrap .ca-terms-text .t-sub {
  padding: 20px 0;
}

.ca-terms-section .ca-terms-wrap .ca-terms-text .t-sub .ca-p-details-img {
  margin-bottom: 20px;
}

.ca-terms-section .ca-faq-section {
  margin-top: 30px;
}

.ca-terms-section .accordion-item {
  border: 0;
  border: 1px solid #2c2c2c;
  padding: 5px 20px;
  margin-bottom: 20px;
  background: #2c2c2c;
}

.ca-terms-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.ca-terms-section .accordion-item .accordion-body p {
  color: #C4C4C4;
}

.ca-terms-section .accordion-item button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-family: "Krona One", sans-serif;
}

.ca-terms-section .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-weight: 700;
}

.ca-terms-section .accordion-item button.collapsed {
  color: #fff;
}

.ca-terms-section .accordion-item button.collapsed::after {
  content: "\e61a";
}

.ca-terms-section .accordion-item button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #e1e1e1;
}

.ca-terms-section .accordion-item .accordion-collapse {
  border: 0;
}

.ca-terms-section .accordion-button {
  background: transparent;
}

.ca-terms-section .accordion-button:not(.collapsed) {
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.13);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.13);
}

/*=====================================================
6. ca-service-single
======================================================*/
.ca-service-single-area {
  background: #161616;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-single-title h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 130.5%;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .ca-service-single-area .ca-service-single-wrap .ca-service-single-title h3 {
    font-size: 25px;
  }
}

.ca-service-single-area .ca-service-single-wrap .ca-service-single-item {
  margin-bottom: 40px;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-single-item .ca-service-single-main-img {
  margin-bottom: 30px;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-single-item:last-child {
  margin-bottom: 0;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-single-item p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.ca-service-single-area .ca-service-single-wrap .list-widget {
  max-width: 590px;
}

.ca-service-single-area .ca-service-single-wrap .list-widget ul {
  list-style: none;
}

.ca-service-single-area .ca-service-single-wrap .list-widget ul li {
  padding: 10px 0;
  padding-left: 35px;
  position: relative;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.ca-service-single-area .ca-service-single-wrap .list-widget ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: rgba(255, 87, 0, 0.1);
  content: "\e64c";
  font-family: "themify";
  text-align: center;
  color: #FF5700;
  font-size: 14px;
}

.ca-service-single-area .ca-service-single-wrap .ca-p-details-img {
  margin-bottom: 10px;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-area {
  padding-bottom: 0;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-area:before {
  display: none;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-area .ca-service-item {
  padding: 20px;
  border: 1px solid #333;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-area .ca-service-item .fi:before {
  font-size: 40px;
  color: #fff;
}

@media (max-width: 1200px) {
  .ca-service-single-area .ca-service-single-wrap .ca-service-area .ca-service-item {
    padding: 20px 10px;
  }
}

.ca-service-single-area .ca-service-single-wrap .ca-service-area .ca-service-item h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 10px;
  color: #fff;
}

@media (max-width: 1400px) {
  .ca-service-single-area .ca-service-single-wrap .ca-service-area .ca-service-item h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .ca-service-single-area .ca-service-single-wrap .ca-service-area .ca-service-item h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .ca-service-single-area .ca-service-single-wrap .ca-service-area .ca-service-item h2 {
    font-size: 20px;
  }
}

.ca-service-single-area .ca-service-single-wrap .ca-service-area .ca-service-item p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area {
  padding: 30px;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area .ca-contact-title {
  margin-bottom: 30px;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area .ca-contact-title h2 {
  color: #fff;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area .ca-contact-form-area .col {
  margin-bottom: 30px;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area .ca-contact-form-area .form-control {
  height: 50px;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  background: #2c2c2c;
  color: rgba(255, 255, 255, 0.74);
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area .ca-contact-form-area .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area .ca-contact-form-area .form-control::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.74);
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area .ca-contact-form-area .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.74);
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area .ca-contact-form-area .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.74);
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area .ca-contact-form-area .form-control::placeholder {
  color: rgba(255, 255, 255, 0.74);
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area .ca-contact-form-area textarea.form-control {
  height: 120px;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area .ca-contact-form-area select.form-control {
  background: #2c2c2c url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}

.ca-service-single-area .ca-service-single-wrap .ca-service-contact-area .ca-contact-form-area .submit-area button {
  border-radius: 6px;
}

/*--------------------------------------------------------------
	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7. ca-blog-pg-section
--------------------------------------------------------------*/
.ca-blog-pg-section {
  background: #161616;
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.ca-blog-pg-section .ca-blog-content .post {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .ca-blog-pg-section .ca-blog-content .post {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .ca-blog-pg-section .ca-blog-content .post {
    margin-bottom: 40px;
  }
}

.ca-blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .ca-blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}

.ca-blog-pg-section .entry-meta ul {
  list-style: none;
}

.ca-blog-pg-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
  color: #C4C4C4;
}

.ca-blog-pg-section .entry-meta ul li a {
  color: #C4C4C4;
  text-decoration: underline;
}

.ca-blog-pg-section .entry-meta ul li a:hover {
  color: #FF5700;
}

.ca-blog-pg-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.ca-blog-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.ca-blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #FF5700;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .ca-blog-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .ca-blog-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ca-blog-pg-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .ca-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.ca-blog-pg-section .post h3 {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 600;
  margin: -0.27em 0 0.7em;
  font-family: "Krona One", sans-serif;
  color: #fff;
}

@media (max-width: 991px) {
  .ca-blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .ca-blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.ca-blog-pg-section .post h3 a {
  color: #fff;
}

.ca-blog-pg-section .post h3 a:hover {
  color: #FF5700;
}

.ca-blog-pg-section .post p {
  margin-bottom: 1.5em;
  color: #C4C4C4;
}

@media (max-width: 991px) {
  .ca-blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.ca-blog-pg-section .post a.read-more {
  text-decoration: underline;
  color: #969AA6;
  text-transform: uppercase;
  font-family: "Krona One", sans-serif;
  font-size: 16px;
}

.ca-blog-pg-section .post a.read-more:hover {
  color: #FF5700;
}

.ca-blog-pg-section .entry-media img {
  width: 100%;
}

.ca-blog-pg-section .format-standard,
.ca-blog-pg-section .format-quote {
  background-color: #1c1c1c;
  padding: 25px 35px 45px;
}

@media (max-width: 767px) {
  .ca-blog-pg-section .format-standard,
  .ca-blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.ca-blog-pg-section .format-standard {
  position: relative;
}

.ca-blog-pg-section .format-standard:before {
  position: absolute;
  right: 10px;
  top: 5px;
  content: "\f103";
  font-family: "flaticon";
  font-size: 90px;
  line-height: 80px;
  color: #282626;
}

.ca-blog-pg-section .format-gallery {
  position: relative;
}

.ca-blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ca-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #FF5700;
  color: #fff;
}

.ca-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: #FF5700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.ca-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}

.ca-blog-pg-section .format-gallery .owl-nav .owl-prev,
.ca-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ca-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}

.ca-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}

.ca-blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .ca-blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.ca-blog-pg-section .format-quote p {
  margin-bottom: 0;
}

.ca-blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f120";
  font-size: 250px;
  font-size: 16.66667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ca-blog-pg-section .format-quote h3,
.ca-blog-pg-section .format-quote p {
  position: relative;
}

.ca-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.ca-blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #1A284F;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.ca-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}

.ca-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 63px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.ca-blog-pg-section .format-video .video-holder a:before {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-animation: save-the-date-pulse 1s infinite;
  animation: save-the-date-pulse 1s infinite;
  border-radius: 50%;
  z-index: -1;
}

.ca-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #FF5700;
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .ca-blog-content {
    padding: 0;
  }
}

@-webkit-keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8. ca-blog-single-section
--------------------------------------------------------------*/
.ca-blog-single-section {
  background: #161616;
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.ca-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .ca-blog-single-section .entry-meta {
    margin: 25px 0;
  }
}

.ca-blog-single-section .entry-meta ul {
  list-style: none;
}

.ca-blog-single-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
  color: #969AA6;
}

.ca-blog-single-section .entry-meta ul li a {
  color: #969AA6;
  text-decoration: underline;
}

.ca-blog-single-section .entry-meta ul li a:hover {
  color: #FF5700;
}

.ca-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.ca-blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.ca-blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #FF5700;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .ca-blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .ca-blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ca-blog-single-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .ca-blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.ca-blog-single-section .entry-media img {
  width: 100%;
}

.ca-blog-single-section .post h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: "Krona One", sans-serif;
  color: #fff;
}

@media (max-width: 991px) {
  .ca-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .ca-blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.ca-blog-single-section .post p {
  margin-bottom: 1.5em;
  color: #969AA6;
}

.ca-blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .ca-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .ca-blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.ca-blog-single-section .post blockquote {
  background-color: #1c1c1c;
  color: #969AA6;
  font-size: 20px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .ca-blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.ca-blog-single-section .post blockquote:before {
  font-family: "flaticon";
  content: "\f103";
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #333;
  background-color: #1c1c1c;
  color: #FF5700;
  border-radius: 50%;
}

.ca-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}

.ca-blog-single-section .post .gallery > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

.ca-blog-single-section .post .gallery img {
  width: 100%;
}

.ca-blog-single-section .tag-share, .ca-blog-single-section .tag-share-s2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  margin: 75px 0 0;
  padding-bottom: 30px;
  color: #1A284F;
}

@media (max-width: 767px) {
  .ca-blog-single-section .tag-share, .ca-blog-single-section .tag-share-s2 {
    margin-top: 40px;
  }
}

.ca-blog-single-section .tag-share ul, .ca-blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.ca-blog-single-section .tag-share ul li, .ca-blog-single-section .tag-share-s2 ul li {
  float: left;
  color: #969AA6;
}

@media (max-width: 767px) {
  .ca-blog-single-section .tag-share ul li, .ca-blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}

.ca-blog-single-section .tag-share ul > li + li, .ca-blog-single-section .tag-share-s2 ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .ca-blog-single-section .tag-share ul > li + li, .ca-blog-single-section .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}

.ca-blog-single-section .tag-share .tag, .ca-blog-single-section .tag-share-s2 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ca-blog-single-section .tag-share .tag > span, .ca-blog-single-section .tag-share-s2 .tag > span {
  font-family: "Krona One", sans-serif;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}

.ca-blog-single-section .tag-share .tag ul, .ca-blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}

.ca-blog-single-section .tag-share .tag li, .ca-blog-single-section .tag-share-s2 .tag li {
  position: relative;
  color: #fff;
}

.ca-blog-single-section .tag-share .tag a, .ca-blog-single-section .tag-share-s2 .tag a {
  font-size: 12px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 5px 18px;
  color: #C4C4C4;
  background: #1c1c1c;
  border-radius: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .ca-blog-single-section .tag-share .tag a, .ca-blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.ca-blog-single-section .tag-share .tag a:hover, .ca-blog-single-section .tag-share-s2 .tag a:hover {
  color: #FF5700;
}

.ca-blog-single-section .tag-share-s2 {
  margin: 0;
  margin-top: 30px;
  border-bottom: 0;
}

.ca-blog-single-section .tag-share-s2 .tag a {
  padding: 0;
  font-size: 16px;
  font-size: 1.06667rem;
  text-transform: capitalize;
  background: none;
  text-decoration: underline;
  color: #969AA6;
}

.ca-blog-single-section .author-box {
  margin: 35px 0 60px;
}

.ca-blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .ca-blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.ca-blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}

.ca-blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .ca-blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.ca-blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
  color: #C4C4C4;
}

.ca-blog-single-section .author-box .author-name {
  font-family: "Krona One", sans-serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}

.ca-blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.ca-blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}

.ca-blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #fff;
}

.ca-blog-single-section .author-box .social-link a:hover {
  color: #FF5700;
}

.ca-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0 25px;
}

.ca-blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .ca-blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}

.ca-blog-single-section .more-posts > div > a {
  display: inline-block;
}

.ca-blog-single-section .more-posts .previous-post,
.ca-blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .ca-blog-single-section .more-posts .previous-post,
  .ca-blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.ca-blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .ca-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}

.ca-blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .ca-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.ca-blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .ca-blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.ca-blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.ca-blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .ca-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.ca-blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .ca-blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.ca-blog-single-section .more-posts .previous-post > a > span,
.ca-blog-single-section .more-posts .next-post > a > span {
  display: block;
}

.ca-blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.ca-blog-single-section .more-posts .post-name {
  font-family: "Krona One", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #C4C4C4;
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .ca-blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.ca-blog-single-section .more-posts a:hover .post-control-link {
  color: #FF5700;
}

.ca-blog-single-section .comments-area {
  margin-top: 70px;
}

.ca-blog-single-section .comments-area li > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 35px;
}

@media (max-width: 991px) {
  .ca-blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}

.ca-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.ca-blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.ca-blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}

.ca-blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}

@media (max-width: 991px) {
  .ca-blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.ca-blog-single-section .comments-area li > div {
  position: relative;
}

.ca-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .ca-blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.ca-blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}

.ca-blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .ca-blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.ca-blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
  color: #C4C4C4;
  font-size: 16px;
}

.ca-blog-single-section .comments-area .comments-meta h4 {
  font-family: "Krona One", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  margin: 0 0 1em;
}

.ca-blog-single-section .comments-area .comments-meta h4 span {
  font-size: 15px;
  font-size: 1rem;
  color: #969AA6;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Krona One", sans-serif;
}

@media (max-width: 767px) {
  .ca-blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.ca-blog-single-section .comments-area .comment-reply-link {
  font-family: "Krona One", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #C4C4C4;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Krona One", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ca-blog-single-section .comments-area .comment-reply-link:hover {
  color: #FF5700;
}

.ca-blog-single-section .comment-respond {
  margin-top: 70px;
}

.ca-blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

@media (max-width: 991px) {
  .ca-blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.ca-blog-single-section .comment-respond form input,
.ca-blog-single-section .comment-respond form textarea {
  background: #2c2c2c;
  width: 100%;
  height: 55px;
  border: 1px solid #2c2c2c;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ca-blog-single-section .comment-respond form input:focus,
.ca-blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #FF5700;
}

@media (max-width: 991px) {
  .ca-blog-single-section .comment-respond form input,
  .ca-blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.ca-blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .ca-blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.ca-blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.ca-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .ca-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
    width: 100%;
    float: none;
  }
}

.ca-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .ca-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.ca-blog-single-section .comment-respond .form-submit input {
  font-family: "Krona One", sans-serif;
  max-width: 180px;
  background-color: #2c2c2c;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  border-radius: 30px;
}

.ca-blog-single-section .comment-respond .form-submit input:hover {
  background-color: #FF5700;
}

@media screen and (min-width: 1200px) {
  .ca-blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9. ca-contact-pg-section
--------------------------------------------------------------*/
.ca-contact-pg-section {
  padding-bottom: 0px;
  background: #161616;
}

.ca-contact-pg-section .ca-contact-title {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .ca-contact-pg-section .ca-contact-title {
    margin-bottom: 30px;
  }
}

.ca-contact-pg-section .ca-contact-title h2 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 575px) {
  .ca-contact-pg-section .ca-contact-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.ca-contact-pg-section .ca-contact-title p {
  color: #C4C4C4;
  font-size: 14px;
}

.ca-contact-pg-section form input,
.ca-contact-pg-section form select,
.ca-contact-pg-section form textarea {
  height: 50px;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  background: #2c2c2c;
  color: rgba(255, 255, 255, 0.74);
  color: #fff;
}

@media (max-width: 991px) {
  .ca-contact-pg-section form input,
  .ca-contact-pg-section form select,
  .ca-contact-pg-section form textarea {
    height: 45px;
  }
}

.ca-contact-pg-section form input:focus,
.ca-contact-pg-section form select:focus,
.ca-contact-pg-section form textarea:focus {
  border-color: #FF5700;
  background: #2c2c2c;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.ca-contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}

.ca-contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}

.ca-contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.ca-contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.ca-contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.ca-contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.ca-contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.ca-contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .ca-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}

.ca-contact-pg-section form .submit-area .ca-btn {
  border-radius: 30px;
  font-family: "Krona One", sans-serif;
  font-size: 16px;
}

.ca-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}

@media (max-width: 600px) {
  .ca-contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}

.ca-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}

.ca-contact-pg-section .office-info {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .ca-contact-pg-section .office-info {
    padding-bottom: 60px;
  }
}

@media (max-width: 1200px) {
  .ca-contact-pg-section .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .ca-contact-pg-section .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}

.ca-contact-pg-section .office-info .office-info-item {
  text-align: center;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 19px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 19px 0 rgba(0, 0, 0, 0.2);
  padding: 40px;
}

.ca-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #242424;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}

.ca-contact-pg-section .office-info .office-info-item .office-info-icon i {
  font-size: 40px;
  color: #FF5700;
}

.ca-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 25px;
  font-weight: 500;
  margin: 20px 0;
  color: #fff;
}

.ca-contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
  font-size: 14px;
  color: #C4C4C4;
}

.ca-contact-pg-section .ca-contact-form-area {
  padding: 50px;
  background: #201f1f;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-bottom: 0;
  margin-bottom: -125px;
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .ca-contact-pg-section .ca-contact-form-area {
    padding: 30px;
    padding-top: 50px;
  }
}

.ca-contact-map-section .ca-contact-map {
  height: 550px;
}

.ca-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.ca-contact-map-section h2.hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */