@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&display=swap');
:root {
  --white-color: #fff;
  --heading-color: #0d0c17;
  --body-color: #6b6b6b;
  --accent-color: #06b453;
  --accent-color_2: #017534;
  --gray-color: #a3a2a3;
  --cyan-color: #e2f8f8;
  --light-blue-color: #8cacff;
  --red-color: rgba(229, 72, 0, 1);
}

@font-face {
    font-family: 'begummedium';
    src: url('../fonts/fonnts.com-begum-medium-webfont.woff2') format('woff2'),
         url('../fonts/fonnts.com-begum-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.cs_dark {
  --white-color: #0d0c17;
  --heading-color: #fff;
}

/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
body,
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
   font-family: "Anek Latin", sans-serif;
  color: var(--body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.cs_dark,
html.cs_dark {
  color: var(--gray-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--heading-color);
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 1.3em;
   font-family: 'Bricolage Grotesque', sans-serif;
   font-weight:800;
}

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;
}

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;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  transition: all 0.3s ease;
}

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(--gray-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(--gray-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);
}

/*--------------------------------------------------------------
  2. Preloader
----------------------------------------------------------------*/
.cs_perloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  background: #fff;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs_perloader_dots_wrap {
  display: block;
  margin: 0px auto;
  width: 97px;
  transform: scale(2);
}
.cs_perloader_dots_wrap .cs_perloader_dots i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: var(--accent-color);
}
.cs_perloader_dots_wrap .cs_perloader_dots i:first-child {
  opacity: 0;
  animation: cs_perloader_dots-ani2 0.58s linear infinite;
  transform: translate(-19px);
}
.cs_perloader_dots_wrap .cs_perloader_dots i:nth-child(2), .cs_perloader_dots_wrap .cs_perloader_dots i:nth-child(3) {
  animation: cs_perloader_dots-ani3 0.58s linear infinite;
}
.cs_perloader_dots_wrap .cs_perloader_dots i:last-child {
  animation: cs_perloader_dots-ani1 0.58s linear infinite;
}

@keyframes cs_perloader_dots-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0;
  }
}
@keyframes cs_perloader_dots-ani2 {
  100% {
    transform: translate(19px);
    opacity: 1;
  }
}
@keyframes cs_perloader_dots-ani3 {
  100% {
    transform: translate(19px);
  }
}
.cs_perloader_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  color: var(--body-color);
  letter-spacing: 3px;
}

/*--------------------------------------------------------------
  3. Spacing
----------------------------------------------------------------*/
.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;
}

.cs_height_151 {
  height: 151px;
}

.cs_height_152 {
  height: 152px;
}

.cs_height_153 {
  height: 153px;
}

.cs_height_154 {
  height: 154px;
}

.cs_height_155 {
  height: 155px;
}

.cs_height_156 {
  height: 156px;
}

.cs_height_157 {
  height: 157px;
}

.cs_height_158 {
  height: 158px;
}

.cs_height_159 {
  height: 159px;
}

.cs_height_160 {
  height: 160px;
}

@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;
  }
  .cs_height_lg_151 {
    height: 151px;
  }
  .cs_height_lg_152 {
    height: 152px;
  }
  .cs_height_lg_153 {
    height: 153px;
  }
  .cs_height_lg_154 {
    height: 154px;
  }
  .cs_height_lg_155 {
    height: 155px;
  }
  .cs_height_lg_156 {
    height: 156px;
  }
  .cs_height_lg_157 {
    height: 157px;
  }
  .cs_height_lg_158 {
    height: 158px;
  }
  .cs_height_lg_159 {
    height: 159px;
  }
  .cs_height_lg_160 {
    height: 160px;
  }
}
/*--------------------------------------------------------------
  4. General
----------------------------------------------------------------*/
.cs_text_white {
  color: var(--white-color);
}

.cs_text_primary {
  color: var(--heading-color);
}

.cs_mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs_text_accent {
  color:#442f8c;
}

.cs_text_accent2 {
  color: var(--accent-color_2);
}

.cs_bg_accent {
  background-color:#d81e52;
}

.cs_bg_heading {
  background-color:#39308f;
}

.cs_bg_white {
  background-color: var(--white-color);
}

.cs_gap_y_30 {
  gap: 30px 0;
}

.cs_gap_y_40 {
  gap: 40px 0;
}

