/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Prompt:wght@400;500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body,
html {
  color: #4f4747;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  overflow-x: hidden !important;
  background-color: #F9F7F7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #121212;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.2em;
  font-family: "Lato", sans-serif;
}

.cs_primary_font,
.cs_btn {
  font-family: "Lato", sans-serif;
}

.cs_secondary_font {
  font-family: "Lato", sans-serif;
}

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

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

a:hover {
  text-decoration: none;
  color: #fd6219;
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: #4f4747;
}
table td,
table th {
  border-top: 1px solid #dddddd;
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: #4f4747;
  border: 1px solid #dddddd;
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: #4f4747;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 16px;
    line-height: 1.6em;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
input,
textarea {
  color: #121212;
}

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

.cs_perloader_dots_wrap {
  display: block;
  margin: 0px auto;
  width: 97px;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.cs_perloader_dots_wrap .cs_perloader_dots i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: #713F30;
}
.cs_perloader_dots_wrap .cs_perloader_dots i:first-child {
  opacity: 0;
  -webkit-animation: cs_perloader_dots-ani2 0.58s linear infinite;
          animation: cs_perloader_dots-ani2 0.58s linear infinite;
  -webkit-transform: translate(-19px);
          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) {
  -webkit-animation: cs_perloader_dots-ani3 0.58s linear infinite;
          animation: cs_perloader_dots-ani3 0.58s linear infinite;
}
.cs_perloader_dots_wrap .cs_perloader_dots i:last-child {
  -webkit-animation: cs_perloader_dots-ani1 0.58s linear infinite;
          animation: cs_perloader_dots-ani1 0.58s linear infinite;
}

@-webkit-keyframes cs_perloader_dots-ani1 {
  100% {
    -webkit-transform: translate(39px);
            transform: translate(39px);
    opacity: 0;
  }
}

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

/*--------------------------------------------------------------
  3. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .cs_height_1 {
    height: 1px;
  }
  .cs_height_2 {
    height: 2px;
  }
  .cs_height_3 {
    height: 3px;
  }
  .cs_height_4 {
    height: 4px;
  }
  .cs_height_5 {
    height: 5px;
  }
  .cs_height_6 {
    height: 6px;
  }
  .cs_height_7 {
    height: 7px;
  }
  .cs_height_8 {
    height: 8px;
  }
  .cs_height_9 {
    height: 9px;
  }
  .cs_height_10 {
    height: 10px;
  }
  .cs_height_11 {
    height: 11px;
  }
  .cs_height_12 {
    height: 12px;
  }
  .cs_height_13 {
    height: 13px;
  }
  .cs_height_14 {
    height: 14px;
  }
  .cs_height_15 {
    height: 15px;
  }
  .cs_height_16 {
    height: 16px;
  }
  .cs_height_17 {
    height: 17px;
  }
  .cs_height_18 {
    height: 18px;
  }
  .cs_height_19 {
    height: 19px;
  }
  .cs_height_20 {
    height: 20px;
  }
  .cs_height_21 {
    height: 21px;
  }
  .cs_height_22 {
    height: 22px;
  }
  .cs_height_23 {
    height: 23px;
  }
  .cs_height_24 {
    height: 24px;
  }
  .cs_height_25 {
    height: 25px;
  }
  .cs_height_26 {
    height: 26px;
  }
  .cs_height_27 {
    height: 27px;
  }
  .cs_height_28 {
    height: 28px;
  }
  .cs_height_29 {
    height: 29px;
  }
  .cs_height_30 {
    height: 30px;
  }
  .cs_height_31 {
    height: 31px;
  }
  .cs_height_32 {
    height: 32px;
  }
  .cs_height_33 {
    height: 33px;
  }
  .cs_height_34 {
    height: 34px;
  }
  .cs_height_35 {
    height: 35px;
  }
  .cs_height_36 {
    height: 36px;
  }
  .cs_height_37 {
    height: 37px;
  }
  .cs_height_38 {
    height: 38px;
  }
  .cs_height_39 {
    height: 39px;
  }
  .cs_height_40 {
    height: 40px;
  }
  .cs_height_41 {
    height: 41px;
  }
  .cs_height_42 {
    height: 42px;
  }
  .cs_height_43 {
    height: 43px;
  }
  .cs_height_44 {
    height: 44px;
  }
  .cs_height_45 {
    height: 45px;
  }
  .cs_height_46 {
    height: 46px;
  }
  .cs_height_47 {
    height: 47px;
  }
  .cs_height_48 {
    height: 48px;
  }
  .cs_height_49 {
    height: 49px;
  }
  .cs_height_50 {
    height: 50px;
  }
  .cs_height_51 {
    height: 51px;
  }
  .cs_height_52 {
    height: 52px;
  }
  .cs_height_53 {
    height: 53px;
  }
  .cs_height_54 {
    height: 54px;
  }
  .cs_height_55 {
    height: 55px;
  }
  .cs_height_56 {
    height: 56px;
  }
  .cs_height_57 {
    height: 57px;
  }
  .cs_height_58 {
    height: 58px;
  }
  .cs_height_59 {
    height: 59px;
  }
  .cs_height_60 {
    height: 60px;
  }
  .cs_height_61 {
    height: 61px;
  }
  .cs_height_62 {
    height: 62px;
  }
  .cs_height_63 {
    height: 63px;
  }
  .cs_height_64 {
    height: 64px;
  }
  .cs_height_65 {
    height: 65px;
  }
  .cs_height_66 {
    height: 66px;
  }
  .cs_height_67 {
    height: 67px;
  }
  .cs_height_68 {
    height: 68px;
  }
  .cs_height_69 {
    height: 69px;
  }
  .cs_height_70 {
    height: 70px;
  }
  .cs_height_71 {
    height: 71px;
  }
  .cs_height_72 {
    height: 72px;
  }
  .cs_height_73 {
    height: 73px;
  }
  .cs_height_74 {
    height: 74px;
  }
  .cs_height_75 {
    height: 75px;
  }
  .cs_height_76 {
    height: 76px;
  }
  .cs_height_77 {
    height: 77px;
  }
  .cs_height_78 {
    height: 78px;
  }
  .cs_height_79 {
    height: 79px;
  }
  .cs_height_80 {
    height: 80px;
  }
  .cs_height_81 {
    height: 81px;
  }
  .cs_height_82 {
    height: 82px;
  }
  .cs_height_83 {
    height: 83px;
  }
  .cs_height_84 {
    height: 84px;
  }
  .cs_height_85 {
    height: 85px;
  }
  .cs_height_86 {
    height: 86px;
  }
  .cs_height_87 {
    height: 87px;
  }
  .cs_height_88 {
    height: 88px;
  }
  .cs_height_89 {
    height: 89px;
  }
  .cs_height_90 {
    height: 90px;
  }
  .cs_height_91 {
    height: 91px;
  }
  .cs_height_92 {
    height: 92px;
  }
  .cs_height_93 {
    height: 93px;
  }
  .cs_height_94 {
    height: 94px;
  }
  .cs_height_95 {
    height: 95px;
  }
  .cs_height_96 {
    height: 96px;
  }
  .cs_height_97 {
    height: 97px;
  }
  .cs_height_98 {
    height: 98px;
  }
  .cs_height_99 {
    height: 99px;
  }
  .cs_height_100 {
    height: 100px;
  }
  .cs_height_101 {
    height: 101px;
  }
  .cs_height_102 {
    height: 102px;
  }
  .cs_height_103 {
    height: 103px;
  }
  .cs_height_104 {
    height: 104px;
  }
  .cs_height_105 {
    height: 105px;
  }
  .cs_height_106 {
    height: 106px;
  }
  .cs_height_107 {
    height: 107px;
  }
  .cs_height_108 {
    height: 108px;
  }
  .cs_height_109 {
    height: 109px;
  }
  .cs_height_110 {
    height: 110px;
  }
  .cs_height_111 {
    height: 111px;
  }
  .cs_height_112 {
    height: 112px;
  }
  .cs_height_113 {
    height: 113px;
  }
  .cs_height_114 {
    height: 114px;
  }
  .cs_height_115 {
    height: 115px;
  }
  .cs_height_116 {
    height: 116px;
  }
  .cs_height_117 {
    height: 117px;
  }
  .cs_height_118 {
    height: 118px;
  }
  .cs_height_119 {
    height: 119px;
  }
  .cs_height_120 {
    height: 120px;
  }
  .cs_height_121 {
    height: 121px;
  }
  .cs_height_122 {
    height: 122px;
  }
  .cs_height_123 {
    height: 123px;
  }
  .cs_height_124 {
    height: 124px;
  }
  .cs_height_125 {
    height: 125px;
  }
  .cs_height_126 {
    height: 126px;
  }
  .cs_height_127 {
    height: 127px;
  }
  .cs_height_128 {
    height: 128px;
  }
  .cs_height_129 {
    height: 129px;
  }
  .cs_height_130 {
    height: 130px;
  }
  .cs_height_131 {
    height: 131px;
  }
  .cs_height_132 {
    height: 132px;
  }
  .cs_height_133 {
    height: 133px;
  }
  .cs_height_134 {
    height: 134px;
  }
  .cs_height_135 {
    height: 135px;
  }
  .cs_height_136 {
    height: 136px;
  }
  .cs_height_137 {
    height: 137px;
  }
  .cs_height_138 {
    height: 138px;
  }
  .cs_height_139 {
    height: 139px;
  }
  .cs_height_140 {
    height: 140px;
  }
  .cs_height_141 {
    height: 141px;
  }
  .cs_height_142 {
    height: 142px;
  }
  .cs_height_143 {
    height: 143px;
  }
  .cs_height_144 {
    height: 144px;
  }
  .cs_height_145 {
    height: 145px;
  }
  .cs_height_146 {
    height: 146px;
  }
  .cs_height_147 {
    height: 147px;
  }
  .cs_height_148 {
    height: 148px;
  }
  .cs_height_149 {
    height: 149px;
  }
  .cs_height_150 {
    height: 150px;
  }
  .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;
  }
  .cs_height_161 {
    height: 161px;
  }
  .cs_height_162 {
    height: 162px;
  }
  .cs_height_163 {
    height: 163px;
  }
  .cs_height_164 {
    height: 164px;
  }
  .cs_height_165 {
    height: 165px;
  }
  .cs_height_166 {
    height: 166px;
  }
  .cs_height_167 {
    height: 167px;
  }
  .cs_height_168 {
    height: 168px;
  }
  .cs_height_169 {
    height: 169px;
  }
  .cs_height_170 {
    height: 170px;
  }
  .cs_height_171 {
    height: 171px;
  }
  .cs_height_172 {
    height: 172px;
  }
  .cs_height_173 {
    height: 173px;
  }
  .cs_height_174 {
    height: 174px;
  }
  .cs_height_175 {
    height: 175px;
  }
  .cs_height_176 {
    height: 176px;
  }
  .cs_height_177 {
    height: 177px;
  }
  .cs_height_178 {
    height: 178px;
  }
  .cs_height_179 {
    height: 179px;
  }
  .cs_height_180 {
    height: 180px;
  }
  .cs_height_181 {
    height: 181px;
  }
  .cs_height_182 {
    height: 182px;
  }
  .cs_height_183 {
    height: 183px;
  }
  .cs_height_184 {
    height: 184px;
  }
  .cs_height_185 {
    height: 185px;
  }
  .cs_height_186 {
    height: 186px;
  }
  .cs_height_187 {
    height: 187px;
  }
  .cs_height_188 {
    height: 188px;
  }
  .cs_height_189 {
    height: 189px;
  }
  .cs_height_190 {
    height: 190px;
  }
  .cs_height_191 {
    height: 191px;
  }
  .cs_height_192 {
    height: 192px;
  }
  .cs_height_193 {
    height: 193px;
  }
  .cs_height_194 {
    height: 194px;
  }
  .cs_height_195 {
    height: 195px;
  }
  .cs_height_196 {
    height: 196px;
  }
  .cs_height_197 {
    height: 197px;
  }
  .cs_height_198 {
    height: 198px;
  }
  .cs_height_199 {
    height: 199px;
  }
  .cs_height_200 {
    height: 200px;
  }
}
@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;
  }
  .cs_height_lg_161 {
    height: 161px;
  }
  .cs_height_lg_162 {
    height: 162px;
  }
  .cs_height_lg_163 {
    height: 163px;
  }
  .cs_height_lg_164 {
    height: 164px;
  }
  .cs_height_lg_165 {
    height: 165px;
  }
  .cs_height_lg_166 {
    height: 166px;
  }
  .cs_height_lg_167 {
    height: 167px;
  }
  .cs_height_lg_168 {
    height: 168px;
  }
  .cs_height_lg_169 {
    height: 169px;
  }
  .cs_height_lg_170 {
    height: 170px;
  }
  .cs_height_lg_171 {
    height: 171px;
  }
  .cs_height_lg_172 {
    height: 172px;
  }
  .cs_height_lg_173 {
    height: 173px;
  }
  .cs_height_lg_174 {
    height: 174px;
  }
  .cs_height_lg_175 {
    height: 175px;
  }
  .cs_height_lg_176 {
    height: 176px;
  }
  .cs_height_lg_177 {
    height: 177px;
  }
  .cs_height_lg_178 {
    height: 178px;
  }
  .cs_height_lg_179 {
    height: 179px;
  }
  .cs_height_lg_180 {
    height: 180px;
  }
  .cs_height_lg_181 {
    height: 181px;
  }
  .cs_height_lg_182 {
    height: 182px;
  }
  .cs_height_lg_183 {
    height: 183px;
  }
  .cs_height_lg_184 {
    height: 184px;
  }
  .cs_height_lg_185 {
    height: 185px;
  }
  .cs_height_lg_186 {
    height: 186px;
  }
  .cs_height_lg_187 {
    height: 187px;
  }
  .cs_height_lg_188 {
    height: 188px;
  }
  .cs_height_lg_189 {
    height: 189px;
  }
  .cs_height_lg_190 {
    height: 190px;
  }
  .cs_height_lg_191 {
    height: 191px;
  }
  .cs_height_lg_192 {
    height: 192px;
  }
  .cs_height_lg_193 {
    height: 193px;
  }
  .cs_height_lg_194 {
    height: 194px;
  }
  .cs_height_lg_195 {
    height: 195px;
  }
  .cs_height_lg_196 {
    height: 196px;
  }
  .cs_height_lg_197 {
    height: 197px;
  }
  .cs_height_lg_198 {
    height: 198px;
  }
  .cs_height_lg_199 {
    height: 199px;
  }
  .cs_height_lg_200 {
    height: 200px;
  }
}
/*--------------------------------------------------------------
  4. General
----------------------------------------------------------------*/
.cs_fs_16 {
  font-size: 16px;
}

.cs_fs_18 {
  font-size: 18px;
  line-height: 1.625em;
}
@media (max-width: 991px) {
  .cs_fs_18 {
    font-size: 17px;
  }
}

.cs_fs_21 {
  font-size: 21px;
  line-height: 1.524em;
}
@media (max-width: 1400px) {
  .cs_fs_21 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .cs_fs_21 {
    font-size: 18px;
  }
}

.cs_fs_29 {
  font-size: 29px;
  line-height: 1.31em;
}
@media (max-width: 1400px) {
  .cs_fs_29 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .cs_fs_29 {
    font-size: 22px;
  }
}

.cs_fs_38 {
  font-size: 38px;
  line-height: 1.447em;
}
@media (max-width: 1400px) {
  .cs_fs_38 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .cs_fs_38 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .cs_fs_38 {
    font-size: 26px;
  }
}

.cs_fs_50 {
  font-size: 50px;
  line-height: 1.3em;
}
@media (max-width: 1400px) {
  .cs_fs_50 {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .cs_fs_50 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .cs_fs_50 {
    font-size: 36px;
  }
}

.cs_fs_68 {
  font-size: 68px;
  line-height: 1.471em;
}
@media (max-width: 1400px) {
  .cs_fs_68 {
    font-size: 58px;
    line-height: 1.3em;
  }
}
@media (max-width: 1400px) {
  .cs_fs_68 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .cs_fs_68 {
    font-size: 42px;
  }
}
@media (max-width: 380px) {
  .cs_fs_68 {
    font-size: 36px;
  }
}

.cs_light {
  font-weight: 300;
}

.cs_normal {
  font-weight: 400;
}

.cs_medium {
  font-weight: 500;
}

.cs_semibold {
  font-weight: 600;
}

.cs_bold {
  font-weight: 700;
}

.cs_extra_bold {
  font-weight: 800;
}

.cs_black {
  font-weight: 900;
}

.cs_radius_3 {
  border-radius: 3px;
}

.cs_radius_5 {
  border-radius: 5px;
}

.cs_radius_7 {
  border-radius: 7px;
}

.cs_radius_10 {
  border-radius: 10px;
}

.cs_radius_15 {
  border-radius: 15px;
}
.cs_radius_20 {
  border-radius: 20px;
}

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

.cs_gap_y_24 {
  gap: 24px 0;
}

.cs_gap_y_30 {
  gap: 30px 0;
}

.cs_gap_y_35 {
  gap: 35px 0;
}

.cs_gap_y_40 {
  gap: 40px 0;
}

.cs_gap_y_45 {
  gap: 45px 0;
}

.cs_gap_y_60 {
  gap: 60px 0;
}

.cs_gap_y_65 {
  gap: 65px 0;
}
@media (max-width: 991px) {
  .cs_gap_y_65 {
    gap: 30px 0;
  }
}

@media (min-width: 1401px) {
  .cs_row_gap_40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cs_row_gap_40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cs_m0 {
  margin: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #f2f1ff;
}

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

.cs_vertical_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}

.cs_vertical_middle_in {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs_white_color {
  color: #ffffff !important;
}

.cs_primary_color {
  color: #121212;
}

.cs_secondary_color {
  color: #4f4747;
}

.cs_ternary_color {
  color: #b7b7b7;
}

.cs_accent_color {
  color: #fd6219;
}

.cs_gray_color {
  color: #f8f8f8;
}

.cs_gray_color_2 {
  color: #a3a3a3;
}

.cs_white_bg {
  background-color: #fff;
}

.cs_accent_bg {
  background-color: #fd6219;
}

.cs_gray_bg {
  background-color: #f8f8f8;
}

.cs_gray_bg_2 {
  background-color: rgba(221, 221, 221, 0.2);
}

.cs_gray_bg_3 {
  background-color: #dddddd;
}

.cs_primary_bg,
.cs_primary_bg_hover:hover {
  background-color: #121212;
}

.cs_primary_bg_2 {
  background-color: #0c0c0c;
}

.cs_outline_text {
  color: transparent;
  -webkit-text-stroke: 2px #121212;
}

.cs_cursor_lg,
.cs_cursor_sm {
  position: fixed;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  z-index: 9999;
}
@media (max-width: 991px) {
  .cs_cursor_lg,
  .cs_cursor_sm {
    display: none !important;
  }
}

.cs_cursor_lg {
  width: 10px;
  height: 10px;
  background-color: #fff;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.cs_cursor_lg.cs_large {
  width: 60px;
  height: 60px;
  opacity: 0.15;
}

.cs_cursor_sm {
  width: 8px;
  height: 8px;
  background-color: #fd6219;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.cs_btn.cs_style_1 {
  color: #121212;
  border: 2px solid #fd6219;
  border-radius: 15px;
  font-weight: 500;
  padding: 10px 20px;
  line-height: 1.625em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: transparent;
  outline: none;
}
.cs_btn.cs_style_1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.cs_btn.cs_style_1 span:after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: -19px;
  bottom: -25px;
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.cs_btn.cs_style_1 i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #121212;
}
.cs_btn.cs_style_1:hover {
  background-color: #fd6219;
  color: #fff;
}
.cs_btn.cs_style_1:hover i {
  -webkit-transform: translate(20px, -20px) rotate(-45deg);
          transform: translate(20px, -20px) rotate(-45deg);
}
.cs_btn.cs_style_1:hover span::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(20px, -20px) rotate(-45deg);
          transform: translate(20px, -20px) rotate(-45deg);
}
.cs_btn.cs_style_1.cs_btn_white {
  color: #fff;
}
.cs_btn.cs_style_1.cs_btn_white i {
  color: inherit;
}
.cs_btn.cs_style_1.cs_btn_accent {
  color: #fff;
  background-color: #fd6219;
}
.cs_btn.cs_style_1.cs_btn_accent i {
  color: inherit;
}

.cs_play_btn.cs_style_1 {
  color: #fff;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cs_play_btn.cs_style_1 img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cs_play_btn.cs_style_1:hover img {
  -webkit-transform: rotate(80deg) scale(1.1);
          transform: rotate(80deg) scale(1.1);
}

.cs_text_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_text_btn svg {
  margin-left: 15px;
}
.cs_text_btn span {
  display: inline-block;
  position: relative;
}
.cs_text_btn span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.cs_text_btn:hover span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.cs_text_btn.cs_type1 svg {
  margin-left: 0px;
  margin-right: 15px;
}
.cs_text_btn.cs_type1 span::before {
  left: initial;
  right: -100%;
  -webkit-transform: scaleX(0) rotateY(180deg);
          transform: scaleX(0) rotateY(180deg);
}
.cs_text_btn.cs_type1:hover span::before {
  -webkit-transform: scaleX(1) rotateY(180deg);
          transform: scaleX(1) rotateY(180deg);
}

.cs_plr_130 {
  padding-left: 130px;
  padding-right: 130px;
}
@media (max-width: 1400px) {
  .cs_plr_130 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .cs_plr_130 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cs_page_navigation > div {
  position: relative;
}
.cs_page_navigation > div:not(:last-child) {
  margin-right: 21px;
  padding-right: 21px;
}
.cs_page_navigation > div:not(:last-child)::after {
  content: "";
  height: 22px;
  width: 2px;
  background-color: #a3a3a3;
  display: inline-block;
  position: absolute;
  right: -1px;
  top: 3px;
}
@media (max-width: 340px) {
  .cs_page_navigation span {
    display: none;
  }
}

@media (max-width: 1060px) {
  .cs_img_card.cs_style_1:after {
    left: -7px;
    bottom: 10px;
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
}
.cs_img_card.cs_style_1 img {
  width: 90%;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cs_img_card.cs_style_1:hover::after {
  left: 16px;
  bottom: 9px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.cs_img_card.cs_style_1:hover img {
  -webkit-transform: rotate(-4.6deg);
          transform: rotate(-4.6deg);
}
@media (max-width: 1060px) {
  .cs_img_card.cs_style_1:hover img {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}

@-webkit-keyframes particalAnimation {
  0%, 100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(80px, -10px);
            transform: translate(80px, -10px);
  }
  40% {
    -webkit-transform: translate(140px, 70px);
            transform: translate(140px, 70px);
  }
  60% {
    -webkit-transform: translate(90px, 130px);
            transform: translate(90px, 130px);
  }
  80% {
    -webkit-transform: translate(-40px, 80px);
            transform: translate(-40px, 80px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes particalAnimation {
  0%, 100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(80px, -10px);
            transform: translate(80px, -10px);
  }
  40% {
    -webkit-transform: translate(140px, 70px);
            transform: translate(140px, 70px);
  }
  60% {
    -webkit-transform: translate(90px, 130px);
            transform: translate(90px, 130px);
  }
  80% {
    -webkit-transform: translate(-40px, 80px);
            transform: translate(-40px, 80px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
  }
}
@keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
  }
}
@-webkit-keyframes light-mode {
  50% {
    opacity: 0.5;
  }
}
@keyframes light-mode {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes animo-y {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@keyframes animo-y {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@-webkit-keyframes rotate-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
            transform: translateY(25px) rotate(-53deg);
  }
}
@keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
            transform: translateY(25px) rotate(-53deg);
  }
}
@-webkit-keyframes up-down-anim {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(40px) rotate(-1deg);
            transform: translateY(40px) rotate(-1deg);
  }
}
@keyframes up-down-anim {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(40px) rotate(-1deg);
            transform: translateY(40px) rotate(-1deg);
  }
}
@-webkit-keyframes swing-anim {
  65% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-48px) rotate(-75deg);
            transform: translateY(-48px) rotate(-75deg);
  }
}
@keyframes swing-anim {
  65% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-48px) rotate(-75deg);
            transform: translateY(-48px) rotate(-75deg);
  }
}
.cs_shape_animation_1 {
  position: relative;
}
.cs_shape_animation_1 .cs_shape_1 {
  right: 10%;
  top: 62%;
  -webkit-animation: semi-rotate-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: semi-rotate-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
img.ipadVisible {display: none;}
@media (max-width: 991px) {
  .cs_shape_animation_1 .cs_shape_1 {
    display: none;
  }
}

.cs_section_heading.cs_style_1 .cs-post_meta.cs-style1 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cs_section_heading.cs_style_1 br {
    display: none;
  }
}

