/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
01. Google Fonts
02. Color Variable
03. Typography
04. Preloader
05. Spacing
06. General
07. Slider
08. Video Modal
09. Header
10. Footer
11. Sidebar
12. Hero
13. Iconbox
14. Posts
15. Testimonial
16. Counter
17. Case Study
18. Team
19. About
20. Pricing
21. Cards
22. Tabs
23. Service
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 01.  Google Fonts Integration
----------------------------------------------------------------*/
/* Start Poppins */
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/public-sans/PublicSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/public-sans/PublicSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/public-sans/PublicSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/public-sans/PublicSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/public-sans/PublicSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/public-sans/PublicSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/public-sans/PublicSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* Start Poppins */
/*--------------------------------------------------------------
02. Color Variable
----------------------------------------------------------------*/
:root {
  --white-color: #fff;
  --white-color-2: rgba(255, 255, 255, 0.70);
  --black-color: #000;
  --heading-color: #17012C;
  --body-color: #515151;
  --blue-color: #3F66EF;
  --green-dark: #064135;
  --accent-color: #EA7010;
  --border-color: #454750;
  --gray-color: #F6F3FE;
  --gray-color-2: #EEE3FA;
  --gray-color-3: #E6E6E6;
  --heading-font: "Public Sans", sans-serif;
}

/*--------------------------------------------------------------
03. Typography
----------------------------------------------------------------*/
body,
html {
  color: var(--body-color);
  font-family: var(--heading-font);
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--heading-color);
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.2em;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
  line-height: 1.6em;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: var(--body-color);
}
table td,
table th {
  border-top: 1px solid var(--border-color);
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: var(--body-color);
  border: 1px solid var(--border-color);
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: var(--body-color);
  border-radius: 5px;
}

input,
textarea {
  color: var(--heading-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*--------------------------------------------------------------
  04. Preloader
----------------------------------------------------------------*/
.cs_preloader {
  position: fixed;
  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;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100vh;
  font-size: 80px;
  background-color: var(--white-color);
}

.cs_preloader_in {
  width: 130px;
  height: 130px;
  position: relative;
  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;
  text-align: center;
  padding: 30px;
  border-radius: 50%;
}
.cs_preloader_in:after, .cs_preloader_in:before {
  content: "";
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  margin-left: -65px;
  margin-top: -65px;
}
.cs_preloader_in:after {
  border-color: transparent;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  z-index: 2;
}
.cs_preloader_in:before {
  border-color: currentColor;
  opacity: 0.2;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
  05. Spacing
----------------------------------------------------------------*/
.cs_mb_1 {
  margin-bottom: 1px;
}

.cs_mb_2 {
  margin-bottom: 2px;
}

.cs_mb_3 {
  margin-bottom: 3px;
}

.cs_mb_4 {
  margin-bottom: 4px;
}

.cs_mb_5 {
  margin-bottom: 5px;
}

.cs_mb_6 {
  margin-bottom: 6px;
}

.cs_mb_7 {
  margin-bottom: 7px;
}

.cs_mb_8 {
  margin-bottom: 8px;
}

.cs_mb_9 {
  margin-bottom: 9px;
}

.cs_mb_10 {
  margin-bottom: 10px;
}

.cs_mb_11 {
  margin-bottom: 11px;
}

.cs_mb_12 {
  margin-bottom: 12px;
}

.cs_mb_13 {
  margin-bottom: 13px;
}

.cs_mb_14 {
  margin-bottom: 14px;
}

.cs_mb_15 {
  margin-bottom: 15px;
}

.cs_mb_16 {
  margin-bottom: 16px;
}

.cs_mb_17 {
  margin-bottom: 17px;
}

.cs_mb_18 {
  margin-bottom: 18px;
}

.cs_mb_19 {
  margin-bottom: 19px;
}

.cs_mb_20 {
  margin-bottom: 20px;
}

.cs_mb_21 {
  margin-bottom: 21px;
}

.cs_mb_22 {
  margin-bottom: 22px;
}

.cs_mb_23 {
  margin-bottom: 23px;
}

.cs_mb_24 {
  margin-bottom: 24px;
}

.cs_mb_25 {
  margin-bottom: 25px;
}

.cs_mb_26 {
  margin-bottom: 26px;
}

.cs_mb_27 {
  margin-bottom: 27px;
}

.cs_mb_28 {
  margin-bottom: 28px;
}

.cs_mb_29 {
  margin-bottom: 29px;
}

.cs_mb_30 {
  margin-bottom: 30px;
}

.cs_mb_31 {
  margin-bottom: 31px;
}

.cs_mb_32 {
  margin-bottom: 32px;
}

.cs_mb_33 {
  margin-bottom: 33px;
}

.cs_mb_34 {
  margin-bottom: 34px;
}

.cs_mb_35 {
  margin-bottom: 35px;
}

.cs_mb_36 {
  margin-bottom: 36px;
}

.cs_mb_37 {
  margin-bottom: 37px;
}

.cs_mb_38 {
  margin-bottom: 38px;
}

.cs_mb_39 {
  margin-bottom: 39px;
}

.cs_mb_40 {
  margin-bottom: 40px;
}

.cs_mb_41 {
  margin-bottom: 41px;
}

.cs_mb_42 {
  margin-bottom: 42px;
}

.cs_mb_43 {
  margin-bottom: 43px;
}

.cs_mb_44 {
  margin-bottom: 44px;
}

.cs_mb_45 {
  margin-bottom: 45px;
}

.cs_mb_46 {
  margin-bottom: 46px;
}

.cs_mb_47 {
  margin-bottom: 47px;
}

.cs_mb_48 {
  margin-bottom: 48px;
}

.cs_mb_49 {
  margin-bottom: 49px;
}

.cs_mb_50 {
  margin-bottom: 50px;
}

.cs_mb_51 {
  margin-bottom: 51px;
}

.cs_mb_52 {
  margin-bottom: 52px;
}

.cs_mb_53 {
  margin-bottom: 53px;
}

.cs_mb_54 {
  margin-bottom: 54px;
}

.cs_mb_55 {
  margin-bottom: 55px;
}

.cs_mb_56 {
  margin-bottom: 56px;
}

.cs_mb_57 {
  margin-bottom: 57px;
}

.cs_mb_58 {
  margin-bottom: 58px;
}

.cs_mb_59 {
  margin-bottom: 59px;
}

.cs_mb_60 {
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .cs_height_1 {
    height: 1px;
  }
  .cs_height_2 {
    height: 2px;
  }
  .cs_height_3 {
    height: 3px;
  }
  .cs_height_4 {
    height: 4px;
  }
  .cs_height_5 {
    height: 5px;
  }
  .cs_height_6 {
    height: 6px;
  }
  .cs_height_7 {
    height: 7px;
  }
  .cs_height_8 {
    height: 8px;
  }
  .cs_height_9 {
    height: 9px;
  }
  .cs_height_10 {
    height: 10px;
  }
  .cs_height_11 {
    height: 11px;
  }
  .cs_height_12 {
    height: 12px;
  }
  .cs_height_13 {
    height: 13px;
  }
  .cs_height_14 {
    height: 14px;
  }
  .cs_height_15 {
    height: 15px;
  }
  .cs_height_16 {
    height: 16px;
  }
  .cs_height_17 {
    height: 17px;
  }
  .cs_height_18 {
    height: 18px;
  }
  .cs_height_19 {
    height: 19px;
  }
  .cs_height_20 {
    height: 20px;
  }
  .cs_height_21 {
    height: 21px;
  }
  .cs_height_22 {
    height: 22px;
  }
  .cs_height_23 {
    height: 23px;
  }
  .cs_height_24 {
    height: 24px;
  }
  .cs_height_25 {
    height: 25px;
  }
  .cs_height_26 {
    height: 26px;
  }
  .cs_height_27 {
    height: 27px;
  }
  .cs_height_28 {
    height: 28px;
  }
  .cs_height_29 {
    height: 29px;
  }
  .cs_height_30 {
    height: 30px;
  }
  .cs_height_31 {
    height: 31px;
  }
  .cs_height_32 {
    height: 32px;
  }
  .cs_height_33 {
    height: 33px;
  }
  .cs_height_34 {
    height: 34px;
  }
  .cs_height_35 {
    height: 35px;
  }
  .cs_height_36 {
    height: 36px;
  }
  .cs_height_37 {
    height: 37px;
  }
  .cs_height_38 {
    height: 38px;
  }
  .cs_height_39 {
    height: 39px;
  }
  .cs_height_40 {
    height: 40px;
  }
  .cs_height_41 {
    height: 41px;
  }
  .cs_height_42 {
    height: 42px;
  }
  .cs_height_43 {
    height: 43px;
  }
  .cs_height_44 {
    height: 44px;
  }
  .cs_height_45 {
    height: 45px;
  }
  .cs_height_46 {
    height: 46px;
  }
  .cs_height_47 {
    height: 47px;
  }
  .cs_height_48 {
    height: 48px;
  }
  .cs_height_49 {
    height: 49px;
  }
  .cs_height_50 {
    height: 50px;
  }
  .cs_height_51 {
    height: 51px;
  }
  .cs_height_52 {
    height: 52px;
  }
  .cs_height_53 {
    height: 53px;
  }
  .cs_height_54 {
    height: 54px;
  }
  .cs_height_55 {
    height: 55px;
  }
  .cs_height_56 {
    height: 56px;
  }
  .cs_height_57 {
    height: 57px;
  }
  .cs_height_58 {
    height: 58px;
  }
  .cs_height_59 {
    height: 59px;
  }
  .cs_height_60 {
    height: 60px;
  }
  .cs_height_61 {
    height: 61px;
  }
  .cs_height_62 {
    height: 62px;
  }
  .cs_height_63 {
    height: 63px;
  }
  .cs_height_64 {
    height: 64px;
  }
  .cs_height_65 {
    height: 65px;
  }
  .cs_height_66 {
    height: 66px;
  }
  .cs_height_67 {
    height: 67px;
  }
  .cs_height_68 {
    height: 68px;
  }
  .cs_height_69 {
    height: 69px;
  }
  .cs_height_70 {
    height: 70px;
  }
  .cs_height_71 {
    height: 71px;
  }
  .cs_height_72 {
    height: 72px;
  }
  .cs_height_73 {
    height: 73px;
  }
  .cs_height_74 {
    height: 74px;
  }
  .cs_height_75 {
    height: 75px;
  }
  .cs_height_76 {
    height: 76px;
  }
  .cs_height_77 {
    height: 77px;
  }
  .cs_height_78 {
    height: 78px;
  }
  .cs_height_79 {
    height: 79px;
  }
  .cs_height_80 {
    height: 80px;
  }
  .cs_height_81 {
    height: 81px;
  }
  .cs_height_82 {
    height: 82px;
  }
  .cs_height_83 {
    height: 83px;
  }
  .cs_height_84 {
    height: 84px;
  }
  .cs_height_85 {
    height: 85px;
  }
  .cs_height_86 {
    height: 86px;
  }
  .cs_height_87 {
    height: 87px;
  }
  .cs_height_88 {
    height: 88px;
  }
  .cs_height_89 {
    height: 89px;
  }
  .cs_height_90 {
    height: 90px;
  }
  .cs_height_91 {
    height: 91px;
  }
  .cs_height_92 {
    height: 92px;
  }
  .cs_height_93 {
    height: 93px;
  }
  .cs_height_94 {
    height: 94px;
  }
  .cs_height_95 {
    height: 95px;
  }
  .cs_height_96 {
    height: 96px;
  }
  .cs_height_97 {
    height: 97px;
  }
  .cs_height_98 {
    height: 98px;
  }
  .cs_height_99 {
    height: 99px;
  }
  .cs_height_100 {
    height: 100px;
  }
  .cs_height_101 {
    height: 101px;
  }
  .cs_height_102 {
    height: 102px;
  }
  .cs_height_103 {
    height: 103px;
  }
  .cs_height_104 {
    height: 104px;
  }
  .cs_height_105 {
    height: 105px;
  }
  .cs_height_106 {
    height: 106px;
  }
  .cs_height_107 {
    height: 107px;
  }
  .cs_height_108 {
    height: 108px;
  }
  .cs_height_109 {
    height: 109px;
  }
  .cs_height_110 {
    height: 110px;
  }
  .cs_height_111 {
    height: 111px;
  }
  .cs_height_112 {
    height: 112px;
  }
  .cs_height_113 {
    height: 113px;
  }
  .cs_height_114 {
    height: 114px;
  }
  .cs_height_115 {
    height: 115px;
  }
  .cs_height_116 {
    height: 116px;
  }
  .cs_height_117 {
    height: 117px;
  }
  .cs_height_118 {
    height: 118px;
  }
  .cs_height_119 {
    height: 119px;
  }
  .cs_height_120 {
    height: 120px;
  }
  .cs_height_121 {
    height: 121px;
  }
  .cs_height_122 {
    height: 122px;
  }
  .cs_height_123 {
    height: 123px;
  }
  .cs_height_124 {
    height: 124px;
  }
  .cs_height_125 {
    height: 125px;
  }
  .cs_height_126 {
    height: 126px;
  }
  .cs_height_127 {
    height: 127px;
  }
  .cs_height_128 {
    height: 128px;
  }
  .cs_height_129 {
    height: 129px;
  }
  .cs_height_130 {
    height: 130px;
  }
  .cs_height_131 {
    height: 131px;
  }
  .cs_height_132 {
    height: 132px;
  }
  .cs_height_133 {
    height: 133px;
  }
  .cs_height_134 {
    height: 134px;
  }
  .cs_height_135 {
    height: 135px;
  }
  .cs_height_136 {
    height: 136px;
  }
  .cs_height_137 {
    height: 137px;
  }
  .cs_height_138 {
    height: 138px;
  }
  .cs_height_139 {
    height: 139px;
  }
  .cs_height_140 {
    height: 140px;
  }
  .cs_height_141 {
    height: 141px;
  }
  .cs_height_142 {
    height: 142px;
  }
  .cs_height_143 {
    height: 143px;
  }
  .cs_height_144 {
    height: 144px;
  }
  .cs_height_145 {
    height: 145px;
  }
  .cs_height_146 {
    height: 146px;
  }
  .cs_height_147 {
    height: 147px;
  }
  .cs_height_148 {
    height: 148px;
  }
  .cs_height_149 {
    height: 149px;
  }
  .cs_height_150 {
    height: 150px;
  }
}
@media screen and (max-width: 991px) {
  .cs_height_lg_1 {
    height: 1px;
  }
  .cs_height_lg_2 {
    height: 2px;
  }
  .cs_height_lg_3 {
    height: 3px;
  }
  .cs_height_lg_4 {
    height: 4px;
  }
  .cs_height_lg_5 {
    height: 5px;
  }
  .cs_height_lg_6 {
    height: 6px;
  }
  .cs_height_lg_7 {
    height: 7px;
  }
  .cs_height_lg_8 {
    height: 8px;
  }
  .cs_height_lg_9 {
    height: 9px;
  }
  .cs_height_lg_10 {
    height: 10px;
  }
  .cs_height_lg_11 {
    height: 11px;
  }
  .cs_height_lg_12 {
    height: 12px;
  }
  .cs_height_lg_13 {
    height: 13px;
  }
  .cs_height_lg_14 {
    height: 14px;
  }
  .cs_height_lg_15 {
    height: 15px;
  }
  .cs_height_lg_16 {
    height: 16px;
  }
  .cs_height_lg_17 {
    height: 17px;
  }
  .cs_height_lg_18 {
    height: 18px;
  }
  .cs_height_lg_19 {
    height: 19px;
  }
  .cs_height_lg_20 {
    height: 20px;
  }
  .cs_height_lg_21 {
    height: 21px;
  }
  .cs_height_lg_22 {
    height: 22px;
  }
  .cs_height_lg_23 {
    height: 23px;
  }
  .cs_height_lg_24 {
    height: 24px;
  }
  .cs_height_lg_25 {
    height: 25px;
  }
  .cs_height_lg_26 {
    height: 26px;
  }
  .cs_height_lg_27 {
    height: 27px;
  }
  .cs_height_lg_28 {
    height: 28px;
  }
  .cs_height_lg_29 {
    height: 29px;
  }
  .cs_height_lg_30 {
    height: 30px;
  }
  .cs_height_lg_31 {
    height: 31px;
  }
  .cs_height_lg_32 {
    height: 32px;
  }
  .cs_height_lg_33 {
    height: 33px;
  }
  .cs_height_lg_34 {
    height: 34px;
  }
  .cs_height_lg_35 {
    height: 35px;
  }
  .cs_height_lg_36 {
    height: 36px;
  }
  .cs_height_lg_37 {
    height: 37px;
  }
  .cs_height_lg_38 {
    height: 38px;
  }
  .cs_height_lg_39 {
    height: 39px;
  }
  .cs_height_lg_40 {
    height: 40px;
  }
  .cs_height_lg_41 {
    height: 41px;
  }
  .cs_height_lg_42 {
    height: 42px;
  }
  .cs_height_lg_43 {
    height: 43px;
  }
  .cs_height_lg_44 {
    height: 44px;
  }
  .cs_height_lg_45 {
    height: 45px;
  }
  .cs_height_lg_46 {
    height: 46px;
  }
  .cs_height_lg_47 {
    height: 47px;
  }
  .cs_height_lg_48 {
    height: 48px;
  }
  .cs_height_lg_49 {
    height: 49px;
  }
  .cs_height_lg_50 {
    height: 50px;
  }
  .cs_height_lg_51 {
    height: 51px;
  }
  .cs_height_lg_52 {
    height: 52px;
  }
  .cs_height_lg_53 {
    height: 53px;
  }
  .cs_height_lg_54 {
    height: 54px;
  }
  .cs_height_lg_55 {
    height: 55px;
  }
  .cs_height_lg_56 {
    height: 56px;
  }
  .cs_height_lg_57 {
    height: 57px;
  }
  .cs_height_lg_58 {
    height: 58px;
  }
  .cs_height_lg_59 {
    height: 59px;
  }
  .cs_height_lg_60 {
    height: 60px;
  }
  .cs_height_lg_61 {
    height: 61px;
  }
  .cs_height_lg_62 {
    height: 62px;
  }
  .cs_height_lg_63 {
    height: 63px;
  }
  .cs_height_lg_64 {
    height: 64px;
  }
  .cs_height_lg_65 {
    height: 65px;
  }
  .cs_height_lg_66 {
    height: 66px;
  }
  .cs_height_lg_67 {
    height: 67px;
  }
  .cs_height_lg_68 {
    height: 68px;
  }
  .cs_height_lg_69 {
    height: 69px;
  }
  .cs_height_lg_70 {
    height: 70px;
  }
  .cs_height_lg_71 {
    height: 71px;
  }
  .cs_height_lg_72 {
    height: 72px;
  }
  .cs_height_lg_73 {
    height: 73px;
  }
  .cs_height_lg_74 {
    height: 74px;
  }
  .cs_height_lg_75 {
    height: 75px;
  }
  .cs_height_lg_76 {
    height: 76px;
  }
  .cs_height_lg_77 {
    height: 77px;
  }
  .cs_height_lg_78 {
    height: 78px;
  }
  .cs_height_lg_79 {
    height: 79px;
  }
  .cs_height_lg_80 {
    height: 80px;
  }
  .cs_height_lg_81 {
    height: 81px;
  }
  .cs_height_lg_82 {
    height: 82px;
  }
  .cs_height_lg_83 {
    height: 83px;
  }
  .cs_height_lg_84 {
    height: 84px;
  }
  .cs_height_lg_85 {
    height: 85px;
  }
  .cs_height_lg_86 {
    height: 86px;
  }
  .cs_height_lg_87 {
    height: 87px;
  }
  .cs_height_lg_88 {
    height: 88px;
  }
  .cs_height_lg_89 {
    height: 89px;
  }
  .cs_height_lg_90 {
    height: 90px;
  }
  .cs_height_lg_91 {
    height: 91px;
  }
  .cs_height_lg_92 {
    height: 92px;
  }
  .cs_height_lg_93 {
    height: 93px;
  }
  .cs_height_lg_94 {
    height: 94px;
  }
  .cs_height_lg_95 {
    height: 95px;
  }
  .cs_height_lg_96 {
    height: 96px;
  }
  .cs_height_lg_97 {
    height: 97px;
  }
  .cs_height_lg_98 {
    height: 98px;
  }
  .cs_height_lg_99 {
    height: 99px;
  }
  .cs_height_lg_100 {
    height: 100px;
  }
  .cs_height_lg_101 {
    height: 101px;
  }
  .cs_height_lg_102 {
    height: 102px;
  }
  .cs_height_lg_103 {
    height: 103px;
  }
  .cs_height_lg_104 {
    height: 104px;
  }
  .cs_height_lg_105 {
    height: 105px;
  }
  .cs_height_lg_106 {
    height: 106px;
  }
  .cs_height_lg_107 {
    height: 107px;
  }
  .cs_height_lg_108 {
    height: 108px;
  }
  .cs_height_lg_109 {
    height: 109px;
  }
  .cs_height_lg_110 {
    height: 110px;
  }
  .cs_height_lg_111 {
    height: 111px;
  }
  .cs_height_lg_112 {
    height: 112px;
  }
  .cs_height_lg_113 {
    height: 113px;
  }
  .cs_height_lg_114 {
    height: 114px;
  }
  .cs_height_lg_115 {
    height: 115px;
  }
  .cs_height_lg_116 {
    height: 116px;
  }
  .cs_height_lg_117 {
    height: 117px;
  }
  .cs_height_lg_118 {
    height: 118px;
  }
  .cs_height_lg_119 {
    height: 119px;
  }
  .cs_height_lg_120 {
    height: 120px;
  }
  .cs_height_lg_121 {
    height: 121px;
  }
  .cs_height_lg_122 {
    height: 122px;
  }
  .cs_height_lg_123 {
    height: 123px;
  }
  .cs_height_lg_124 {
    height: 124px;
  }
  .cs_height_lg_125 {
    height: 125px;
  }
  .cs_height_lg_126 {
    height: 126px;
  }
  .cs_height_lg_127 {
    height: 127px;
  }
  .cs_height_lg_128 {
    height: 128px;
  }
  .cs_height_lg_129 {
    height: 129px;
  }
  .cs_height_lg_130 {
    height: 130px;
  }
  .cs_height_lg_131 {
    height: 131px;
  }
  .cs_height_lg_132 {
    height: 132px;
  }
  .cs_height_lg_133 {
    height: 133px;
  }
  .cs_height_lg_134 {
    height: 134px;
  }
  .cs_height_lg_135 {
    height: 135px;
  }
  .cs_height_lg_136 {
    height: 136px;
  }
  .cs_height_lg_137 {
    height: 137px;
  }
  .cs_height_lg_138 {
    height: 138px;
  }
  .cs_height_lg_139 {
    height: 139px;
  }
  .cs_height_lg_140 {
    height: 140px;
  }
  .cs_height_lg_141 {
    height: 141px;
  }
  .cs_height_lg_142 {
    height: 142px;
  }
  .cs_height_lg_143 {
    height: 143px;
  }
  .cs_height_lg_144 {
    height: 144px;
  }
  .cs_height_lg_145 {
    height: 145px;
  }
  .cs_height_lg_146 {
    height: 146px;
  }
  .cs_height_lg_147 {
    height: 147px;
  }
  .cs_height_lg_148 {
    height: 148px;
  }
  .cs_height_lg_149 {
    height: 149px;
  }
  .cs_height_lg_150 {
    height: 150px;
  }
}
/*--------------------------------------------------------------
  06. General
----------------------------------------------------------------*/
.cs_fs_12 {
  font-size: 12px;
}

.cs_fs_14 {
  font-size: 14px;
}

.cs_fs_15 {
  font-size: 15px;
}

.cs_fs_16 {
  font-size: 16px;
}

.cs_fs_18 {
  font-size: 18px;
  line-height: 1.56em;
}

.cs_fs_20 {
  font-size: 20px;
  line-height: 1.4em;
}

.cs_fs_22 {
  font-size: 22px;
  line-height: 1.4em;
}

.cs_fs_24 {
  font-size: 24px;
  line-height: 1.4em;
}

.cs_fs_30 {
  font-size: 30px;
  line-height: 1.533em;
}

.cs_fs_32 {
  font-size: 32px;
  line-height: 1.5em;
}

.cs_fs_36 {
  font-size: 36px;
  line-height: 1.5em;
}

.cs_fs_40 {
  font-size: 40px;
  line-height: 1.45em;
}

.cs_fs_48 {
  font-size: 48px;
  line-height: 1.21em;
}
@media (max-width: 767px) {
  .cs_fs_48 {
    font-size: 36px;
  }
}

.cs_fs_50 {
  font-size: 50px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .cs_fs_50 {
    font-size: 36px;
  }
}

.cs_heading_font {
  font-family: var(--heading-font);
}

.cs_body_font {
  font-family: var(--body-font);
}

.cs_light {
  font-weight: 300;
}

.cs_normal {
  font-weight: 400;
}

.cs_medium {
  font-weight: 500;
}

.cs_semibold {
  font-weight: 600;
}

.cs_bold {
  font-weight: 700;
}

.cs_extra_bold {
  font-weight: 800;
}

.cs_black {
  font-weight: 900;
}

.cs_radius_3 {
  border-radius: 3px;
}

.cs_radius_4 {
  border-radius: 4px;
}

.cs_radius_5 {
  border-radius: 5px;
}

.cs_radius_7 {
  border-radius: 7px;
}

.cs_radius_8 {
  border-radius: 8px;
}

.cs_radius_10 {
  border-radius: 10px;
}

.cs_radius_15 {
  border-radius: 15px;
}

.cs_radius_20 {
  border-radius: 20px;
}

.cs_radius_30 {
  border-radius: 30px;
}

.cs_radius_50 {
  border-radius: 50%;
}

.cs_mp_0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs_row_gap_30 {
  margin-left: -15px;
  margin-right: -15px;
}
.cs_row_gap_30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.cs_gap_y_16 {
  gap: 16px 0;
}

.cs_gap_y_20 {
  gap: 20px 0;
}

.cs_gap_y_24 {
  gap: 24px 0;
}

.cs_gap_y_30 {
  gap: 30px 0;
}

.cs_gap_y_35 {
  gap: 35px 0;
}

.cs_gap_y_40 {
  gap: 40px 0;
}

.cs_gap_y_45 {
  gap: 45px 0;
}

.cs_gap_y_50 {
  gap: 50px 0;
}

.cs_gap_y_60 {
  gap: 60px 0;
}

.cs_gap_y_65 {
  gap: 65px 0;
}

.cs_gap_y_80 {
  gap: 80px 0;
}

@media (max-width: 991px) {
  .cs_tab_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cs_phone_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid var(--border-color);
  opacity: 1;
}

.cs_bg_filed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs_bg_fixed {
  background-attachment: fixed;
}
@media (max-width: 1370px) {
  .cs_bg_fixed {
    background-attachment: initial;
  }
}

.cs_center {
  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;
}

.cs_white_color {
  color: var(--white-color);
}

.cs_white_color_2 {
  color: var(--white-color-2);
}

.cs_heading_color {
  color: var(--heading-color);
}

.cs_body_color {
  color: var(--body-color);
}

.cs_blue_color {
  color: var(--blue-color);
}

.cs_green_color {
  color: var(--green-dark);
}

.cs_accent_color {
  color: var(--accent-color);
}

.cs_white_bg {
  background-color: var(--white-color);
}

.cs_heading_bg {
  background-color: var(--heading-color);
}

.cs_blue_bg {
  background-color: var(--blue-color);
}

.cs_secondary_bg {
  background-color: var(--body-color);
}

.cs_orange_bg {
  background-color: var(--accent-color);
}

.cs_gray_bg {
  background-color: var(--gray-color);
}

.cs_gray_bg_1 {
  background-color: #F6F9FC;
}

.cs_gray_bg_2 {
  background-color: var(--gray-color);
}

.cs_gray_bg_3 {
  background-color: #F1EAFF;
}

.cs_accent_bg {
  background-color: var(--accent-color);
}

label {
  display: inline-block;
  margin-bottom: 7px;
}

.cs_pb_60 {
  padding-bottom: 60px;
}

.container-fluide {
  width: 100%;
  max-width: 1920px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container-fluide {
    padding: 0 12px;
  }
}

.cs_btn.cs_style_1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 20px 30px;
  background-color: var(--blue-color);
  line-height: 1em;
  color: var(--white-color);
  border-radius: 8px;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.cs_btn.cs_style_1 > * {
  position: relative;
  z-index: 1;
}
.cs_btn.cs_style_1::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  border-radius: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.6);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.6);
}
.cs_btn.cs_style_1:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.cs_player_btn {
  position: relative;
  width: 80px;
  height: 80px;
}
.cs_player_btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: inherit;
  z-index: 0;
  -webkit-animation: pulse-border 2000ms ease-out infinite;
          animation: pulse-border 2000ms ease-out infinite;
}
.cs_player_btn .cs_player_btn_icon {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
.cs_player_btn .cs_player_btn_icon span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.cs_call_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_call_btn .cs_call_btn_icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50px;
  height: 50px;
  color: var(--heading-color);
  border: 1px solid var(--heading-color);
}