.cs_gradient_bg_1 {
  background: linear-gradient(90deg, #f8f8ff 0.81%, rgba(248, 248, 255, 0) 100%);
}

.cs_gradient_bg_2 {
  background: linear-gradient(90deg, #f0fbf4 0.01%, rgba(240, 251, 244, 0) 99.99%);
}

.cs_bg_filled {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cs_up_3_hover:hover {
  transform: translateY(-3px);
}

.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_content {
  position: relative;
  background-color: var(--white-color);
  z-index: 2;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .cs_content {
    margin-bottom: 0 !important;
  }
}

#cs_backtotop {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: var(--white-color);
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: fixed;
  right: 40px;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 4;
}
#cs_backtotop.active {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

/*=============================
 Common component design
==============================*/
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 br {
    display: none;
  }
}
.cs_section_heading.cs_style_1 .cs_section_title {
  font-size: 50px;
  line-height: 1.3em;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .cs_section_heading.cs_style_1 .cs_section_title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 .cs_section_title {
    font-size: 32px;
  }
}
.cs_section_heading.cs_style_1 .cs_section_subtitle {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

.cs_section_heading.cs_style_2 .cs_section_subtitle {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 18px;
}
.cs_section_heading.cs_style_2 .cs_section_subtitle::after, .cs_section_heading.cs_style_2 .cs_section_subtitle::before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cs_section_heading.cs_style_2 .cs_section_subtitle::before {
  background: linear-gradient(270deg, #d7c8c8 0%, rgba(215, 200, 200, 0) 100%);
  left: -55px;
}
.cs_section_heading.cs_style_2 .cs_section_subtitle::after {
  background: linear-gradient(90deg, #d7c8c8 0%, rgba(215, 200, 200, 0) 100%);
  right: -55px;
}

.cs_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  padding: 12px 30px;
  border-radius: 7px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  outline: none;
  border: none;
}
.cs_btn.cs_type_1 {
  border-radius: 25px;
}
@media (max-width: 390px) {
  .cs_btn {
    width: 100%;
    justify-content: center;
  }
  .cs_btn.cs_send {
    width: auto;
  }
}
.cs_btn.cs_dark_hover:hover {
  color: var(--white-color);
}
.cs_btn.cs_dark_hover::after {
  background-color: var(--heading-color);
}
.cs_btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.cs_btn:hover {
  color: var(--accent-color);
}
.cs_btn:hover::after {
  transform: scaleX(1);
}

.cs_header_text_btn {
  font-weight: 600;
  border: 0;
  outline: 0;
  background-color: transparent;
}
.cs_header_text_btn:hover {
  color: var(--accent-color);
}

.cs_btn_group {
    display: flex;
    align-items:left;
    justify-content: left;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 97px;
}
.cs_btn_group.cs_version_2 {
  justify-content: flex-start;
}
@media (max-width: 390px) {
  .cs_btn_group {
    flex-direction: column;
    gap: 15px;
  }
}

.cs_btn.cs_bg_accent::after {
  background:#141D38;
}
.cs_btn.cs_bg_accent:hover {
  color:#fff;
}
.cs_btn.cs_bg_accent.cs_dark_hover:hover {
  color: var(--white-color);
}
.cs_btn.cs_bg_accent.cs_dark_hover::after {
  background-color: var(--heading-color);
}

.cs_btn.cs_bg_white {
  color: var(--heading-color);
}
.cs_btn.cs_bg_white::after {
  background:#000;
}
.cs_btn.cs_bg_white:hover {
  color: var(--white-color);
}

.cs_btn.cs_bg_heading::after {
  background: var(--white-color);
}
.cs_btn.cs_bg_heading:hover {
  color: var(--heading-color);
}
.cs_btn.cs_bg_heading.cs_dark_hover:hover {
  color: var(--white-color);
}
.cs_btn.cs_bg_heading.cs_dark_hover::after {
  background-color: var(--accent-color);
}
.cs_btn.cs_bg_heading.cs_light_hover:hover {
  color: var(--heading-color);
}
.cs_btn.cs_bg_heading.cs_light_hover::after {
  background-color: var(--white-color);
}

.cs_text_btn {
  position: relative;
  color: var(--heading-color);
  font-weight: 500;
  line-height: 1.75em;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.cs_text_btn svg {
  position: absolute;
  transition: inherit;
}
.cs_text_btn svg:first-child {
  transform: translate(0px, 25px);
  visibility: hidden;
  opacity: 0;
}
.cs_text_btn svg:last-child {
  transform: translate(7px, 9px);
}
.cs_text_btn:hover {
  color: var(--accent-color);
}
.cs_text_btn:hover svg:first-child {
  transform: translate(7px, 9px);
  visibility: visible;
  opacity: 1;
}
.cs_text_btn:hover svg:last-child {
  transform: translate(21px, -9px);
  visibility: hidden;
  opacity: 0;
}

.cs_business_feature .cs_featured_shape {
  position: absolute;
  top: 300px;
  right: 0;
}
@media (max-width: 1199px) {
  .cs_business_feature .cs_featured_shape {
    display: none;
  }
}

.cs_pr_45 {
  padding-right: 45px;
}
@media (max-width: 1400px) {
  .cs_pr_45 {
    padding-right: 0;
  }
}

.cs_feature_thumb_1 {
  width: calc(100% + 60px);
  padding-left: 60px;
}
@media (max-width: 1400px) {
  .cs_feature_thumb_1 {
    width: 100%;
    padding-left: 0px;
  }
}

.cs_list.cs_style_1 {
  display: grid;
  grid-gap: 25px 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .cs_list.cs_style_1 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 20px;
  }
}
.cs_list.cs_style_1 li {
  gap: 16px;
  padding: 0px 0 0px 45px;
  position: relative;
}
@media (max-width: 1400px) {
  .cs_list.cs_style_1 li {
    padding-left: 32px;
  }
}
.cs_list.cs_style_1 .cs_list_icon {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1400px) {
  .cs_list.cs_style_1 .cs_list_icon {
    top: 1px;
  }
}
.cs_list.cs_style_1 .cs_list_icon img {
  width: 32px;
}
@media (max-width: 1400px) {
  .cs_list.cs_style_1 .cs_list_icon img {
    width: 24px;
  }
}
.cs_list.cs_style_1 .cs_list_text {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.524em;
}
@media (max-width: 1400px) {
  .cs_list.cs_style_1 .cs_list_text {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .cs_section_shape_wrap_1 .cs_section_shape_1,
  .cs_section_shape_wrap_1 .cs_section_shape_2 {
    display: none;
  }
}
.cs_section_shape_wrap_1 .cs_section_shape_1 {
  top: 170px;
  right: 0;
}
.cs_section_shape_wrap_1 .cs_section_shape_2 {
  top: 28%;
  left: 11%;
}
.cs_section_shape_wrap_1 .cs_section_shape_3 {
  top: 33.5%;
  left: 11%;
}
.cs_section_shape_wrap_1 .container {
  position: relative;
  z-index: 2;
}

/* Start Review */
.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 {
  flex: none;
  width: 126px;
  height: 25px;
  position: relative;
  color: var(--accent-color);
  font-size: 20px;
  letter-spacing: 3px;
}
.cs_rating::before {
  font-weight: 400;
}

.cs_rating_percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.cs_rating_percentage::before {
  font-weight: 900;
}

/* End Review */
.cs_post_meta_icon {
  display: flex;
}

.cs_post_meta_wrap {
  gap: 20px;
}

.cs_post_meta_wrap,
.cs_post_meta {
  display: flex;
  align-items: center;
}

.cs_post_meta {
  gap: 5px;
}

@media (max-width: 1199px) {
  .cs_reverse_lg {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .cs_reverse_md {
    flex-direction: column-reverse;
  }
}
/*--------------------------------------------------------------
5. Header
----------------------------------------------------------------*/
.cs_site_header {
  position: relative;
  z-index: 101;
}

.cs_site-branding {
  display: inline-block;
  max-width: 180px;
}

.cs_site_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  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 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 90px;
  position: relative;
}
.cs_site_header.cs_style_1 .cs_main_header_right {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_main_header_right {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_btn.cs_bg_accent {
    display: none;
  }
}
.cs_site_header.cs_style_1 .cs_btn.cs_bg_accent {
  padding: 8px 20px;
}
.cs_site_header.cs_style_1 .cs_btn.cs_bg_accent.cs_type_1 {
  border-radius: 20px;
}
.cs_site_header.cs_style_1 .cs_header_btns {
  display: flex;
  align-items: center;
  gap: 0 25px;
}
.cs_site_header.cs_style_1.cs_version_4 {
  background-color: transparent;
  box-shadow: none;
}
.cs_site_header.cs_style_1.cs_version_4 .cs_main_header_in {
  height: 80px;
  background-color: var(--white-color);
  padding: 0 25px;
  border: 1px solid var(--heading-color);
  border-radius: 100px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_1.cs_version_4 .cs_main_header_in {
    padding-right: 40px;
  }
}
.cs_site_header.cs_style_1.cs_version_4 .cs_menu_toggle {
  right: 30px;
  z-index: 102;
}
.cs_site_header.cs_style_1.cs_version_5 {
  background-color: transparent;
  box-shadow: none;
}
.cs_site_header.cs_style_1.cs_version_5 .cs_main_header_in {
  height: 80px;
  background-color: var(--heading-color);
  padding: 0 25px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_1.cs_version_5 .cs_main_header_in {
    padding-right: 40px;
    margin-top: 30px;
  }
}
.cs_site_header.cs_style_1.cs_version_5 .cs_menu_toggle {
  right: 30px;
  z-index: 102;
}

.cs_site_header.cs_style_1.cs_fixed_active {
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}

.cs_site_header_full_width .container {
  max-width: 100%;
  padding: 0 100px;
}

.cs_site_header_style1 {
  border-bottom: 1px solid #1a188d;
}
.cs_site_header_style1 .cs_main_header_right {
  display: flex;
  align-items: center;
}
.cs_site_header_style1 .cs_nav + .cs_header_toolbox.cs_center {
  margin-left: 35px;
}
.cs_site_header_style1 .cs_nav .cs_nav_list > li.current-menu-item > a:before {
  bottom: -4px;
  background-color: var(--white-color);
}

@media screen and (max-width: 1199px) {
  .cs_main_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style_1 .cs_nav {
    display: flex;
  }
}
.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs_fixed_header,
.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
  background:#fff;
}

.cs_gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  transition: all 0.4s ease;
  background-color: var(--white-color);
}

.cs_gescout_show {
  top: 0 !important;
  opacity: 1;
  background-color: var(--heading-color);
  box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}
.cs_gescout_show.cs_version_2 {
  background-color: var(--white-color);
}
.cs_gescout_show.cs_version_4 {
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .cs_gescout_show.cs_version_4 {
    background-color: var(--white-color);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
  }
}
.cs_gescout_show.cs_version_5 {
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .cs_gescout_show.cs_version_5 {
    background-color: var(--heading-color);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
  }
}

.cs_site_branding {
  display: inline-block;
}
.cs_site_branding img {
  max-height: 76px;
}

@media screen and (min-width: 1200px) {
  .cs_main_header {
    position: relative;
  }
  .cs_main_header .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cs_main_header_center,
  .cs_top_header_center {
   
  }
  .cs_site_header.cs_style_1 .cs_main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 400px);
  }
  .cs_site_header.cs_style_1 .cs_main_header_left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cs_nav {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.6em;
  }
  .cs_nav .cs_nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 13px;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li:last-child {
    margin-right: 0;
  }
  .cs_nav .cs_nav_list > li > a {
    padding:10px 10px;
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
    color:#141D38;
    letter-spacing:1px;
    font-size:14px;
  }


  .cs_nav .cs_nav_list > li > a.active{color:#d61e52;}
  .cs_nav .cs_nav_list > li > a::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color:#d61e52;
    left: 50%;
    margin-left: -4px;
    top: 60px;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .cs_nav .cs_nav_list > li > a.active::before {
    opacity: 1;
  }
  .cs_nav .cs_nav_list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .cs_nav .cs_nav_list > li > ul::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #fff;
    transform: rotate(45deg);
    left: 20px;
    top: -5px;
    border-radius: 2px 0 0 0;
  }
  .cs_nav .cs_nav_list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .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 {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border: 2px solid currentColor;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 6px;
    position: relative;
    top: -1px;
    border-radius: 0px 0px 2px 0px;
  }
  .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);
    position: absolute;
    box-shadow: 0px 2px 4px 0px rgba(2, 0, 181, 0.1);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 5px;
    transition: all 0.1s 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;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
    color: var(--heading-color);
  }
  .cs_nav .cs_nav_list ul a:hover {
    color: var(--accent-color);
  }
  .cs_nav .cs_nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs_version_4 .cs_nav .cs_nav_list li a::before {
    display: none;
  }
  .cs_version_5 .cs_nav .cs_nav_list li a::before {
    display: none;
  }
  .cs_menu_toggle,
  .cs_munu_dropdown_toggle {
    display: none;
  }
  .cs_nav .cs_nav_list .cs_mega_menu {
    position: relative;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 475px !important;
    left: 0;
    display: flex !important;
    position: absolute;
    padding: 5px 15px 10px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper a {
    padding: 7px 10px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li {
    flex: 1;
    padding: 10px 0;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li > a {
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li > a:hover {
    background-color: transparent;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li ul a {
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li ul a:hover {
    letter-spacing: 1px;
  }
  .cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul {
    opacity: 1;
    visibility: visible;
  }
  .cs_nav .cs_nav_list > li ul:not(.cs_mega_wrapper) .menu-item-has-children > a {
    position: relative;
  }
}
@media screen and (max-width: 1400px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 1116px !important;
  }
  .cs_site-branding {
    max-width: 190px;
  }
  .cs_site_header_full_width .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 100% !important;
  }
  .cs_site_header_full_width .container {
    padding: 0 15px;
  }
  .cs_munu_dropdown_toggle {
    position: absolute;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 23px 18px;
    cursor: pointer;
    z-index: 3;
  }
  .cs_munu_dropdown_toggle span {
    display: block;
    position: relative;
    height: 10px;
    width: 10px;
  }
  .cs_munu_dropdown_toggle span:before, .cs_munu_dropdown_toggle span:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: currentColor;
    transition: all 0.3s ease;
  }
  .cs_munu_dropdown_toggle span:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_munu_dropdown_toggle.active span:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .menu-item-has-children .menu-item-has-children .cs_munu_dropdown_toggle {
    padding: 20px 18px;
  }
  .cs_site_branding {
    position: relative;
    z-index: 101;
  }
  .cs_version_2 .cs_nav .cs_nav_list,
  .cs_version_4 .cs_nav .cs_nav_list,
  .cs_version_5 .cs_nav .cs_nav_list {
    background-color: var(--white-color);
    color: var(--heading-color);
  }
  .cs_version_4 .cs_nav .cs_nav_list {
    width: 100vw;
    max-width: 320px;
    z-index: 105;
    left: initial;
    right: -100vw;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  .cs_version_4 .cs_nav .cs_nav_list.cs_active {
    right: 0vw;
    left: initial;
  }
  .cs_version_4 .cs_nav .cs_close_nav {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid currentColor;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: 0px;
    z-index: 105;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s ease;
  }
  .cs_version_4 .cs_nav .cs_close_nav.active {
    transform: scale(1);
    opacity: 1;
  }
  .cs_version_4 .cs_nav .cs_close_nav::after, .cs_version_4 .cs_nav .cs_close_nav::before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cs_version_4 .cs_nav .cs_close_nav::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .cs_version_4 .cs_nav .cs_close_nav::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .cs_version_5 .cs_nav .cs_nav_list {
    width: 100vw;
    max-width: 320px;
    z-index: 105;
    left: initial;
    right: -100vw;
    background-color: var(--heading-color);
    color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  .cs_version_5 .cs_nav .cs_nav_list.cs_active {
    right: 0vw;
    left: initial;
  }
  .cs_version_5 .cs_nav .cs_close_nav {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid currentColor;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: 0px;
    z-index: 105;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s ease;
  }
  .cs_version_5 .cs_nav .cs_close_nav.active {
    transform: scale(1);
    opacity: 1;
  }
  .cs_version_5 .cs_nav .cs_close_nav::after, .cs_version_5 .cs_nav .cs_close_nav::before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cs_version_5 .cs_nav .cs_close_nav::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .cs_version_5 .cs_nav .cs_close_nav::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .cs_nav .cs_nav_list {
    position: fixed;
    width: 100vw;
    left: -100vw;
    background: #39308F;
    background: linear-gradient(135deg, #1b2d5e 0%, #2e1060 45%, #c0132a 100%);
    color:#fff;
    padding: 10px 0;
    top: 62px;
    overflow: auto;
    min-height: 100vh;
    line-height: 1.6em;
    padding-top:0;
    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 .cs_nav_list > li > a {
    font-size: 18px;
    line-height: 22px;
  }
  .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 {
    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:#000;
    display: block;
  }
  .cs_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .cs_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .cs_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    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);
    transition-delay: 0.2s;
  }
  .cs_toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .cs_toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    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 .cs_main_header_center .cs_site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .cs_site_header.cs_style_1 {
    top: 0;
  }
  .cs_has_main_nav {
    display: none;
  }
}
@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-branding {
    max-width: 150px;
  }
}
/*--------------------------------------------------------------
  6. Slider
----------------------------------------------------------------*/
.slick-list {
  overflow: visible;
}

@media (max-width: 1199px) {
  .cs_slider {
    padding: 0 15px;
  }
}

.slick-slider {
  margin: 0 -15px;
}

.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0;
  margin-top: 40px;
}
.slick-dots button {
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.slick-dots li {
  overflow: hidden;
  border: none;
  width: 12px;
  height: 12px;
  border: 2px solid var(--heading-color);
  border-radius: 2px;
  background-color: var(--white-color);
  font-size: 0px;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.slick-dots li::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--heading-color);
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.slick-dots .slick-active::after {
  opacity: 1;
}

/*--------------------------------------------------------------
  7. CTA
----------------------------------------------------------------*/
.cs_cta.cs_style_1 {
  background-color: var(--heading-color);
  padding: 90px 40px 100px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_1 {
    padding: 75px 25px 80px;
  }
}
.cs_cta.cs_style_1 .cs_section_title {
  margin-bottom: 15px;
}
.cs_cta.cs_style_1 .cs_section_heading {
  margin-bottom: 35px;
}
.cs_cta.cs_style_1 .cs_section_subtitle {
  color: var(--gray-color);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .cs_cta.cs_style_1 .cs_cta_shape1,
  .cs_cta.cs_style_1 .cs_cta_shape2 {
    display: none;
  }
}
.cs_cta.cs_style_1 .cs_cta_shape1 {
  position: absolute;
  top: 0;
  right: 0;
}
.cs_cta.cs_style_1 .cs_cta_shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*--------------------------------------------------------------
8. Footer
----------------------------------------------------------------*/
.cs_site_footer {
  background: #39308F;
background: linear-gradient(90deg, rgba(57, 48, 143, 1) 0%, rgba(162, 41, 105, 1) 50%, rgba(214, 30, 82, 1) 100%);
  color: var(--white-color);
}
.cs_site_footer .cs_footer_widget_title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.523em;
  color: var(--white-color);
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .cs_site_footer .cs_footer_widget_title {
    margin-bottom: 15px;
  }
}
.cs_site_footer .cs_social_btn.cs_style_1 {
  gap: 10px;
}
.cs_site_footer .cs_social_btn.cs_style_1 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  border: 1px solid;
  border-color: inherit;
}
.cs_site_footer .cs_social_btn.cs_style_1 a:hover {
  transform: translateY(-3px);
}

.cs_main_footer {
  position: relative;
}

.cs_footer_logo {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .cs_footer_logo {
    margin-bottom: 15px;
  }
}

.cs_footer_widget + .cs_footer_widget {
  margin-top: 35px;
}

.cs_footer_widget_nav li {
  margin-bottom: 13px;
  transition: all 0.4s ease-in-out;
}
.cs_footer_widget_nav li:last-child {
  margin-bottom: 0;
}

.cs_copyright_wrap {
  background-color: var(--heading-color);
  position: relative;
}
.cs_copyright_wrap::after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background: var(--gray-color);
  position: absolute;
  top: 0;
  left: 0;
}