.cs_scrollup {
  /* position: fixed;
  bottom: -60px;
  right: 40px;
  color: #fff;
  padding: 5px;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: #4c4e4e;
  color: #fff;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%; */
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transform: translateY(30px);
}
.cs_scrollup.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.cs_scrollup::before {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\f062";
    text-align: center;
    line-height: 50px;
    opacity: 1;
    height: 50px;
    width: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #713f30;
}
.cs_scrollup svg path {
    fill: none;
    stroke: #713f30;
    stroke-width: 4;
}
/* .cs_scrollup:hover {
  background-color: #713f30;
  color: #ffffff;
} */

.cs_scrollup.cs_scrollup_show {
  bottom: 50px;
}


/*--------------------------------------------------------------
7. 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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_site_header.cs_style_1 .cs_main_header_in,
.cs_site_header.cs_style_1 .cs_top_header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  position: relative;
}
.cs_site_header.cs_style_1 .cs_main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 30px;
}
@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_style_1 {
    display: none;
  }
}

.cs_site_header.cs_style_1.cs_sticky_active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
          box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}
.cs_site_header.cs_style_1 .cs_action_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_site_header.cs_style_1 .cs_action_box .cs_action_value {
  margin-left: 15px;
}
.cs_site_header.cs_style_1 .cs_action_box > *:not(:last-child) {
  margin-right: 35px;
}
.cs_site_header.cs_style_1.cs_color_1 .cs_nav_list > li > a {
  color: #fff;
}
.cs_site_header.cs_style_1.cs_color_1.cs_gescout_show {
  background-color: #121212;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #ffffff;
}

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

.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}

.cs_gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ffffff;
}

.cs_gescout_show {
  top: 0 !important;
  opacity: 1;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}

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

@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 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cs_site_header.cs_style_1 .cs_main_header_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 300px);
  }
  .cs_site_header.cs_style_1 .cs_main_header_left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    line-height: 1.6em;
  }
  .cs_nav .cs_nav_list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 40px;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li:last-child {
    margin-right: 0;
  }
  .cs_nav .cs_nav_list > li > a {
    padding: 10px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    height: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs_nav .cs_nav_list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .cs_nav .cs_nav_list > li > ul::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            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;
    -webkit-transition: all 0.4s ease;
    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;
    -webkit-transform: rotate(45deg);
            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: #ffffff;
    position: absolute;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
            box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease;
    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;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
  }
  .cs_nav .cs_nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs_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: -webkit-box !important;
    display: -ms-flexbox !important;
    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 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            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%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li ul a {
    -webkit-transition: all 0.4s ease;
    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;
  }
}
.cs_header_cart {
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 23px 18px;
    cursor: pointer;
    z-index: 3;
  }
  .cs_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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs_munu_dropdown_toggle span:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_munu_dropdown_toggle.active span:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .menu-item-has-children .menu-item-has-children .cs_munu_dropdown_toggle {
    padding: 20px 18px;
  }
  .cs_site_branding {
    position: relative;
    z-index: 101;
  }
  .cs_nav .cs_nav_list {
    position: fixed;
    width: 100vw;
    left: -100vw;
    background-color: #fff;
    color: #121212;
    padding: 10px 0;
    top: 0;
    overflow: auto;
    min-height: 100vh;
    line-height: 1.6em;
    padding-top: 115px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list.cs_active {
    left: 0vw;
  }
  .cs_nav .cs_nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .cs_nav .cs_nav_list a {
    display: block;
    padding: 12px 15px;
    line-height: 16px;
  }
  .cs_nav .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 {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  /*Mobile Menu Button*/
  .cs_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
  }
  .cs_menu_toggle span,
  .cs_menu_toggle span:before,
  .cs_menu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .cs_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .cs_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  .cs_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  .cs_site_header.cs_style_1.cs_color_1 .cs_nav_list {
    background-color: #F9F7F7;
    color: #fff;
  }
  .cs_site_header.cs_style_1.cs_color_1 .cs_menu_toggle {
    color: #713f30;
  }
  .cs_site_header.cs_style_1 .cs_menu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
  }
  .cs_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .cs_toggle_active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  .cs_toggle_active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  .cs_nav .cs_nav_list a {
    position: relative;
  }
  .cs_site_header.cs_style_1 .cs_main_header_in {
    height: 80px;
  }
  .cs_site_header .current-menu-item > a:before {
    display: none;
  }
  .cs_site_header.cs_style_1 .cs_main_header_center .cs_site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-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;
  }
}
/*--------------------------------------------------------------
  8. Footer
----------------------------------------------------------------*/
.cs_fooer {
  background: #4C4E4E;
}