.cs_view_service_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 25px 20px;
}
.cs_view_service_btn:hover {
  color: var(--blue-color);
}
.cs_view_service_btn:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(2979%) hue-rotate(219deg) brightness(99%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(2979%) hue-rotate(219deg) brightness(99%) contrast(89%);
}

.cs_scrollup_btn {
  width: 68px;
  height: 68px;
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.06);
  position: fixed;
  right: 30px;
  bottom: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_scrollup_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-animation: scale_full 3s cubic-bezier(0.28, 1.84, 0.55, -0.11) infinite;
          animation: scale_full 3s cubic-bezier(0.28, 1.84, 0.55, -0.11) infinite;
}
.cs_scrollup_btn svg {
  position: relative;
  z-index: 1;
}
.cs_scrollup_btn.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  cursor: pointer;
}

@-webkit-keyframes scale_full {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes scale_full {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.cs_full_screen_left {
  height: 100%;
  width: 50vw;
  margin-left: calc(-50vw + 100%);
}

.cs_full_screen_right {
  width: calc(50vw + 650px);
}

/*-----------------------------------
 Social Buttons
 ------------------------------------*/
.cs_social_btns.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cs_social_btns.cs_style_1 a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-color);
  color: var(--white-color-2);
}
.cs_social_btns.cs_style_1 a:hover {
  color: var(--white-color);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

/*-----------------------------------
 Start Review 
 ------------------------------------*/
.cs_rating_container {
  max-width: 150px;
}

.cs_rating_percentage,
.cs_rating {
  overflow: hidden;
}
.cs_rating_percentage::before,
.cs_rating::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
}

.cs_rating {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 24px;
  position: relative;
  color: var(--accent-color);
  font-size: 10px;
  letter-spacing: 7px;
}
.cs_rating::before {
  font-weight: 400;
}

.cs_rating_percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.cs_rating_percentage::before {
  font-weight: 900;
}

/*-----------------------------------
 Start Contact Section and Page
 ------------------------------------*/
.cs_custom_select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #3F66EF 50%), linear-gradient(135deg, #3F66EF 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 25px) calc(1em + 6px), calc(100% - 20px) calc(1em + 6px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  cursor: pointer;
}

.cs_form_field {
  display: block;
  width: 100%;
  padding: 13px 20px;
  border: 1px solid var(--gray-color-3);
  outline: none;
  resize: none;
  color: var(--body-color);
}
.cs_form_field::-webkit-input-placeholder {
  color: var(--body-color);
}
.cs_form_field::-moz-placeholder {
  color: var(--body-color);
}
.cs_form_field:-ms-input-placeholder {
  color: var(--body-color);
}
.cs_form_field::-ms-input-placeholder {
  color: var(--body-color);
}
.cs_form_field::placeholder {
  color: var(--body-color);
}
.cs_form_field:focus {
  border-color: var(--blue-color);
}

.cs_contact_form_wrapper {
  padding: 30px 40px 40px;
  margin-bottom: -1px;
}
.cs_contact_form_wrapper.cs_type_1 {
  padding: 0;
  padding-left: 60px;
}
.cs_contact_form_wrapper.cs_type_1 .cs_form_field {
  background-color: transparent;
  border-color: #D9DEEE;
}
.cs_contact_form_wrapper.cs_type_2 {
  height: 100%;
  padding: 60px;
  border: 1px solid #ECECEC;
}
@media (max-width: 1199px) {
  .cs_contact_form_wrapper.cs_type_1 {
    padding-left: 0;
  }
  .cs_contact_form_wrapper.cs_type_2 {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cs_contact_form_wrapper {
    padding: 30px 15px 40px;
  }
  .cs_contact_form_wrapper.cs_type_2 {
    padding: 30px 15px;
  }
}

.cs_contact_info_wrapper {
  max-width: 544px;
}
@media (max-width: 991px) {
  .cs_contact_info_wrapper {
    max-width: 100%;
  }
}

.cs_contact_form .cs_btn.cs_style_1 {
  border: 0;
  outline: 0;
  padding: 15px 25px;
}
.cs_contact_form.cs_type_1 label {
  color: var(--heading-color);
  font-weight: 600;
  text-transform: capitalize;
}
.cs_contact_form.cs_type_1 .cs_form_field {
  padding: 14px 20px;
  border: 0;
  outline: 0;
}
.cs_contact_form.cs_type_1 .cs_custom_select {
  background-position: calc(100% - 25px) calc(1em + 9px), calc(100% - 20px) calc(1em + 9px), calc(100% - 2.5em) 0.5em;
}
.cs_contact_form.cs_type_1 .cs_btn.cs_style_1 {
  padding: 13px 25px;
  margin-top: 12px;
}
.cs_contact_form.cs_type_2 {
  height: 100%;
}
.cs_contact_form.cs_type_2 .cs_form_field {
  border: 0;
  background-color: var(--gray-color-3);
}
.cs_contact_form.cs_type_2 .cs_btn.cs_style_1 {
  padding: 20px 25px;
  margin-top: auto;
}

.cs_contact_thumbnail {
  height: 100%;
  width: 100%;
  max-width: 699px;
  position: absolute;
  bottom: 0;
  right: -148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cs_contact_thumbnail > img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  .cs_contact_thumbnail {
    right: -80px;
  }
}
@media (max-width: 1400px) {
  .cs_contact_thumbnail {
    right: 0;
  }
}
@media (max-width: 991px) {
  .cs_contact_thumbnail {
    position: relative;
  }
}

.cs_contact_thumbnail_2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
}
.cs_contact_thumbnail_2 img {
  width: 100%;
}
@media (max-width: 991px) {
  .cs_contact_thumbnail_2 {
    position: initial;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.cs_contact_info_list li {
  padding: 25px 0;
  border-bottom: 1px solid rgba(81, 81, 81, 0.2);
}
.cs_contact_info_list li:first-child {
  padding-top: 0;
}
.cs_contact_info_list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.cs_contact_info_list.cs_type_1 li {
  padding: 20px 0;
  border-bottom: 1px solid #ECECEC;
}
.cs_contact_info_list.cs_type_1 li:first-child {
  padding-top: 0;
}
.cs_contact_info_list.cs_type_1 li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cs_contact_desc {
  padding: 60px;
  border: 1px solid #ECECEC;
}
.cs_contact_desc .cs_location_subtitle {
  padding-left: 20px;
  position: relative;
}
.cs_contact_desc .cs_location_subtitle span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid var(--blue-color);
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 0;
}
.cs_contact_desc .cs_location_subtitle span::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--blue-color);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .cs_contact_desc {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cs_contact_desc {
    padding: 30px 13px 30px 15px;
  }
}

.cs_location_map {
  width: 100%;
  height: 600px;
}
.cs_location_map iframe {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-filter: brightness(110%) grayscale(90%);
          filter: brightness(110%) grayscale(90%);
}
@media (max-width: 991px) {
  .cs_location_map {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .cs_location_map {
    height: 250px;
  }
}

.cs_contact_content {
  max-width: 1380px;
  margin: 0 auto;
}

.cs_contact_shape_1 {
  bottom: 0;
  right: -30px;
}

.cs_contact_shape_3 {
  bottom: 40px;
  left: 80px;
  -webkit-animation: spinAnimation 3s linear infinite;
          animation: spinAnimation 3s linear infinite;
}

.cs_contact_shape_4 {
  top: 20%;
  left: 48%;
  -webkit-animation: spinAnimation 3s linear infinite;
          animation: spinAnimation 3s linear infinite;
}

.cs_contact_shape_5 {
  top: 40%;
  left: 54%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation: circular-rotation 3s linear infinite;
          animation: circular-rotation 3s linear infinite;
}

.cs_contact_shape_6 {
  top: 5%;
  left: 88%;
  -webkit-animation: spinAnimation 3s linear infinite;
          animation: spinAnimation 3s linear infinite;
}

.cs_contact_shape_7 {
  bottom: 40px;
  right: 120px;
  -webkit-animation: spinAnimation 3s linear infinite;
          animation: spinAnimation 3s linear infinite;
}

.cs_contact_shape_8 {
  top: 120px;
  left: 7%;
  -webkit-animation: circular-rotation 20s linear infinite;
          animation: circular-rotation 20s linear infinite;
}

.cs_contact_shape_9 {
  top: 160px;
  left: 6%;
  -webkit-animation: circular-rotation 20s linear infinite;
          animation: circular-rotation 20s linear infinite;
  animation-direction: alternate-reverse;
}

.cs_contact_ellipse_1 {
  width: 386px;
  height: 386px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-radius: 386px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 70, 30, 0.5)), to(rgba(100, 97, 252, 0.5)));
  background: linear-gradient(180deg, rgba(252, 70, 30, 0.5) 0%, rgba(100, 97, 252, 0.5) 100%);
  -webkit-filter: blur(155px);
          filter: blur(155px);
  top: -10%;
  left: 60%;
}

.cs_contact_ellipse_2 {
  width: 360px;
  height: 360px;
  border-radius: 478px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 166, 255, 0.15)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(102, 166, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 120px;
  left: 23%;
}

.cs_contact_ellipse_3 {
  width: 676px;
  height: 553px;
  background-color: rgba(242, 107, 1, 0.25);
  -webkit-filter: blur(130px);
          filter: blur(130px);
  left: 40px;
  bottom: 0;
}