.cs_copyright_text {
  padding: 20px 0;
  border-top: 1px solid rgba(163, 162, 163, 0.3);
  color: #fff;
}

.cs_copyright_text a{color:#fff;}

.cs_newsletter.cs_type_1 .cs_form_field {
  border-radius: 30px;
}
.cs_newsletter .cs_btn.cs_bg_accent {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  padding: 6px 20px;
}
.cs_newsletter .cs_btn.cs_bg_accent:hover {
  color: var(--white-color);
}
.cs_newsletter .cs_btn.cs_bg_accent:hover::after {
  background-color: var(--accent-color_2);
}
@media (max-width: 991px) {
  .cs_newsletter {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cs_newsletter {
    width: 100%;
  }
}

.cs_footer_shape1 {
  position: absolute;
  bottom: 140px;
  right: 130px;
}
@media (max-width: 1199px) {
  .cs_footer_shape1 {
    display: none;
  }
}

.cs_sticky_footer {
    width: 100%;
    position: relative;
    padding: 50px 0 0;
    display: inline-block;
}
@media (max-width: 991px) {
  .cs_sticky_footer {
    position: initial;
  }
}

/*--------------------------------------------------------------
9. Comments
----------------------------------------------------------------*/
.comments_title,
.comment_reply_title {
  font-size: 20px;
  color: var(--heading-color);
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 25px;
}

.comments_area {
  padding-top: 56px;
  border-top: 1px solid #eaeaea;
}

.comment_body {
  position: relative;
  margin-left: 60px;
  margin-bottom: 25px;
  min-height: 50px;
}
@media (max-width: 400px) {
  .comment_body {
    margin-left: 0;
  }
}

.comments_area ol {
  list-style: none;
  padding-left: 0;
}

.comment_author .avatar {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  left: -60px;
  border-radius: 6px;
}
@media (max-width: 400px) {
  .comment_author .avatar {
    position: initial;
  }
}

.comment_author {
  margin-bottom: -6px;
}

.comment_author .nm,
.comment_author .nm a {
  font-weight: 500;
  color: var(--heading-color);
  font-size: 14px;
  display: block;
}

.comment_author .nm {
  padding-top: 4px;
}

.comment_author .nm a:hover,
.comment_author .nm:hover,
.comment_metadata a:hover {
  color: var(--accent-color);
}

.comment_metadata a {
  font-weight: 400;
  font-size: 13px;
}

.comment_content {
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.comment_content p {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.comment_reply_link {
  font-size: 14px;
  color: var(--accent-color);
  position: relative;
}

.comment_reply_link:hover,
.comment_reply_link:focus {
  color: var(--accent-color);
}

.comment_reply_link:before {
  content: "\f3e5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 6px;
}

.comment_respond {
  display: block;
  width: 100%;
  margin-top: 56px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #eaeaea;
  padding-top: 57px;
}

.comment_form {
  display: flex;
  flex-wrap: wrap;
}

.comment_form_author,
.comment_form_email {
  width: 50%;
}
@media (max-width: 767px) {
  .comment_form_author,
  .comment_form_email {
    width: 100%;
  }
}

.comment_form_email {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .comment_form_email {
    padding-left: 0;
  }
}

.comment_form_comment {
  width: 100%;
}

.comment_form_author {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .comment_form_author {
    padding-right: 0;
  }
}

.comment_form_url {
  padding-left: 0px;
  width: 100%;
}

.form_submit {
  margin-bottom: 0;
}

.comment_form textarea,
.comment_form input {
  border: 1px solid #eaeaea;
  padding: 11px 15px;
  width: 100%;
  background-color: transparent;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border-radius: 7px;
  resize: none;
}
.comment_form textarea:focus,
.comment_form input:focus {
  outline: none;
  border-color: var(--accent-color);
}

/*--------------------------------------------------------------
  10. Hero
----------------------------------------------------------------*/
.cs_hero.cs_style_1 {
  background: #39308F;
  background:linear-gradient(135deg,#1b2d5e 0%,#2e1060 45%,#c0132a 100%);
  padding-top: 167px;
  text-align: left;
  padding-bottom: 340px;
  position:relative;
}
.cs_hero.cs_style_1::after {
    display: block;
    content: "";
    height: 100%;
    background: url(../images/waves.svg) bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -1px;
    left: -20%;
    right: -20%;
    z-index: 1;
}

.cs_hero.cs_style_1::before {
    left: -10%;
    right: -10%;
    background-image: url(../images/svg-layer-2.svg);
    background-position: top center;
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size:55%;
}


.cs_hero_text {
    padding:77px 0 0;
}



.cs_hero.cs_style_1 .container {
  position: relative;
  z-index: 2;
}
.cs_hero.cs_style_1 .cs_hero_title {
    font-size: 27px;
    line-height: 31px;
    margin-bottom: 20px;
}


.cs_hero.cs_style_1 h2 {
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 20px;
    color: #fff;
}

.cs_hero_text.text-center small{
    margin-bottom:15px;
    color:#fff;
    font-size:22px;
    font-style:italic;
    display:inline-block;
    font-weight:200;
}
.cs_hero_img.wow.fadeIn{position:relative; overflow:hidden; margin-bottom:-10px;}

.solutions-banner-right .slick-prev {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 999;
    left: 21px;
    font-size: 0;
    width: 50px;
    height: 50px;
    background: #00000082;
    border-radius: 50%;
    border: none;
    line-height: 50px;
}



.solutions-banner-right img{width:100%; border-radius:10px;}

.solutions-banner-right .slick-next{
  position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 999;
    right: 21px;
    font-size: 0;
    width: 50px;
    height: 50px;
    background: #00000082;
    border-radius: 50%;
    border: none;
    line-height: 50px;
}


.solutions-banner-right .slick-prev:after {
  content: '\f053';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  font-size:22px;
}

.solutions-banner-right .slick-next:after {
  content: '\f054';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  font-size:22px;
}




.solutions-banner-right {
    position: absolute;
    right:5%;
    top: 46%;
    transform: translateY(-50%);
    width: 32%;
    text-align: center;
    z-index:9;
    overflow:hidden;
}



@media (max-width: 1400px) {
  .cs_hero.cs_style_1 .cs_hero_title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 .cs_hero_title {
    font-size: 42px;
  }
}
.cs_hero.cs_style_1 .cs_hero_subtitle {
    color: #fff;
    font-size: 22px;
    max-width: 90%;
    margin: 0 auto 45px;
    line-height: 1.8;
}
.cs_hero.cs_style_1.cs_type_1 {
  background-color: transparent;
  padding-top: 290px;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1.cs_type_1 {
    padding-top: 200px;
  }
}
.cs_hero.cs_style_1.cs_type_1 .cs_hero_title {
  font-size: 80px;
  line-height: 1.25em;
  font-weight: 800;
  margin-bottom: 36px;
}
@media (max-width: 1399px) {
  .cs_hero.cs_style_1.cs_type_1 .cs_hero_title {
    font-size: 64px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1.cs_type_1 .cs_hero_title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1.cs_type_1 .cs_hero_title {
    font-size: 42px;
  }
}
.cs_hero.cs_style_1.cs_type_1 .cs_hero_subtitle {
  font-size: 21px;
  color: var(--white-color);
}
.cs_hero.cs_style_1 .cs_hero_bg_shape {
  width: calc(100% - 40px);
  height: 76%;
  border-radius: 30px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.cs_hero.cs_style_1 .cs_hero_bg_shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_bg_shape {
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    transform: initial;
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_bg_shape {
    height: 78%;
  }
}
@media (max-width: 767px) {
  .cs_hero.cs_style_1 .cs_hero_bg_shape {
    height: 85%;
  }
}
@media (max-width: 450px) {
  .cs_hero.cs_style_1 .cs_hero_bg_shape {
    height: 90%;
  }
}
.cs_hero.cs_style_1 .cs_hero_img img {
  width: 100%; border-radius:10px; margin-top: -1px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 {
    padding-top: 150px;
  }
}
.cs_hero.cs_style_1 .cs_hero_shape1,
.cs_hero.cs_style_1 .cs_hero_shape2,
.cs_hero.cs_style_1 .cs_hero_shape3,
.cs_hero.cs_style_1 .cs_hero_shape4,
.cs_hero.cs_style_1 .cs_hero_shape5 {
  position: absolute;
}
.cs_hero.cs_style_1 .cs_hero_shape1 {
  width: 128px;
  height: 128px;
  border-radius: 100%;
  background-color: #34ff7e;
  filter: blur(90px) blur(90px) blur(90px);
  top: 0;
  left: 0;
  animation: heroShape1Anim 10s linear infinite;
}
.cs_hero.cs_style_1 .cs_hero_shape2 {
  top: 37%;
  left: 18%;
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.cs_hero.cs_style_1 .cs_hero_shape4 {
  top: 35%;
  right: 18%;
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.cs_hero.cs_style_1 .cs_hero_shape5 {
  top: 45%;
  left: 18%;
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation-delay: 5s;
}
.cs_hero.cs_style_1 .cs_hero_shape3 {
  top: -220px;
  right: -143px;
  height: 740px;
  width: 740px;
  border: 50px solid #fbaaab;
  opacity: 0.03;
  border-radius: 50%;
}

.cs_hero.cs_style_2 {
  height: 100%;
  min-height: 1000px;
  padding: 200px 0px 140px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 {
    padding: 140px 0 80px;
  }
}
.cs_hero.cs_style_2 .cs_hero_text {
  max-width: 600px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_text {
    min-width: 100%;
  }
}
.cs_hero.cs_style_2 .cs_hero_title {
  margin-bottom: 47px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_title {
    margin-bottom: 20px;
  }
}
.cs_hero.cs_style_2 .cs_hero_title mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0.6em;
  max-width: 145px;
  background-color: rgba(229, 72, 0, 0.1);
}
.cs_hero.cs_style_2 .cs_hero_subtitle {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_subtitle {
    margin-bottom: 30px;
  }
}
.cs_hero.cs_style_2 .cs_hero_thumb {
  position: relative;
  z-index: 1;
}
.cs_hero.cs_style_2 .cs_hero_thumb.width_50vw {
  width: 50vw;
  min-width: 750px;
  border: 5px solid var(--heading-color);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_thumb.width_50vw {
    min-width: 100%;
  }
}
.cs_hero.cs_style_2 .cs_hero_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs_hero.cs_style_2 .cs_hero_shape1 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.cs_hero.cs_style_2 .cs_hero_shape1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs_hero.cs_style_2 .cs_hero_shape2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: animo-xyz 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.cs_hero.cs_style_2 .cs_hero_shape2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs_hero.cs_style_2 .cs_hero_shape_bar {
  margin-bottom: 10px;
}
.cs_hero.cs_style_2 .cs_hero_shape_arrow {
  left: 32%;
  bottom: -3%;
  animation: arrow-rotate 10s linear infinite;
}
@media (min-width: 2000px) {
  .cs_hero.cs_style_2 .cs_hero_shape_arrow {
    bottom: 5%;
  }
}
@media (min-width: 2500px) {
  .cs_hero.cs_style_2 .cs_hero_shape_arrow {
    bottom: 10%;
  }
}
@media (max-width: 1399px) {
  .cs_hero.cs_style_2 .cs_hero_shape_arrow {
    left: 36%;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_2 .cs_hero_shape_arrow {
    left: 42%;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_shape_arrow {
    display: none;
  }
}

.cs_hero.cs_style_3 {
  height: 100%;
  min-height: 1000px;
  padding: 320px 0 80px;
  background-color: #EAFFF1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_3 {
    padding: 200px 0 100px;
    min-height: 100%;
  }
}
.cs_hero.cs_style_3 .cs_hero_text {
  position: relative;
  z-index: 1;
}
.cs_hero.cs_style_3 .cs_hero_title {
  font-size: 80px;
  line-height: 1.25em;
  margin-bottom: 35px;
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    font-size: 42px;
  }
}
.cs_hero.cs_style_3 .cs_hero_subtitle {
  font-size: 21px;
  line-height: 1.43em;
  max-width: 788px;
  margin: 0 auto 60px;
}
@media (max-width: 575px) {
  .cs_hero.cs_style_3 .cs_hero_subtitle {
    font-size: 20px;
  }
}
.cs_hero.cs_style_3 .cs_hero_shape1,
.cs_hero.cs_style_3 .cs_hero_shape2 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
}
.cs_hero.cs_style_3 .cs_hero_shape1 {
  width: 780px;
  height: 780px;
  background-color: #FFC450;
  filter: blur(200px);
  top: -15%;
  left: -10%;
  transform: translate(-10%, -15%);
}
.cs_hero.cs_style_3 .cs_hero_shape2 {
  background-color: #FF7072;
  filter: blur(200px);
  top: -12%;
  right: -12%;
  transform: translate(-12%, -12%);
}
.cs_hero.cs_style_3 .cs_hero_shape3 {
  width: 1060px;
  height: 1060px;
  border-radius: 50%;
  background-color: #A6CFFF;
  filter: blur(150px);
  position: absolute;
  right: 3%;
  bottom: -67%;
}
.cs_hero.cs_style_3 .cs_hero_shape4 {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%) rotateZ(0deg);
  animation: sliding-horizontal 10s linear infinite;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_3 .cs_hero_shape4 {
    display: none;
  }
}
.cs_hero.cs_style_3 .cs_hero_shape5 {
  position: absolute;
  right: 10%;
  top: 65%;
  transform: translateY(-65%);
  animation: sliding-horizontal2 10s linear infinite;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_3 .cs_hero_shape5 {
    display: none;
  }
}

@keyframes animo-x {
  50% {
    transform: translateX(100px) rotate(90deg);
  }
}
@keyframes animo-xyz {
  50% {
    transform: translateX(50px) translateY(50px) rotateX(30deg);
  }
}
@keyframes heroShape1Anim {
  50% {
    filter: blur(130px);
  }
}
@keyframes arrow-rotate {
  0% {
    transform: translateX(0px) rotateZ(40deg);
  }
  50% {
    transform: translateX(-20px) rotateZ(-20deg);
  }
  100% {
    transform: translateX(0px) rotateZ(40deg);
  }
}
@keyframes sliding-horizontal {
  0% {
    left: 5%;
    top: 50%;
    transform: translateY(-50%) rotateZ(0deg);
  }
  50% {
    left: 12%;
    top: 50%;
    transform: translateY(-50%) rotateZ(20deg);
  }
  100% {
    left: 5%;
    top: 50%;
    transform: translateY(-50%) rotateZ(0deg);
  }
}
@keyframes sliding-horizontal2 {
  0% {
    right: 5%;
    top: 65%;
    transform: translateY(-65%) rotateZ(0deg);
  }
  50% {
    right: 12%;
    top: 65%;
    transform: translateY(-65%) rotateZ(20deg);
  }
  100% {
    right: 5%;
    top: 65%;
    transform: translateY(-65%) rotateZ(0deg);
  }
}
/*--------------------------------------------------------------
  11. IconBox
----------------------------------------------------------------*/
.cs_iconbox.cs_style_1 {
  padding: 45px 30px 40px;
  transition: all 0.4s ease-in-out;
  background-color: var(--white-color);
  box-shadow: 0px 0px 20px 10px rgba(216, 216, 216, 0.25);
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.cs_iconbox.cs_style_1.cs_type_1 {
  box-shadow: none;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_1 {
    padding: 45px 25px 40px;
  }
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon {
  height: 56px;
  margin-bottom: 25px;
}
.cs_iconbox.cs_style_1 .cs_iconbox_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .cs_iconbox.cs_style_1 .cs_iconbox_title {
    font-size: 20px;
  }
}
.cs_iconbox.cs_style_1 .cs_iconbox_subtitle {
  margin-bottom: 25px;
}
.cs_iconbox.cs_style_1 .cs_text_btn {
  color: var(--accent-color);
  font-weight: 600;
}
.cs_iconbox.cs_style_1:hover {
  transform: scale(1.01) translateY(-7px);
}
.cs_iconbox.cs_style_1:hover.cs_type_1 {
  box-shadow: 0px 0px 20px 10px rgba(216, 216, 216, 0.25);
}

.cs_iconbox.cs_style_2 .cs_iconbox_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 7px;
}
@media (max-width: 1399px) {
  .cs_iconbox.cs_style_2 .cs_iconbox_title {
    font-size: 20px;
  }
}
.cs_iconbox.cs_style_2 .cs_number_box {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}
.cs_iconbox.cs_style_2 .cs_iconbox_subtitle {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  12. Pricing
----------------------------------------------------------------*/
.cs_pricing_table.cs_style_1 {
  border-radius: 15px;
  background: var(--white-color);
  box-shadow: 0px 0px 20px 5px rgba(216, 216, 216, 0.4);
  padding: 40px;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1199px) {
  .cs_pricing_table.cs_style_1 {
    padding: 40px 20px;
  }
}
.cs_pricing_table.cs_style_1.cs_type_1 .cs_pricing_btn {
  border-radius: 25px;
}
.cs_pricing_table.cs_style_1 .cs_pricing_head {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}
.cs_pricing_table.cs_style_1 .cs_pricing_badge {
  position: absolute;
  top: 35px;
  right: -40px;
  background-color: #e54800;
  color: var(--white-color);
  width: 192px;
  padding: 5px 0;
  transform: rotate(45deg);
  font-weight: 600;
  text-align: center;
}
.cs_pricing_table.cs_style_1 .cs_pricing_head_title {
  font-size: 30px;
  line-height: 1.207em;
  margin-bottom: 4px;
  transition: all 0.4s ease-in-out;
}
.cs_pricing_table.cs_style_1 .cs_pricing_head_subtitle {
  transition: all 0.4s ease-in-out;
}
.cs_pricing_table.cs_style_1 .cs_pricing_seperator {
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background: var(--gray-color);
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
.cs_pricing_table.cs_style_1 .cs_price_value {
  font-size: 38px;
  line-height: 1.315em;
  transition: all 0.4s ease-in-out;
  margin-bottom: 20px;
}
.cs_pricing_table.cs_style_1 .cs_price_value small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: var(--body-color);
  transition: all 0.4s ease-in-out;
}
.cs_pricing_table.cs_style_1 .cs_pricing_feature_list {
  padding-bottom: 35px;
}
.cs_pricing_table.cs_style_1 .cs_pricing_feature_list li {
  margin-bottom: 17px;
  transition: all 0.4s ease-in-out;
}
.cs_pricing_table.cs_style_1 .cs_pricing_feature_list li:last-child {
  margin-bottom: 0;
}
.cs_pricing_table.cs_style_1 .cs_pricing_feature_list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--white-color);
  background-color: var(--accent-color);
  font-size: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 9px;
  transition: all 0.4s ease-in-out;
}
.cs_pricing_table.cs_style_1 .cs_pricing_icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--heading-color);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cs_pricing_table.cs_style_1 .cs_pricing_icon {
    width: 60px;
    height: 60px;
  }
}
.cs_pricing_table.cs_style_1 .cs_pricing_btn {
  display: block;
  color: var(--white-color);
  text-align: center;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 10px;
  background-color:#040707;
  transition: all 0.4s ease-in-out;
}
.cs_pricing_table.cs_style_1:hover, .cs_pricing_table.cs_style_1.active {
  background: #39308F;
background: linear-gradient(90deg, rgba(57, 48, 143, 1) 0%, rgba(162, 41, 105, 1) 50%, rgba(214, 30, 82, 1) 100%);
}
.cs_pricing_table.cs_style_1:hover .cs_pricing_feature_list li,
.cs_pricing_table.cs_style_1:hover .cs_price_value,
.cs_pricing_table.cs_style_1:hover .cs_pricing_head_title,
.cs_pricing_table.cs_style_1:hover .cs_pricing_head_subtitle,
.cs_pricing_table.cs_style_1:hover small, .cs_pricing_table.cs_style_1.active .cs_pricing_feature_list li,
.cs_pricing_table.cs_style_1.active .cs_price_value,
.cs_pricing_table.cs_style_1.active .cs_pricing_head_title,
.cs_pricing_table.cs_style_1.active .cs_pricing_head_subtitle,
.cs_pricing_table.cs_style_1.active small {
  color: var(--white-color);
}
.cs_pricing_table.cs_style_1:hover .cs_pricing_feature_list li i,
.cs_pricing_table.cs_style_1:hover .cs_pricing_btn,
.cs_pricing_table.cs_style_1:hover .cs_pricing_seperator,
.cs_pricing_table.cs_style_1:hover .cs_pricing_icon, .cs_pricing_table.cs_style_1.active .cs_pricing_feature_list li i,
.cs_pricing_table.cs_style_1.active .cs_pricing_btn,
.cs_pricing_table.cs_style_1.active .cs_pricing_seperator,
.cs_pricing_table.cs_style_1.active .cs_pricing_icon {
  background-color: var(--white-color);
  color: var(--heading-color);
  border-color: var(--white-color);
}

/*---------------------------------------------------------------
Pricing controller 
----------------------------------------------------------------*/
.cs_tab {
  display: none;
}
.cs_tab.active {
  display: block;
}

.cs_pricing_control {
  list-style: none;
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 60px;
}
.cs_pricing_control li {
  display: flex;
  align-items: center;
  position: relative;
}
.cs_pricing_control li:last-child a::before {
  left: initial;
  right: 100%;
}
.cs_pricing_control li.active .cs_switch::before {
  left: 2px;
}
.cs_pricing_control li.active > a {
  color: var(--accent-color);
}
.cs_pricing_control .cs_switch {
  display: inline-block;
  position: relative;
  height: 26px;
  width: 60px;
  background: var(--red-color);
  border: 1px solid var(--red-color);
  border-radius: 25px;
  margin: 0 25px;
}
.cs_pricing_control .cs_switch::before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.cs_pricing_control a {
  position: relative;
}
.cs_pricing_control a::before {
  content: "";
  height: 24px;
  width: 52px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  z-index: 1;
}

/*--------------------------------------------------------------
  13. Testimonial
----------------------------------------------------------------*/
.cs_testimonial.cs_style_1 {
  min-width: 330px;
  border-radius:10px;
  background: var(--white-color);
  padding:25px 15px;
  box-shadow: 0px 0px 20px 10px rgba(216, 216, 216, 0.25);
  text-align:center;
}
.cs_testimonial.cs_style_1 .cs_client_info {
  margin-bottom:13px;
}
.cs_testimonial.cs_style_1 .cs_client_name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom:10px;
}
.cs_testimonial.cs_style_1 .cs_client_ratings i {
  color: var(--accent-color);
}
.cs_testimonial.cs_style_1 .cs_client_review {
  margin-bottom: 20px;
}
.cs_testimonial.cs_style_1 .cs_client_img {
  flex: none;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.cs_testimonial.cs_style_1 .cs_client_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cs_testimonial.cs_style_1 .cs_rating {
  transform: scale(0.9);
  margin:auto;
}

/*--------------------------------------------------------------
  14. Partners
----------------------------------------------------------------*/
.cs_partners {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media (max-width: 450px) {
  .cs_partners {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px 30px;
  }
}
.cs_partners .cs_partner img {
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
.cs_partners .cs_partner img:hover {
  filter: grayscale(0%);
}

/*--------------------------------------------------------------
15. Accordian
----------------------------------------------------------------*/
.cs_accordian {
  margin-bottom:12px;
  border-radius: 10px;
  border: 1px solid var(--gray-color);
  background: var(--white-color);
}
.cs_accordian:last-child {
  margin-bottom: 0;
}
.cs_accordian .cs_accordian_toggle {
  position: absolute;
  top: 20px;
  right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cs_accordian .cs_accordian_toggle {
    top: 33px;
    left: initial;
    right: 15px;
  }
}
.cs_accordian .cs_accordian_toggle span {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 14px;
  background-color: var(--heading-color);
}
.cs_accordian .cs_accordian_toggle span::after {
  content: "";
  height: 2px;
  width: 14px;
  background-color: var(--heading-color);
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s ease;
}
.cs_accordian .cs_accordian_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight:500;
  line-height: 1.524em;
  padding: 9px 37px 6px 18px;
  cursor: pointer;
  margin-bottom: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.mb-40{margin-bottom:40px;}

@media (max-width: 991px) {
  .cs_accordian .cs_accordian_title {
    font-size: 18px;
    padding: 20px 40px 20px 20px;
  }
}
.cs_accordian .cs_accordian_title:hover {
  color: var(--accent-color);
}
.cs_accordian .cs_accordian_body {
  padding: 0px 11px 11px 18px;
  margin-top: -5px;
}
@media (max-width: 991px) {
  .cs_accordian .cs_accordian_body {
    padding: 0px 20px 20px 20px;
    margin-top: -2px;
  }
}
.cs_accordian.active .cs_accordian_title {
  padding-bottom: 15px;
}

.cs_accordian.active .cs_accordian_title{
    color: var(--accent-color);
}

.cs_accordian.active .cs_accordian_toggle span::after {
  visibility: hidden;
  opacity: 0;
}

.cs_faq_shape1 {
  width: 162px;
  height: 162px;
  background-color: var(--accent-color_2);
  filter: blur(90px) blur(90px) blur(90px);
  position: absolute;
  top: 4%;
  left: 10%;
}

.cs_faq_shape2 {
  width: 162px;
  height: 162px;
  background-color: var(--light-blue-color);
  filter: blur(90px) blur(90px) blur(90px);
  position: absolute;
  top: 45%;
  right: 10%;
}

/*--------------------------------------------------------------
  16. Post
----------------------------------------------------------------*/
.cs_post.cs_style_1 {
  border-radius: 15px;
  background: var(--white-color);
  box-shadow: 0px 0px 10px 5px rgba(216, 216, 216, 0.5);
  position: relative;
  overflow: hidden;
}
.cs_post.cs_style_1 .cs_post_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
.cs_post.cs_style_1 .cs_post_title:hover {
  color: var(--accent-color);
}
.cs_post.cs_style_1 .cs_post_content_in {
  padding: 25px 30px 25px;
}
.cs_post.cs_style_1 .cs_post_content_in .cs_post_meta_wrap {
  margin-bottom: 7px;
}
.cs_post.cs_style_1 .cs_post_user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 30px;
  position: relative;
  background-color: rgba(163, 162, 163, 0.1);
}
.cs_post.cs_style_1 .cs_post_thumb {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.cs_post.cs_style_1 .cs_post_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs_post.cs_style_1 .cs_post_thumb .cs_posted_by {
  width: 60px;
  height: 60px;
  background-color: var(--accent-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.223em;
  position: absolute;
  left: 35px;
  top: 35px;
  text-align: center;
  padding: 10px;
}
.cs_post.cs_style_1.cs_type_1 .cs_posted_by {
  border-radius: 10px;
}

/*--------------------------------------------------------------
  17. Contact
----------------------------------------------------------------*/
.cs_contact_thumb {
  width: 50vw;
  margin-left: calc(-50vw + 102.7%);
  position: relative;
  padding-right: 70px;
}
@media (max-width: 1399px) {
  .cs_contact_thumb {
    margin-left: calc(-50vw + 102.7%);
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .cs_contact_thumb {
    width: 100%;
    margin-left: 0;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}
.cs_contact_thumb::after {
  content: "";
  width: 164px;
  height: 164px;
  background-color: #8cacff;
  filter: blur(90px) blur(90px) blur(90px);
  position: absolute;
  top: 0;
  left: 180px;
}

.cs_form_field {
  display: block;
  width: 100%;
  padding: 11px 10px;
  border-radius: 10px;
  outline: none;
  transition: all 0.3s ease;
  border: 1px solid var(--gray-color);
  resize: none;
  margin-bottom:10px;
}
.cs_form_field:focus {
  border-color: var(--accent-color);
}

#cs_result {
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 5px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
18. Blog Details
----------------------------------------------------------------*/
.cs_sidebar_social_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -4px;
  margin-bottom: -5px;
}
.cs_sidebar_social_btn a:not(:last-child) {
  margin-right: 15px;
}

.cs_post_details.cs_style_1 .cs_post_info {
  gap: 30px;
  margin-bottom: 20px;
}
.cs_post_details.cs_style_1 .cs_post_meta_wrap {
  margin-bottom: 10px;
}
.cs_post_details.cs_style_1 p {
  font-size: 18px;
  line-height: 1.7em;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cs_post_details.cs_style_1 p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.cs_post_details.cs_style_1 .cs_post_thumb {
  margin-bottom: 25px;
}
.cs_post_details.cs_style_1 .cs_post_thumb img {
  width: 100%;
}
.cs_post_details.cs_style_1 blockquote {
  background: #f5faff;
  margin: 0;
  padding: 30px 40px 27px;
  font-size: 24px;
  line-height: 1.6em;
  border-left: 5px solid var(--accent-color);
  border-radius: 7px;
  font-weight: 400;
  margin: 30px 0;
}
.cs_post_details.cs_style_1 blockquote small {
  display: block;
  line-height: inherit;
  margin-top: 4px;
  font-size: 16px;
}
.cs_post_details.cs_style_1 blockquote small span {
  color: var(--accent-color);
}
@media (max-width: 991px) {
  .cs_post_details.cs_style_1 blockquote {
    padding: 20px 20px 17px;
    font-size: 20px;
  }
}
.cs_post_details.cs_style_1 .cs_post_meta {
  gap: 10px;
}
.cs_post_details.cs_style_1 h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cs_post_details.cs_style_1 h2 {
    font-size: 30px;
  }
}
.cs_post_details.cs_style_1 h2.cs_post_title {
  font-size: 50px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cs_post_details.cs_style_1 h2.cs_post_title {
    font-size: 36px;
  }
}
.cs_post_details.cs_style_1 img {
  margin-bottom: 30px;
  border-radius: 7px;
  margin-top: 5px;
}
.cs_post_details.cs_style_1 .embed_responsive {
  margin-top: 25px;
  margin-bottom: 25px;
}

.cs_post_tage_list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.cs_post_tage_list li {
  margin-right: 5px;
}
.cs_post_tage_list li:not(:last-child):after {
  content: ",";
}
.cs_post_tage_list li a:hover {
  color: var(--accent-color);
}

.cs_post_tages,
.cs_post_share {
  display: flex;
}
.cs_post_tages .cs_post_tage_title,
.cs_post_tages .cs_post_share_title,
.cs_post_share .cs_post_tage_title,
.cs_post_share .cs_post_share_title {
  margin: 0;
  font-size: 16px;
  margin-right: 10px;
  line-height: 1.6em;
}

.cs_post_share_btn_list {
  display: flex;
  flex-wrap: wrap;
}
.cs_post_share_btn_list a:not(:last-child) {
  margin-right: 12px;
}
.cs_post_share_btn_list a:hover {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
19. Modal
----------------------------------------------------------------*/
.cs_modal {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}
.cs_modal.active {
  opacity: 1;
  visibility: visible;
}

.cs_modal_container {
  width: 100%;
  max-width: 1230px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 50px;
  border-radius: 10px;
  background-color: var(--white-color);
}
@media (max-width: 400px) {
  .cs_modal_container {
    padding: 30px 15px;
  }
}

.cs_modal_in {
  padding: 60px 20px 30px;
}

.cs_close_overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  cursor: zoom-out;
  background-color: rgba(13, 12, 23, 0.9);
  backdrop-filter: blur(5px);
}

.cs_close_modal {
  padding: 0;
  border: none;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 20px;
  top: 30px;
  background-color: #ff2d55;
  color: var(--white-color);
  font-size: 18px;
  border-radius: 5px;
  transition: all 0.4s ease;
}
.cs_close_modal:hover {
  background-color: #b5b5b5;
}

.cs_modal_btn {
  cursor: pointer;
}

.cs_modal.cs_size_sm .cs_modal_container {
  width: 100%;
  max-width: 450px;
  border-radius: 15px;
  padding: 0;
}

/*--------------------------------------------------------------
  20. Login
----------------------------------------------------------------*/
.cs_login_container {
  width: 100%;
  margin: 0 auto;
  padding: 42px;
  border-radius: 15px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 20px 5px rgba(181, 181, 181, 0.25);
}
.cs_login_container .cs_logo {
  margin-bottom: 35px;
}
.cs_login_container .cs_form_heading {
  margin-bottom: 35px;
}
.cs_login_container .cs_login_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cs_login_container .cs_text_field {
  margin-bottom: 20px;
  position: relative;
}
.cs_login_container .cs_text_field img,
.cs_login_container .cs_text_field > span {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.cs_login_container .cs_text_field .cs_form_field {
  padding: 11px 20px 11px 38px;
}
.cs_login_container .cs_login_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cs_login_container .cs_text_btn {
  color: var(--accent-color);
  line-height: 1.75em;
}
.cs_login_container .cs_btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.cs_login_container .cs_or {
  line-height: 1.75em;
  margin-bottom: 23px;
}
.cs_login_container .cs_social_btn.cs_style_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
}
.cs_login_container .cs_social_btn.cs_style_1 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
}
.cs_login_container .cs_social_btn.cs_style_1 a:nth-child(1):hover {
  background-color: #0a66c2;
  color: var(--white-color);
  border-color: #0a66c2;
}
.cs_login_container .cs_social_btn.cs_style_1 a:nth-child(2):hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.cs_login_container .cs_social_btn.cs_style_1 a:nth-child(3):hover {
  background-color: #0866ff;
  color: var(--white-color);
  border-color: #0866ff;
}
.cs_login_container .cs_social_btn.cs_style_1 a:nth-child(4):hover {
  background: linear-gradient(90deg, #ea4335 0%, #fbbc05 33%, #34a853 66%, #4285f4 100%);
  color: var(--white-color);
  border-color: var(--white-color);
}

.cs_register_page {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_register_page .cs_login_container {
  width: 100%;
  max-width: 460px;
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------
  21. Dark
----------------------------------------------------------------*/
.cs_dark {
  background-color: var(--white-color);
}
.cs_dark .cs_site_header.cs_style_1 {
  color: var(--heading-color);
  box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.1);
}
.cs_dark .cs_site_header.cs_style_1 .cs_nav .cs_nav_list ul {
  background-color: #151515;
  box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}
.cs_dark .cs_site_header.cs_style_1 .cs_nav .cs_nav_list ul::before {
  background-color: #151515;
}
.cs_dark .cs_hero.cs_style_1 {
  background-color: #0A0912;
}
.cs_dark .cs_hero.cs_style_1 .cs_hero_title {
  color: var(--heading-color);
}
.cs_dark .cs_hero.cs_style_1 .cs_hero_subtitle {
  color: var(--gray-color);
}
.cs_dark .cs_hero.cs_style_1 .cs_hero_shape3 {
  opacity: 0.05;
}
.cs_dark .cs_bg_white {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.cs_dark .cs_bg_white:hover {
  color: var(--heading-color);
}
.cs_dark .cs_btn.cs_bg_accent {
  color: var(--heading-color);
}
.cs_dark .cs_btn.cs_bg_accent::after {
  background-color: var(--heading-color);
}
.cs_dark .cs_btn.cs_bg_accent:hover {
  color: var(--white-color);
}
.cs_dark .cs_iconbox.cs_style_1:hover.cs_type_1 {
  box-shadow: 0px 0px 30px 10px rgba(59, 59, 59, 0.25);
}
.cs_dark #pricing {
  background: linear-gradient(90deg, #0D0C17 0.81%, rgba(22, 21, 40, 0.3) 100%);
}
.cs_dark .cs_pricing_table.cs_style_1 {
  box-shadow: 0px 0px 30px 10px rgba(59, 59, 59, 0.25);
}
.cs_dark .cs_pricing_table.cs_style_1 .cs_pricing_icon {
  border-color: var(--body-color);
}
.cs_dark .cs_pricing_table.cs_style_1 .cs_pricing_icon img {
  transition: inherit;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3577%) hue-rotate(139deg) brightness(125%) contrast(110%);
}
.cs_dark .cs_pricing_table.cs_style_1 .cs_pricing_btn,
.cs_dark .cs_pricing_table.cs_style_1 .cs_pricing_feature_list li,
.cs_dark .cs_pricing_table.cs_style_1 .cs_price_value,
.cs_dark .cs_pricing_table.cs_style_1 .cs_pricing_head_title,
.cs_dark .cs_pricing_table.cs_style_1 .cs_pricing_head_subtitle,
.cs_dark .cs_pricing_table.cs_style_1 .cs_pricing_badge {
  color: var(--heading-color);
}
.cs_dark .cs_pricing_table.cs_style_1 small {
  color: var(--body-color);
}
.cs_dark .cs_pricing_table.cs_style_1 .cs_pricing_feature_list i {
  color: var(--heading-color);
}
.cs_dark .cs_pricing_table.cs_style_1.active .cs_pricing_icon, .cs_dark .cs_pricing_table.cs_style_1:hover .cs_pricing_icon {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
}
.cs_dark .cs_pricing_table.cs_style_1.active .cs_pricing_icon img, .cs_dark .cs_pricing_table.cs_style_1:hover .cs_pricing_icon img {
  filter: brightness(0) saturate(100%) invert(4%) sepia(8%) saturate(4323%) hue-rotate(206deg) brightness(92%) contrast(98%);
}
.cs_dark .cs_pricing_table.cs_style_1.active .cs_pricing_btn, .cs_dark .cs_pricing_table.cs_style_1:hover .cs_pricing_btn {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.cs_dark .cs_pricing_table.cs_style_1.active .cs_pricing_feature_list i,
.cs_dark .cs_pricing_table.cs_style_1.active .cs_pricing_seperator, .cs_dark .cs_pricing_table.cs_style_1:hover .cs_pricing_feature_list i,
.cs_dark .cs_pricing_table.cs_style_1:hover .cs_pricing_seperator {
  color: var(--white-color);
  background-color: var(--heading-color);
}
.cs_dark .cs_pricing_table.cs_style_1.active small, .cs_dark .cs_pricing_table.cs_style_1:hover small {
  color: var(--heading-color);
}
.cs_dark .cs_testimonial.cs_style_1 {
  box-shadow: 0px 0px 30px 10px rgba(59, 59, 59, 0.25);
}
.cs_dark .cs_cta.cs_style_1 {
  background: #07070D;
}
.cs_dark .cs_cta.cs_style_1 .cs_section_title {
  color: var(--heading-color);
}
.cs_dark .cs_accordian {
  border-color: var(--body-color);
}
.cs_dark .cs_faq_shape1 {
  border-radius: 50%;
  background-color: rgba(52, 255, 126, 0.5);
  filter: blur(90px) blur(90px) blur(90px);
  top: 15%;
}
.cs_dark .cs_faq_shape2 {
  border-radius: 50%;
  background-color: rgba(140, 172, 255, 0.5);
  filter: blur(90px) blur(90px) blur(90px);
  top: 50%;
}
.cs_dark .cs_blog {
  background: linear-gradient(90deg, #0D0C17 0.01%, rgba(22, 21, 40, 0.3) 99.99%);
}
.cs_dark .cs_login_container {
  box-shadow: 0px 0px 20px 5px rgba(70, 70, 70, 0.25);
}
.cs_dark .cs_post.cs_style_1 {
  background-color: var(--heading-color);
  box-shadow: 0px 0px 20px 10px rgba(59, 59, 59, 0.25);
}
.cs_dark .cs_post.cs_style_1 .cs_posted_by {
  color: var(--heading-color);
}
.cs_dark .cs_post.cs_style_1 .cs_post_title,
.cs_dark .cs_post.cs_style_1 .cs_text_btn {
  color: var(--white-color);
}
.cs_dark .cs_post.cs_style_1 .cs_post_title:hover,
.cs_dark .cs_post.cs_style_1 .cs_text_btn:hover {
  color: var(--accent-color);
}
.cs_dark .comments_area,
.cs_dark .comment_respond,
.cs_dark .comment_form input,
.cs_dark .comment_form textarea {
  border-color: var(--body-color);
  color: var(--gray-color);
}
.cs_dark .cs_contact_form .cs_form_field {
  background-color: transparent;
  border-radius: 20px;
  border-color: var(--body-color);
  color: var(--gray-color);
}
.cs_dark .cs_form_field {
  color: var(--body-color);
}
.cs_dark .cs_site_footer {
  background-color: #0A0912;
  color: var(--heading-color);
}
.cs_dark .cs_site_footer .cs_footer_widget_title {
  color: var(--heading-color);
}
.cs_dark #cs_backtotop {
  color: var(--heading-color);
}
@media (max-width: 1199px) {
  .cs_dark .cs_site_header.cs_style_1 .cs_nav .cs_nav_list {
    background-color: var(--white-color);
    color: var(--heading-color);
  }
  .cs_dark .cs_site_header.cs_style_1 .cs_nav .cs_nav_list ul {
    background-color: transparent;
    box-shadow: none;
  }
}

.service-five-point {
    margin-bottom: 26px;
}

.about-section-area {
    padding: 100px 0 100px 0;
    background: #F8F9FA;
    background-image: linear-gradient(180deg, #ffffff, #b9efd9, #73c5d9);
}

.about-section-area.bg-white-me {
    padding: 100px 0px;
}

.about-section-area .about-header-area span {
    background: #F8F4FF;
    padding: 8px 20px;
    line-height: 16px;
    border-radius: 32px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #154168;
}

.kanha-unique-section {
   padding: 80px 0;
   background: #f7f9fc;
}

/* TITLE */
.kanha-section-title {
   text-align: center;
   font-size: 36px;
   font-weight: 600;
   margin-bottom: 50px;
}

.kanha-unique-section .kanha-section-p{
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
}

.kanha-section-title span {
   color: #0b3c6f;
   font-weight: 700;
}

.kanha-card {
   padding: 65px 20px 20px;
   border-radius: 14px;
   border: 1px solid transparent;
   transition: 0.3s ease;
   background: #fff;
   text-align:center;
   margin-top: 47px;
   position: relative;
   min-height: 242px;
}

/* Equal Height */
.kanha-card-content {
   width: 100%;
}

.kanha-card-content p {
   width: 100%;
   margin-bottom: 0;
}

.kanha-purple {
    border-color: #d7eafc;
    background: #ebecef;
}

.kanha-purple .kanha-icon {
    background: #05124c;
}

.kanha-icon {
    min-width: 100px;
    height: 100px;
    border-radius:50%;
    line-height: 100px;
    display:inline-block;
    position: absolute;
    top: -47px;
    left: 41%;
}

.kanha-icon img{height: 49px;}


.kanha-card-content {
    width: 100%;
}

.kanha-card h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 27px;
}

.kanha-card p {
    font-size: 15px;
    color: #5c6670;
    line-height: 1.7;
}

.kanha-blue {
    border-color: #f7f9fc;
    background: #f7f1e9;
}

.kanha-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
} 
.kanha-blue .kanha-icon {
    background: #ff9c2b;
}

.kanha-orange .kanha-icon {
    background: #f5851f;
}
.kanha-red .kanha-icon {
    background: #05124c;
}

.kanha-teal .kanha-icon {
    background: #05124c;
}

.kanha-pink .kanha-icon {
    background: #f5851f;
}



.development-service {
    background-color:#39308f;
    padding:50px 0;
}
.development-service h2{color:#fff;}
.development-service p.fs-14{color:#fff; font-size:20px; line-height:33px;}

.service-box {
    position: relative;
    z-index: 0;
}

.service-box::before {
    content: '';
    position: absolute;
    width: 138px;
    height: 138px;
    border-radius: 20px;
    background-color: #23BDEE;
    top: -15px;
    left: -15px;
    z-index: -1;
}

.service-box::after {
    content: '';
    position: absolute;
    width: 138px;
    height: 138px;
    border-radius: 20px;
    background-color: #F3AC50;
    right: -15px;
    bottom: -15px;
    z-index: -1;
}

.service-wrap {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    border: 1px solid #EDEDED;
    padding:15px;
}
.service-wrap strong{font-size:22px;}
.service-tabs {
    background-color: #F3FAFF;
    height:96%;
    margin:10px;
}

.service-tabs .nav-tabs {
    display: block;
    padding: 20px;
    border-width:0;
    border-style: solid;
    border-color: #EDEDED;
}

.service-tabs .nav-tabs .nav-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0px;
    padding: 15px 20px;
    font-size: 17px;
    font-weight:300;
    border-radius: 10px;
    background-color: transparent;
    border: none;
    text-align: left;
    position:relative;
    color:#232323;
}

.service-tabs .nav-tabs .nav-link.active,
.service-tabs .nav-tabs .nav-link:hover.active {
    background-color: #39308f;
    color: #fff;
}

.service-tabs .nav-tabs .nav-link:hover {
    background-color: #fff;
    color: #154880;
}

.service-wrap .tab-content {
    padding: 20px 20px 0px 0px;
}



.service-tabs .nav-tabs .nav-link:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right:32px;
    color: #154880;
}

.service-tabs .nav-tabs .nav-link.active:before{color:#fff;} 

.barcode-scanning{width:100%; margin-bottom:20px;}

.erp-software{width:100%; display:inline-block; padding:60px 0;}

.card-box-erp {
    border: 1px solid #9b9b9b;
    /* padding: 15px 15px 5px 15px; */
    background: #FFF;
    width: 95%;
    display: flex;
    min-height: 172px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
} 
.card-box-erp h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 5px;
    margin-bottom:0;
}

.card-box-erp p {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #3E415F;
    line-height: 24px;
    text-align: justify;
}

.round-shaped {
    border: 1px solid #9b9b9b;
    height:80px;
    border-radius:50%;
    position: absolute;
    right: 0;
    left: -40px;
    width: 80px;
    bottom: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

.round-shaped1 {
    border: 1px solid #9b9b9b;
    height:80px;
    border-radius: 65px;
    position: absolute;
    right: 0;
    left: -40px;
    width: 80px;
    bottom: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    font-weight: bold;
    color: #000;
}



.card-box-erp:hover .round-shaped1 {
    background-color:#fff !important;
    transition: 0.5s;
     border: 1px solid #fff;
}

.card-box-erp:hover .round-shaped{
    background-color: #5f2e83 !important;
    transition: 0.5s;
    stroke:#fff !important;
    fill:#fff !important;
}

.card-box-erp:hover {
    border: 1px solid #5f2e83;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.card-box-erp:hover .round-shaped1{
    color: #fff;
}

.testimonial-section{padding:50px 0;}

.single-box {
    display: flex;
    align-items: center;
    padding: 10px;
    flex: 1;
    border-radius: 10px;
    gap: 10px;
    margin-top: 16px;
}

.single-box .box-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius:6px;
}

.single-box .box-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.single-box .box-text h4 {
    font-size: 26px;
    font-weight: 700;
    margin: 0px;
}

.single-box .box-text p {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

.single-box .box-text img {
    max-height: 30px;
    object-fit: contain;
}

.single-box.project {
    background-color: #E3F9FF;
}

.single-box.project .box-icon {
    background-color: #2684DD;
}

.single-box.experience {
    background-color: #FFF0E3;
}

.single-box.experience .box-icon {
    background-color: #F57446;
}

.single-box.client {
    background-color: #DFFFF0;
}

.single-box.client .box-icon {
    background-color: #22CE7E;
}

.single-box.specialist {
    background-color: #FFEDFB;
}

.single-box.specialist .box-icon {
    background-color: #C934E6;
}

.single-box.clutch {
    background-color: #FDFFE5;
}

.single-box.upwork {
    background-color: #F2F7FF;
}

.fact-area{margin-top:50px; margin-bottom:0; 
  background: #f5f7fb; padding:50px 0; width:100%; display:inline-block;}
.pricing-section{padding:50px 0;}
.cs_faq_wrap .section-sub {
    font-size:19px;
    color:#6b7f99;
    line-height: 1.7;
    margin:10px auto 10px;
}




.sticky_social {
    position: fixed;
    top:40%;
    right: 0;
    z-index: 9999;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    overflow: hidden;
    background: #0072bc;
    margin-left: -1px;
    border-radius:10px 0 0 10px;
}

.sticky_social a {
    display: block;
    font-size:27px;
    color: #fff;
    line-height: 26px;
    padding: 12px 10px;
    border-bottom: 1px solid #ffffff61;
    text-align: center;
}
.sticky_social a i{margin-bottom:10px;}

.sticky_social a.call_now {
    background: #f47a20;
}

.sticky_social a.whatsapp {
    background: #74c801;
}

.sticky_social a:hover {
    background: #0072bc;
}

.sticky_social a .icon {
    margin-bottom: 5px;
    display: block;
}

.sticky_social a span {
    display: block;
    font-size: 13px;
    line-height: 1;
}



.ez-modal-content {
  border-radius: 15px;
  overflow: hidden;
  border: none;
  z-index: 9999;
}

.ez-left-panel {
  width:100%;
  display: inline-block;
  padding: 26px;
}

.ez-left-panel .single-box{
    padding: 5px;
    border-radius: 7px;
    margin-top: 10px;
}
.ez-left-panel .single-box .box-icon {
    width: 32px;
    height: 32px;
}
.ez-left-panel .single-box .box-text h4 {
    font-size: 18px;
}
.ez-left-panel .single-box .box-text p{color:#000;     font-size: 12px;
    line-height: 14px;
  }


.ez-left-panel h3 {
  font-weight: bolder;
  margin-bottom: 10px;
  color: #ffffff;
}

.ez-left-panel p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.ez-right-panel {
  padding:22px 10px 0;
}

.ez-left-panel .leaving-already{width:100%; display:inline-block;
 position:relative;
 overflow:hidden;
 background:#fff;
padding:0;
    border-radius: 12px;
}

.ez-right-panel h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #222;
    text-align: center;
}
.closeModal {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
    background: #034a7e;
    width: 30px;
    height: 30px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
.rating-reveal {
  animation: reveal 1.4s forwards ease;
}

@keyframes reveal {
  from {
    clip-path: circle(0 at 0 0);
  }

  to {
    clip-path: circle(141.4% at 0 0);
  }
}
.modal-dialog-centered {
    margin-top:1%;
    max-width: 60%;
}

.form-group {
    position: relative;
    margin-bottom: 1.2rem;
}

.form-group i {
    position: absolute;
    top: 16px;
    left:25px;
    color: #0165ac;
    font-size: 1.15rem;
    z-index: 2;
}
.form-group input, .form-group select, .form-group textarea{
    height: 48px;
    padding: 0.5rem 1rem 0.5rem 2.1rem;
    border: 1px solid #d1d9ff;
    border-radius: 10px;
    font-size:13px;
    transition: all 0.25s;
    width: 100%;
    font-weight:300;
}

.form-group input:focus, .form-group select:focus {
    border-color: #832af6;
    box-shadow: 0 0 0 3px rgba(131, 42, 246, 0.15);
    outline: none;
}
.form-group textarea{height:100px;}


.form-group .cs_btn{
  color:#fff;
  background: #39308F;
background: linear-gradient(90deg, rgba(57, 48, 143, 1) 0%, rgba(162, 41, 105, 1) 50%, rgba(214, 30, 82, 1) 100%);
}

.testimonial-slider {
    width:100%;
    overflow: hidden;
    padding:10px;
}

.testimonial-card {
    color: #fff;
    position: relative;
    width:100%;
}
.testimonial-card p {
    color:#0d1526;
    font-size: 12px;
    font-weight: 300;
}


.quote-icon {
    font-size: 30px;
    color: #5fa8ff;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    color: #dcdcdc;
}

.testimonial-user {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonial-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.testimonial-user h4 {
    margin: 0;
    font-size: 16px;
    color:#0d1526;
}

.testimonial-user span {
    font-size: 13px;
    color:#0d1526;
}

/* Arrows */
.leaving-already .slick-prev, .leaving-already .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 2;
    display:none !important;
}

.leaving-already .slick-dots {
    margin-bottom: 0;
    margin:-8px 0 0 0 !important;
    position: absolute;
    width: 100%;
    gap: 7px;
}

/* Dots */
.leaving-already .slick-dots li button:before {
    color: #888;
}

.leaving-already .slick-dots li.slick-active button:before {
    color: #5fa8ff;
}


@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1
  }
}

.img-custom-anim-top {
  animation: 1.3s cubic-bezier(.645, .045, .355, 1) forwards img-anim-top;
  opacity: 0
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1
  }
}


.development-service h1{color:#fff;}
.development-box{
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    border: 1px solid #EDEDED;
    padding: 15px;
    width:100%;
    margin-bottom:20px;
    text-align:center;
    min-height: 238px;
  }


.development-box strong{font-size:24px; display:block; margin-bottom:10px; padding-top:10px;}
.development-box p{margin-bottom:0; padding-bottom:0;}
.development-box .pp-icon{
    width: 80px;
    height: 80px;
    line-height: 40px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid rgba(179, 178, 187, .12);
    background:#fff1f1;
    padding: 15px 18px;
    transition: .4s ease-in-out;
    position: relative;
    margin:auto;
}

.development-box .pp-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
    border-radius: 12px;
}

.development-box .pp-icon img{
    transition: .4s ease-in-out;
    display: inline-block;
}

.development-box:hover{
    border: 1px solid #ddd;
}

.development-box:hover .pp-icon::before {
    background: linear-gradient(270deg, #39308f 0, #39308f 100%);
        opacity: 1;
    visibility: visible;
}

.development-box:hover .pp-icon img {
    filter: brightness(0) invert(1);
    transform: scaleX(-1) !important;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .85);
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.hero-heading {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2.2rem, 5vw, 2.77rem);
    font-weight: 800 !important;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.cs_hero_text small {
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    display: inline-block;
    font-weight: 200;
}

.hero-heading .accent {
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-sub {
    font-size: 1.02rem;
    color: rgba(255, 255, 255, .72);
    max-width:100%;
    margin-bottom:16px;
    line-height: 1.7;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color:#c0132a;
    background:#fff0f2;
    border: 1px solid rgba(192, 19, 42, .15);
    border-radius: 20px;
    padding: 4px 12px;
    margin-bottom: 14px;
}

.section-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800 !important;
    color:#0d1526;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}
.benefits{background:#fff; display:inline-block; width:100%; padding:50px 0; text-align:center;}
.benefits-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(380px,1fr));
  gap:20px;margin-top:52px;
}
.benefit-card{
  background:#fff;
  border:1px solid #dce4f0;
  border-radius:20px;
  padding:28px 24px;
  display:flex;flex-direction:column; 
  gap:4px;
  transition:transform .25s,box-shadow .25s,border-color .25s;
  position:relative;overflow:hidden;
  text-align:left;
}
.benefit-card::before{
  content:'';position:absolute;
  top:-40px;right:-40px;
  width:100px;height:100px;
  border-radius:50%;
  background:#fff0f2;
  opacity:0;transition:opacity .3s;
}
.benefit-card:hover{
  transform:translateY(-5px);
  box-shadow:0 16px 48px rgba(13,21,38,.14);
  border-color:rgba(192,19,42,.2);
}
.benefit-card:hover::before{opacity:1;}
.benefit-icon{
  width:52px;height:52px;border-radius:13px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.4rem;flex-shrink:0;
}
.benefit-icon.crimson{background:#fff0f2;color:#c0132a;}
.benefit-icon.navy{background:#eff3ff;color:#1b2d5e;}
.benefit-icon.gold{background:#fffbeb;color:#b45309;}
.benefit-icon.green{background:#ecfdf5;color:#059669;}
.benefit-icon.purple{background:#f5f3ff;color:#7c3aed;}
.benefit-icon.cyan{background:#ecfeff;color:#0891b2;}
.benefit-card h3{font-family:'Bricolage Grotesque',sans-serif;
  font-size:1rem;font-weight:700 !important; color:#0d1526; margin-bottom:0;}
.benefit-card p{font-size:0.84rem; color:#666;line-height:1.65; text-align:justify;}

.how-it-works{
  background:linear-gradient(135deg,#1b2d5e 0%,#2e1060 45%,#c0132a 100%);
  position:relative;
  overflow:hidden;
  width:100%;
  display:inline-block;
  padding:50px 0;
  text-align:center;
}

.how-it-works::after{
      content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-image: url(../images/svg-layer-1.svg);
    background-position: center center;
    opacity: 0.4;
}

.how-it-works::before{
  content:'';
  position:absolute;inset:0;
  background:radial-gradient(ellipse 60% 50% at 80% 50%,rgba(192,19,42,.2),transparent);
}
.how-it-works .section-eyebrow{background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.9);}
.how-it-works .section-title{color:#fff;}
.how-it-works .section-sub{color:rgba(255,255,255,.65);}
.hiw-grid{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:20px;margin-top:52px;position:relative;z-index:2;
  text-align:left;
}
.hiw-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  padding:12px 9px;
  backdrop-filter:blur(10px);
  transition:background .25s,transform .25s;
}
.hiw-card:hover{background:rgba(255,255,255,.1); transform:translateY(-4px);}
.hiw-icon{
  width:52px;height:52px;border-radius:13px;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;margin-bottom:7px;
}
.hiw-card h3{font-family:'Bricolage Grotesque',sans-serif;font-size:1.08rem;font-weight:700;color:#fff;margin-bottom:2px;}
.hiw-card p{font-size:0.85rem;color:rgba(255,255,255,.65);line-height:1.7; margin-bottom:0; padding-bottom:0;}

.business-work{background:var(--white);padding:90px 5%;
width:100%; display:inline-block; text-align:center;}
.features-grid{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:20px;margin-top:52px;
}
.feature-item{
  display:flex;gap:18px;align-items:flex-start;
  background:#fff;border:1px solid #dce4f0;
  border-radius:var(--r-lg);padding:24px 22px;
  transition:box-shadow .2s,border-color .2s;
  text-align:left;
}
.feature-item:hover{box-shadow:var(--shadow-md);border-color:rgba(192,19,42,.18);}
.feat-icon{
  width:46px;height:46px;flex-shrink:0;border-radius:11px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.3rem;
  background:#dce4f0;color:#c0132a;
}
.feature-item h4{font-family:'Bricolage Grotesque',sans-serif;font-size:0.97rem;font-weight:700;color:var(--ink);margin-bottom:5px;}
.feature-item p{font-size:0.83rem;color:var(--muted);line-height:1.65;}



.pricing{background:#fff; position:relative; width:100%; display:inline-block; padding:50px 0; text-align:center;}


.pricing-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:22px;margin-top:52px;align-items:start;
}
.pricing-card{
  background:#fff;
  border:1.5px solid #dce4f0;
  border-radius:20px;padding:36px 30px;
  position:relative;overflow:hidden;
  transition:transform .25s,box-shadow .25s;
  text-align:left;
}
.pricing-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);}
.pricing-card.featured{
  background:linear-gradient(135deg,#1b2d5e 0%,#2e1060 45%,#c0132a 100%);
  border-color:transparent;
  box-shadow:0 20px 60px rgba(192,19,42,.35);
  transform:scale(1.04);
}
.pricing-card.featured:hover{transform:scale(1.04) translateY(-6px);}
.pricing-badge{
  position:absolute;top:18px;right:18px;
  background:#f59e0b;color:#0d1526;
  font-size:0.68rem;font-weight:800;
  text-transform:uppercase;letter-spacing:.5px;
  border-radius:6px;padding:3px 10px;
}
.plan-name{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:0.85rem;font-weight:700;text-transform:uppercase;
  letter-spacing:1px;color:#6b7f99;margin-bottom:6px;
}
.pricing-card.featured .plan-name{color:rgba(255,255,255,.65);}
.plan-icon{font-size:2rem;margin-bottom:16px;}
.plan-price{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:2.2rem;font-weight:800;color:#0d1526;
  line-height:1;margin-bottom:4px;
}
.plan-price
.plan-price sup {
  font-size: 24px !important;
  font-weight: 700 !important;
  vertical-align: top !important;
  margin-top: 10px !important;
  display: inline-block !important;
}
.plan-price span {
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.pricing-card strong {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    display: block;
}

.pricing-card.featured strong{color:#fff;}

.pricing-card.featured .plan-price{color:#fff;}
.pricing-card.featured .plan-price span{color:rgba(255,255,255,.6);}
.plan-desc{font-size:0.82rem;color:#6b7f99;margin:10px 0 24px;line-height:1.5;}
.pricing-card.featured .plan-desc{color:rgba(255,255,255,.6);}
.plan-divider{border:none;border-top:1px solid #dce4f0;margin:0 0 20px;}
.pricing-card.featured .plan-divider{border-color:rgba(255,255,255,.15);}
.plan-features{list-style:none;display:flex;flex-direction:column;
  gap:11px;margin-bottom:28px;}
.plan-features li{
  display:flex;align-items:center;gap:10px;
  font-size:0.84rem;color:#2d3d55;
}
.pricing-card.featured .plan-features li{color:rgba(255,255,255,.85);}
.plan-features li i{
  color:#c0132a;font-size:0.85rem;flex-shrink:0;
  background:#fff0f2;border-radius:50%;
  width:18px;height:18px;display:flex;align-items:center;justify-content:center;
}
.pricing-card.featured .plan-features li i{background:rgba(255,255,255,.15);color:#fff;}
.btn-plan{
  display:block;width:100%;
  text-align:center;padding:13px;
  border-radius:10px;font-weight:700;font-size:0.9rem;
  border:2px solid #c0132a;
  color:var(--crimson);background:transparent;
  cursor:pointer;font-family:'DM Sans',sans-serif;
  transition:background .2s,color .2s,transform .15s;
}
.btn-plan:hover{background:#c0132a;color:#fff;transform:translateY(-1px);}
.btn-plan.white{
  background:#fff;color:#c0132a;border-color:#fff;
  box-shadow:0 4px 16px rgba(0,0,0,.15);
}
.btn-plan.white:hover{background:#fff0f2;}


.testimonials{background:#f5f7fb; display:inline-block; text-align:center; padding:50px 0;
width:100%; margin:30px 0;}

.testimonials .testi-card{
  background:#fff; border:1px solid #dce4f0;
  border-radius:10px;padding:26px 22px;
  transition:transform .25s,box-shadow .25s;
  position:relative;
  text-align:left;
}
.testimonials .testi-card:hover{transform:translateY(-4px); box-shadow:0 6px 24px rgba(13,21,38,.10);}
.testimonials .testi-card::before{
  content:'\201C';
  position:absolute;top:16px;right:20px;
  font-family:'Lora',serif; font-size:4rem;
  color:var(--crimson);opacity:.15;line-height:1;
}
.testimonials .testi-stars{color:#f59e0b; font-size:15px; margin-bottom:12px;display:flex;gap:2px;}
.testimonials .testi-text{font-size:0.84rem;color:#000;line-height:1.7;margin-bottom:18px;font-style:italic;}
.testimonials .testi-author{display:flex;align-items:center;gap:12px;}
.testimonials .testi-avatar{
  width:40px;height:40px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;font-size:0.9rem;color:#fff;flex-shrink:0;
}
.testimonials .testi-name{font-size:0.85rem;font-weight:700;color:#0d1526;}
.testimonials .testi-role{font-size:0.75rem;color:#6b7f99;}


.pos-img2 {
    width: 100%;
    display: inline-block;
    padding: 64px;
    margin-top: 0;
}
.pos-img2 img{width:100%;}


.pos-img3 {
    width: 100%;
    display: inline-block;
    padding:0 40px;
    margin-top: 0;
}
.pos-img3 img{width:100%;}

.cs_hero_img{position:absolute; right:0;}

.inner-banner {
    padding: 178px 0 80px;
    background: #39308F;
    background: linear-gradient(135deg, #1b2d5e 0%, #2e1060 45%, #c0132a 100%);
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom:40px;
}
.inner-banner h1 {
    font-size:45px;
    font-weight: 600;
    color: #fff;
    padding: 0px 20px;
}

.privacy-policy p{text-align:justify;}
.privacy-policy ul li{text-align:justify;}

@media (max-width:767px) {
.cs_site_branding img {
    max-height: 47px;
}
    .cs_site_header.cs_style_1 .cs_main_header_in {
        height: 62px;
    }

    .cs_hero.cs_style_1 {
        padding-top: 68px;
    }
    .cs_hero.cs_style_1 .cs_hero_title {
        font-size: 26px;
        line-height: 38px;
    }
.about-section-area {
    padding: 39px 0 34px 0;
  }

h2 {
    font-size: 23px;
}

.kanha-section-title {
    font-size: 23px;
    margin-bottom: 12px;
}

.kanha-unique-section {
    padding: 33px 0;
}

.kanha-card {
    min-height: initial;
    margin-bottom: 23px;
    margin-top: 23px;
}
.kanha-icon img {
    height: 36px;
}

.kanha-icon {
    min-width: 75px;
    height: 75px;
    line-height: 75px;
    top: -34px;
    left:40%;
}
.development-service {
    padding: 20px 0;
}

    .round-shaped1 {
        height: 70px;
        border-radius: 65px;
        position: relative;
        right: 0;
        left: 0;
        width: 70px;
        bottom: -4px;
    }
.erp-software {
    padding: 25px 0;
}

.card-box-erp {
    border: 1px solid #9b9b9b;
    width: auto;
    min-height:initial;
    text-align:center;
}
.card-box-erp h3{padding-top:20px;}
    .cs_section_heading.cs_style_1 .cs_section_title {
        font-size: 23px;
    }

     .sticky_social {
        top: inherit;
        bottom:0;
        right: 0;
        transform: translate(0);
        display: flex;
        width: 100%;
        margin: 0;
        border-radius:0;
    }


.sticky_social a{width:35%;}
.cs_hero_text {
    padding: 16px 0 0;
}
.cs_btn_group{margin-bottom: 27px;}
.modal-dialog-centered {
    max-width: 100%;
}
.hiw-grid {
    grid-template-columns: inherit;
    margin-top: 25px;
  }

.hiw-card {
    padding: 13px 7px;
}
.features-grid{grid-template-columns:initial; margin-top:10px !important;}
.benefits-grid{grid-template-columns: initial !important; margin-top: 10px !important;}
.benefit-card {
    border-radius: 10px;
    padding: 16px 14px;
}
.business-work {
    padding: 16px 0;
    position:relative;
    width:100%;
    display:inline-block;
  }

  .pricing-grid {
    display: grid;
    grid-template-columns: initial;
    gap: 28px;
    margin-top: 0;
    align-items: start;
}

.pricing-card {
    border-radius: 10px;
    padding: 12px 11px;
  }
.plan-price {
    font-size: 1.8rem;
  }

.solutions-banner-right {
    position: relative;
    right: 0;
    top: 0;
    transform: initial;
    width: 100%;
    text-align: center;
    z-index: 9;
    overflow: hidden;
}
.cs_hero.cs_style_1{padding-bottom: 69px;}
.how-it-works{padding-bottom:0;}
.cs_sticky_footer{padding:11px 0 0;}
.cs_site_footer .cs_footer_widget_title {
        margin-bottom: 5px;
    }
.cs_footer_widget_nav li {
    margin-bottom: 3px;
  }


}