.cs_fooer_main {
  padding: 90px 0 40px;
}
@media (max-width: 991px) {
  .cs_fooer_main {
    padding: 80px 0 10px;
  }
}

.cs_footer_item .cs_newsletter.cs_style_1 {
  margin-top: 6px;
}

.cs_widget_title {
  font-size: 21px;
  margin-bottom: 27px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 991px) {
  .cs_widget_title {
    margin-bottom: 24px;
  }
}

.cs_menu_widget {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.625em;
}
.cs_menu_widget li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cs_menu_widget li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.cs_text_widget p {
  margin: 0;
}
.cs_text_widget img + p {
  margin-top: 30px;
}
.cs_text_widget + .cs_menu_widget {
  margin-top: 32px;
}


.cs_bottom_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .cs_bottom_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}




/*--------------------------------------------------------------
  11. Hero
----------------------------------------------------------------*/
.cs_hero_video_icon svg {
  -webkit-animation: heroVideoIconAnimo 3s linear infinite;
          animation: heroVideoIconAnimo 3s linear infinite;
}
.cs_hero_video_icon:hover {
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}
.cs_hero_video_icon:hover svg {
  -webkit-animation: initial;
          animation: initial;
}

.cs_down_btn {
  height: 70px;
  width: 40px;
  border: 1px solid currentColor;
  border-radius: 20px;
  margin-top: 44px;
}

.cs_hero.cs_style_1 {
  padding-top: 241px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 {
    padding-top: 170px;
  }
}
.cs_hero.cs_style_1 .cs_hero_subtitle {
  margin-bottom: 24px;
}
.cs_hero.cs_style_1 .cs_hero_title {
  margin-bottom: 82px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_title {
    margin-bottom: 50px;
  }
}
.cs_hero.cs_style_1 .cs_video_block_wrap::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.cs_hero.cs_style_1 .container {
  position: relative;
}
.cs_hero.cs_style_1 .cs_hero_shape {
  left: -100px;
  top: -9px;
  -webkit-animation: heroShapeAnim 20s linear infinite alternate;
          animation: heroShapeAnim 20s linear infinite alternate;
}
.cs_hero.cs_style_1 .cs_hero_text {
  z-index: 2;
}

@-webkit-keyframes heroShapeAnim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes heroShapeAnim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes heroVideoIconAnimo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes heroVideoIconAnimo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