@media (max-width: 1600px) {
  .cs_contact_shape_8,
  .cs_contact_shape_9 {
    display: none;
  }
}
.cs_section_heading.cs_style_1 {
  position: relative;
  z-index: 1;
}
.cs_section_heading.cs_style_1 .cs_section_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_section_heading.cs_style_1 .cs_shape_left,
.cs_section_heading.cs_style_1 .cs_shape_right {
  display: inline-block;
  height: 1px;
  width: 10px;
  position: relative;
  background-color: currentColor;
  margin-top: 10px;
}
.cs_section_heading.cs_style_1 .cs_shape_left::before, .cs_section_heading.cs_style_1 .cs_shape_left::after,
.cs_section_heading.cs_style_1 .cs_shape_right::before,
.cs_section_heading.cs_style_1 .cs_shape_right::after {
  content: "";
  height: 100%;
  background-color: currentColor;
  position: absolute;
  top: 0;
}
.cs_section_heading.cs_style_1 .cs_shape_left::before,
.cs_section_heading.cs_style_1 .cs_shape_right::before {
  width: 300%;
  left: -33px;
}
.cs_section_heading.cs_style_1 .cs_shape_left::after,
.cs_section_heading.cs_style_1 .cs_shape_right::after {
  width: 50%;
  right: -8px;
}
.cs_section_heading.cs_style_1 .cs_shape_left {
  margin-right: 8px;
}
.cs_section_heading.cs_style_1 .cs_shape_right {
  margin-left: 33px;
}
.cs_section_heading.cs_style_1 .cs_line {
  width: auto;
  height: 1px;
  background-color: red;
}
@media (max-width: 1199px) {
  .cs_section_heading.cs_style_1 br {
    display: none;
  }
}
.cs_section_heading.cs_style_1.cs_type_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.cs_section_heading.cs_style_1.cs_type_2 {
  padding-left: 110px;
  margin-bottom: -15px;
}
.cs_section_heading.cs_style_1.cs_type_2 .cs_section_subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--white-color);
  padding: 0 24px;
}
.cs_section_heading.cs_style_1.cs_type_3 {
  padding-left: 67px;
  margin-bottom: -15px;
}
.cs_section_heading.cs_style_1.cs_type_3 .cs_section_subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(45, 54, 67, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(45, 54, 67, 0.05);
  border-radius: 46px;
  padding: 0 16px;
}
.cs_section_heading.cs_style_1.cs_type_4 {
  padding-right: 75px;
}
@media (max-width: 1199px) {
  .cs_section_heading.cs_style_1.cs_type_4 {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1.cs_type_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cs_section_heading.cs_style_1.cs_type_2 {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .cs_section_heading.cs_style_1.cs_type_2 .cs_section_subtitle {
    padding: 0;
  }
  .cs_section_heading.cs_style_1.cs_type_3 {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .cs_section_heading.cs_style_1.cs_type_3 svg {
    display: none;
  }
}

/*-----------------------------------------
 Progressbar
-------------------------------------------*/
.cs_progress_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.cs_progress_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 490px;
  font-weight: 500;
  margin-bottom: 5px;
}

.cs_progress {
  height: 7px;
  border: 1px solid var(--blue-color);
  border-radius: 15px;
  padding: 1px;
  max-width: 490px;
}
.cs_progress .cs_progress_in {
  height: 100%;
  border-radius: inherit;
  background-color: var(--blue-color);
  position: relative;
}
.cs_progress .cs_progress_in span {
  position: absolute;
  left: 95%;
  bottom: calc(100% + 5px);
}

/*-----------------------------------------
 Lists
-------------------------------------------*/
.cs_mp0 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs_list.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.cs_list.cs_style_1 li {
  padding-left: 30px;
  position: relative;
}
.cs_list.cs_style_1 li .cs_list_icon {
  width: 20px;
  height: 20px;
  padding: 4px;
  background-color: var(--blue-color);
  border-radius: 50%;
  font-size: 12px;
  color: var(--white-color);
  position: absolute;
  left: 0;
  top: 4px;
}
.cs_list.cs_style_1.cs_type_1 {
  gap: 2px;
}
.cs_list.cs_style_1.cs_type_1 .cs_list_icon {
  width: 16px;
  height: 16px;
  padding: 0;
  font-size: 16px;
  color: var(--blue-color);
  background-color: transparent;
  top: 5px;
}

/*-----------------------------------------
 FAQ & Accordian
-------------------------------------------*/
.cs_accordian.cs_style_1 .cs_accordian_head {
  padding: 24px 30px 22px 0;
  cursor: pointer;
}
.cs_accordian.cs_style_1 .cs_accordian_toggler {
  top: 24px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_accordian.cs_style_1 .cs_accordian_body {
  padding: 0 30px 22px 0;
  margin-top: -6px;
}
.cs_accordian.cs_style_1 .cs_accordian_body p {
  margin-bottom: 0;
}
.cs_accordian.cs_style_1:not(:last-child) {
  border-bottom: 1px solid rgba(23, 1, 44, 0.2);
}
.cs_accordian.cs_style_1.cs_type_1 {
  padding: 0 24px;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  border-bottom: 0;
}
.cs_accordian.cs_style_1.cs_type_1:not(:last-child) {
  margin-bottom: 16px;
}
.cs_accordian.cs_style_1.cs_type_1 .cs_accordian_head {
  padding: 26px 30px 26px 0;
}
.cs_accordian.cs_style_1.cs_type_1 .cs_accordian_body {
  margin-top: -10px;
}
.cs_accordian.cs_style_1.active .cs_accordian_head {
  pointer-events: none;
}
.cs_accordian.cs_style_1.active .cs_accordian_toggler {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--blue-color);
}
.cs_accordian.cs_style_1.active.cs_type_1 .cs_accordian_head h2 {
  color: var(--blue-color);
}

.cs_accordians {
  padding-left: 10px;
}

.cs_faq_header {
  padding-right: 28px;
}
@media (max-width: 1199px) {
  .cs_faq_header {
    padding-right: 0;
  }
}

.cs_faq_shape_1 {
  top: 50%;
  right: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs_faq_shape_2 {
  top: 75px;
  right: 80px;
}

/*-----------------------------------------
 Page heading
-------------------------------------------*/
.cs_page_heading {
  height: 410px;
  padding: 120px 0 50px;
}
@media (max-width: 991px) {
  .cs_page_heading {
    height: 400px;
  }
}
.cs_page_heading .cs_overlay {
  width: 100%;
  height: 100%;
  background: #161921;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.cs_page_heading > * {
  position: relative;
  z-index: 1;
}
.cs_page_heading .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  color: var(--white-color);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.cs_page_heading .breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 5px 10px;
  border: 2px solid var(--white-color);
  border-radius: 100px;
}
.cs_page_heading .breadcrumb-item {
  color: var(--white-color);
  opacity: 0.8;
}
.cs_page_heading .breadcrumb-item.active {
  color: var(--white-color);
  opacity: 1;
}

/*-----------------------------------------
 Hide common components
-------------------------------------------*/
@media (max-width: 1399px) {
  .cs_testimonial_pill_icon,
  .cs_video_shape_2,
  .cs_testimonial_shape_1,
  .cs_wave_1,
  .cs_wave_2,
  .cs_video_shape_1 {
    display: none;
  }
}
@-webkit-keyframes spinAnimaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
            transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
            transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
            transform: rotateX(-20deg) rotateY(360deg);
  }
}
@keyframes spinAnimaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
            transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
            transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
            transform: rotateX(-20deg) rotateY(360deg);
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.75);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.75);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.75);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.75);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cs_award_shape_1 {
    display: none;
  }
}
/*--------------------------------------------------------------
  07. Slider
----------------------------------------------------------------*/
.cs_slider {
  position: relative;
  z-index: 1;
}

.slick-arrow {
  cursor: pointer;
}