/* OBJECTS */
@-webkit-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@-webkit-keyframes UpAndDown {
  0%, 100% {
    top: 30%;
  }
  50% {
    top: 70%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes UpAndDown {
  0%, 100% {
    top: 30%;
  }
  50% {
    top: 70%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}



/*--------------------------------------------------------------
  14. CTA
----------------------------------------------------------------*/
.cs_cta.cs_style_1 {
  padding: 86px 180px 100px;
}
.cs_cta.cs_style_1 .cs_cta_in {
  z-index: 1;
}
@media (max-width: 1400px) {
  .cs_cta.cs_style_1 {
    padding: 86px 100px 100px;
  }
}
@media (max-width: 991px) {
  .cs_cta.cs_style_1 {
    padding: 70px 30px 80px;
  }
}



/*--------------------------------------------------------------
  16. Portfolio
----------------------------------------------------------------*/
.cursor {
  position: fixed;
  left: 0;
  pointer-events: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #4f4747;
  background-color: #fff;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  mix-blend-mode: hard-light;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.cs_portfolio.cs_style_1 .cs_portfolio_thumb {
  display: block;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .cs_portfolio.cs_style_1 .cs_portfolio_thumb {
    margin-bottom: 10px;
  }
}
.cs_portfolio.cs_style_1 .cs_portfolio_thumb img {
  width: 100%;
  border-radius: inherit;
}
.cs_portfolio.cs_style_1 .cs_portfolio_title {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cs_portfolio.cs_style_1 .cs_portfolio_title {
    margin-bottom: 5px;
  }
}
.cs_portfolio.cs_style_1 .cs_portfolio_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 25px;
  position: relative;
}
.cs_portfolio.cs_style_1 .cs_portfolio_btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  background-color: currentColor;
  left: 0;
  top: 50%;
  margin-top: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs_portfolio.cs_style_1 .cs_portfolio_btn:hover::before {
  width: 4px;
  height: 4px;
  left: 12px;
  margin-top: -2px;
  border-radius: 50%;
}




section.cs_hero.cs_style_1.cs_primary_bg {
    position: relative;
    display: block;
    padding: 0;
    margin-top: 90px;
    height: 90vh;
    background-position: center center;
    background-size: cover;
}
/* section.cs_hero.cs_style_1.cs_primary_bg.backshadow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgb(0 0 0 / 50%) 38%, rgba(87, 199, 133, 0) 48%);
} */
header.cs_site_header.cs_style_1.cs_color_1.cs_sticky_header {
    background: #fff;
}
header a.cs_site_branding img {max-height: 78px;}
header .cs_nav.cs_medium.cs_primary_font ul li a {
    color: #000000 !important;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
}
header a.cs_btn.cs_style_1.cs_btn_white {
    background: #713F30;
    border-color: #713F30;
    font-size: 18px;
    line-height: 26px;
    color: #F9F7F7 !important;
    border-radius: 30px;
    transition: 0.5s;
}
header a.cs_btn.cs_style_1.cs_btn_white:hover {
    transition: 0.5s;
    background: #454747;
    border-color: #454747;
}
section.cs_hero.cs_style_1.cs_primary_bg .container {
    height: 100%;
}

section.cs_hero.cs_style_1.cs_primary_bg .cs_hero_text.text-center {
    height: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
}
section.cs_hero.cs_style_1.cs_primary_bg .cs_hero_text.text-center h1.cs_hero_title {
    font-size: 65px;
    line-height: 75px;
    text-align: left;
    margin-bottom: 16px;
}
section.cs_hero.cs_style_1.cs_primary_bg .cs_hero_text.text-center p.cs_hero_subtitle {
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    text-align: left;
}
h2.cs_section_title {
    color: #713F30;
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 15px;
}
.cs_section_heading.cs_style_1 p {
    font-size: 20px;
    line-height: 37px;
    text-align: justify;
    color: #313131;
}
.cs_box_card {
    position: relative;
    display: block;
    width: 75%;
    margin: 0 auto;
}
.cs_box_card .iconBox {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 7px;
    background: transparent;
    text-align: center;
    line-height: 76px;
    margin-bottom: 15px;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid transparent;
}
.cs_box_card .iconBox:hover {
    border: 2px solid #713F30;
    transition: 0.5s;
  }

.cs_box_card .iconBox img {height: 57px;}
.cs_box_card h4 {
    font-size: 31px;
    line-height: 35px;
    color: #713F30;
    margin-bottom: 10px;
    letter-spacing: 0px;
}
.cs_box_card p {
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #313131;
}
.sideDiveder {
    position: relative;
}
.sideDiveder:after {
    content: '';
    background-image: url(../img/sidedivder.png);
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 96%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: -8px;
    background-position: right;
    mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
}
section.cs_primary_bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
section.cs_primary_bg .cs_portfolio.cs_style_1 {
    position: relative;
    display: block;
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
}
section.cs_primary_bg .cs_portfolio.cs_style_1 .cs_portfolio_thumb {margin: 0; position: relative; overflow: hidden;}
section.cs_primary_bg .cs_portfolio.cs_style_1 .cs_portfolio_info {
    padding: 15px;
}
.cs_portfolio.cs_style_1 .cs_portfolio_thumb:hover img {transform: scale(1.1);transition: 3s;}
.cs_portfolio.cs_style_1 .cs_portfolio_thumb img {
    transform: scale(1);
    transition: 3s;
}
section.cs_primary_bg .cs_portfolio.cs_style_1 .cs_portfolio_info h2.cs_portfolio_title {
    font-size: 27px;
    line-height: 31px;
    color: #181A20;
    text-align: center;
    /* text-transform: capitalize; */
    margin: 0;
}
section.cs_primary_bg .cs_portfolio.cs_style_1 .cs_portfolio_info h2.cs_portfolio_title a:hover {
    color: #713f30;
}
.cs_cta.cs_style_1 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px 60px;
    align-items: center;
}
.cs_cta.cs_style_1 h2.cs_cta_title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 10px !important;
}
.cs_cta.cs_style_1 p {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    margin: 0;
}
.cs_cta.cs_style_1 .cs_cta_in.position-relative {
    text-align: left;
}
.cs_cta.cs_style_1 a.cs_btn.cs_style_1 {
    background: #fff;
    border-color: #fff;
    font-size: 25px;
    line-height: 25px;
    color: #1F4B43;
    border-radius: 31px;
    height: 64px;
    padding: 7px 35px;
}
.cs_cta.cs_style_1 a.cs_btn.cs_style_1 span::after {
    display: none;
}
.cs_cta.cs_style_1 a.cs_btn.cs_style_1 i.fa-solid.fa-arrow-right {transform: unset;font-size: 30px;}
.cs_cta.cs_style_1 a.cs_btn.cs_style_1 span {
    margin-left: 15px;
}
.teamContent {
    position: relative;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.teamContent p {
    font-size: 18px;
    line-height: 25px;
    color: #313131;
    letter-spacing: 0;
    text-align: justify;
    position: relative;
}
.teamContent h5 {
    position: relative;
    text-align: left;
    font-size: 32px;
    color: #713F30;
    margin: 0;
    margin-bottom: 20px;
}
/* .teamContent h5:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #713F30;
    bottom: 10px;
    right: 15px;
} */
.teamSection .imageBox {
  position: relative;
  display: block;
  text-align: center;
  width: auto;
  width: 300px;
  height: 400px;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  outline: 4px double #713f30;
  outline-offset: -7px;
}
.teamImg {
    position: relative;
}

.teamSection .imageBox:before {
    content: '';
    width: 100px;
    height: 100px;
    background: #dcdbdb;
    position: absolute;
    left: -15px;
    top: -14px;
    border-radius: 10px;
    /* animation-name: moveSquare;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
  transition: 2.5s;
}
.teamSection .imageBox:after {
    content: '';
    width: 100px;
    height: 100px;
    background: #dcdbdb;
    position: absolute;
    right: -15px;
    bottom: -14px;
    border-radius: 10px;
    transition: 2.5s;
    /* animation-name: moveSquare;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
}
.teamSection .imageBox:hover:before,.teamSection .imageBox:hover::after{
  width: 120px;
  height: 120px;
  transition: 2.5s;
}
@keyframes moveSquare {
  0% {
    width: 100px;
    height: 100px;
  }
  50%{
    width: 120px;
    height: 120px;
  }
  100%{
    width: 100px;
    height: 100px;
  }
}
.teamSection .imageBox img {
    /* max-width: 50%; */
    position: relative;
    display: block;
    margin-right: auto;
    border-radius: 10px;
    max-width: 100%;
    z-index: 1;
    /* outline: 6px double #713f30;
    outline-offset: -15px; */
}
/* .teamSection .imageBox img {
    opacity: 0.5;
} */
.teamSection .col-lg-6 + .col-lg-6 .imageBox img {
    margin-left: auto;
    margin-right: 0;
}
section.googlemapSec {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    background-position: center center;
    background-color: #4c4e4e;
}
section.googlemapSec .container,section.googlemapSec .row {
    height: 100%;
}
.googlemapSec .feedbackForm {
    position: relative;
    display: block;
    background: #FFFFFF;
    padding: 25px;
    width: 60%;
    margin: auto;
    border-radius: 13px;
    margin-top: -25px;
    height: 80%;
}
.googlemapSec .feedbackForm h5 {
    font-size: 29px;
    line-height: 34px;
    text-transform: capitalize;
    color: #713F30;
    margin-bottom: 10px;
}
.googlemapSec .feedbackForm p {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 25px;
    color: #313131;
    letter-spacing: 0;
}
section.googlemapSec .col-lg-6.textBottom {
    align-items: end;
    justify-content: left;
    display: flex;
}
section.googlemapSec .cs_section_heading h2.cs_section_title {
    color: #fff;
}
section.googlemapSec .cs_section_heading {
    margin-bottom: 70px;
    margin-left: 15%;
}
.googlemapSec .feedbackForm form {
    position: relative;
    display: block;
    width: 100%;
}
.googlemapSec .feedbackForm form input.formControl,.googlemapSec .feedbackForm form textarea.formControl {
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 35px;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    line-height: 22px;
    color: #313131;
    font-weight: 500;
    background: transparent;
}
.googlemapSec .feedbackForm form input.formControl:focus-visible,.googlemapSec .feedbackForm form textarea.formControl:focus-visible {
    border: none;
    border-bottom: 1px solid #000000;
    outline: none;
}
.googlemapSec .feedbackForm form input.formControl::placeholder, .googlemapSec .feedbackForm form textarea.formControl::placeholder {
    color: #313131;
}
.googlemapSec .feedbackForm form textarea.formControl {
    height: 80px;
    resize: none;
}
.googlemapSec .feedbackForm form input.fileControl {
    display: inline-block;
    width: calc(100% - 145px);
}
.googlemapSec .feedbackForm form button {
    background: #713F30;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 13px;
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
    width: 180px;
    height: 42px;
}
.googlemapSec .feedbackForm form button {
    margin-left: auto;
    margin-right: -25px;
    display: block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.googlemapSec .feedbackForm form button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    overflow: hidden;
    position: relative;
    top: 0px;
    margin-left: 5px;
}

.googlemapSec .feedbackForm form button span:after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: -19px;
    bottom: -25px;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.googlemapSec .feedbackForm form button span i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.googlemapSec .feedbackForm form button:hover span:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(20px, -20px) rotate(-45deg);
    transform: translate(20px, -20px) rotate(-45deg);
}

.googlemapSec .feedbackForm form button:hover span i {
    -webkit-transform: translate(20px, -20px) rotate(-45deg);
    transform: translate(20px, -20px) rotate(-45deg);
}
.cs_fooer_main .cs_footer_item .cs_text_widget {
    text-align: left;
}
.cs_fooer_main .cs_footer_item h2.cs_widget_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}
.cs_fooer_main .cs_footer_item ul.cs_menu_widget {position: relative;display: block;}
.cs_fooer_main .cs_footer_item ul.cs_menu_widget li a {
    font-size: 17px;
    display: block;
    position: relative;
    color: #fff;
    line-height: 25px;
}
.cs_fooer_main .cs_footer_item .cs_text_widget img {
    max-width: 195px;
}
.socialIcons {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 0 0px;
}
.socialIcons ul {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    list-style: none;
    justify-content: center;
}
.socialIcons ul li i {
    font-size: 25px;
    color: #fff;
}
.socialIcons ul li {padding: 0 20px;}
.cs_fooer_main .cs_footer_item ul.cs_menu_widget.contact i {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 25px;
}
.cs_fooer_main .cs_footer_item ul.cs_menu_widget.contact a {
    display: inline-block;
    margin-left: 10px;
    width: calc(100% - 35px);
    vertical-align: top;
}
body.scott header.cs_site_header.cs_style_1.cs_color_1.cs_sticky_header {
    background: #EFF2EC;
    padding: 5px 0;
}
body.scott header.cs_site_header .cs_site_branding img {
    max-height: 70px;
}

body.scott header.cs_site_header.cs_style_1.cs_color_1 .cs_main_header_center {
    justify-content: flex-end;
    padding-right: 13%;
}
body.scott section.cs_hero.cs_style_1:before {
    display: none;
}
body.scott section.cs_hero.cs_style_1.cs_primary_bg h1.cs_hero_title {
    max-width: 526px;
}
body.scott section.cs_hero.cs_style_1.cs_primary_bg a.scottBtn {
    padding: 10px 20px;
    background: #fff;
    color: #1C2D37 !important;
    font-size: 18px;
    line-height: 26px;
    border-radius: 30px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}
section.aboutSbrSec {
    position: relative;
    display: block;
    width: 100%;
    /* height: 450px; */
    background: #1E4E46;
    overflow: hidden;
}
section.aboutSbrSec .bgImg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
}
section.aboutSbrSec .bgImg:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 50vw solid #1e4d45;
    position: absolute;
    top: 0;
    right: 0;
}
section.aboutSbrSec .row {
    height: 100%;
}
section.aboutSbrSec .container-fluid {
    height: 100%;
}
section.aboutSbrSec .crossLine {
    display: flex;
    align-items: center;
    background-image: url('../img/aboutSbrBg.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
section.aboutSbrSec .crossLine h2.cs_section_title {
    color: #fff;
}
section.aboutSbrSec .crossLine p {
    color: #fff;
}
section.aboutSbrSec .crossLine .cs_box_card {
    margin-left: 15px;
    width: 65%;
    padding-top: 20px;
}
body.scott section.cs_primary_bg {
    background: #EFF2EC;
}
body.scott section.cs_primary_bg h2.cs_section_title {
    color: #8C593C;
    /* font-size: 50px;
    line-height: 60px;
    text-align: left;
    padding-left: 5%; */
    /* font-weight: 800; */
    padding-bottom: 15px;
}
body.scott section.cs_primary_bg .cs_portfolio.cs_style_1 {
    width: 100%;
    padding: 10px;
    background: transparent;
    /* border: 2px solid #8C593C; */
}
body.scott section.cs_primary_bg .cs_portfolio.cs_style_1 .cs_portfolio_title img {
    max-height: 45px;
    margin-left: 10px;
}
body.scott section.cs_primary_bg h2.cs_section_title span.space {
    display: inline-block;
    width: 100px;
}
.aminitiesList {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    white-space: pre;
}
.aminitiesList .aminityBox {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    /* background: #F4F4F4; */
    padding: 16px 8px;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.aminitiesList .aminityBox .iconImg {
    width: 80px;
    height: 80px;
    /* background: #1E4E46; */
    /* border-radius: 50%; */
    text-align: center;
    line-height: 74px;
    margin-bottom: 15px;
}
.aminitiesList .aminityBox h5 {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    color: #1E4E46;
    margin: 0;
}
.aminitiesList .aminityBox .iconImg img {
    width: 45px;
    /* filter: invert(1); */
}
section.amenitySection .cs_section_heading.cs_style_1 p {
    font-weight: 500;
    font-size: 22px;
    color: #141413;
}
.aminitiesList .activityType .activityBox .aminityBox:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #ccc;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -11px;
    right: -58px;
    opacity: 0.5;
    background-position: right;
    mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    transition: 1s;
}
.aminitiesList .activityType .activityBox .aminityBox:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 100px;
    background: #ccc;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -60px;
    right: -9px;
    opacity: 0.5;
    background-position: right;
    mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
    transition: 1s;
}
.aminitiesList .activityType .activityBox .aminityBox:nth-child(4):before,
.aminitiesList .activityType .activityBox .aminityBox:nth-child(5):before,
.aminitiesList .activityType .activityBox .aminityBox:nth-child(6):before,
.aminitiesList .activityType .activityBox .aminityBox:nth-child(4):after,
.aminitiesList .activityType .activityBox .aminityBox:nth-child(5):after,
.aminitiesList .activityType .activityBox .aminityBox:nth-child(6):after,
.aminitiesList .activityType .activityBox .aminityBox:nth-child(3):before,
.aminitiesList .activityType .activityBox .aminityBox:nth-child(3):after {
    display: none;
}
.aminitiesList .activityType:hover .activityBox .aminityBox:after{
    height: 120px;
    bottom: -70px;
}
.aminitiesList .activityType:hover .activityBox .aminityBox:before{
    width: 120px;
    right: -68px;
}
.aminitiesList .activityType:hover .activityBox .aminityBox:after,.aminitiesList .activityType:hover .activityBox .aminityBox:before {
    opacity: 1;
    transition: 1s;
}
.aminitiesList .activityType:last-child .activityBox .aminityBox:before,.aminitiesList .activityType:last-child .activityBox .aminityBox:after {
    display: none;
}
section.getInTouch {
    position: relative;
    display: block;
    width: 100%;
    background: #eff2ec;
}
section.getInTouch .contactDetails {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
}
section.getInTouch .contactDetails h3.cs_section_title {line-height: 35px;color: #1E4E46;font-weight: 600;}
section.getInTouch .contactDetails ul.conList {
    position: relative;
    display: block;
    list-style: none;
    margin-top: 17px;
    padding: 0;
    margin-bottom: 0;
}
section.getInTouch .contactDetails ul.conList li {
    position: relative;
    display: block;
    padding-bottom: 16px;
}
section.getInTouch .contactDetails ul.conList li i {
    color: #1E4E46;
    font-weight: 600;
    font-size: 20px;
}
section.getInTouch .contactDetails ul.conList li img {
    width: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
}
section.getInTouch .contactDetails ul.conList li a {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #313131;
    line-height: 24px;
}
section.getInTouch .feedbackForm {
    position: relative;
    display: block;
    width: 77%;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 17px;
}
section.getInTouch .feedbackForm h5 {
    position: relative;
    display: block;
    width: 100%;
    color: #1E4E46;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
section.getInTouch .feedbackForm form {
    position: relative;
    display: block;
    width: 100%;
}
section.getInTouch .feedbackForm form input.formControl,section.getInTouch .feedbackForm form textarea.formControl {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 17px;
    font-weight: 500;
    color: #313131;
    height: 45px;
    background: transparent;
}
section.getInTouch .feedbackForm form input.formControl::placeholder, section.getInTouch .feedbackForm form textarea.formControl::placeholder {
    font-size: 17px;
    font-weight: 500;
    color: #313131;
}
section.getInTouch .feedbackForm form textarea.formControl {
    height: 80px;
    resize: none;
}
section.getInTouch .feedbackForm form button {
    background: #1E4E46;
    width: auto;
    height: 47px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    border-radius: 25px;
    line-height: 41px;
    padding: 0 15px;
    border: none;
}
section.getInTouch .feedbackForm form button i {
    margin-left: 6px;
}
section.getInTouch .feedbackForm form input.formControl:focus-visible, section.getInTouch .feedbackForm form textarea.formControl:focus-visible {
    border: none;
    border-bottom: 1px solid #000000;
    outline: none;
}
body.scott footer.cs_fooer {
    background: #eff2ec;
    position: relative;
    padding-top: 70px;
}
body.scott footer.cs_fooer ul.cs_menu_widget.cs_mp0 {
    display: flex;
    justify-content: center;
    gap: 41px;
}
body.scott footer.cs_fooer ul.cs_menu_widget.cs_mp0 li {
    margin: 0;
    position: relative;
    padding-left: 22px;
}
body.scott footer.cs_fooer ul.cs_menu_widget.cs_mp0 li:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #1e4e46;
    border-radius: 50%;
    top: 8px;
    left: 2px;
}
body.scott footer.cs_fooer .cs_fooer_main {
    padding-bottom: 25px;
}
body.scott footer.cs_fooer .cs_bottom_footer {
    padding-top: 10px;
    /* border-top: 2px solid #FFF; */
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
body.scott footer.cs_fooer .cs_bottom_footer .container {
    display: flex;
    justify-content: center;
}
body.scott  span.cs_scrollup.cs_scrollup_show {
    background: transparent;
    /* border: 2px solid #fff; */
}
.cs_slider.cs_slider_1 {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 50px;
}
section.constructionUpdate {
    background: #1E4E46;
}
section.constructionUpdate h3.cs_section_title {
    font-size: 31px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    text-transform: capitalize;
}
section.constructionUpdate a.cs_btn.cs_style_1.cs_btn_white {
    background: #fff;
    border-color: #fff;
    font-size: 20px;
    color: #1C2D37;
    font-weight: 600;
    border-radius: 32px;
    padding: 5px 20px;
}
section.constructionUpdate a.cs_btn.cs_style_1.cs_btn_white.downloadBtn {
    margin: 27px 00;
    display: inline-block;
    margin-right: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    text-align: center;
    line-height: 42px;
    color: #000;
}
section.constructionUpdate a.cs_btn.cs_style_1.cs_btn_white i {
    transform: unset;
}
section.constructionUpdate .container {
    position: relative;
}
section.constructionUpdate .sliderNavigation.cs_style_1 {
    margin: 27px 00 10px;
    display: block;
    right: 4px;
    position: relative;
    text-align: right;
}
section.constructionUpdate .sliderNavigation.cs_style_1 span {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 39px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    margin: 0 4px;
}
section.constructionUpdate .sliderNavigation.cs_style_1 span.cs_swiper_prev i {left: -1px;position: relative;}
section.constructionUpdate .sliderNavigation.cs_style_1 span.cs_swiper_next i {
    position: relative;
    right: 0px;
}
section.cs_hero.cs_style_1.innerBanner {
    height: 350px;
}
section.cs_hero.cs_style_1.innerBanner.blogBanner {
    height: 400px;
    background-position: 50% 43%;
}
section.cs_hero.cs_style_1.innerBanner .cs_hero_text {
    justify-content: center;
    align-items: center;
    width: 100%;
}
section.cs_hero.cs_style_1.innerBanner .cs_hero_text h1.cs_hero_title {
    margin: 0 !important;
    text-align: center !important;
    width: 100%;
    display: block;
}
.blogsList {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    white-space: normal;
}
.blogsList .blogBox {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    padding: 10px;
}
.blogsList .blogBox img {
    max-width: 100%;
}
.blogsList .blogBox a.imgBox {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.blogsList .blogBox .content {
    position: relative;
    display: block;
    width: 100%;
}
.blogsList .blogBox .content h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    color: #484848;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogsList .blogBox .content span.date {
    position: relative;
    display: block;
    margin-bottom: 10px;
    color: #777777;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.blogsList .blogBox .content span.date i {
    margin-right: 6px;
}
.blogsList .blogBox .content p {
    position: relative;
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    color: #484848;
    font-weight: 500;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogsList .blogBox .content a.pageBtn {
    position: relative;
    display: inline-block;
    background: #713F30;
    padding: 7px 13px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    border-radius: 27px;
}
.blogsList .blogBox .content a.pageBtn i {
    font-size: 13px;
}
.cs-sidebar.cs-right_sidebar {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 15%;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item {
    padding: 20px;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    margin-bottom: 25px;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item.widget_search {
    padding: 0;
    border: none;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item form.cs-sidebar_search {position: relative;display: block;width: 100%;border-bottom: 2px solid #e1e1e1;border-radius: 10px;}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item form.cs-sidebar_search input {
    height: 45px;
    background: transparent;
    border: none;
    padding: 7px;
    font-size: 17px;
    font-weight: 500;
    color: #484848;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item form.cs-sidebar_search input:focus-visible {
    outline: unset;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item form.cs-sidebar_search button.cs-sidebar_search_btn {
    position: absolute;
    height: 45px;
    width: 45px;
    right: 0;
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: 15px;
    color: #b1b1b1;
}
.cs-sidebar.cs-right_sidebar h4.cs-sidebar_widget_title {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    color: #484848;
    margin-bottom: 10px;
}
.cs-sidebar.cs-right_sidebar .widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: block;
    width: 100%;
}
.cs-sidebar.cs-right_sidebar .widget_categories ul li.cat-item a {
    font-size: 17px;
    line-height: 25px;
    color: #484848;
    font-weight: 500;
    position: relative;
    display: block;
}
.cs-sidebar.cs-right_sidebar .widget_categories ul li.cat-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 2px 5px;
    margin-bottom: 8px;
    padding-left: 15px;
}
.cs-sidebar.cs-right_sidebar .widget_categories ul li.cat-item:before {
    content: '\f0da';
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    position: absolute;
    left: 2px;
    color: #484848;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item ul.cs-recent_posts {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 18px 0 0;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item ul.cs-recent_posts li {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item ul.cs-recent_posts li .cs-recent_post {
    display: flex;
    align-items: center;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item ul.cs-recent_posts li .cs-recent_post a.cs-recent_post_thumb {
    width: 103px;
    height: 103px;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item ul.cs-recent_posts li .cs-recent_post a.cs-recent_post_thumb img {
    width: 103px;
    height: 103px;
    position: relative;
    display: block;
    object-fit: cover;
    border-radius: 13px;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item ul.cs-recent_posts li .cs-recent_post .cs-recent_post_info {
    position: relative;
    display: block;
    padding-left: 10px;
    width: calc(100% - 103px);
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item ul.cs-recent_posts li .cs-recent_post .cs-recent_post_info h3.cs-recent_post_title {
    font-size: 18px;
    line-height: 25px;
    color: #484848;
    font-weight: 700;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item ul.cs-recent_posts li .cs-recent_post .cs-recent_post_info span.price {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #713F30;
    margin-bottom: 5px;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item ul.cs-recent_posts li .cs-recent_post .cs-recent_post_info .cs-recent_post_date {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item ul.cs-recent_posts li .cs-recent_post .cs-recent_post_info .cs-recent_post_date span {
    font-size: 14px;
    line-height: 27px;
    color: #484848;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item ul.cs-recent_posts li:last-child {
    margin-bottom: 0;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item .tagcloud {
    position: relative;
    display: grid;
    white-space: pre-line;
    grid-template-columns: repeat(auto-fill, 90px);
    gap: 10px;
    word-wrap: break-word;
    margin-top: 20px;
}
.cs-sidebar.cs-right_sidebar .cs-sidebar_item .tagcloud a.tag-cloud-link {background: #ececec;position: relative;display: inline-flex;font-size: 13px;line-height: 16px;color: #484848;font-weight: 400;padding: 8px;    min-width: 90px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    white-space: nowrap;
    width: max-content;}

/* .swiper-backface-hidden .swiper-slide {
    transition: 0.5s;
    transform: translateY(0);
}
.swiper-backface-hidden .swiper-slide:hover {transform: translateY(-40px);transition: 0.5s;} */
span.scrollDown {position: absolute;bottom: 15px;width: 100%;margin: auto;text-align: center; z-index: 9;}
span.scrollDown a img {width: 35px;}
span.scrollDown a {
    position: relative;
    display: inline-block;
    /* animation: bounce 4s ease infinite; */
    border: 1px solid #fff;
    padding: 25px 13px 4px;
    border-radius: 18px;
    font-size: 23px;
    color: #fff;
}
span.scrollDown a img {
    height: 28px;
    width: max-content;
    animation: aniDown 4s ease infinite;
}
ul.listIcon {
    position: relative;
    display: flex;
    list-style: none;
    padding: 0;
    gap: 6px;
}
ul.listIcon li {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    padding-left: 0;
    align-items: center;
    justify-content: flex-start;
}
ul.listIcon li span {
    width: 75px;
    height: 75px;
    background: #8c593c;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.listIcon li img {
    width: 55px;
    filter: invert(1);
    padding: 1px;
}
.scott ul.listIcon li:last-child span img {
    width: 52px;
}
.scott .socialIcons ul li img {
    filter: unset;
}
.scott ul.listIcon {
    margin-top: 50px;
    margin-bottom: 50px;
}
.scott section.aboutSbrSec .crossLine .cs_box_card {
    margin-top: 40px;
}

@keyframes aniDown {
	0% {
		transform: translateY(-26px);;
	}
	50% {
		transform: translateY(-4px);
	}
	100% {
		transform: translateY(-26px);
	}
}

@-webkit-keyframes aniDown {
	0% {
		transform: translateY(-26px);
	}
	50% {
		transform: translateY(-4px);
	}
	100% {
		transform: translateY(-26px);
	}
}

.cs_img_card_zoom.cs_style_1 img {
    transform: scale(1.0);
    transition: 3s;
}
.cs_img_card_zoom.cs_style_1 {
    overflow: hidden;
    display: inline-block;
    width: 90%;
}
.cs_img_card_zoom.cs_style_1:hover img {
    transform: scale(1.1);
    transition: 3s;
}
span.getIntuchBtn {
    position: fixed;
    z-index: 9;
    bottom: 29%;
    right: -48px;
    transform: rotate(-90deg)  translateY(45px);
  transition: 2s;
}
span.getIntuchBtn.show {
  transform: rotate(-90deg) translateY(0);
  transition: 2s;
}
span.getIntuchBtn a {
    background: #713f30;
    color: #fff;
    padding: 10px 15px;
    font-size: 19px;
    font-weight: 500;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
body.scott section.aboutSbrSec .crossLine {
    background: none;
}
section.cs_hero.sliderBanner .cs_slider.cs_slider_1_1 {
    position: relative;
    display: block;
    width: 100%;
    height: 86vh
}
section.cs_hero.sliderBanner .cs_slider.cs_slider_1_1 a.cs_team_img img {
    position: relative;
    display: block;
    object-fit: cover;
    object-position: center center;
}
body.scott section.cs_primary_bg.cs_style_1.sliderBanner {
    background: unset;
    overflow: hidden;
}
body.scott footer.cs_fooer:before{
  content: '';
  background-image: url('../img/Leafy-01.png');
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-size: 43%;
  opacity: 0.1;
  z-index: 0;
  background-repeat: no-repeat;
}
body.scott footer.cs_fooer .cs_fooer_main,body.scott footer.cs_fooer .cs_bottom_footer {
    position: relative;
    z-index: 2;
    color: #1e4e46;
    font-weight: 600;
}
body.scott section.cs_primary_bg.cs_style_1.sliderBanner .sliderNavigation.cs_style_1 {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
    padding: 0 20px;
}
body.scott section.cs_primary_bg.cs_style_1.sliderBanner .sliderNavigation.cs_style_1 p {
    position: absolute;
    display: flex;
    width: 39px;
    margin: 0;
    height: 500px;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
    left: 20px;
    top: -250px;
}
body.scott section.cs_primary_bg.cs_style_1.sliderBanner .sliderNavigation.cs_style_1 p:hover {opacity: 1;transition: 0.5s;}
body.scott section.cs_primary_bg.cs_style_1.sliderBanner .sliderNavigation.cs_style_1 p.cs_swipers_next {
    right: 20px;
    left: unset;
}
body.scott section.cs_primary_bg.cs_style_1.sliderBanner .sliderNavigation.cs_style_1 p.cs_swipers_next span {
    right: 0px;
    position: absolute;
}

body.scott section.cs_primary_bg.cs_style_1.sliderBanner .sliderNavigation.cs_style_1 span {
    width: 39px;
    height: 39px;
    position: absolute;
    text-align: center;
    line-height: 38px;
    background: #fff;
    color: #000000;
    font-size: 17px;
    border: 2px solid #fff;
    border-radius: 50%;
}
body.scott section.cs_primary_bg.cs_style_1.sliderBanner .sliderPagiganation.cs_style_1.cs_pagination {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 50px;
    width: fit-content;
    left: unset;
}
body.scott footer.cs_fooer .cs_fooer_main .socialIcons ul li i {
    color: #1e4e46;
    font-weight: 600;
}
body.scott footer.cs_fooer .cs_fooer_main .cs_footer_item ul.cs_menu_widget li a {
    color: #1e4e46;
    font-weight: 600;
}
.sliderPagiganation.cs_style_1.cs_pagination span.swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background: rgb(255 255 255 / 50%);
    opacity: 1;
    border-radius: 13px;
}
.sliderPagiganation.cs_style_1.cs_pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #713f30;
}
.blogDetail {
    position: relative;
    display: block;
    width: 100%;
}
.blogDetail img.blogImg {
    margin-bottom: 35px;
    width: 100%;
}
.blogDetail h3 {
    color: #8C593C;
    font-weight: 800;
    font-size: 35px;
    line-height: 41px;
    position: relative;
    display: block;
}
.blogDetail .cs_section_heading.cs_style_1 h6 {
    font-size: 22px;
    line-height: 30px;
    text-align: justify;
    color: #313131;
}
.blogDetail .cs_section_heading.cs_style_1 p, .blogDetail .cs_section_heading.cs_style_1 ul li {
    line-height: 30px;
    font-size: 18px;
}
.cs_section_heading.cs_style_1 ul li {
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.cs_section_heading.cs_style_1 ul {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 20px;
}
.cs_section_heading.cs_style_1 ul li:before {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: -16px;
    font-size: 16px;
    color: #713f30;
}
body.scott header a.cs_btn.cs_style_1.cs_btn_white {
    background: #1e4e46;
    border-color: #1e4e46;
}
body.scott header a.cs_btn.cs_style_1.cs_btn_white:hover {
    background: #8c593c;
    border-color: #8c593c;
}
section.constructionUpdate .swiper-slide.swiper-slide-next:hover img {
    transform: scale(1.1);
    transition: 3s;
}
section.constructionUpdate .swiper-slide.swiper-slide-next img {
    transition: 3s;
    transform: scale(1.0);
}
body.scott span.getIntuchBtn a {
    background: #1e4e46;
}
body.scott footer.cs_fooer .cs_bottom_footer .container .cs_copyright a:hover {
    color: #1e4e46;
}
a.btn.mapBtn {
    background: #3b3d3db0;
    color: #ccc;
    border-radius: 6px;
    padding: 0px 12px;
}
a.btn.mapBtn:hover {
    background: #353636;
    color: #ccc;
}
.cs_menu_widget li img {
    width: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    filter: invert(1);
}
.socialIcons ul li img {
    width: 21px;
    top: -4px;
    position: relative;
    filter: invert(1);
}
body.scott footer.cs_fooer .cs_bottom_footer .cs_copyright {
    font-weight: 500;
}
.cs_cta.cs_style_1.brownBg {
    background: #713f30;
}
section.cs_primary_bg .cs_portfolio.cs_style_1 .cs_portfolio_info h2.cs_portfolio_title b {
    font-weight: 900;
}
.modal.inquiryPopUp form.cs_contact_form .modal-content {
    position: relative;
    display: block;
    background: #FFFFFF;
    padding: 25px;
    width: 80%;
    margin: auto;
    border-radius: 13px;
    margin-top: -25px;
    height: 80%;
    max-width: 425px;
}
.modal.inquiryPopUp form.cs_contact_form .modal-content .modal-header {
    padding: 0;
    border: none;
}
.modal.inquiryPopUp form.cs_contact_form .modal-content .modal-header h5 {
    font-size: 29px;
    line-height: 34px;
    text-transform: capitalize;
    color: #713F30;
    margin-bottom: 10px;
}
.modal.inquiryPopUp form.cs_contact_form .modal-content .modal-header  button.close {
    border: none;
    background: transparent;
    font-size: 34px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.modal.inquiryPopUp form.cs_contact_form .modal-content .modal-body {
    padding: 0;
    margin-top: 40px;
}
.modal.inquiryPopUp form.cs_contact_form .modal-content .modal-body input.formControl {
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 35px;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    line-height: 22px;
    color: #313131;
    font-weight: 500;
    background: transparent;
}
.modal.inquiryPopUp form.cs_contact_form .modal-content .modal-footer {
    border: none;
    padding: 0;
}
.modal.inquiryPopUp form.cs_contact_form .modal-content .modal-footer button {
    background: #713F30;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 13px;
    position: relative;
    width: 180px;
    height: 42px;
    margin-left: auto;
    margin-right: -26px;
    display: block;

}
.modal.inquiryPopUp form.cs_contact_form .modal-content .modal-body input.formControl::placeholder {
    font-size: 17px;
    font-weight: 500;
    color: #313131;
}
.teamContent p img.quoteMark {
    width: 55px;
    top: -9px;
    position: relative;
    transform: rotate(180deg);
    opacity: 0.1;
    margin-left: -20px;
    left: 19px;
}
.teamContent p img.quoteMark.rorate {
    transform: unset;
    top: 3px;
    margin-left: -35px;
}
body.scott .modal.inquiryPopUp form.cs_contact_form .modal-content .modal-header h5 {
    color: #1E4E46;
}
body.scott .modal.inquiryPopUp form.cs_contact_form .modal-content .modal-footer button {
    background: #1E4E46;
    width: auto;
    height: 47px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    border-radius: 25px;
    line-height: 41px;
    padding: 0 15px;
    border: none;
    margin: 0 auto;
}
.aminitiesList {
    display: block;
    margin-top: -60px;
}
.aminitiesList .activityType {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    /* background: #eff2ec; */
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, .2); */
}
section.amenitySection {
    background: #eff2ec;
}
.aminitiesList .activityType h4 {display: inline-flex;width: 30%; position: relative; margin-bottom: 0;color: #1e4e46;}
.aminitiesList .activityType h4:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    top: -50px;
    height: 150px;
    background: #ccc;
    right: 0%;
}
.aminitiesList .activityType .activityBox {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    white-space: pre;
}
.section.is--marquee {
    height: 75vh;
    min-height: 40.625em;
    position: relative;
    z-index: 1;
}
.marquee-cover {
    z-index: 2;
    width: 100vw;
    height: 100%;
    opacity: 0;
    transform-origin: 0%;
    background-color: #fff;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.marquee {
    z-index: 1;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: hidden;
}
.marquee-track {
    z-index: 1;
    width: 100%;
    height: 100%;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}
.marquee-list {
    height: 100%;
    flex-direction: row;
    flex: none;
    justify-content: flex-start;
    display: flex;
}
.marquee-flex {
    height: 100%;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}
.marquee-item {
    width: 32em;
    height: 100%;
    flex: none;
    position: relative;
    overflow: hidden;
}
.marquee-img {
    width: 100%;
    height: 110%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    margin-top: -10%;
}
.marquee-swiper {
  width: 100%;
}
.marquee-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.marquee-swiper .swiper-slide {
  width: auto; /* key for marquee */
  padding: 0;
  white-space: nowrap;
  font-size: 24px;
}
.marquee-swiper .swiper-slide a.cs_radius_5 {
    border-radius: 0 !important;
} 
.marquee-swiper .swiper-slide img {
    height: 500px;
    object-fit: cover;
}
section.constructionUpdate {
    background: #eff2ec;
}
section.constructionUpdate h3.cs_section_title.cs_fs_30.mb-0.text-center {
    color: #713F30;
    font-size: 35px;
    line-height: 41px;
}
.modal-backdrop.show {
    opacity: 0.8;
}
section.cs_hero.sliderBanner .cs_slider.cs_slider_1_1 a.cs_team_img .contentSlide {
    position: absolute;
    top: 60px;
    right: 50px;
    background: #00000000;
    padding: 10px;
    text-align: right;
}
section.cs_hero.sliderBanner .cs_slider.cs_slider_1_1 a.cs_team_img .contentSlide h3 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 5px;
}
section.cs_hero.sliderBanner .cs_slider.cs_slider_1_1 a.cs_team_img .contentSlide p {
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
}
section.aboutSbrSec.aboutNew {
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #f9f7f7;
    background-size: 50%;
    padding: 40px 0;
}
section.aboutSbrSec.aboutNew .contentBox {
    background: #1e4e46;
    position: relative;
}
section.aboutSbrSec.aboutNew .contentBox .cs_box_card {
    padding-top: 31px;
    margin: 0 auto 0 6%;
}
section.aboutSbrSec.aboutNew .contentBox .cs_box_card h2,section.aboutSbrSec.aboutNew .contentBox .cs_box_card p {color: #fff;}
section.aboutSbrSec.aboutNew .contentBox:before {
    content: "";
    /* position: absolute; */
    /* top: 25%; */
    /* left: 7px; */ /* controls shadow spread */
    /* width: 4px; */
    /* height: 53%; */
    /* pointer-events: none; */
    /* border-radius: 42px; */
    /* background: transparent; */
    /* box-shadow: -11px 0px 8px 6px rgb(98 91 91 / 48%); */
    content: "";
    position: absolute;
    left: -14px;              /* half outside the box */
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 250px;             /* square/rectangle size */
    background: rgba(0, 0, 0, 0.25);      /* same green as box */
    box-shadow: -8px 1px 18px rgba(0, 0, 0, 0.35);
    border-radius: 2px;
    filter: blur(18px);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.8;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 120px;
  height: 5px;
  background:
   linear-gradient(#713F30 0 0) 0/0% no-repeat
   #ddd;
  animation: l1 2s infinite linear;
}
section#contactForm.googlemapSec img.onlyShowMobile {display: none;}
body.scott .loader {
  background: linear-gradient(#1e4e46 0 0) 0 / 0% no-repeat #ddd;
}
@keyframes l1 {
    100% {background-size:100%}
}
.googlemapSec .feedbackForm p#error_data,p#error_data {
    margin-bottom: 0;
    font-size: 16px;
    color: red;
    font-weight: 500;
}
section.cs_primary_bg .cs_portfolio.cs_style_1.extraHeight, section.cs_primary_bg .cs_portfolio.cs_style_1.extraHeight img, section.cs_primary_bg .cs_portfolio.cs_style_1.extraHeight a {
    height: 100%;
}
section.cs_primary_bg .cs_portfolio.cs_style_1.extraHeight img {object-fit: cover;}
#form_process {
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 1.1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 1.1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    visibility: hidden;
    color: #000;
}
.alert.alert-danger p {
 color: #fff;
 background: red;
 border-radius: 24px;
 padding: 10px
}
.alert.alert-danger {
 color: #454545;
 background-color: #ffb4b4;
 padding: 10px 15px;
 font-weight: 700;
 letter-spacing: .5px;
 line-height: 28px
}
.alert.alert-success {
 color: #508e14;
 background: #f0f0f0;
 padding: 10px 15px;
 font-weight: 700;
 letter-spacing: .5px;
 line-height: 28px
}
@-webkit-keyframes spinnerRotate {
from {
-webkit-transform:rotate(0)
}
to {
 -webkit-transform: rotate(360deg)
}
}
@-moz-keyframes spinnerRotate {
from {
-moz-transform:rotate(0)
}
to {
 -moz-transform: rotate(360deg)
}
}
@-ms-keyframes spinnerRotate {
from {
-ms-transform:rotate(0)
}
to {
 -ms-transform: rotate(360deg)
}
}

@media screen and (min-width: 767px) {
    .section.is--marquee.home-section-is--marquee {
        height: 65vh;
        min-height: 30em;
    }
}
@media (min-width:768px) and (max-width:991px) {
  section.cs_hero.cs_style_1.cs_primary_bg {height: 45vh;}
  body.scott section.cs_primary_bg.cs_style_1.sliderBanner {height: 39vh;}
  section.aboutSbrSec .bgImg {
      height: 206px;
      background-position: center center;
  }
  section.aboutSbrSec .crossLine .cs_box_card {
      width: 100%;
      padding: 20px 0;
  }
  section.aboutSbrSec {
      height: auto;
  }
  .aminitiesList {
      grid-template-columns: repeat(4, 1fr);
  }
  section.constructionUpdate h3.cs_section_title {
      width: 100%;
      text-align: center;
      margin-top: 21px;
  }
  section.constructionUpdate a.cs_btn.cs_style_1.cs_btn_white {
      display: block;
      width: fit-content;
      margin: auto;
  }
  section.constructionUpdate .sliderNavigation.cs_style_1 {
      display: block;
      text-align: center;
  }
  .cs-sidebar.cs-right_sidebar {
    padding-left: 0;
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .cs-sidebar.cs-right_sidebar .cs-sidebar_item {
      margin: 0;
  }
  .cs_fooer_main {
      padding: 50px 0 20px;
  }
  .cs_fooer_main .cs_footer_item .cs_text_widget {
      margin-bottom: 20px;
  }
  .cs_fooer_main .cs_footer_item .cs_text_widget img {
      max-width: 140px;
  }
  .cs_box_card {
    width: 100%;
    padding: 0 15px;
  }
  section.getInTouch .feedbackForm {
    width: 100%;
  }
  .aminitiesList .activityType {
    padding: 0;
    flex-direction: column;
    padding-top: 20px;
  }
  .aminitiesList .activityType h4:after {
      width: 150px;
      height: 2px;
      top: unset;
      bottom: -19px;
      right: auto;
      left: auto;
  }
  .aminitiesList .activityType:last-child .activityBox .aminityBox:nth-child(1):before,.aminitiesList .activityType:last-child .activityBox .aminityBox:nth-child(1):after,.aminitiesList .activityType:last-child .activityBox .aminityBox:nth-child(2):before,.aminitiesList .activityType:last-child .activityBox .aminityBox:nth-child(2):after{display: block}
  body.scott footer.cs_fooer {padding-top: 0;}
  section.getInTouch .contactDetails ul.conList li a {
      max-width: calc(100% - 30px);
      vertical-align: middle;
  }
  section.aboutSbrSec.aboutNew {
      padding-bottom: 0;
      background-position: top center;
      background-size: 46%;
      background: unset !important;
  }
  section.aboutSbrSec.aboutNew img.ipadVisible {display: block;}
  section.aboutSbrSec.aboutNew .contentBox .cs_box_card {margin-left: auto;}
  section.aboutSbrSec.aboutNew .row>.col-lg-6 {min-height: 250px;}
  section.aboutSbrSec.aboutNew .row>.col-lg-6.contentBox {min-height: unset;}
  .aminitiesList .activityType h4 {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .googlemapSec .feedbackForm {
    margin-right: 0;
    height: 100%;
  }
  section.googlemapSec .cs_section_heading {
    bottom: 94px;
    position: absolute;
    left: 0;
    margin-left: 2%;
  }
  section.cs_hero.sliderBanner .cs_slider.cs_slider_1_1 a.cs_team_img .contentSlide h3 {font-size: 28px;}
  section.cs_hero.sliderBanner .cs_slider.cs_slider_1_1 a.cs_team_img .contentSlide p {font-size: 21px;}
  span.scrollDown {display: none;}
  section.teamSection h2.cs_section_title {margin-bottom: 60px;}
  .teamImg {display: flex;}
  .teamSection .imageBox {margin: auto;}
  section.cs_shape_animation_1 .row.cs_gap_y_40.align-items-center {align-items: flex-start !important;}
  section#ourVisionMission .row.cs_gap_y_40.align-items-center{align-items: flex-start !important;}
  section.googlemapSec {height: auto; background-image: unset !important;}
  section.googlemapSec .cs_section_heading.cs_style_1 {display: none;}
  section#contactForm.googlemapSec img.onlyShowMobile {display: block;transform: scale3d(1.5, 1.5, 1.5) translateX(30px);}
  section#contactForm.googlemapSec .container {max-width: 100%; padding: 0;}
  .googlemapSec .feedbackForm {
      margin: 0 auto 0;
      width: 80%;
      top: -50px;
  }
}
@media (max-width:767px) {
  section.cs_hero.cs_style_1.cs_primary_bg .cs_hero_text.text-center h1.cs_hero_title {
    font-size: 30px;
    line-height: 38px;
  }
  section.cs_hero.cs_style_1.cs_primary_bg .cs_hero_text.text-center p.cs_hero_subtitle {
      font-size: 16px;
      line-height: 22px;
  }
  section.cs_hero.cs_style_1.cs_primary_bg {
      height: 43vh;
      background-position: right center;
  }
  .cs_img_card.cs_style_1.position-relative {
      text-align: center;
  }
  h2.cs_section_title {
      font-size: 25px;
      text-align: center;
      line-height: 30px;
  }
  .cs_section_heading.cs_style_1 p,.cs_box_card p {
      font-size: 18px;
      line-height: 23px;
  }
  .cs_box_card {
      width: 100%;
      padding: 10px;
  }
  .sideDiveder:after {display: none;}
  section.cs_primary_bg .cs_portfolio.cs_style_1 {
      margin-bottom: 30px;
      width: 95%;
  }
  .cs_cta.cs_style_1 {
      flex-direction: column;
      padding: 30px;
  }
  .cs_cta.cs_style_1 h2.cs_cta_title {
      font-size: 30px;
      text-align: center;
      line-height: 35px;
  }
  .cs_cta.cs_style_1 p {
      text-align: center;
      line-height: 25px;
  }
  section.teamSection .row>.col-lg-6 + .col-lg-6 {
      order: 1;
      display: flex;
  }
  section.teamSection .row> .col-lg-6 {
      order: 2;
  }
  section.teamSection .col-lg-12 + .col-lg-12 .row>.col-lg-6 {
      order: 1;
      margin-top: 30px;
  }
  section.teamSection .col-lg-12 + .col-lg-12 .row>.col-lg-6 + .col-lg-6 {
      order: 2;
  }
  .teamSection .imageBox img {
      margin: 0 auto 15px !important;
  }
  .googlemapSec .feedbackForm {
      width: 100%;
  }
  .cs_footer_item {
      margin: 15px 10px;
  }
  .cs_fooer_main {
      padding: 40px 0;
  }
  .cs_fooer_main .cs_footer_item .cs_text_widget img {
      max-width: 130px;
  }
  .socialIcons ul li i {
      font-size: 20px;
  }
  .socialIcons ul li {
      padding: 0 15px;
  }
  .blogsList {
    display: block;
    width: 100%;
  }
  .blogsList .blogBox {
      margin-bottom: 20px;
  }
  .cs-sidebar.cs-right_sidebar {
      padding: 0;
  }
  header.cs_site_header.cs_style_1.cs_color_1.cs_sticky_header .cs_main_header_left {
      padding: 7px;
  }
  header.cs_site_header.cs_style_1.cs_color_1.cs_sticky_header .cs_main_header_left a.cs_site_branding img {
      max-height: 67px;
  }
  .cs_fooer_main .cs_footer_item ul.cs_menu_widget {
      padding-left: 15px;
  }
  .socialIcons {
      padding-top: 19px;
  }
  .cs_fooer_main {
      padding: 20px 0;
  }
  section.aboutSbrSec .crossLine .cs_box_card {
    width: 100%;
    margin: 0;
    padding: 20px 5px;
  }
  section.aboutSbrSec .bgImg {
      height: 200px;
      background-position: center left;
  }
  section.aboutSbrSec {
      height: auto;
  }
  body.scott section.cs_primary_bg h2.cs_section_title,h2.cs_section_title {
      font-size: 38px;
      line-height: 50px;
      padding-left: 0;
      padding-bottom: 15px;
      margin-bottom: 0;
  }
  .aminitiesList {
      grid-template-columns: repeat(2, 1fr);
  }
  section.constructionUpdate h3.cs_section_title {
      padding-top: 17px;
      text-align: center;
  }
  section.constructionUpdate a.cs_btn.cs_style_1.cs_btn_white {
      margin: auto;
      display: block;
      width: fit-content;
  }
  section.constructionUpdate .sliderNavigation.cs_style_1 {
      margin: 27px auto;
      text-align: center;
  }
  section.getInTouch .feedbackForm {
      width: 100%;
  }
  body.scott footer.cs_fooer ul.cs_menu_widget.cs_mp0 {
      display: block;
  }
  body.scott footer.cs_fooer .cs_bottom_footer .container {
      display: block;
      text-align: center;
  }
  .cs_img_card_zoom.cs_style_1 {
    margin: auto;
    display: block;
  }
  section.teamSection .row.reverseMob .col-lg-6.col-md-6 {
      order: 2;
  }
  section.teamSection .row.reverseMob .col-lg-6.col-md-6 +.col-lg-6.col-md-6 {
      order: 1;
  }
  section.teamSection .row.reverseMob {
      margin-bottom: -40px;
  }
  section#contactForm {
      padding-top: 40px;
      height: auto;
      padding-bottom: 40px;
  }
  .googlemapSec .feedbackForm {
      margin-top: 0;
      height: auto;
  }
  section.googlemapSec .cs_section_heading {
      margin-bottom: 20px;
  }
  .cs_bottom_footer .cs_copyright {
      text-align: center;
  }
  section.cs_hero.sliderBanner .cs_slider.cs_slider_1_1, body.scott section.cs_primary_bg.cs_style_1.sliderBanner {
    height: auto;
  }
  section.constructionUpdate .sliderNavigation.cs_style_1 {
    right: 12px;
  }
  section.getInTouch .contactDetails ul.conList li a {width: calc(100% - 30px);vertical-align: top;}
  section.cs_hero.sliderBanner .cs_slider.cs_slider_1_1 a.cs_team_img .contentSlide {
    top: 10px;
    right: 15px;
  }
  section.cs_hero.sliderBanner .cs_slider.cs_slider_1_1 a.cs_team_img .contentSlide h3 {font-size: 20px;}
  section.cs_hero.sliderBanner .cs_slider.cs_slider_1_1 a.cs_team_img .contentSlide p {font-size: 15px;}
  section.aboutSbrSec.aboutNew .row>.col-lg-6 {min-height: 260px;}
  section.aboutSbrSec.aboutNew {
      background-position: top center;
      background-size: contain;
  }
  section.aboutSbrSec.aboutNew .row>.col-lg-6.contentBox {min-height: unset;}
  section.aboutSbrSec.aboutNew .contentBox .cs_box_card {
      margin-left: 0;
      margin-right: 0;
  }
  .aminitiesList .activityType {
      flex-direction: column;
      padding-left: 0;
      padding-right: 0;
  }
  .aminitiesList .activityType h4 {
      width: 100%;
      justify-content: center;
      align-items: center;
  }
  .aminitiesList .activityType h4:after {
      width: 150px;
      height: 2px;
      bottom: -15px;
      top: unset;
      right: auto;
      left: auto;
  }
  .cs_box_card h4 {
    display: inline-block;
    width: calc(100% - 91px);
    vertical-align: middle;
    align-items: center;
    top: 6px;
    position: relative;
    padding-left: 15px;
  }
  .aminitiesList .activityType .activityBox {gap: 10px; grid-template-columns: repeat(2, 1fr);}
  .aminitiesList .activityType .activityBox .aminityBox:nth-child(3):before,
  .aminitiesList .activityType .activityBox .aminityBox:nth-child(3):after{display:block}
  .aminitiesList .activityType .activityBox .aminityBox:nth-child(2):before,
  .aminitiesList .activityType .activityBox .aminityBox:nth-child(2):after{display:none}
  .aminitiesList .activityType:nth-child(2) .activityBox .aminityBox:nth-child(3):before,
  .aminitiesList .activityType:nth-child(2) .activityBox .aminityBox:nth-child(3):after,
  .aminitiesList .activityType:nth-child(3) .activityBox .aminityBox:nth-child(3):before,
  .aminitiesList .activityType:nth-child(3) .activityBox .aminityBox:nth-child(3):after {display: none;}
  .aminitiesList .activityType:last-child .activityBox .aminityBox:nth-child(1):before,.aminitiesList .activityType:last-child .activityBox .aminityBox:nth-child(1):after{display: block}
  section.getInTouch .contactDetails ul.conList li a {width: auto;max-width: calc(100% - 30px);}
  span.scrollDown {display: none;}
  section.googlemapSec .col-lg-6.textBottom {height: 172px;}
  section#contactForm {
    background-position: top center;
    background-size: contain;
  }
  section.cs_hero.cs_style_1.innerBanner.blogBanner {height: 250px;}
  section.cs_hero.cs_style_1.innerBanner.blogBanner h1.cs_hero_title {top: -32px;position: relative;}
  section.cs_hero.sliderBanner .cs_slider.cs_slider_1_1 a.cs_team_img .contentSlide {display: none;}
  body.scott section.cs_primary_bg.cs_style_1.sliderBanner .sliderPagiganation.cs_style_1.cs_pagination {
    transform: rotate(90deg);
    right: -49px;
    bottom: 45%;}
  .sliderPagiganation.cs_style_1.cs_pagination span.swiper-pagination-bullet {height: 1px;}
  section.aboutSbrSec.aboutNew {padding-bottom: 0;}
  section.amenitySection .cs_height_50.cs_height_lg_40 {display: none;}
  .cs_fooer_main .cs_footer_item ul.cs_menu_widget.contact a br {display: none;}
  section#contactForm.googlemapSec {background: #4c4e4e !important;padding-top: 0;}
  section#contactForm.googlemapSec img.onlyShowMobile {display: block;transform: scale3d(1.5, 1.5, 1.5) translateX(30px);}
  section#contactForm.googlemapSec .cs_section_heading.cs_style_1 {display: none;}
  section.googlemapSec .col-lg-6.textBottom {height: auto;padding: 0;}
}