.draggable {
  cursor: url(../img/drag.webp) 16 9, ew-resize !important;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs_remove_overflow .slick-list {
  overflow: visible;
}
.cs_remove_overflow .slick-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cs_remove_overflow .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.cs_slider_gap_30 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.cs_slider_gap_30 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.cs_testimonial_slider .slick-slide:nth-child(odd) .cs_testimonial.cs_style_1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.cs_slider_arrows.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow,
.cs_slider_arrows.cs_style_1 .cs_right_arrow {
  height: 56px;
  width: 56px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 6px 10px 0px rgba(52, 55, 170, 0.15);
          box-shadow: 0px 6px 10px 0px rgba(52, 55, 170, 0.15);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow img,
.cs_slider_arrows.cs_style_1 .cs_right_arrow img {
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(31%) saturate(7482%) hue-rotate(220deg) brightness(100%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(35%) sepia(31%) saturate(7482%) hue-rotate(220deg) brightness(100%) contrast(88%);
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow:hover,
.cs_slider_arrows.cs_style_1 .cs_right_arrow:hover {
  background-color: var(--blue-color);
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow:hover img,
.cs_slider_arrows.cs_style_1 .cs_right_arrow:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(83deg) brightness(112%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(83deg) brightness(112%) contrast(101%);
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cs_slider_arrows.cs_style_1.cs_type_1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cs_slider_arrows.cs_style_1.cs_type_2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs_slider_arrows.cs_style_1.cs_type_2 .cs_left_arrow,
.cs_slider_arrows.cs_style_1.cs_type_2 .cs_right_arrow {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-color: var(--white-color);
  border: 1px solid var(--white-color);
}
.cs_slider_arrows.cs_style_1.cs_type_2 .cs_left_arrow img,
.cs_slider_arrows.cs_style_1.cs_type_2 .cs_right_arrow img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(83deg) brightness(112%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(83deg) brightness(112%) contrast(101%);
}
.cs_slider_arrows.cs_style_1.cs_type_2 .cs_left_arrow:hover,
.cs_slider_arrows.cs_style_1.cs_type_2 .cs_right_arrow:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.cs_slider_arrows.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_slider_arrows.cs_style_2 .cs_left_arrow,
.cs_slider_arrows.cs_style_2 .cs_right_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.cs_slider_arrows.cs_style_2 .cs_slider_arrow_icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 55px;
  height: 55px;
  border: 1px solid #ededed;
}
@media (max-width: 370px) {
  .cs_slider_arrows.cs_style_2 p {
    display: none;
  }
}

.cs_pagination.cs_style_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 35px;
  margin-left: 60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 15px;
}
.cs_pagination.cs_style_1 li {
  height: 12px;
  width: 12px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_pagination.cs_style_1 li.slick-active {
  background-color: var(--accent-color);
}
.cs_pagination.cs_style_1 button {
  display: none;
}

@media (max-width: 991px) {
  .cs_mobile_hide {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cs_mobile_show {
    display: none !important;
  }
}
/*---------------------------------------
 Horizontal Slider
-----------------------------------------*/
.cs_horizontal_slider_wrapper {
  overflow-x: hidden;
}
.cs_horizontal_slider_wrapper.cs_brands_wrapper {
  border-top: 2px solid rgba(42, 42, 42, 0.15);
  border-bottom: 2px solid rgba(42, 42, 42, 0.15);
}
.cs_horizontal_slider_wrapper.cs_brands_wrapper.cs_type_1 {
  border: 1px solid var(--gray-color-2);
}
.cs_horizontal_slider_wrapper:hover .cs_project_list,
.cs_horizontal_slider_wrapper:hover .cs_brands_list {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.cs_horizontal_slider_wrapper .cs_project_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0 15px;
  -webkit-animation: slide-left 40s linear infinite;
          animation: slide-left 40s linear infinite;
  animation-direction: reverse;
}

.cs_horizontal_slider_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}

/*---------------------------------------
 Horizontal Slider Brands
-----------------------------------------*/
.cs_brands {
  padding: 30px 0;
}

.cs_text_slider {
  padding: 22px 0;
  border-bottom: 1px solid rgba(23, 1, 44, 0.1);
}
.cs_text_slider::before {
  content: "";
  width: 70%;
  height: 1px;
  background-color: rgba(23, 1, 44, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.cs_brands_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  margin: 0 12px;
  -webkit-animation: slide-left 40s linear infinite;
          animation: slide-left 40s linear infinite;
}
.cs_brands_list .cs_brand {
  position: relative;
  z-index: 1;
}
.cs_brands_list .cs_brand img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-filter: brightness(0) saturate(100%) invert(3%) sepia(55%) saturate(7428%) hue-rotate(43deg) brightness(90%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(3%) sepia(55%) saturate(7428%) hue-rotate(43deg) brightness(90%) contrast(109%);
  opacity: 0.3;
}
.cs_brands_list .cs_brand:hover img {
  opacity: 1;
}
.cs_brands_list.cs_type_1 {
  gap: 60px;
  margin: 0 30px;
  padding: 46px 0 40px;
}
.cs_brands_list.cs_type_2 {
  gap: 56px;
  margin: 0 28px;
  padding: 64px 0 50px;
}
.cs_brands_list.cs_type_2 .cs_brand img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.cs_brands_list.cs_type_3 {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(23, 1, 44, 0.25);
  font-size: 120px;
  font-weight: 800;
  line-height: 1.2em;
}
.cs_brands_list.cs_type_4 {
  gap: 80px;
  margin: 0 40px;
}
.cs_brands_list.cs_type_4 .cs_brand img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.cs_brands_list > div {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .cs_brands_list.cs_type_3 {
    font-size: 88px;
  }
}

/*-----------------------------------------
 Single slider arrow & navigation
--------------------------------------------*/
.cs_single_product_thumb {
  padding-bottom: 30px;
}
.cs_single_product_thumb .slick-arrow {
  width: 56px;
  height: 56px;
  background-color: transparent;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  outline: 0;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  font-size: 0;
}
.cs_single_product_thumb .slick-arrow.slick-prev {
  -webkit-transform: translateX(-72px) rotate(180deg);
          transform: translateX(-72px) rotate(180deg);
}
.cs_single_product_thumb .slick-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.cs_single_product_thumb .slick-arrow:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
@media (max-width: 991px) {
  .cs_single_product_thumb {
    padding-top: 40px;
  }
  .cs_single_product_thumb .slick-arrow {
    top: 0;
  }
}

.cs_single_product_nav .cs_nav_img {
  width: 81px !important;
  height: 89px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_single_product_nav .cs_nav_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/polygon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_single_product_nav .cs_nav_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.cs_single_product_nav img .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.cs_single_product_nav .slick-slide {
  padding: 0 10px;
}
.cs_single_product_nav .slick-slide.slick-current .cs_nav_img {
  padding: 6px 5px;
}
.cs_single_product_nav .slick-slide.slick-current .cs_nav_img::before {
  opacity: 1;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*--------------------------------------------------------------
  08. Video Modal
----------------------------------------------------------------*/
.cs-pd-video .cs_video_open,
.cs-sample-img .cs_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.cs-pd-video .cs_video_open:hover,
.cs-sample-img .cs_video_open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cs_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.cs_video_popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
}

.cs_video_popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.cs_video_popup.active .cs_video_popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cs_video_popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.cs_video_popup.active .cs_video_popup-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cs_video_popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cs_video_popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.cs_video_popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs_video_popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cs_video_popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup-close:hover:before,
.cs_video_popup-close:hover:after {
  background: #000;
}

.cs_video_popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.cs_video_popup-align {
  overflow: hidden;
}

/*End Video Popup*/
/*--------------------------------------------------------------
09. Header
----------------------------------------------------------------*/
.cs_header_contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
  position: relative;
  z-index: 1;
}
.cs_header_contact_list li {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
}
.cs_header_contact_list li i {
  margin-right: 5px;
}
.cs_header_contact_list li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--white-color);
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.cs_header_contact_list li:last-child {
  padding-right: 0;
}
.cs_header_contact_list li:last-child::after {
  display: none;
}

.cs_header_search {
  width: 270px;
  position: absolute;
  top: 100%;
  margin-top: 20px;
  right: 0;
  background-color: var(--white-color);
  padding: 15px;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_header_search.active {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.cs_header_search .cs_header_search_input {
  padding: 12px 55px 12px 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 27, 0.2);
  width: 100%;
  outline: none;
}
.cs_header_search .cs_header_search_input:focus {
  border-color: var(--blue-color);
}
.cs_header_search .cs_header_search_btn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color: transparent;
  padding: 0;
  height: 40px;
  width: 40px;
  padding-bottom: 2px;
  color: var(--body-color);
}
.cs_header_search .cs_header_search_btn:hover {
  color: var(--blue-color);
}

.cs_site_header {
  position: absolute;
  z-index: 101;
  width: 100%;
  left: 0;
  top: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_site_header.cs_style_1 .cs_main_header_in,
.cs_site_header.cs_style_1 .cs_top_header_in {
  max-width: 1482px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
  height: 100px;
}
.cs_site_header.cs_style_1 .cs_top_header_shape {
  height: 100%;
}
.cs_site_header.cs_style_1 .cs_top_header_shape img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_site_header.cs_style_1 .cs_top_header_in {
  height: 50px;
}
.cs_site_header.cs_style_1 .cs_social_btns.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.cs_site_header.cs_style_1 .cs_social_btns.cs_style_1 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 0;
  color: var(--white-color);
  background-color: transparent;
}
.cs_site_header.cs_style_1 .cs_social_btns.cs_style_1 a:hover {
  color: var(--accent-color);
}
.cs_site_header.cs_style_1 .cs_main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.cs_site_header.cs_style_1 .cs_main_header_right .cs_btn.cs_style_1 {
  padding: 13px 25px;
}
.cs_site_header.cs_style_1 .cs_main_header_right .cs_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cs_site_header.cs_style_1 .cs_main_header_right .cs_open_sideheader:hover {
  color: var(--accent-color);
}
.cs_site_header.cs_style_1 .cs_main_header_right .cs_cart_btn {
  width: 45px;
  height: 45px;
  border: 1px solid var(--white-color);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_site_header.cs_style_1 .cs_main_header_right .cs_cart_btn span {
  width: 17px;
  height: 17px;
  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;
  border-radius: 50%;
  font-size: 12px;
  color: var(--white-color);
  background-color: var(--accent-color);
  position: absolute;
  top: -4px;
  right: -4px;
}
.cs_site_header.cs_style_1 .cs_main_header_right .cs_cart_btn:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
.cs_site_header.cs_style_1 .cs_main_header_right.active {
  color: var(--heading-color);
}
.cs_site_header.cs_style_1 .cs_main_header_right.active .cs_btn.cs_style_1,
.cs_site_header.cs_style_1 .cs_main_header_right.active .cs_cart_btn {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}
.cs_site_header.cs_style_1 .cs_main_header_right.active .cs_btn.cs_style_1:hover,
.cs_site_header.cs_style_1 .cs_main_header_right.active .cs_cart_btn:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_main_header_right {
    margin-right: 50px;
    gap: 5px 25px;
  }
}
@media (max-width: 575px) {
  .cs_site_header.cs_style_1 .cs_main_header_right {
    display: none;
  }
}
.cs_site_header.cs_style_1 .cs_search_toggle {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_site_header.cs_style_1 .cs_search_toggle:hover {
  color: var(--accent-color);
}
.cs_site_header.cs_style_1::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  bottom: 0;
}
.cs_site_header.cs_style_1.cs_type_1::after {
  display: none;
}
.cs_site_header.cs_style_1.cs_type_1 .cs_btn.cs_style_1 {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.cs_site_header.cs_style_1.cs_type_1 .cs_btn.cs_style_1.cs_blue_bg {
  background-color: var(--blue-color);
}
.cs_site_header.cs_style_1.cs_type_2 {
  background-color: var(--green-dark);
}
.cs_site_header.cs_style_1.cs_type_2::after {
  display: none;
}
.cs_site_header.cs_style_1.cs_type_2 .cs_btn.cs_style_1 {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.cs_site_header.cs_style_1.cs_type_2 .cs_main_header_right.active .cs_btn.cs_style_1 {
  background-color: var(--green-dark);
}

.cs_site_header.cs_style_1.cs_sticky_active {
  background-color: var(--white-color-color);
  -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
          box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}
.cs_site_header.cs_style_1.cs_gescout_show {
  top: 0 !important;
  opacity: 1;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}
.cs_site_header.cs_style_1.cs_gescout_show.cs_type_1 .cs_main_header {
  color: var(--heading-color);
}
.cs_site_header.cs_style_1.cs_gescout_show.cs_type_1 .cs_site_branding img {
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(83%) saturate(2084%) hue-rotate(217deg) brightness(95%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(32%) sepia(83%) saturate(2084%) hue-rotate(217deg) brightness(95%) contrast(98%);
}
.cs_site_header.cs_style_1.cs_gescout_show.cs_type_1 .cs_main_header_right .cs_cart_btn,
.cs_site_header.cs_style_1.cs_gescout_show.cs_type_1 .cs_main_header_right .cs_btn.cs_style_1 {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}
.cs_site_header.cs_style_1.cs_gescout_show.cs_type_1 .cs_main_header_right .cs_cart_btn:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
.cs_site_header.cs_style_1.cs_gescout_show.cs_type_2 {
  background-color: var(--white-color);
}
.cs_site_header.cs_style_1.cs_gescout_show.cs_type_2 .cs_main_header {
  color: var(--heading-color);
}
.cs_site_header.cs_style_1.cs_gescout_show.cs_type_2 .cs_site_branding img {
  -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(16%) saturate(2958%) hue-rotate(124deg) brightness(90%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(19%) sepia(16%) saturate(2958%) hue-rotate(124deg) brightness(90%) contrast(95%);
}
.cs_site_header.cs_style_1.cs_gescout_show.cs_type_2 .cs_main_header_right .cs_btn.cs_style_1 {
  background-color: var(--green-dark);
}

@media screen and (max-width: 1199px) {
  .cs_site_header.cs_style_1 .container {
    max-width: 100%;
  }
  .cs_top_header {
    display: none;
  }
  .cs_site_header.cs_style_1 .cs_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}
.cs_sticky_header .cs_top_header_in {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs_gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--white-color);
}
.cs_gescout_sticky.cs_site_header.cs_style_1 .cs_top_header_in,
.cs_gescout_sticky.cs_site_header.cs_style_1 .cs_top_header_shape {
  height: 0;
  opacity: 0;
}
.cs_gescout_sticky.cs_fixed_sticky {
  top: 0;
  opacity: 1;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}

.cs_site_branding {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.cs_main_header {
  position: relative;
}
.cs_main_header .container-fluid {
  padding-right: 120px;
  padding-left: 120px;
}

@media screen and (min-width: 1200px) {
  .cs_site_header.cs_style_1 .cs_main_header_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .cs_site_header.cs_style_1 .cs_main_header_left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    line-height: 1.6em;
  }
  .cs_nav .cs_nav_list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 60px;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li:last-child {
    margin-right: 0;
  }
  .cs_nav .cs_nav_list > li > a {
    padding: 10px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    height: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs_nav .cs_nav_list > li > ul {
    left: 0;
    top: calc(100% + 15px);
    pointer-events: none;
  }
  .cs_nav .cs_nav_list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a {
    position: relative;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a::after, .cs_nav .cs_nav_list > li.menu-item-has-children > a::before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 10px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(16px, -50%);
            transform: translate(16px, -50%);
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
    -webkit-transform: translate(16px, -50%) rotate(90deg);
            transform: translate(16px, -50%) rotate(90deg);
  }
  .cs_nav .cs_nav_list li:not(.cs_mega_menu) {
    position: relative;
  }
  .cs_nav .cs_nav_list ul {
    width: 260px;
    background-color: var(--white-color);
    color: var(--heading-color);
    position: absolute;
    border-top: 2px solid var(--accent-color);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
            box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list ul li:hover ul {
    top: 0px;
  }
  .cs_nav .cs_nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
  }
  .cs_nav .cs_nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs_nav + .cs_toolbox {
    margin-left: 40px;
  }
  .cs_menu_toggle,
  .cs_menu_dropdown_toggle {
    display: none;
  }
  .cs_nav .cs_nav_list .cs_mega_menu {
    position: relative;
  }
  .cs_nav .cs_nav_list > li ul:not(.cs_mega_wrapper) .menu-item-has-children > a {
    position: relative;
  }
}
@media screen and (max-width: 1600px) {
  .cs_main_header .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 1116px !important;
  }
  .cs_site_header_full_width .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .cs_main_header .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 100% !important;
  }
  .cs_site_header_full_width .container {
    padding: 0 15px;
  }
  .cs_menu_dropdown_toggle {
    position: absolute;
    height: 40px;
    width: 100%;
    top: -3px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 23px 18px;
    cursor: pointer;
    z-index: 3;
  }
  .cs_menu_dropdown_toggle span {
    display: block;
    position: relative;
    height: 10px;
    width: 10px;
  }
  .cs_menu_dropdown_toggle span:before, .cs_menu_dropdown_toggle span:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs_menu_dropdown_toggle span:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_menu_dropdown_toggle.active span:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .menu-item-has-children .menu-item-has-children .cs_menu_dropdown_toggle {
    padding: 20px 18px;
  }
  .cs_site_branding {
    position: relative;
    z-index: 101;
  }
  .cs_nav .cs_nav_list {
    position: fixed;
    width: 100vw;
    left: -100vw;
    background-color: var(--white-color);
    color: var(--heading-color);
    padding: 10px 0;
    top: 0;
    overflow: auto;
    min-height: 100vh;
    line-height: 1.6em;
    padding-top: 90px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list.cs_active {
    left: 0vw;
  }
  .cs_nav .cs_nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .cs_nav .cs_nav_list a {
    display: block;
    padding: 12px 15px;
    line-height: 16px;
  }
  .cs_nav .menu-item-has-children {
    position: relative;
  }
  .cs_animo_links > li > a .cs_animo_text {
    text-shadow: 0 32px 0 currentColor;
  }
  .cs_animo_links > li > a:hover span {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  /*Mobile Menu Button*/
  .cs_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
  }
  .cs_menu_toggle span,
  .cs_menu_toggle span:before,
  .cs_menu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .cs_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .cs_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  .cs_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  .cs_site_header.cs_style_1 .cs_menu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
  }
  .cs_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .cs_toggle_active span:before {
    background-color: var(--heading-color);
    margin-top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  .cs_toggle_active span:after {
    background-color: var(--heading-color);
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  .cs_nav .cs_nav_list a {
    position: relative;
  }
  .cs_site_header.cs_style_1 .cs_main_header_in {
    height: 80px;
  }
  .cs_site_header .current-menu-item > a:before {
    display: none;
  }
  .cs_site_header.cs_style_1 {
    top: 0;
  }
  .cs_site_header.cs_style_1.cs_type_1 .cs_site_branding.active img {
    -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(83%) saturate(2084%) hue-rotate(217deg) brightness(95%) contrast(98%);
            filter: brightness(0) saturate(100%) invert(32%) sepia(83%) saturate(2084%) hue-rotate(217deg) brightness(95%) contrast(98%);
  }
  .cs_site_header.cs_style_1.cs_type_2 .cs_site_branding.active img {
    -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(16%) saturate(2958%) hue-rotate(124deg) brightness(90%) contrast(95%);
            filter: brightness(0) saturate(100%) invert(19%) sepia(16%) saturate(2958%) hue-rotate(124deg) brightness(90%) contrast(95%);
  }
}
@media screen and (max-width: 991px) {
  .cs_site_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style_1 .cs_action_box > *:not(:last-child) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .cs_site_header .cs_btn.cs_style_1 {
    display: none;
  }
}
/*---------------------------------------
 Side Header
-----------------------------------------*/
.cs_side_header {
  position: fixed;
  top: 0;
  right: 0px;
  width: 100%;
  z-index: 1000;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_side_header .cs_side_header_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: inherit;
  width: inherit;
  left: inherit;
  top: inherit;
  position: inherit;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.cs_side_header .cs_side_header_in {
  width: 400px;
  height: 100vh;
  background-color: var(--white-color);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
  overflow: auto;
  padding: 90px 30px 50px;
  position: relative;
  z-index: 2;
  right: -500px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_side_header .cs_side_header_box {
  padding: 35px 0;
}
.cs_side_header .cs_side_header_box .cs_iconbox.cs_style_6 .cs_iconbox_icon {
  width: 55px;
  height: 55px;
}
.cs_side_header .cs_author_thumbnail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cs_side_header .cs_author_thumbnail img {
  border-radius: inherit;
}
.cs_side_header .cs_close {
  opacity: 1;
}
.cs_side_header.active {
  opacity: 1;
  visibility: visible;
}
.cs_side_header.active .cs_side_header_overlay,
.cs_side_header.active .cs_close {
  opacity: 1;
}
.cs_side_header.active .cs_side_header_in {
  right: 0;
}

.cs_close {
  position: fixed;
  right: 30px;
  top: 30px;
  height: 50px;
  width: 50px;
  border: 0;
  background-color: transparent;
  color: var(--heading-color);
  cursor: pointer;
  z-index: 2;
  z-index: 100;
}
.cs_close::before, .cs_close::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cs_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cs_close:hover {
  color: var(--accent-color);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.cs_header_badge {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 12px;
  background-color: var(--accent-color);
  color: var(--white-color);
  display: inline-block;
  line-height: 1.6em;
  padding: 0px 7px;
  border-radius: 3px;
}

/*--------------------------------------------------------------
  10. Footer
----------------------------------------------------------------*/
.cs_footer.cs_style_1 .cs_footer_content {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
}
.cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_content {
  padding: 92px 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  font-size: 150px;
  line-height: 1em;
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
  border-bottom: 1px solid var(--border-color);
}
.cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  height: 128px;
  position: relative;
  overflow: hidden;
}
.cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_img span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_img span img {
  -webkit-transform: translatex(-3px);
          transform: translatex(-3px);
  -webkit-animation: indication-movement 2s linear infinite;
          animation: indication-movement 2s linear infinite;
}
.cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_img:hover > img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.cs_footer.cs_style_1 .cs_main_footer {
  padding: 100px 0;
}
.cs_footer.cs_style_1 .cs_main_footer .cs_footer_menu li {
  padding-left: 24px;
  position: relative;
}
.cs_footer.cs_style_1 .cs_main_footer .cs_footer_menu li a {
  color: inherit;
}
.cs_footer.cs_style_1 .cs_main_footer .cs_footer_menu li:not(:last-child) {
  margin-bottom: 18px;
}
.cs_footer.cs_style_1 .cs_main_footer .cs_footer_menu li::before {
  content: "\f101";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font awesome 6 Free";
  font-weight: 900;
  color: inherit;
}
.cs_footer.cs_style_1 .cs_main_footer .cs_footer_menu li:hover {
  color: var(--accent-color);
}
.cs_footer.cs_style_1 .cs_footer_text {
  max-width: 296px;
}
.cs_footer.cs_style_1 .cs_footer_links_wrapper {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 30px 110px;
}
.cs_footer.cs_style_1 .cs_footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 110px;
}
.cs_footer.cs_style_1 .cs_footer_widget_title {
  padding-bottom: 14px;
}
.cs_footer.cs_style_1 .cs_footer_widget_title::after {
  content: "";
  width: 84px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(4.85%, #EA7010), color-stop(96.39%, rgba(234, 112, 16, 0)));
  background: linear-gradient(90deg, #EA7010 4.85%, rgba(234, 112, 16, 0) 96.39%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.cs_footer.cs_style_1 .cs_footer_bottom {
  padding: 32px 0;
  background-color: #200638;
}
.cs_footer.cs_style_1 .cs_footer_bottom .cs_footer_bottom_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_footer.cs_style_1 .cs_footer_bottom .cs_footer_copyright a {
  margin-left: 5px;
}
.cs_footer.cs_style_1 .cs_footer_bottom .cs_footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_footer.cs_style_1 .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_form {
  width: 100%;
  max-width: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--border-color);
  position: relative;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_form {
    max-width: 100%;
  }
}
.cs_footer.cs_style_1 .cs_footer_newsletter.cs_style_1 input,
.cs_footer.cs_style_1 .cs_footer_newsletter.cs_style_1 .cs_btn.cs_style_1 {
  border: 0;
  outline: 0;
}
.cs_footer.cs_style_1 .cs_footer_newsletter.cs_style_1 input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 25px;
  border-radius: inherit;
  background-color: transparent;
  color: var(--white-color_2);
}
.cs_footer.cs_style_1 .cs_footer_newsletter.cs_style_1 input::-webkit-input-placeholder {
  color: #BEBEBE;
}
.cs_footer.cs_style_1 .cs_footer_newsletter.cs_style_1 input::-moz-placeholder {
  color: #BEBEBE;
}
.cs_footer.cs_style_1 .cs_footer_newsletter.cs_style_1 input:-ms-input-placeholder {
  color: #BEBEBE;
}
.cs_footer.cs_style_1 .cs_footer_newsletter.cs_style_1 input::-ms-input-placeholder {
  color: #BEBEBE;
}
.cs_footer.cs_style_1 .cs_footer_newsletter.cs_style_1 input::placeholder {
  color: #BEBEBE;
}
.cs_footer.cs_style_1 .cs_footer_newsletter.cs_style_1 .cs_btn.cs_style_1 {
  padding: 17px 18px;
  background-color: var(--accent-color);
  position: absolute;
  top: 5px;
  right: 5px;
}
.cs_footer.cs_style_1 .cs_footer_newsletter.cs_style_1 .cs_btn.cs_style_1::before {
  background-color: var(--blue-color);
}
.cs_footer.cs_style_1 .cs_img_gallery {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
  position: relative;
}
.cs_footer.cs_style_1 .cs_img_gallery .cs_instagram_thumb {
  position: relative;
}
.cs_footer.cs_style_1 .cs_img_gallery .cs_instagram_thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  visibility: hidden;
  opacity: 0;
  background: linear-gradient(181deg, rgba(234, 112, 16, 0) -19.24%, #EA7010 98.98%);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_footer.cs_style_1 .cs_img_gallery .cs_instagram_thumb:hover::before {
  visibility: visible;
  opacity: 0.7;
}
.cs_footer.cs_style_1 .cs_img_gallery .cs_instagram_thumb:hover .cs_instagram_icon {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
          transform: translate(-50%, -50%) scaleX(1);
}
.cs_footer.cs_style_1 .cs_img_gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.cs_footer.cs_style_1 .cs_img_gallery .cs_instagram_icon {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_footer.cs_style_1.cs_type_1 .cs_footer_top {
  padding: 120px 0 63px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cs_footer.cs_style_1.cs_type_1 .cs_footer_top_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 62px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_footer.cs_style_1.cs_type_1 .cs_iconbox_wrapper {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_footer.cs_style_1.cs_type_1 .cs_main_footer {
  padding: 34px 0 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cs_footer.cs_style_1.cs_type_1 .cs_footer_row {
  gap: 30px 88px;
}
.cs_footer.cs_style_1.cs_type_1 .cs_footer_links_wrapper {
  gap: 30px 100px;
}
.cs_footer.cs_style_1.cs_type_1 .cs_social_btns.cs_style_1 a {
  background-color: transparent;
  border: 0;
}
.cs_footer.cs_style_1.cs_type_1 .cs_social_btns.cs_style_1 a:hover {
  color: var(--accent-color);
}
.cs_footer.cs_style_1.cs_type_1 .cs_footer_widget_title {
  padding-bottom: 14px;
}
.cs_footer.cs_style_1.cs_type_1 .cs_footer_widget_title::after {
  width: 20px;
  height: 1px;
  background-color: var(--accent-color);
}
.cs_footer.cs_style_1.cs_type_1 .cs_footer_widget_title::before {
  content: "";
  width: 63px;
  height: 1px;
  background-color: var(--white-color);
  position: absolute;
  bottom: 0;
  left: 30px;
}
.cs_footer.cs_style_1.cs_type_1 .cs_footer_bottom {
  background-color: transparent;
}
@media (min-width: 1450px) {
  .cs_footer.cs_style_1 .cs_footer_row {
    gap: 30px 130px;
  }
  .cs_footer.cs_style_1 .cs_footer_links_wrapper {
    gap: 30px 130px;
  }
}
@media (max-width: 1399px) {
  .cs_footer.cs_style_1 .cs_footer_row {
    gap: 30px 70px;
  }
  .cs_footer.cs_style_1 .cs_footer_links_wrapper {
    gap: 30px 80px;
  }
  .cs_footer.cs_style_1.cs_type_1 .cs_footer_links_wrapper {
    gap: 30px 100px;
  }
}
@media (max-width: 1199px) {
  .cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_content {
    font-size: 120px;
  }
  .cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_img {
    width: 120px;
    height: 120px;
  }
  .cs_footer.cs_style_1 .cs_footer_row {
    gap: 30px 25px;
  }
  .cs_footer.cs_style_1 .cs_footer_links_wrapper {
    gap: 30px 45px;
  }
  .cs_footer.cs_style_1.cs_type_1 .cs_footer_row {
    gap: 30px 15px;
  }
  .cs_footer.cs_style_1.cs_type_1 .cs_footer_links_wrapper {
    gap: 30px 30px;
  }
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_content {
    padding: 60px 0;
    font-size: 100px;
  }
  .cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_img {
    width: 100px;
    height: 100px;
  }
  .cs_footer.cs_style_1 .cs_main_footer {
    padding: 60px 0;
  }
  .cs_footer.cs_style_1 .cs_footer_text {
    max-width: 100%;
  }
  .cs_footer.cs_style_1 .cs_footer_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_content {
    font-size: 75px;
  }
  .cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_img {
    width: 80px;
    height: 80px;
  }
  .cs_footer.cs_style_1 .cs_footer_links_wrapper {
    grid-template-columns: repeat(1, auto);
  }
  .cs_footer.cs_style_1 .cs_img_gallery .cs_instagram_thumb {
    width: auto;
  }
}
@media (max-width: 575px) {
  .cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_content {
    font-size: 56px;
  }
  .cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 440px) {
  .cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_content {
    font-size: 38px;
  }
  .cs_footer.cs_style_1 .cs_footer_top .cs_footer_top_img {
    width: 40px;
    height: 40px;
  }
}

.cs_footer_shape_1 {
  top: 0;
  left: 0;
}

.cs_footer_shape_2 {
  top: 120px;
  right: 0;
  -webkit-transform: rotatey(180deg);
          transform: rotatey(180deg);
}

/*--------------------------------------------------------------
  11. Sidebar
----------------------------------------------------------------*/
.cs_sidebar.cs_style_1 .cs_sidebar_widget {
  padding: 34px 26px 40px 30px;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget:not(:last-child) {
  margin-bottom: 30px;
}
.cs_sidebar.cs_style_1 .cs_service_category_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--white-color);
  padding: 11px 25px;
  border-radius: 8px;
}
.cs_sidebar.cs_style_1 .cs_service_category_list li:not(:last-child) {
  margin-bottom: 15px;
}
.cs_sidebar.cs_style_1 .cs_service_category_list li:hover a {
  background-color: var(--blue-color);
  color: var(--white-color);
}
.cs_sidebar.cs_style_1 .cs_location_list li:not(:last-child) {
  margin-bottom: 20px;
}
.cs_sidebar.cs_style_1 .cs_search {
  border-radius: 5px;
}
.cs_sidebar.cs_style_1 .cs_search input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 16px 20px;
  border-radius: inherit;
}
.cs_sidebar.cs_style_1 .cs_search .cs_search_button {
  height: 100%;
  padding: 16px 20px;
  border: 0;
  outline: 0;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_sidebar.cs_style_1 .cs_search .cs_search_button:hover {
  background-color: var(--accent-color);
}
.cs_sidebar.cs_style_1 .cs_recent_post_wrapper .cs_recent_post {
  padding: 20px 0;
  border-bottom: 1px solid #E6E5E5;
}
.cs_sidebar.cs_style_1 .cs_recent_post_wrapper .cs_recent_post:first-child {
  padding-top: 0;
}
.cs_sidebar.cs_style_1 .cs_recent_post_wrapper .cs_recent_post:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.cs_sidebar.cs_style_1 .cs_recent_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.cs_sidebar.cs_style_1 .cs_recent_post .cs_post_meta i {
  margin-right: 8px;
}
.cs_sidebar.cs_style_1 .cs_recent_post_thumb {
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cs_sidebar.cs_style_1 .cs_recent_post_thumb img {
  border-radius: inherit;
}
.cs_sidebar.cs_style_1.cs_type_1 .cs_sidebar_widget_title {
  padding-bottom: 9px;
  position: relative;
}
.cs_sidebar.cs_style_1.cs_type_1 .cs_sidebar_widget_title::before, .cs_sidebar.cs_style_1.cs_type_1 .cs_sidebar_widget_title::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
}
.cs_sidebar.cs_style_1.cs_type_1 .cs_sidebar_widget_title::before {
  width: 20px;
  background-color: var(--heading-color);
  left: 0;
}
.cs_sidebar.cs_style_1.cs_type_1 .cs_sidebar_widget_title::after {
  width: 63px;
  background-color: var(--blue-color);
  left: 26px;
}
.cs_sidebar.cs_style_1.cs_type_1 .cs_service_category_list a {
  padding: 14px 24px;
  border-radius: 5px;
}
.cs_sidebar.cs_style_1.cs_type_1 .cs_service_category_list li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .cs_sidebar.cs_style_1 .cs_sidebar_widget {
    padding: 30px 20px 40px;
  }
}

.cs_tags_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_tags_links .cs_tag_link {
  padding: 3px 12px;
}
.cs_tags_links .cs_tag_link:hover {
  background-color: var(--blue-color);
  color: var(--white-color);
  border-color: var(--blue-color);
}

/*--------------------------------------------------------------
  12. Hero
----------------------------------------------------------------*/
.cs_hero.cs_style_1 {
  padding: 160px 0 180px;
}
.cs_hero.cs_style_1 .cs_hero_title {
  font-size: 110px;
  margin-bottom: 97px;
}
.cs_hero.cs_style_1 .cs_hero_title span {
  color: var(--accent-color);
}
.cs_hero.cs_style_1 .cs_hero_text_wrapper {
  padding-left: 53%;
  padding-right: 40px;
}
.cs_hero.cs_style_1 .cs_hero_text_wrapper p {
  margin-bottom: 53px;
}
.cs_hero.cs_style_1 .cs_hero_feature_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.cs_hero.cs_style_1 .cs_totating_logo {
  width: 114px;
  height: 114px;
  padding: 10px;
  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;
}
.cs_hero.cs_style_1 .cs_totating_logo > img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: inherit;
  -webkit-animation: circular-rotation 20s linear infinite;
          animation: circular-rotation 20s linear infinite;
}
.cs_hero.cs_style_1 .cs_totating_logo .cs_logo_arrow {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.cs_hero.cs_style_1 .cs_totating_logo .cs_logo_arrow img {
  -webkit-transform: translatex(-3px);
          transform: translatex(-3px);
  -webkit-animation: indication-movement 2s linear infinite;
          animation: indication-movement 2s linear infinite;
}
.cs_hero.cs_style_1 .cs_sales_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cs_hero.cs_style_1 .cs_hero_thumbnail {
  padding: 37px 37px 0 0;
  width: 50%;
  height: 510px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cs_hero.cs_style_1 .cs_hero_thumbnail > img {
  width: 100%;
  height: 100%;
}
.cs_hero.cs_style_1 .cs_hero_thumbnail span {
  right: 0;
  top: 0;
}
.cs_hero.cs_style_1 .cs_hero_shape_1 {
  top: -25px;
  left: -57px;
  -webkit-animation: spinAnimation 10s linear infinite;
          animation: spinAnimation 10s linear infinite;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 {
    padding: 120px 0 80px;
  }
  .cs_hero.cs_style_1 .cs_hero_thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .cs_hero.cs_style_1 .cs_hero_title {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .cs_hero.cs_style_1 .cs_hero_text_wrapper {
    padding: 0;
  }
  .cs_hero.cs_style_1 .cs_hero_text_wrapper p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cs_hero.cs_style_1 {
    padding: 80px 0;
  }
  .cs_hero.cs_style_1 .cs_hero_title {
    font-size: 56px;
  }
}

.cs_hero.cs_style_2 {
  padding: 251px 0 320px;
}
.cs_hero.cs_style_2 .cs_hero_content {
  width: 100%;
  max-width: 1482px;
  margin: 0 auto;
}
.cs_hero.cs_style_2 .cs_hero_thumbnail {
  position: absolute;
  right: 11%;
  bottom: 0;
}
.cs_hero.cs_style_2 .cs_reviewbox {
  right: 53%;
  bottom: 33%;
}
.cs_hero.cs_style_2 .cs_hero_text_wrapper {
  width: 100%;
  max-width: 830px;
}
.cs_hero.cs_style_2 .cs_hero_title {
  font-size: 80px;
  letter-spacing: -2.4px;
}
.cs_hero.cs_style_2 .cs_about_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_hero.cs_style_2 .cs_btn.cs_style_1 {
  background-color: rgba(255, 255, 255, 0.15);
}
.cs_hero.cs_style_2 .cs_reel_btn {
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_hero.cs_style_2 .cs_reel_btn span:first-child {
  width: 47px;
  height: 47px;
  padding: 8px 10px 8px 10px;
  background-image: url("../img/half_circle_line.svg");
  background-repeat: no-repeat;
  background-position: left;
  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;
}
.cs_hero.cs_style_2 .cs_reel_btn span:last-child {
  position: relative;
}
.cs_hero.cs_style_2 .cs_reel_btn span:last-child::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_hero.cs_style_2 .cs_reel_btn:hover span:last-child::after {
  content: "";
  width: 100%;
}
.cs_hero.cs_style_2 .cs_marketing_graph_content_wrapper {
  width: 200px;
  height: 180px;
  border-radius: 10px;
  top: 30%;
  right: 8%;
}
.cs_hero.cs_style_2 .cs_marketing_graph_content_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.cs_hero.cs_style_2 .cs_hero_shape_1 {
  right: 0;
  bottom: 15px;
}
.cs_hero.cs_style_2 .cs_hero_shape_1 img {
  -webkit-animation: move-alternate 10s linear infinite;
          animation: move-alternate 10s linear infinite;
}
@media (max-width: 1399px) {
  .cs_hero.cs_style_2 .cs_hero_thumbnail {
    right: 6%;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_2 .cs_hero_thumbnail {
    right: 0;
  }
  .cs_hero.cs_style_2 .cs_reviewbox {
    right: 48%;
    bottom: 17%;
  }
  .cs_hero.cs_style_2 .cs_marketing_graph_content_wrapper {
    top: 60%;
    right: 4%;
  }
  .cs_hero.cs_style_2 .cs_hero_title {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 {
    padding: 120px 0 80px;
  }
  .cs_hero.cs_style_2 .cs_hero_thumbnail {
    position: initial;
    margin-bottom: 40px;
  }
  .cs_hero.cs_style_2 .cs_reviewbox {
    display: none;
  }
  .cs_hero.cs_style_2 .cs_marketing_graph_content_wrapper {
    display: none;
  }
  .cs_hero.cs_style_2 .cs_hero_title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .cs_hero.cs_style_2 .cs_hero_title {
    font-size: 54px;
  }
}
@media (max-width: 500px) {
  .cs_hero.cs_style_2 .cs_hero_shape_1 {
    display: none;
  }
}

.cs_hero.cs_style_3 {
  padding: 340px 0 190px;
}
.cs_hero.cs_style_3 .cs_hero_content {
  width: 100%;
  max-width: 1482px;
  margin: 0 auto;
}
.cs_hero.cs_style_3 .cs_hero_text {
  max-width: 1174px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cs_hero.cs_style_3 .cs_hero_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 110px;
  line-height: 1em;
  letter-spacing: -2.4px;
}
.cs_hero.cs_style_3 .cs_hero_title .cs_stroke_text {
  -webkit-text-stroke: 1px var(--white-color);
  color: transparent;
}
.cs_hero.cs_style_3 .cs_hero_subtitle {
  opacity: 0.9;
}
.cs_hero.cs_style_3 .cs_btn.cs_style_1 {
  padding: 21px 30px;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: all;
}
.cs_hero.cs_style_3 .cs_video_block.cs_style_2 {
  width: 521px;
  min-height: 138px;
  border-radius: 100px;
}
.cs_hero.cs_style_3 .cs_video_block.cs_style_2 .cs_player_btn {
  width: 60px;
  height: 60px;
  padding-left: 4px;
  background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border: 1px solid var(--white-color);
  pointer-events: all;
}
.cs_hero.cs_style_3 .cs_video_block.cs_style_2 .cs_player_btn:before {
  width: 40px;
  height: 40px;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.cs_hero.cs_style_3 .cs_btn_group,
.cs_hero.cs_style_3 .cs_client_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_hero.cs_style_3 .cs_client_info_wrapper {
  gap: 12px;
}
.cs_hero.cs_style_3 .cs_hero_slider_wrapper {
  width: 50%;
  max-width: 870px;
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 0;
}
.cs_hero.cs_style_3 .cs_slider_item {
  position: relative;
}
.cs_hero.cs_style_3 .cs_slider_item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(22, 35, 64, 0.15);
  position: absolute;
  right: 0;
  top: 0;
}
.cs_hero.cs_style_3 .cs_slider_item img {
  width: 100%;
}
.cs_hero.cs_style_3 .cs_slider.cs_style_1::after {
  content: "";
  width: 75%;
  height: calc(100% - 80px);
  background-color: var(--accent-color);
  position: absolute;
  right: 0;
  bottom: -28px;
  z-index: 0;
}
.cs_hero.cs_style_3 .cs_slider.cs_style_1 > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .cs_hero.cs_style_3 {
    padding: 160px 0 120px;
  }
  .cs_hero.cs_style_3 .cs_pagination.cs_style_1 ul {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_3 .cs_hero_text {
    margin-bottom: 40px;
  }
  .cs_hero.cs_style_3 .cs_hero_title {
    font-size: 75px;
  }
  .cs_hero.cs_style_3 br {
    display: none;
  }
  .cs_hero.cs_style_3 .cs_hero_slider_wrapper {
    position: initial;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .cs_hero.cs_style_3 {
    padding: 160px 0 80px;
  }
  .cs_hero.cs_style_3 .cs_hero_title {
    font-size: 54px;
  }
  .cs_hero.cs_style_3 .cs_slider.cs_style_1::after {
    display: none;
  }
  .cs_hero.cs_style_3 .cs_pagination.cs_style_1 ul {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/*--------------------------------------
 Hero Sidebar
----------------------------------------*/
.cs_hero_sidebar {
  height: 100%;
  width: 260px;
  padding: 220px 0 100px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.cs_hero_sidebar .cs_video.cs_style_1 {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
}
.cs_hero_sidebar .cs_video.cs_style_1 .cs_video_bg {
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cs_hero_sidebar .cs_video.cs_style_1:hover .cs_video_bg {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.cs_hero_sidebar .cs_clients_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_hero_sidebar .cs_clients_heading,
.cs_hero_sidebar h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.cs_hero_sidebar .cs_market_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.cs_hero_sidebar .cs_social_links {
  position: absolute;
  top: 252px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
.cs_hero_sidebar .cs_social_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding-bottom: 14px;
  position: relative;
}
.cs_hero_sidebar .cs_social_links a::after {
  content: "";
  width: 1px;
  height: 17px;
  background: #3A3D44;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cs_hero_sidebar .cs_social_links a .cs_social_text {
  color: rgba(23, 1, 44, 0.5);
}
.cs_hero_sidebar .cs_social_links a .cs_social_icon {
  width: 32px;
  height: 32px;
  margin-top: -15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_hero_sidebar .cs_social_links a:last-child::after {
  display: none;
}
.cs_hero_sidebar .cs_social_links a:hover .cs_social_icon {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1800px) {
  .cs_hero_sidebar {
    width: 360px;
  }
  .cs_hero_sidebar .cs_social_links {
    right: 80px;
  }
}
@media (max-width: 1199px) {
  .cs_hero_sidebar {
    display: none;
  }
}

/*--------------------------------------
 Rounded Progressbar
----------------------------------------*/
.cs_round_progress_wrap {
  height: 62px;
  width: 62px;
  background-color: var(--white-color);
  border-radius: 50%;
  position: relative;
  bottom: 0;
  z-index: 3;
  margin: auto;
}

.cs_round_progress_in {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
}
.cs_round_progress_in::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 14px solid #FFF0E2;
}

.cs_round_progress_number {
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs_round_progress {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFAB61;
}
.cs_round_progress svg {
  width: 62px;
  height: 62px;
}
.cs_round_progress .cs_round_progress_percentage {
  stroke-width: 20px;
}

.cs_round_progress_percentage {
  -webkit-transform: rotate(-81deg);
          transform: rotate(-81deg);
  fill: none;
  stroke: currentColor;
  stroke-width: 8;
  stroke-dasharray: 0 999;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  stroke-width: 4px;
}

.cs_round_progress_list .cs_round_progress_title {
  margin-top: 20px;
}

/*-------------------------------------
 Animations
---------------------------------------*/
@-webkit-keyframes circular-rotation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circular-rotation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes indication-movement {
  50% {
    -webkit-transform: translatex(3px);
            transform: translatex(3px);
  }
}
@keyframes indication-movement {
  50% {
    -webkit-transform: translatex(3px);
            transform: translatex(3px);
  }
}
@-webkit-keyframes spinAnimation {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes spinAnimation {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
/*--------------------------------------------------------------
  13. Iconbox
----------------------------------------------------------------*/
.cs_iconbox.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon::after {
  content: "";
  width: 2px;
  height: 51px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(63, 102, 239, 0)), color-stop(100.14%, #3F66EF));
  background: linear-gradient(0deg, rgba(63, 102, 239, 0) 0%, #3F66EF 100.14%);
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cs_iconbox.cs_style_1:not(:last-child) {
  margin-bottom: 36px;
}

.cs_iconbox.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 32px;
  padding-top: 35px;
  color: var(--body-color);
  border-bottom: 1px solid var(--gray-color-3);
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_2 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.cs_iconbox.cs_style_2 .cs_iconbox_content {
  margin-right: 30px;
  max-width: 580px;
}
@media (max-width: 1199px) {
  .cs_iconbox.cs_style_2 .cs_iconbox_content {
    margin-right: 23px;
  }
}
.cs_iconbox.cs_style_2 .cs_iconbox_icon {
  height: 52px;
  width: 52px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: var(--heading-color);
  border: 1px solid var(--gray-color-3);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_iconbox.cs_style_2 .cs_iconbox_icon:hover {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.cs_iconbox.cs_style_2 .cs_iconbox_title {
  margin-bottom: 15px;
}
.cs_iconbox.cs_style_2 .cs_iconbox_title:hover a {
  color: var(--blue-color);
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_2 .cs_iconbox_title {
    margin-bottom: 10px;
  }
}
.cs_iconbox.cs_style_2:hover .cs_iconbox_icon {
  color: var(--white-color);
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}

.cs_iconbox.cs_style_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.cs_iconbox.cs_style_3 .cs_iconbox_icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: var(--blue-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_iconbox.cs_style_3 .cs_iconbox_info a,
.cs_iconbox.cs_style_3 .cs_iconbox_info p {
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_iconbox.cs_style_3 .cs_iconbox_info a:first-child {
  margin-bottom: 3px;
}
.cs_iconbox.cs_style_3:hover .cs_iconbox_icon {
  background-color: var(--heading-color);
}

.cs_iconbox.cs_style_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
}
@media (max-width: 1199px) {
  .cs_iconbox.cs_style_4 {
    gap: 15px;
  }
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs_iconbox.cs_style_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.cs_iconbox.cs_style_5 .cs_iconbox_icon {
  width: 50px;
  height: 50px;
  border: 1px solid var(--white-color);
}

.cs_iconbox.cs_style_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.cs_iconbox.cs_style_6 .cs_iconbox_icon {
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cs_iconbox.cs_style_6 .cs_iconbox_icon > * {
  position: relative;
  z-index: 1;
}
.cs_iconbox.cs_style_6 .cs_iconbox_icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blue-color);
  opacity: 0.1;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.cs_iconbox.cs_style_6 a {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
}
.cs_iconbox.cs_style_6 a:hover {
  color: var(--blue-color);
}
@media (max-width: 575px) {
  .cs_iconbox.cs_style_6 {
    gap: 12px;
  }
  .cs_iconbox.cs_style_6 .cs_iconbox_icon {
    width: 55px;
    height: 55px;
  }
  .cs_iconbox.cs_style_6 a,
  .cs_iconbox.cs_style_6 .cs_fs_18 {
    font-size: 17px;
  }
}

.cs_image_layer.cs_style_1 {
  position: absolute;
  left: 40px;
  top: 62px;
  pointer-events: none;
  max-width: 331px;
}
@media (max-width: 767px) {
  .cs_image_layer.cs_style_1 {
    height: 450px;
  }
}
.cs_image_layer.cs_style_1 .cs_image_layer_in {
  height: 100%;
  width: 100%;
}
.cs_image_layer.cs_style_1 .cs_image_layer_in img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  border-radius: inherit;
  -webkit-animation: inactiveImageAnimation1 0.6s forwards ease;
          animation: inactiveImageAnimation1 0.6s forwards ease;
}
.cs_image_layer.cs_style_1 .cs_image_layer_in::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  background-color: var(--blue-color);
  border-radius: inherit;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cs_iconbox_wrapper_2 {
  position: relative;
  padding-left: 550px;
  min-height: 425px;
}
@media (max-width: 1400px) {
  .cs_iconbox_wrapper_2 {
    padding-left: 520px;
  }
}
@media (max-width: 1199px) {
  .cs_iconbox_wrapper_2 {
    padding-left: 450px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox_wrapper_2 {
    padding-left: 0;
    padding-top: 800px;
  }
  .cs_iconbox_wrapper_2 .cs_image_layer.cs_style_1 {
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .cs_iconbox_wrapper_2 .cs_image_layer.cs_style_1 .cs_image_layer_in::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (max-width: 767px) {
  .cs_iconbox_wrapper_2 {
    padding-top: 480px;
  }
}
.cs_iconbox_wrapper_2 > *:nth-child(1) .cs_iconbox.cs_style_2 {
  padding-top: 0;
}
.cs_iconbox_wrapper_2 .cs_hover_active.active .cs_image_layer.cs_style_1 img {
  -webkit-animation: activeImageAnimation1 0.6s forwards ease;
          animation: activeImageAnimation1 0.6s forwards ease;
}
.cs_iconbox_wrapper_2 .cs_hover_active.active .cs_iconbox_icon {
  color: var(--white-color);
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}

@-webkit-keyframes inactiveImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}

@keyframes inactiveImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes activeImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes activeImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
/*--------------------------------------------------------------
  14. Posts
----------------------------------------------------------------*/
.cs_post.cs_style_1 {
  padding: 30px 0;
  height: 100%;
  margin: 0 auto;
  max-width: 570px;
}
.cs_post.cs_style_1 .cs_post_thumbnail {
  display: block;
  width: 229px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.cs_post.cs_style_1 .cs_post_thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cs_post.cs_style_1 .cs_post_thumbnail:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.cs_post.cs_style_1 .cs_posted_by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  left: 20px;
  top: 20px;
  overflow: hidden;
}
.cs_post.cs_style_1 .cs_posted_by span {
  width: 100%;
  padding: 0 7px;
  line-height: 1.25em;
}
.cs_post.cs_style_1 .cs_post_content {
  width: 100%;
  padding: 30px 30px 30px 259px;
  border: 1px solid #E0E0E0;
}
.cs_post.cs_style_1 .cs_post_meta_wrapper,
.cs_post.cs_style_1 .cs_post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_post.cs_style_1 .cs_post_meta {
  gap: 8px;
}
.cs_post.cs_style_1 a:hover {
  color: var(--accent-color);
}
.cs_post.cs_style_1 .cs_post_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_post.cs_style_1 .cs_post_btn:hover {
  letter-spacing: 0.5px;
}
.cs_post.cs_style_1.cs_type_1 {
  padding: 0;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cs_post.cs_style_1.cs_type_1 .cs_post_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 30px 30px;
  width: 100%;
  border: 0;
  border-radius: 0px 0px 15px 15px;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
.cs_post.cs_style_1.cs_type_1 .cs_post_thumbnail {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}
.cs_post.cs_style_1.cs_type_1 .cs_posted_by {
  width: 60px;
  height: 60px;
}
.cs_post.cs_style_1.cs_type_1 .cs_post_btn {
  color: var(--body-color);
  margin-top: auto;
}
.cs_post.cs_style_1.cs_type_1 a:hover {
  color: var(--blue-color);
}
.cs_post.cs_style_1.cs_type_2 {
  max-width: 100%;
  height: auto;
  padding: 30px;
  border: 1px solid #E3E3E3;
}
.cs_post.cs_style_1.cs_type_2 .cs_post_thumbnail {
  width: 100%;
}
.cs_post.cs_style_1.cs_type_2 .cs_player_btn {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs_post.cs_style_1.cs_type_2 .cs_posted_by {
  width: 59px;
  padding: 7px 0;
}
.cs_post.cs_style_1.cs_type_2 .cs_post_content {
  padding: 0;
  border: 0;
}
.cs_post.cs_style_1.cs_type_2 .cs_post_btn {
  padding: 14px 20px;
  background-color: var(--blue-color);
  color: var(--white-color);
}
.cs_post.cs_style_1.cs_type_2 .cs_post_btn:hover {
  letter-spacing: 0;
  background-color: var(--accent-color);
}
@media (max-width: 575px) {
  .cs_post.cs_style_1 {
    padding: 0;
  }
  .cs_post.cs_style_1.cs_type_2 {
    padding: 15px;
  }
  .cs_post.cs_style_1.cs_type_2 .cs_post_thumbnail {
    border-radius: initial;
  }
  .cs_post.cs_style_1 .cs_post_thumbnail {
    position: initial;
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .cs_post.cs_style_1 .cs_post_content {
    width: 100%;
    padding: 30px;
    border: 1px solid #E0E0E0;
    border-top: 0;
    border-radius: 0 0 15px 15px;
  }
}

.cs_post.cs_style_2 {
  padding-bottom: 120px;
}
.cs_post.cs_style_2 .cs_post_thumbnail {
  display: block;
}
.cs_post.cs_style_2 .cs_post_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.cs_post.cs_style_2 .cs_posted_by {
  width: 80px;
  height: 80px;
  padding: 15px;
  right: 0;
  bottom: 64px;
  z-index: 1;
}
.cs_post.cs_style_2 .cs_post_content {
  width: 100%;
  max-width: 330px;
  padding: 21px 40px 34px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cs_post.cs_style_2 .cs_post_content::before {
  content: "";
  width: 5px;
  height: 50px;
  background-color: var(--blue-color);
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.cs_post.cs_style_2 .cs_post_title:hover a {
  color: var(--blue-color);
}
.cs_post.cs_style_2 .cs_post_btn {
  line-height: 1.28em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.cs_post.cs_style_2 .cs_post_btn:hover {
  color: var(--blue-color);
  letter-spacing: 0.4px;
}
@media (max-width: 1199px) {
  .cs_post.cs_style_2 .cs_post_content {
    padding: 21px 30px 34px;
  }
}
@media (max-width: 575px) {
  .cs_post.cs_style_2 {
    padding-bottom: 0;
  }
  .cs_post.cs_style_2 .cs_post_thumbnail {
    border-radius: 15px 15px 0 0;
  }
  .cs_post.cs_style_2 .cs_posted_by {
    bottom: 0;
  }
  .cs_post.cs_style_2 .cs_post_content {
    position: relative;
    max-width: 100%;
    padding: 20px 15px 24px 34px;
  }
}

.cs_blog_shape_1 {
  left: 0;
  top: 35%;
}

/*------------------------------------
 Blog details page
--------------------------------------*/
.cs_post_details h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.cs_post_details p {
  margin-bottom: 45px;
}
.cs_post_details p:last-child {
  margin-bottom: 0;
}
.cs_post_details > img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  margin-bottom: 34px;
}
.cs_post_details .cs_post_meta_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.cs_post_details .cs_post_meta_wrapper i {
  margin-right: 10px;
}
.cs_post_details blockquote {
  padding: 60px;
  border-radius: 15px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.42em;
  color: var(--heading-color);
  letter-spacing: -0.48px;
  background-color: #F3F4F6;
  margin-bottom: 33px;
}
.cs_post_details blockquote svg,
.cs_post_details blockquote strong,
.cs_post_details blockquote small {
  display: block;
}
.cs_post_details blockquote svg {
  margin-bottom: 21px;
}
.cs_post_details blockquote strong {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: var(--blue-color);
  margin-top: 15px;
}
.cs_post_details blockquote small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--body-color);
  margin-top: -10px;
}
.cs_post_details .cs_post_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEBEE;
}
.cs_post_details .cs_post_tags h3 {
  margin-top: 6px;
}
.cs_post_details .cs_tags_links {
  gap: 10px;
}
.cs_post_details .cs_tags_links .cs_tag_link {
  border: 1px solid #EAEBEE;
}
@media (max-width: 575px) {
  .cs_post_details blockquote {
    padding: 30px 15px;
  }
}

/*-----------------------------------
 Post Author
------------------------------------*/
.cs_author_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 30px;
  background-color: #F3F4F6;
}
.cs_author_card .cs_author_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
}
.cs_author_card img {
  border-radius: inherit;
}
.cs_author_card .cs_author_status {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .cs_author_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 15px;
  }
}

/*-----------------------------------
 Post Comment
------------------------------------*/
.cs_comment_list li {
  padding-bottom: 30px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 30px;
}
.cs_comment_list li:first-child {
  padding-top: 0;
}
.cs_comment_list li:nth-child(even) {
  padding-left: 135px;
}
.cs_comment_list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cs_comment_list li:nth-child(even) {
    padding-left: 0;
  }
}

.cs_comment_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.cs_comment_body .cs_comment_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 110px;
  height: 110px;
}
.cs_comment_body .cs_comment_thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.cs_comment_body .cs_reply_btn {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 0;
}
@media (max-width: 575px) {
  .cs_comment_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cs_comment_body .cs_reply_btn {
    display: block;
    position: initial;
    margin-top: 15px;
    margin-left: auto;
  }
}

.cs_comment_form label {
  color: var(--heading-color);
  font-weight: 500;
}
.cs_comment_form .cs_btn.cs_style_1 {
  border: 0;
  outline: 0;
}

/* ------------------------------------
 Pagination
----------------------------------------*/
.pagination {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
}

.page-item {
  display: inline-block;
  border-radius: 50%;
}

.page-link {
  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;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-color);
  position: relative;
  background-color: rgba(63, 102, 239, 0.15);
  border: 1px solid transparent;
}
.page-link:hover {
  background: var(--blue-color);
  color: var(--white-color);
  border-color: var(--blue-color);
}

.page-item.active .page-link {
  background-color: var(--white-color);
  color: var(--blue-color);
  border-color: var(--blue-color);
  pointer-events: none;
}

/*--------------------------------------------------------------
  15. Testimonial
----------------------------------------------------------------*/
.cs_testimonial.cs_style_1 {
  width: 416px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 2;
}
.cs_testimonial.cs_style_1 .cs_testimonial_content {
  padding: 30px;
}
.cs_testimonial.cs_style_1 blockquote {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
}
.cs_testimonial.cs_style_1 .cs_rating {
  width: 130px;
  font-size: 20px;
  letter-spacing: 4px;
}
.cs_testimonial.cs_style_1 .cs_quote_icon {
  right: 30px;
  bottom: 30px;
  opacity: 0.3;
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_1 {
    width: 300px;
  }
}

.cs_avatar.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cs_avatar.cs_style_1 .cs_avatar_icon {
  width: 60px;
  height: 60px;
}
.cs_avatar.cs_style_1 .cs_avatar_icon img {
  width: 100%;
  border-radius: inherit;
}

.cs_testimonial.cs_style_2 {
  width: 100%;
  max-width: 1548px;
  background-color: #F5F3FA;
  margin: 0 auto;
}
.cs_testimonial.cs_style_2 .cs_testimonial_thumbnail {
  width: 100%;
  height: 100%;
  margin-left: -50px;
}
.cs_testimonial.cs_style_2 .cs_testimonial_thumbnail > img {
  height: 100%;
  position: relative;
  z-index: 1;
}
.cs_testimonial.cs_style_2 .cs_client_reviews_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_testimonial.cs_style_2 .cs_reviews_arrow {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .cs_testimonial.cs_style_2 .cs_testimonial_thumbnail {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_2 .cs_reviews_arrow {
    display: none;
  }
  .cs_testimonial.cs_style_2 .cs_slider_arrows.cs_style_1.cs_type_1 {
    position: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}

.cs_testimonial.cs_style_3 .testimonial_slider_content {
  padding-top: 30px;
}
.cs_testimonial.cs_style_3 .cs_testimonial_thumbnail {
  border-radius: 0 50px 45% 45%;
  padding-left: 40px;
}
.cs_testimonial.cs_style_3 .cs_testimonial_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.cs_testimonial.cs_style_3 .cs_testimonial_thumbnail::after {
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  border: 2px solid var(--accent-color);
  border-radius: inherit;
  position: absolute;
  top: 36px;
  right: -40px;
  z-index: 2;
}
.cs_testimonial.cs_style_3 .testimonial_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.cs_testimonial.cs_style_3 .testimonial_footer .cs_line {
  width: 100%;
  max-width: 270px;
  height: 1px;
  background-color: var(--white-color);
  opacity: 0.5;
}
@media (max-width: 1399px) {
  .cs_testimonial.cs_style_3 .cs_testimonial_thumbnail::after {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .cs_testimonial.cs_style_3 .cs_line {
    display: none;
  }
}
@media (max-width: 991px) {
  .cs_testimonial.cs_style_3 .cs_testimonial_thumbnail {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .cs_testimonial.cs_style_3 .cs_line {
    display: none;
  }
}
@media (max-width: 767px) {
  .cs_testimonial.cs_style_3 .cs_testimonial_thumbnail {
    border-radius: 15px;
  }
  .cs_testimonial.cs_style_3 .cs_testimonial_thumbnail::after {
    top: 0;
    right: 0;
  }
  .cs_testimonial.cs_style_3 .testimonial_footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cs_testimonial.cs_style_3 .testimonial_footer .cs_line {
    display: none;
  }
}

.cs_testimonial_pill_icon {
  width: 55px;
  height: 22px;
  border: 2px solid var(--blue-color);
  border-radius: 11px;
  opacity: 0.5;
  left: 50px;
  bottom: 140px;
  overflow: hidden;
  z-index: 0;
}
.cs_testimonial_pill_icon::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--blue-color);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: fill-width 2000ms cubic-bezier(0.52, 1.64, 0.37, 0.66) infinite;
          animation: fill-width 2000ms cubic-bezier(0.52, 1.64, 0.37, 0.66) infinite;
}

.cs_testimonial_shape_1 {
  left: 0;
  bottom: 0;
  z-index: 0;
}

.cs_testimonial_shape_2 {
  top: 33px;
  left: -90px;
}

.cs_testimonial_shape_3 {
  right: -40px;
  bottom: 20px;
}

.cs_testimonial_shape_4 {
  top: 160px;
  right: 4%;
}

@-webkit-keyframes fill-width {
  50% {
    width: 60%;
  }
}

@keyframes fill-width {
  50% {
    width: 60%;
  }
}
/*--------------------------------------------------------------
  16. Counter
----------------------------------------------------------------*/
.cs_counter_wrapper {
  padding: 63px 30px 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_counter_wrapper.cs_bg_gradient {
  background: linear-gradient(181deg, rgba(255, 251, 249, 0) -121.39%, #FFF 98.8%);
}
.cs_counter_wrapper.cs_type_1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
@media (max-width: 991px) {
  .cs_counter_wrapper {
    padding: 30px;
  }
}

.cs_counter_grid_1 {
  display: grid;
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .cs_counter_grid_1 {
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 100px;
  }
}
@media (max-width: 440px) {
  .cs_counter_grid_1 {
    grid-template-columns: repeat(1, auto);
  }
}

/*--------------------------------------------------------------
  17. Casestudie
----------------------------------------------------------------*/
.cs_case_shape_1 {
  top: 0;
  right: 80%;
}

.cs_case_shape_2 {
  top: 10%;
  left: 0;
}

.cs_case_shape_3 {
  left: 0;
  bottom: 120px;
}

.cs_case_shape_4 {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs_award_shape_1 {
  left: 4%;
  bottom: 160px;
  -webkit-animation: spinAnimation 10s linear infinite;
          animation: spinAnimation 10s linear infinite;
}

.cs_award_shape_2 {
  left: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*----------------------------------
  Projects
------------------------------------*/
.cs_project_content {
  padding: 60px 15px;
}
@media (max-width: 991px) {
  .cs_project_content {
    padding: 0;
  }
}

.cs_project_heading {
  width: 50%;
  max-width: 545px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cs_project_heading {
    width: 100%;
  }
}

.cs_project_thumbnail_wrapper {
  gap: 40px;
}
.cs_project_thumbnail_wrapper .cs_project_thumbnail {
  position: absolute;
  top: 0;
}
.cs_project_thumbnail_wrapper .cs_project_thumbnail::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blue-color);
  opacity: 0.6;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.cs_project_thumbnail_wrapper .cs_project_thumbnail:nth-child(1) {
  left: 0;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.cs_project_thumbnail_wrapper .cs_project_thumbnail:nth-child(2) {
  right: 0;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.cs_project_thumbnail_wrapper .cs_project_thumbnail:nth-child(2)::before {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.cs_project_thumbnail_wrapper .cs_project_thumbnail img {
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cs_project_thumbnail_wrapper .cs_project_thumbnail {
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important;
  }
  .cs_project_thumbnail_wrapper .cs_project_thumbnail:nth-child(1)::before {
    -webkit-transform: translateX(8px) rotate(4deg);
            transform: translateX(8px) rotate(4deg);
  }
  .cs_project_thumbnail_wrapper .cs_project_thumbnail:nth-child(2) {
    right: 0;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  .cs_project_thumbnail_wrapper .cs_project_thumbnail:nth-child(2)::before {
    -webkit-transform: translateX(-8px) rotate(-4deg);
            transform: translateX(-8px) rotate(-4deg);
  }
}
@media (max-width: 991px) {
  .cs_project_thumbnail_wrapper {
    margin-bottom: 30px;
  }
  .cs_project_thumbnail_wrapper .cs_project_thumbnail {
    position: initial;
  }
}

/*------------------------------------------
 Case study details page
--------------------------------------------*/
.cs_casestudy_setails .cs_casestudy_thumbnail {
  width: 100%;
  height: 100%;
  margin-bottom: 75px;
}
.cs_casestudy_setails img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.cs_casestudy_setails h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 16px;
}
.cs_casestudy_setails p {
  margin-bottom: 50px;
}
.cs_casestudy_setails p:last-child {
  margin-bottom: 0;
}
.cs_casestudy_setails .cs_project_infobox {
  padding: 38px 40px 40px;
  position: absolute;
  top: 60px;
  right: 60px;
  -webkit-box-shadow: 0px 9px 37px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 9px 37px 0px rgba(0, 0, 0, 0.07);
}
.cs_casestudy_setails .cs_project_info_list li {
  padding: 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #E7EBF6;
}
.cs_casestudy_setails .cs_project_info_list li:first-child {
  padding-top: 0;
}
.cs_casestudy_setails .cs_project_info_list li:last-child {
  border: 0;
  padding-bottom: 0;
}
.cs_casestudy_setails .cs_project_info_list .cs_project_info_icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cs_casestudy_setails .cs_project_info_list .cs_project_info_icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blue-color);
  opacity: 0.1;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.cs_casestudy_setails .cs_project_info_list h3 {
  margin-top: -2px;
}
@media (max-width: 991px) {
  .cs_casestudy_setails .cs_casestudy_thumbnail {
    margin-bottom: 20px;
  }
  .cs_casestudy_setails p:not(:last-child) {
    margin-bottom: 40px;
  }
  .cs_casestudy_setails .cs_project_infobox {
    position: initial;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@media (max-width: 575px) {
  .cs_casestudy_setails .cs_project_infobox {
    padding: 30px 15px;
  }
}

.cs_another_projects {
  margin-top: 52px;
}
.cs_another_projects .cs_project_card img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.cs_slider_footer {
  padding: 30px 0;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  margin-top: 80px;
}

/*--------------------------------------------------------------
  18. Team
----------------------------------------------------------------*/
.cs_team.cs_style_1 {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.cs_team.cs_style_1 .cs_team_thumbnail {
  width: 100%;
  height: 100%;
}
.cs_team.cs_style_1 .cs_team_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.cs_team.cs_style_1 .cs_tean_info {
  padding: 20px 12px;
  width: 100%;
  max-width: 240px;
  background-color: #F6F3FE;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
  border-bottom: 4px solid var(--blue-color);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_team.cs_style_1 .cs_tean_info h3,
.cs_team.cs_style_1 .cs_tean_info p {
  -webkit-transition: inherit;
  transition: inherit;
}
.cs_team.cs_style_1 .cs_social_links {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F5F5F4;
  gap: 8px;
  top: 40px;
  right: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cs_team.cs_style_1 .cs_social_links .cs_social_link {
  width: 44px;
  height: 44px;
  padding: 12px;
  background-color: #F5F5F4;
  border: 1px solid rgba(23, 1, 44, 0.25);
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_team.cs_style_1 .cs_social_links .cs_social_link:hover {
  background-color: var(--blue-color);
  color: var(--white-color);
  border-color: var(--blue-color);
}
.cs_team.cs_style_1:hover .cs_social_links {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cs_team.cs_style_1:hover .cs_tean_info {
  background-color: var(--blue-color);
}
.cs_team.cs_style_1:hover .cs_tean_info h3 a,
.cs_team.cs_style_1:hover .cs_tean_info p {
  color: var(--white-color);
}
.cs_team.cs_style_1:hover .cs_tean_info p {
  opacity: 0.8;
}

.cs_team.cs_style_2 {
  padding: 16px 16px 27px;
  -webkit-box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
}
.cs_team.cs_style_2 .cs_team_thumbnail img {
  width: 100%;
  border-radius: inherit;
}
.cs_team.cs_style_2 .cs_social_links {
  bottom: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cs_team.cs_style_2 .cs_social_link:last-child {
  width: 48px;
  height: 48px;
  border: 6px solid var(--blue-color);
  color: var(--blue-color);
  pointer-events: none;
}
.cs_team.cs_style_2 .cs_social_link:not(:last-child) {
  width: 36px;
  height: 36px;
  color: var(--heading-color);
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(25px) scale(0);
          transform: translateY(25px) scale(0);
  opacity: 0;
}
.cs_team.cs_style_2 .cs_social_link:not(:last-child):hover {
  background-color: var(--blue-color);
  color: var(--white-color);
}
.cs_team.cs_style_2 .cs_tean_info {
  padding: 17px 0 0 16px;
}
.cs_team.cs_style_2 .cs_tean_info h3 {
  letter-spacing: -0.88px;
}
.cs_team.cs_style_2 .cs_tean_info a:hover {
  color: var(--blue-color);
}
.cs_team.cs_style_2:hover .cs_social_link {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.cs_team_shape_1 {
  width: 393px;
  height: 227px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 393px;
  background: #0FF;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.5;
  top: 50%;
  left: 95%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs_team_shape_2 {
  left: 0;
  top: 40%;
}

/*--------------------------------------
 Team details page
----------------------------------------*/
.cs_team_details h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
.cs_team_details p {
  margin-bottom: 29px;
}
.cs_team_details p:last-child {
  margin-bottom: 0;
}
.cs_team_details .cs_team_info_wrapper {
  padding: 30px;
  border: 1px solid #E5E5E5;
  margin-bottom: 70px;
}
.cs_team_details .cs_team_thumbnail {
  width: 100%;
  height: 100%;
  padding-right: 48px;
}
.cs_team_details .cs_team_thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.cs_team_details .cs_team_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_team_details .cs_social_btns.cs_style_1 a {
  width: 40px;
  height: 40px;
  color: var(--heading-color);
  background-color: var(--white-color);
  border: 0;
  -webkit-filter: drop-shadow(0px 4px 25px rgba(19, 76, 179, 0.15));
          filter: drop-shadow(0px 4px 25px rgba(19, 76, 179, 0.15));
}
.cs_team_details .cs_social_btns.cs_style_1 a:hover {
  background-color: var(--blue-color);
  color: var(--white-color);
}

/*--------------------------------------------------------------
  19. About
----------------------------------------------------------------*/
.cs_about.cs_style_1 .cs_about_content {
  position: relative;
  z-index: 1;
}
.cs_about.cs_style_1 .cs_about_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  margin-top: 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_about.cs_style_1 .cs_btn.cs_style_1 {
  padding: 20px 47px;
}
.cs_about.cs_style_1 .cs_client_info_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.cs_about.cs_style_1 .cs_client_review_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cs_about.cs_style_1 .cs_about_thumbnail_wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.cs_about.cs_style_1 .cs_about_thumbnail:nth-child(1) {
  padding-bottom: 25%;
}
.cs_about.cs_style_1 .cs_about_thumbnail:nth-child(1) > img {
  border-radius: 20px 0 20px 0;
}
.cs_about.cs_style_1 .cs_about_thumbnail:nth-child(2) {
  padding-top: 40px;
}
.cs_about.cs_style_1 .cs_about_thumbnail:nth-child(2) > img {
  border-radius: 0 20px 0 20px;
}
.cs_about.cs_style_1 .cs_about_thumbnail > img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cs_about.cs_style_1 .cs_about_thumbnail .cs_project_infobox_wrapper {
  width: 277px;
  height: 197px;
  padding: 78px 54px 20px 20px;
  position: absolute;
  left: 45px;
  bottom: 0;
}
.cs_about.cs_style_1 .cs_about_thumbnail .cs_project_infobox_wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blue-color);
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 575px) {
  .cs_about.cs_style_1 .cs_about_thumbnail .cs_project_infobox_wrapper {
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    left: 50%;
    bottom: 15px;
    z-index: 2;
  }
  .cs_about.cs_style_1 .cs_about_thumbnail .cs_project_infobox_wrapper::after {
    display: none;
  }
}
.cs_about.cs_style_1 .cs_about_thumbnail .cs_project_infobox {
  padding: 10px 20px 15px;
  text-wrap: nowrap;
}
.cs_about.cs_style_1 .cs_about_thumbnail .cs_project_infobox h3 {
  margin-bottom: -5px;
}
.cs_about.cs_style_1 .cs_about_thumbnail .cs_project_infobox > * {
  position: relative;
  z-index: 1;
}
.cs_about.cs_style_1 .cs_about_thumbnail .cs_vector_shape {
  width: 100px;
  bottom: 40px;
  left: -11px;
}
.cs_about.cs_style_1 .cs_features_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cs_about.cs_style_1 .cs_features_wrapper .cs_feature_item {
  padding-bottom: 36px;
  border-bottom: 1px solid var(--gray-color-3);
  padding-right: 50px;
}
.cs_about.cs_style_1 .cs_features_wrapper .cs_feature_item:last-child {
  padding-right: 0;
  padding-left: 50px;
  border-left: 1px solid var(--gray-color-3);
}
.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail {
  padding: 0;
  width: calc(100% + 100px);
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.cs_about.cs_style_1.cs_type_1 .cs_about_content {
  padding-left: 40px;
}
.cs_about.cs_style_1.cs_type_1 .cs_about_btn_group {
  gap: 40px;
  margin-top: 44px;
}
.cs_about.cs_style_1.cs_type_1 .cs_rating {
  width: 88px;
  color: var(--blue-color);
}
.cs_about.cs_style_1 .cs_about_shape_1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  bottom: 0;
}
.cs_about.cs_style_1 .cs_about_shape_2 {
  top: 100px;
  right: 20px;
  -webkit-animation: circular-rotation 20s linear infinite;
          animation: circular-rotation 20s linear infinite;
}
.cs_about.cs_style_1 .cs_about_shape_3 {
  top: -12px;
  right: -45px;
  z-index: 2;
}
.cs_about.cs_style_1 .cs_about_shape_4 {
  top: 0;
  left: 0;
}
.cs_about.cs_style_1 .cs_about_shape_5 {
  top: 0;
  right: 45px;
  -webkit-animation: circular-rotation 20s linear infinite;
          animation: circular-rotation 20s linear infinite;
}
.cs_about.cs_style_1 .cs_about_shape_6 {
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .cs_about.cs_style_1 .cs_about_btn_group {
    gap: 30px 20px;
  }
  .cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .cs_about.cs_style_1.cs_type_1 .cs_about_content {
    padding-left: 0;
  }
  .cs_about.cs_style_1 .cs_features_wrapper .cs_feature_item {
    padding-bottom: 30px;
    padding-right: 20px;
  }
  .cs_about.cs_style_1 .cs_features_wrapper .cs_feature_item:last-child {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .cs_about.cs_style_1 .cs_about_thumbnail:nth-child(1) {
    padding-bottom: 18%;
  }
  .cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cs_about.cs_style_1:nth-child(1) {
    padding-bottom: 23%;
  }
  .cs_about.cs_style_1 .cs_about_shape_4 {
    display: none;
  }
}
@media (max-width: 575px) {
  .cs_about.cs_style_1 .cs_about_btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cs_about.cs_style_1 .cs_features_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .cs_about.cs_style_1 .cs_features_wrapper .cs_feature_item {
    border: 0;
    padding: 0;
  }
  .cs_about.cs_style_1 .cs_features_wrapper .cs_feature_item:last-child {
    padding-left: 0;
    border: 0;
  }
  .cs_about.cs_style_1 .cs_about_thumbnail {
    gap: 15px;
  }
  .cs_about.cs_style_1 .cs_about_thumbnail:nth-child(1) {
    padding-bottom: 0;
  }
  .cs_about.cs_style_1 .cs_vector_shape {
    display: none;
  }
}

.cs_about.cs_style_2 .cs_about_thumbnail_wrapper {
  padding-left: 15%;
  background-repeat: no-repeat;
  background-position: right;
}
.cs_about.cs_style_2 .cs_about_thumbnail {
  padding-left: 10%;
  margin-left: auto;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cs_about.cs_style_2 .cs_userbox {
  padding: 20px;
  -webkit-box-shadow: 8px 6px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 6px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  left: 15%;
  bottom: 30%;
}
.cs_about.cs_style_2 .cs_sales_report {
  display: block;
  right: 6%;
  bottom: 37px;
  border-radius: 15px;
}
.cs_about.cs_style_2 .cs_sales_report::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #625A69;
  opacity: 0.1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cs_about.cs_style_2 .cs_sales_report img {
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
.cs_about.cs_style_2 .cs_about_text_wrapper {
  padding-left: 40px;
  border-left: 1px solid rgba(2, 14, 40, 0.2);
  padding-bottom: 120px;
  margin-left: 0;
}
.cs_about.cs_style_2 .cs_about_text {
  max-width: 567px;
}
.cs_about.cs_style_2 .cs_section_heading {
  padding-bottom: 30px;
}
.cs_about.cs_style_2 .cs_section_heading::after {
  content: "";
  width: 100%;
  min-width: 1200px;
  height: 1px;
  background: rgba(2, 14, 40, 0.2);
  position: absolute;
  left: -40px;
  bottom: 0;
}
.cs_about.cs_style_2 .cs_features_wrapper {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.cs_about.cs_style_2 .cs_features_wrapper::after {
  content: "";
  width: 100%;
  min-width: 1200px;
  height: 1px;
  background: rgba(2, 14, 40, 0.2);
  position: absolute;
  left: -40px;
  bottom: 0;
}
.cs_about.cs_style_2 .cs_iconbox.cs_style_1 {
  width: 100%;
  width: 244px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.cs_about.cs_style_2 .cs_iconbox.cs_style_1 .cs_iconbox_icon::after {
  display: none;
}
.cs_about.cs_style_2 .cs_quote_text {
  padding-left: 43px;
  position: relative;
  margin: 24px 0 41px;
}
.cs_about.cs_style_2 .cs_quote_text img {
  position: absolute;
  left: 0;
  top: 5px;
}
.cs_about.cs_style_2 .cs_quote_text blockquote {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
}
.cs_about.cs_style_2 .cs_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_about.cs_style_2 .cs_about_shape_1 {
  width: 944px;
  height: 944px;
  border-radius: 944px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 91, 0.65)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 0, 91, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(280px);
          filter: blur(280px);
  top: 25%;
  right: 91%;
}
.cs_about.cs_style_2 .cs_about_shape_2 {
  width: 944px;
  height: 944px;
  border-radius: 944px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 112, 16, 0.65)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(234, 112, 16, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(280px);
          filter: blur(280px);
  top: 120px;
  left: 80%;
}
.cs_about.cs_style_2 .cs_about_shape_3 {
  right: 0;
  bottom: 30px;
}
@media (min-width: 1500px) {
  .cs_about.cs_style_2 .cs_about_thumbnail_wrapper {
    padding-right: 10%;
  }
}
@media (max-width: 1399px) {
  .cs_about.cs_style_2 .cs_about_thumbnail_wrapper {
    padding-left: 0;
  }
  .cs_about.cs_style_2 .cs_about_thumbnail {
    padding-left: 5%;
  }
  .cs_about.cs_style_2 .cs_userbox {
    left: 5%;
    bottom: 17%;
  }
  .cs_about.cs_style_2 .cs_sales_report {
    right: 10%;
    bottom: 15px;
  }
  .cs_about.cs_style_2 .cs_about_text_wrapper {
    padding-left: 20px;
  }
  .cs_about.cs_style_2 .cs_features_wrapper::after,
  .cs_about.cs_style_2 .cs_section_heading::after {
    left: -20px;
  }
  .cs_about.cs_style_2 .cs_about_shape_3 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .cs_about.cs_style_2 {
    padding-bottom: 80px;
  }
  .cs_about.cs_style_2 .cs_about_thumbnail_wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .cs_about.cs_style_2 .cs_about_thumbnail {
    padding-left: 0;
    margin: 0 auto;
  }
  .cs_about.cs_style_2 .cs_about_thumbnail img {
    width: 100%;
  }
  .cs_about.cs_style_2 .cs_about_text_wrapper {
    width: 100%;
    padding-bottom: 0;
  }
  .cs_about.cs_style_2 .cs_about_text {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .cs_about.cs_style_2 .cs_sales_report {
    display: none;
  }
  .cs_about.cs_style_2 .cs_userbox {
    left: 30%;
    bottom: 10%;
  }
}

/*--------------------------------------------
 Our working process
---------------------------------------------*/
.cs_process_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs_heading_box {
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E7E8EA), to(#E7E8EA));
  background: linear-gradient(180deg, #E7E8EA 0%, #E7E8EA 100%);
  -webkit-box-shadow: 0px 3.957px 19.783px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 3.957px 19.783px 0px rgba(0, 0, 0, 0.25) inset;
  position: relative;
  z-index: 1;
}
.cs_heading_box .cs_heading_box_inner {
  width: 142px;
  height: 142px;
  padding: 15px;
  border: 5px solid var(--white-color);
}

.cs_stepbox_wrapper {
  padding: 35px 10px 10px;
}
.cs_stepbox_wrapper::before {
  content: "";
  width: 100%;
  height: 50%;
  border-radius: 0px 0px 20px 20px;
  background: #FFD4C9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.cs_stepbox_wrapper.cs_box_2::before {
  background: #99E7F2;
}
.cs_stepbox_wrapper.cs_box_2 .cs_stepbox_inner {
  background-color: #E9E0FF;
}
.cs_stepbox_wrapper.cs_box_3::before {
  background: #C9DA8F;
}
.cs_stepbox_wrapper.cs_box_3 .cs_stepbox_inner {
  background-color: #DBF4FF;
}
.cs_stepbox_wrapper.cs_box_4::before {
  background: #D7C6F8;
}
.cs_stepbox_wrapper.cs_box_4 .cs_stepbox_inner {
  background-color: #FFE3CD;
}
.cs_stepbox_wrapper .cs_stepbox_index {
  width: 75px;
  height: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(45deg, #EBEAEA 14.7%, #FFF 85.31%);
  padding: 5px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.cs_stepbox_wrapper .cs_stepbox_index img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cs_stepbox_wrapper .cs_step_index_in {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F9F9F9;
  line-height: 1.2em;
}
.cs_stepbox_wrapper .cs_stepbox_inner {
  width: 174px;
  height: 174px;
  padding: 20px;
  border: 5px solid var(--white-color);
  background: #D3E2FF;
  -webkit-box-shadow: -14.837px 14.837px 9.891px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -14.837px 14.837px 9.891px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}

.cs_steps_boxes_wrapper {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 30px;
  padding-bottom: 120px;
}
.cs_steps_boxes_wrapper .cs_stepbox_wrapper {
  position: relative;
  z-index: 1;
}
.cs_steps_boxes_wrapper .cs_stepbox_wrapper:nth-child(2) {
  -webkit-transform: translate(-40px, 105px);
          transform: translate(-40px, 105px);
}
.cs_steps_boxes_wrapper .cs_stepbox_wrapper:nth-child(3) {
  -webkit-transform: translate(40px, 105px);
          transform: translate(40px, 105px);
}
.cs_steps_boxes_wrapper .cs_process_shape_1 {
  width: 960px;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-3deg);
          transform: translateX(-50%) rotate(-3deg);
  z-index: 0;
}
.cs_steps_boxes_wrapper .cs_process_shape_2 {
  width: 401px;
  height: 94px;
  border: 1px solid #C1B4DC;
  border-right: 0;
  border-bottom: 0;
  border-radius: 20px 0 0 0;
  top: -90px;
  left: 95px;
}
.cs_steps_boxes_wrapper .cs_process_shape_3 {
  width: 401px;
  height: 94px;
  border: 1px solid #C1B4DC;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 20px 0 0;
  top: -90px;
  right: 95px;
}
.cs_steps_boxes_wrapper .cs_process_shape_4 {
  width: 140px;
  height: 78px;
  border: 1px solid #C1B4DC;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 20px;
  top: 0;
  left: 50%;
}
.cs_steps_boxes_wrapper .cs_process_shape_5 {
  width: 140px;
  height: 78px;
  border: 1px solid #C1B4DC;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0 0 20px 0;
  top: 0;
  right: 50%;
}
.cs_steps_boxes_wrapper .cs_process_shape_6 {
  width: 88px;
  height: 62px;
  border: 1px solid #C1B4DC;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 20px 0 0;
  top: 77px;
  right: 33%;
}
.cs_steps_boxes_wrapper .cs_process_shape_7 {
  width: 88px;
  height: 62px;
  border: 1px solid #C1B4DC;
  border-right: 0;
  border-bottom: 0;
  border-radius: 20px 0 0 0;
  top: 77px;
  left: 33%;
}
@media (max-width: 1199px) {
  .cs_steps_boxes_wrapper .cs_process_shape_1 {
    width: 800px;
  }
}
@media (max-width: 991px) {
  .cs_steps_boxes_wrapper {
    margin-top: 50px;
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
  .cs_steps_boxes_wrapper .cs_stepbox_wrapper {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .cs_steps_boxes_wrapper .cs_process_shape_1,
  .cs_steps_boxes_wrapper .cs_process_shape_2,
  .cs_steps_boxes_wrapper .cs_process_shape_3,
  .cs_steps_boxes_wrapper .cs_process_shape_4,
  .cs_steps_boxes_wrapper .cs_process_shape_5,
  .cs_steps_boxes_wrapper .cs_process_shape_6,
  .cs_steps_boxes_wrapper .cs_process_shape_7 {
    display: none;
  }
}
@media (max-width: 450px) {
  .cs_steps_boxes_wrapper {
    grid-template-columns: repeat(1, auto);
  }
}

.cs_working_thumbnail_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-left: 55px;
}
@media (max-width: 991px) {
  .cs_working_thumbnail_wrapper {
    padding-left: 0;
    gap: 15px;
  }
}
.cs_working_thumbnail_wrapper > img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.cs_working_thumbnail_wrapper .cs_working_thumbnail img {
  width: 100%;
}
.cs_working_thumbnail_wrapper .cs_working_thumbnail:nth-child(1) {
  padding-top: 45px;
}
.cs_working_thumbnail_wrapper .cs_working_thumbnail:nth-child(1) > img {
  -webkit-clip-path: polygon(27% 0%, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 13%);
          clip-path: polygon(27% 0%, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 13%);
}
@media (max-width: 450px) {
  .cs_working_thumbnail_wrapper .cs_working_thumbnail:nth-child(1) {
    padding-top: 0;
  }
}
.cs_working_thumbnail_wrapper .cs_working_thumbnail:nth-child(2) {
  padding-bottom: 45px;
  padding-right: 20px;
}
.cs_working_thumbnail_wrapper .cs_working_thumbnail:nth-child(2) > img {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 87%, 74% 100%, 0 100%, 0% 80%, 0 0);
          clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 87%, 74% 100%, 0 100%, 0% 80%, 0 0);
}
@media (max-width: 450px) {
  .cs_working_thumbnail_wrapper .cs_working_thumbnail:nth-child(2) {
    padding-bottom: 0;
    padding-right: 0;
  }
}
.cs_working_thumbnail_wrapper .cs_working_thumbnail .cs_like,
.cs_working_thumbnail_wrapper .cs_working_thumbnail .cs_comment {
  display: inline-block;
  position: absolute;
  z-index: 3;
}
.cs_working_thumbnail_wrapper .cs_working_thumbnail .cs_comment {
  top: 20px;
  left: 0;
}
.cs_working_thumbnail_wrapper .cs_working_thumbnail .cs_like {
  bottom: 20px;
  right: 0;
}
.cs_working_thumbnail_wrapper .cs_working_thumbnail .cs_wheel_shape {
  top: -50px;
  right: -30px;
  -webkit-animation: circular-rotation 20s linear infinite;
          animation: circular-rotation 20s linear infinite;
}

.cs_blob_1 {
  top: 0;
  left: 0;
}

.cs_blob_2 {
  top: 0;
  right: 0;
}

.cs_wave_1 {
  left: 5%;
  bottom: 20%;
}

.cs_wave_2 {
  bottom: 200px;
  right: 0;
  -webkit-animation: slide-horizontal 10s linear infinite;
          animation: slide-horizontal 10s linear infinite;
}

.cs_rings {
  left: 90%;
  top: 40px;
}

/*--------------------------------------------
 Our solution process
---------------------------------------------*/
.cs_process_area.cs_style_1 {
  width: 100%;
  height: 100%;
  background-color: #F6F3FE;
  padding-bottom: 360px;
}

/*--------------------------------------------
 Our video block
---------------------------------------------*/
.cs_video_block.cs_style_1 {
  width: 100%;
  max-width: 1290px;
  height: 100%;
  min-height: 600px;
  border-radius: 50px;
  margin-top: -280px;
  margin-left: auto;
  margin-right: auto;
}
.cs_video_block.cs_style_1 .cs_video_shape_1 {
  top: -70px;
  right: -43px;
}
.cs_video_block.cs_style_1.cs_type_1 {
  margin-top: 0;
  border-radius: 100px 0;
}
.cs_video_block.cs_style_1.cs_type_1 .cs_player_btn {
  border: 1px solid var(--white-color);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.cs_video_block.cs_style_1.cs_type_1 .cs_player_btn::before {
  display: none;
}
@media (max-width: 991px) {
  .cs_video_block.cs_style_1 {
    min-height: 450px;
  }
}
@media (max-width: 575px) {
  .cs_video_block.cs_style_1 {
    min-height: 300px;
  }
}

.cs_video_block.cs_style_2 {
  width: 100%;
  min-height: 205px;
}
.cs_video_block.cs_style_2 .cs_player_btn {
  width: 40px;
  height: 40px;
}

.cs_video_shape_2 {
  width: 292px;
  height: 292px;
  right: 0;
  top: 70%;
}
.cs_video_shape_2::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 107, 1, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(242, 107, 1, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(25px);
          filter: blur(25px);
  position: absolute;
  top: 0;
  right: -30px;
}
.cs_video_shape_2 img {
  position: absolute;
  right: 30px;
  bottom: 50px;
  -webkit-animation: move-alternate 10s linear infinite;
          animation: move-alternate 10s linear infinite;
}

@-webkit-keyframes move-alternate {
  50% {
    -webkit-transform: translate(-50px, -50px);
            transform: translate(-50px, -50px);
  }
}

@keyframes move-alternate {
  50% {
    -webkit-transform: translate(-50px, -50px);
            transform: translate(-50px, -50px);
  }
}
@-webkit-keyframes slide-horizontal {
  50% {
    -webkit-transform: translateX(-50px) rotateX(180deg);
            transform: translateX(-50px) rotateX(180deg);
  }
}
@keyframes slide-horizontal {
  50% {
    -webkit-transform: translateX(-50px) rotateX(180deg);
            transform: translateX(-50px) rotateX(180deg);
  }
}
/*--------------------------------------------------------------
  20. Pricing
----------------------------------------------------------------*/
.cs_pricing_table.cs_style_1 {
  width: 100%;
  height: 100%;
  padding: 30px 22px 30px 30px;
  border: 1px solid var(--gray-color-3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_pricing_table.cs_style_1 .cs_pricing_icon {
  width: 60px;
  height: 60px;
}
.cs_pricing_table.cs_style_1 p,
.cs_pricing_table.cs_style_1 li,
.cs_pricing_table.cs_style_1 img,
.cs_pricing_table.cs_style_1 h3,
.cs_pricing_table.cs_style_1 .cs_pricing_seperator {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_pricing_table.cs_style_1 .cs_price_value small {
  font-size: 16px;
  color: var(--body-color);
  font-weight: 500;
}
.cs_pricing_table.cs_style_1 .cs_pricing_badge {
  padding: 8px 16px 8px 35px;
  top: 50px;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
}
.cs_pricing_table.cs_style_1 .cs_pricing_seperator {
  width: 100%;
  height: 1px;
  background-color: var(--heading-color);
  opacity: 0.26;
}
.cs_pricing_table.cs_style_1 .cs_pricing_feature_list li {
  padding: 0 24px;
  position: relative;
}
.cs_pricing_table.cs_style_1 .cs_pricing_feature_list li img {
  position: absolute;
  top: 5px;
}
.cs_pricing_table.cs_style_1 .cs_pricing_feature_list li > *:nth-child(1) {
  left: 0;
}
.cs_pricing_table.cs_style_1 .cs_pricing_feature_list li > *:nth-child(3) {
  right: 0;
}
.cs_pricing_table.cs_style_1 .cs_pricing_feature_list li:not(:last-child) {
  margin-bottom: 12px;
}
.cs_pricing_table.cs_style_1 .cs_pricing_btn {
  text-align: center;
  padding: 10px 20px;
  border: 1px solid var(--gray-color-3);
  margin-top: auto;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_pricing_table.cs_style_1 .cs_pricing_btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.cs_pricing_table.cs_style_1:hover, .cs_pricing_table.cs_style_1.active {
  -webkit-box-shadow: 0px 20px 50px 0px rgba(52, 55, 170, 0.1);
          box-shadow: 0px 20px 50px 0px rgba(52, 55, 170, 0.1);
}
.cs_pricing_table.cs_style_1:hover .cs_pricing_btn, .cs_pricing_table.cs_style_1.active .cs_pricing_btn {
  border: 1px solid var(--blue-color);
  background-color: var(--blue-color);
  color: var(--white-color);
}
.cs_pricing_table.cs_style_1:hover.cs_type_1, .cs_pricing_table.cs_style_1.active.cs_type_1 {
  background-color: var(--blue-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cs_pricing_table.cs_style_1:hover.cs_type_1 .cs_pricing_badge, .cs_pricing_table.cs_style_1.active.cs_type_1 .cs_pricing_badge {
  background-color: var(--accent-color);
}
.cs_pricing_table.cs_style_1:hover.cs_type_1 .cs_pricing_seperator, .cs_pricing_table.cs_style_1.active.cs_type_1 .cs_pricing_seperator {
  background-color: var(--white-color);
}
.cs_pricing_table.cs_style_1:hover.cs_type_1 p,
.cs_pricing_table.cs_style_1:hover.cs_type_1 h3,
.cs_pricing_table.cs_style_1:hover.cs_type_1 li,
.cs_pricing_table.cs_style_1:hover.cs_type_1 .cs_pricing_btn, .cs_pricing_table.cs_style_1.active.cs_type_1 p,
.cs_pricing_table.cs_style_1.active.cs_type_1 h3,
.cs_pricing_table.cs_style_1.active.cs_type_1 li,
.cs_pricing_table.cs_style_1.active.cs_type_1 .cs_pricing_btn {
  color: var(--white-color);
}
.cs_pricing_table.cs_style_1:hover.cs_type_1 img, .cs_pricing_table.cs_style_1.active.cs_type_1 img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(234%) hue-rotate(343deg) brightness(117%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(234%) hue-rotate(343deg) brightness(117%) contrast(100%);
}
.cs_pricing_table.cs_style_1:hover.cs_type_1 .cs_pricing_btn, .cs_pricing_table.cs_style_1.active.cs_type_1 .cs_pricing_btn {
  border-color: var(--white-color);
}
.cs_pricing_table.cs_style_1.cs_type_1 {
  padding: 30px 40px;
}
.cs_pricing_table.cs_style_1.cs_type_1 .cs_price_value {
  margin-bottom: -5px;
}
.cs_pricing_table.cs_style_1.cs_type_1 .cs_pricing_feature_list li {
  padding: 0 0 0 24px;
}
.cs_pricing_table.cs_style_1.cs_type_1 .cs_pricing_btn {
  color: var(--blue-color);
  border-color: var(--blue-color);
}

.cs_pricing_shape_1 {
  left: 4%;
  top: 140px;
  -webkit-animation: spinAnimation 10s linear infinite;
          animation: spinAnimation 10s linear infinite;
}

.cs_pricing_shape_2 {
  right: 4%;
  top: 140px;
  -webkit-animation: spinAnimation 10s linear infinite;
          animation: spinAnimation 10s linear infinite;
}

.cs_pricing_shape_3 {
  left: 4%;
  bottom: 120px;
  -webkit-animation: circular-rotation 10s linear infinite;
          animation: circular-rotation 10s linear infinite;
}

.cs_pricing_shape_4 {
  right: 4%;
  bottom: 120px;
}

/*--------------------------------------------------------------
  21. Card
----------------------------------------------------------------*/
.cs_card.cs_style_1 {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.cs_card.cs_style_1 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.cs_card.cs_style_1 .cs_card_btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--accent-color);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
          transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cs_card.cs_style_1 .cs_card_btn:hover {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1.1);
          transform: translate(-50%, -50%) rotate(-45deg) scale(1.1);
}
.cs_card.cs_style_1:nth-child(odd) {
  margin-top: 40px;
  width: 270px;
  height: 186px;
}
.cs_card.cs_style_1:nth-child(even) {
  margin-top: 80px;
  width: 370px;
  height: 270px;
}
.cs_card.cs_style_1:hover {
  margin-top: 0;
  width: 400px;
  height: 467px;
}
.cs_card.cs_style_1:hover .cs_card_btn {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 575px) {
  .cs_card.cs_style_1 {
    width: 290px !important;
  }
}

.cs_card.cs_style_2 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 15px 30px 30px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_card.cs_style_2 > * {
  position: relative;
  z-index: 1;
}
.cs_card.cs_style_2 .cs_card_icon {
  width: 86px;
  height: 86px;
  border: 8px solid #ECF1F5;
}
.cs_card.cs_style_2 .cs_card_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cs_card.cs_style_2 .cs_card_title,
.cs_card.cs_style_2 .cs_card_subtitle {
  -webkit-transition: inherit;
  transition: inherit;
}
.cs_card.cs_style_2 .cs_card_btn {
  width: 52px;
  height: 52px;
  background-color: var(--heading-color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_card.cs_style_2 .cs_card_btn:hover {
  -webkit-transform: rotate(-45deg) scale(1.1);
          transform: rotate(-45deg) scale(1.1);
}
.cs_card.cs_style_2 .cs_card_shape_2 {
  content: "";
  width: 85%;
  height: 4px;
  background-color: #ECF1F5;
  position: absolute;
  top: 70px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_card.cs_style_2:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-33.79%, #BB22FC), to(#1776EE));
  background: linear-gradient(0deg, #BB22FC -33.79%, #1776EE 100%);
}
.cs_card.cs_style_2:hover .cs_card_title,
.cs_card.cs_style_2:hover .cs_card_subtitle {
  color: var(--white-color);
}
.cs_card.cs_style_2:hover .cs_card_btn {
  background-color: var(--blue-color);
}
.cs_card.cs_style_2:hover .cs_card_shape {
  opacity: 0.2;
}
.cs_card.cs_style_2:hover .cs_card_shape_2 {
  background-color: var(--white-color);
}

.cs_card.cs_style_3 {
  display: block;
  width: 100%;
  height: 320px;
}
.cs_card.cs_style_3 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.cs_card.cs_style_3 .cs_card_overlay {
  width: 100%;
  height: 100%;
  background: rgba(22, 25, 33, 0.75);
  border-radius: inherit;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_card.cs_style_3 .cs_card_btn {
  width: 52px;
  height: 52px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_card.cs_style_3 .cs_card_btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.cs_card.cs_style_3 .cs_card_info {
  left: 40px;
  bottom: 40px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_card.cs_style_3:hover .cs_card_overlay {
  visibility: visible;
  opacity: 1;
}
.cs_card.cs_style_3:hover .cs_card_info {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.cs_card.cs_style_3:hover .cs_card_btn {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 991px) {
  .cs_card.cs_style_3 .cs_card_info {
    left: 15px;
    bottom: 30px;
  }
}

.cs_card.cs_style_4 blockquote {
  font-size: 26px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 29px;
}
.cs_card.cs_style_4 .cs_avatar.cs_style_1 {
  gap: 24px;
}
.cs_card.cs_style_4 .cs_avatar.cs_style_1 .cs_avatar_icon {
  width: 70px;
  height: 70px;
}

.cs_card.cs_style_5 {
  width: 100%;
  max-width: 598px;
  height: 100%;
}
.cs_card.cs_style_5 .cs_card_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.cs_card.cs_style_5 .cs_card_thumbnail:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.cs_card.cs_style_5 .cs_card_thumbnail:hover .cs_card_btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cs_card.cs_style_5 .cs_card_btn {
  width: 120px;
  height: 120px;
  background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_card.cs_style_5 .cs_card_btn svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cs_card.cs_style_5 .cs_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.cs_card.cs_style_5 .cs_category_list li {
  padding: 1px 20px;
  border: 1px solid var(--gray-color-3);
  border-radius: 20px;
}

.cs_cards_wrapper_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_cards_wrapper_2 .cs_card.cs_style_5:nth-child(2), .cs_cards_wrapper_2 .cs_card.cs_style_5:nth-child(3) {
  max-width: 450px;
  padding: 72px 0;
}
@media (max-width: 1199px) {
  .cs_cards_wrapper_2 .cs_card.cs_style_5 {
    max-width: 500px;
  }
  .cs_cards_wrapper_2 .cs_card.cs_style_5:nth-child(2), .cs_cards_wrapper_2 .cs_card.cs_style_5:nth-child(3) {
    max-width: 400px;
    padding: 42px 0;
  }
}
@media (max-width: 991px) {
  .cs_cards_wrapper_2 .cs_card.cs_style_5 {
    max-width: 370px;
  }
  .cs_cards_wrapper_2 .cs_card.cs_style_5:nth-child(2), .cs_cards_wrapper_2 .cs_card.cs_style_5:nth-child(3) {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cs_cards_wrapper_2 .cs_card.cs_style_5 {
    max-width: 100% !important;
    padding: 0 !important;
  }
}

.cs_cards_wrapper_1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  grid-auto-flow: dense;
}
.cs_cards_wrapper_1 > *:nth-child(2) {
  grid-column: auto/span 2;
}
.cs_cards_wrapper_1 > *:nth-child(4) {
  grid-column: auto/span 2;
}
@media (max-width: 991px) {
  .cs_cards_wrapper_1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .cs_cards_wrapper_1 > * {
    grid-column: auto/span 1 !important;
  }
}
@media (max-width: 767px) {
  .cs_cards_wrapper_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*--------------------------------------------------------------
  22. Tabs
----------------------------------------------------------------*/
.cs_tab_links.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_tab_links.cs_style_1.cs_type_1 {
  gap: 8px;
  padding: 11px 6px;
  border: 1px solid var(--gray-color-3);
  border-radius: 30px;
}
.cs_tab_links.cs_style_1.cs_type_1 li a {
  display: initial;
  padding: 12px 16px;
  color: var(--body-color);
  border: 0;
  border-radius: 22px;
}
.cs_tab_links.cs_style_1 li a {
  display: inline-block;
  padding: 4px 20px;
  color: var(--heading-color);
  border: 1px solid var(--gray-color-3);
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_tab_links.cs_style_1 li.active a {
  background-color: var(--blue-color);
  color: var(--white-color);
  border-color: var(--blue-color);
}
.cs_tab_links.cs_style_1 li:hover a {
  background-color: var(--blue-color);
  color: var(--white-color);
  border-color: var(--blue-color);
}

/*--------------------------------
 Tab styling
 -------------------------------*/
.cs_tab {
  display: none;
}
.cs_tab.active {
  display: block;
}

/*--------------------------------------------------------------
  23. Service
----------------------------------------------------------------*/
.cs_service_item.cs_style_1 {
  padding: 35px 100px 35px 0;
}
.cs_service_item.cs_style_1:first-child::before {
  position: absolute;
  left: 0;
  top: 0;
}
.cs_service_item.cs_style_1::after, .cs_service_item.cs_style_1::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_service_item.cs_style_1::after {
  position: absolute;
  left: 0;
  bottom: -2px;
}
.cs_service_item.cs_style_1 .cs_service_content {
  width: 100%;
  max-width: 890px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 140px;
}
.cs_service_item.cs_style_1 .cs_service_content > * {
  position: relative;
  z-index: 1;
}
.cs_service_item.cs_style_1 .cs_service_title {
  text-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_service_item.cs_style_1 .cs_service_title:hover a {
  color: var(--accent-color);
}
.cs_service_item.cs_style_1 .cs_service_subtitle {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.cs_service_item.cs_style_1 .cs_service_btn {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_service_item.cs_style_1 .cs_service_btn:hover {
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.1);
          transform: translateY(-50%) rotate(-45deg) scale(1.1);
}
.cs_service_item.cs_style_1 .cs_service_item_bg {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_service_item.cs_style_1 .cs_service_item_bg img {
  height: 100%;
}
.cs_service_item.cs_style_1 .cs_service_item_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(141deg, #6222CC 35.95%, #5822C5 44.54%, #5022BF 49.42%, #4321B6 53.17%, #3B21B1 58.84%, #0A208F 77.55%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  position: absolute;
  left: 0;
  top: 0;
}
.cs_service_item.cs_style_1:hover::after, .cs_service_item.cs_style_1:hover::before {
  background-color: var(--heading-color);
}
.cs_service_item.cs_style_1:hover .cs_service_btn {
  background-color: var(--accent-color);
}
.cs_service_item.cs_style_1:hover .cs_service_item_bg {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 991px) {
  .cs_service_item.cs_style_1 {
    padding: 30px 70px 30px 0;
  }
  .cs_service_item.cs_style_1 .cs_service_content {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cs_service_item.cs_style_1 .cs_service_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .cs_service_item.cs_style_1 {
    padding: 30px 15px 30px 0;
  }
  .cs_service_item.cs_style_1 .cs_service_btn {
    position: initial;
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

.cs_service_list li {
  position: relative;
  border-bottom: 1px solid var(--gray-color-3);
}
.cs_service_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 0;
  border-radius: 8px;
}
.cs_service_list li a::before, .cs_service_list li a::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_service_list li a::before {
  background-image: url("../img/service_bg_2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
}
.cs_service_list li a::after {
  background-color: var(--blue-color);
  visibility: hidden;
  opacity: 0;
}
.cs_service_list li a > * {
  position: relative;
  z-index: 1;
}
.cs_service_list li img {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_service_list li:hover {
  border-color: transparent;
}
.cs_service_list li:hover a {
  padding: 23px 24px;
  color: var(--white-color);
}
.cs_service_list li:hover a::before {
  visibility: visible;
  opacity: 1;
}
.cs_service_list li:hover a::after {
  visibility: visible;
  opacity: 0.85;
}
.cs_service_list li:hover img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*------------------------------------------
 Service details page
--------------------------------------------*/
.cs_service_details img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  margin-bottom: 32px;
}
.cs_service_details h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
}
.cs_service_details h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 13px;
}
.cs_service_details p {
  margin-bottom: 50px;
}
.cs_service_details p:last-child {
  margin-bottom: 0;
}
.cs_service_details .cs_service_details_features {
  padding: 40px;
  margin-bottom: 44px;
}
.cs_service_details .cs_service_details_features img {
  margin-bottom: 0;
}
.cs_service_details .cs_service_details_features p {
  margin-bottom: 15px;
}
.cs_service_details .cs_steps_to_get_service p {
  margin-bottom: 45px;
}
.cs_service_details .cs_process_steps_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 30px;
}
.cs_service_details .cs_process_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  padding: 27px 30px 24px;
  -webkit-box-shadow: 0px 9px 37px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 9px 37px 0px rgba(0, 0, 0, 0.07);
}
.cs_service_details .cs_process_step .cs_step_index {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cs_service_details .cs_process_step h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cs_service_details .cs_process_step p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cs_service_details .cs_process_steps_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_service_details .cs_service_details_features {
    padding: 30px 20px;
  }
  .cs_service_details .cs_process_step {
    gap: 15px;
    padding: 24px 15px;
  }
}
@media (max-width: 1500px) {
.cs_hero.cs_style_2 .cs_hero_title {
    font-size: 60px;
}
.cs_hero.cs_style_2 .cs_hero_text_wrapper {
    max-width: 620px;
}
.cs_hero.cs_style_2 .cs_marketing_graph_content_wrapper {
    width: 151px;
    height: 151px;
}
.cs_hero.cs_style_2 .cs_reviewbox {
    right: 40%;
    bottom: 30%;
}
.cs_hero.cs_style_1 .cs_hero_thumbnail > img {
    object-fit: cover;
}
}
@media only screen and (max-width: 1400px) and (min-width: 1000px)  {
.cs_hero.cs_style_3 {
    padding: 340px 0 190px;
}
}
.cs_site_branding h3{
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */