@charset "UTF-8";
/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Preloader
3. Spacing
4. General
5. Slider
6. Video Popup
7. Header
8. Footer
9. Sidebar
10. Isotope
11. Hero
12. Iconbox
13. Posts
14. Banner
15. Testimonial
16. Portfolio
17. Brands
18. Accordians
19. Departments
20. About
21. Team
22. Funfact
---------------------------------------------------------------*/
/*--------------------------------------------------------------
## Color Variable
----------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&amp;family=Poppins:wght@400;500;600;700&amp;display=swap");
body,
html {
  color: rgba(39, 71, 96, 0.52);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  overflow-x: hidden !important;
}

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




html {
  scroll-padding-top: 100px; /* adjust to match your fixed header height */
}

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

.cs_secondary_font {
  font-family: "Poppins", 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: #307bc4;
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: rgba(39, 71, 96, 0.52);
}
table td,
table th {
  border-top: 1px solid #eaeaea;
  padding: 11px 10px;
}

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

b,
strong {
  font-weight: bold;
}

pre {
  color: rgba(39, 71, 96, 0.52);
  border: 1px solid #eaeaea;
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: rgba(39, 71, 96, 0.52);
  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: #274760;
}

/*--------------------------------------------------------------
2. Preloader
----------------------------------------------------------------*/
.cs_perloader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: #fff;
  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 .cs_perloader_in {
  position: relative;
}
.cs_perloader .cs_perloader_in svg {
  width: 110px;
  height: 110px;
}
.cs_perloader .cs_wave_first svg {
  fill: rgba(48, 123, 196, 0.15);
}
.cs_perloader .cs_wave_second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-animation: spark 1.25s linear infinite;
  animation: spark 1.25s linear infinite;
}
.cs_perloader .cs_wave_second svg {
  fill: #307bc4;
}

@-webkit-keyframes spark {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

@keyframes spark {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
3. Spacing
----------------------------------------------------------------*/
.cs_height_0 {
  height: 0px;
}

.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: 1700px) {
  .cs_height_xl_0 {
    height: 0px;
  }
  .cs_height_xl_1 {
    height: 1px;
  }
  .cs_height_xl_2 {
    height: 2px;
  }
  .cs_height_xl_3 {
    height: 3px;
  }
  .cs_height_xl_4 {
    height: 4px;
  }
  .cs_height_xl_5 {
    height: 5px;
  }
  .cs_height_xl_6 {
    height: 6px;
  }
  .cs_height_xl_7 {
    height: 7px;
  }
  .cs_height_xl_8 {
    height: 8px;
  }
  .cs_height_xl_9 {
    height: 9px;
  }
  .cs_height_xl_10 {
    height: 10px;
  }
  .cs_height_xl_11 {
    height: 11px;
  }
  .cs_height_xl_12 {
    height: 12px;
  }
  .cs_height_xl_13 {
    height: 13px;
  }
  .cs_height_xl_14 {
    height: 14px;
  }
  .cs_height_xl_15 {
    height: 15px;
  }
  .cs_height_xl_16 {
    height: 16px;
  }
  .cs_height_xl_17 {
    height: 17px;
  }
  .cs_height_xl_18 {
    height: 18px;
  }
  .cs_height_xl_19 {
    height: 19px;
  }
  .cs_height_xl_20 {
    height: 20px;
  }
  .cs_height_xl_21 {
    height: 21px;
  }
  .cs_height_xl_22 {
    height: 22px;
  }
  .cs_height_xl_23 {
    height: 23px;
  }
  .cs_height_xl_24 {
    height: 24px;
  }
  .cs_height_xl_25 {
    height: 25px;
  }
  .cs_height_xl_26 {
    height: 26px;
  }
  .cs_height_xl_27 {
    height: 27px;
  }
  .cs_height_xl_28 {
    height: 28px;
  }
  .cs_height_xl_29 {
    height: 29px;
  }
  .cs_height_xl_30 {
    height: 30px;
  }
  .cs_height_xl_31 {
    height: 31px;
  }
  .cs_height_xl_32 {
    height: 32px;
  }
  .cs_height_xl_33 {
    height: 33px;
  }
  .cs_height_xl_34 {
    height: 34px;
  }
  .cs_height_xl_35 {
    height: 35px;
  }
  .cs_height_xl_36 {
    height: 36px;
  }
  .cs_height_xl_37 {
    height: 37px;
  }
  .cs_height_xl_38 {
    height: 38px;
  }
  .cs_height_xl_39 {
    height: 39px;
  }
  .cs_height_xl_40 {
    height: 40px;
  }
  .cs_height_xl_41 {
    height: 41px;
  }
  .cs_height_xl_42 {
    height: 42px;
  }
  .cs_height_xl_43 {
    height: 43px;
  }
  .cs_height_xl_44 {
    height: 44px;
  }
  .cs_height_xl_45 {
    height: 45px;
  }
  .cs_height_xl_46 {
    height: 46px;
  }
  .cs_height_xl_47 {
    height: 47px;
  }
  .cs_height_xl_48 {
    height: 48px;
  }
  .cs_height_xl_49 {
    height: 49px;
  }
  .cs_height_xl_50 {
    height: 50px;
  }
  .cs_height_xl_51 {
    height: 51px;
  }
  .cs_height_xl_52 {
    height: 52px;
  }
  .cs_height_xl_53 {
    height: 53px;
  }
  .cs_height_xl_54 {
    height: 54px;
  }
  .cs_height_xl_55 {
    height: 55px;
  }
  .cs_height_xl_56 {
    height: 56px;
  }
  .cs_height_xl_57 {
    height: 57px;
  }
  .cs_height_xl_58 {
    height: 58px;
  }
  .cs_height_xl_59 {
    height: 59px;
  }
  .cs_height_xl_60 {
    height: 60px;
  }
  .cs_height_xl_61 {
    height: 61px;
  }
  .cs_height_xl_62 {
    height: 62px;
  }
  .cs_height_xl_63 {
    height: 63px;
  }
  .cs_height_xl_64 {
    height: 64px;
  }
  .cs_height_xl_65 {
    height: 65px;
  }
  .cs_height_xl_66 {
    height: 66px;
  }
  .cs_height_xl_67 {
    height: 67px;
  }
  .cs_height_xl_68 {
    height: 68px;
  }
  .cs_height_xl_69 {
    height: 69px;
  }
  .cs_height_xl_70 {
    height: 70px;
  }
  .cs_height_xl_71 {
    height: 71px;
  }
  .cs_height_xl_72 {
    height: 72px;
  }
  .cs_height_xl_73 {
    height: 73px;
  }
  .cs_height_xl_74 {
    height: 74px;
  }
  .cs_height_xl_75 {
    height: 75px;
  }
  .cs_height_xl_76 {
    height: 76px;
  }
  .cs_height_xl_77 {
    height: 77px;
  }
  .cs_height_xl_78 {
    height: 78px;
  }
  .cs_height_xl_79 {
    height: 79px;
  }
  .cs_height_xl_80 {
    height: 80px;
  }
  .cs_height_xl_81 {
    height: 81px;
  }
  .cs_height_xl_82 {
    height: 82px;
  }
  .cs_height_xl_83 {
    height: 83px;
  }
  .cs_height_xl_84 {
    height: 84px;
  }
  .cs_height_xl_85 {
    height: 85px;
  }
  .cs_height_xl_86 {
    height: 86px;
  }
  .cs_height_xl_87 {
    height: 87px;
  }
  .cs_height_xl_88 {
    height: 88px;
  }
  .cs_height_xl_89 {
    height: 89px;
  }
  .cs_height_xl_90 {
    height: 90px;
  }
  .cs_height_xl_91 {
    height: 91px;
  }
  .cs_height_xl_92 {
    height: 92px;
  }
  .cs_height_xl_93 {
    height: 93px;
  }
  .cs_height_xl_94 {
    height: 94px;
  }
  .cs_height_xl_95 {
    height: 95px;
  }
  .cs_height_xl_96 {
    height: 96px;
  }
  .cs_height_xl_97 {
    height: 97px;
  }
  .cs_height_xl_98 {
    height: 98px;
  }
  .cs_height_xl_99 {
    height: 99px;
  }
  .cs_height_xl_100 {
    height: 100px;
  }
  .cs_height_xl_101 {
    height: 101px;
  }
  .cs_height_xl_102 {
    height: 102px;
  }
  .cs_height_xl_103 {
    height: 103px;
  }
  .cs_height_xl_104 {
    height: 104px;
  }
  .cs_height_xl_105 {
    height: 105px;
  }
  .cs_height_xl_106 {
    height: 106px;
  }
  .cs_height_xl_107 {
    height: 107px;
  }
  .cs_height_xl_108 {
    height: 108px;
  }
  .cs_height_xl_109 {
    height: 109px;
  }
  .cs_height_xl_110 {
    height: 110px;
  }
  .cs_height_xl_111 {
    height: 111px;
  }
  .cs_height_xl_112 {
    height: 112px;
  }
  .cs_height_xl_113 {
    height: 113px;
  }
  .cs_height_xl_114 {
    height: 114px;
  }
  .cs_height_xl_115 {
    height: 115px;
  }
  .cs_height_xl_116 {
    height: 116px;
  }
  .cs_height_xl_117 {
    height: 117px;
  }
  .cs_height_xl_118 {
    height: 118px;
  }
  .cs_height_xl_119 {
    height: 119px;
  }
  .cs_height_xl_120 {
    height: 120px;
  }
  .cs_height_xl_121 {
    height: 121px;
  }
  .cs_height_xl_122 {
    height: 122px;
  }
  .cs_height_xl_123 {
    height: 123px;
  }
  .cs_height_xl_124 {
    height: 124px;
  }
  .cs_height_xl_125 {
    height: 125px;
  }
  .cs_height_xl_126 {
    height: 126px;
  }
  .cs_height_xl_127 {
    height: 127px;
  }
  .cs_height_xl_128 {
    height: 128px;
  }
  .cs_height_xl_129 {
    height: 129px;
  }
  .cs_height_xl_130 {
    height: 130px;
  }
  .cs_height_xl_131 {
    height: 131px;
  }
  .cs_height_xl_132 {
    height: 132px;
  }
  .cs_height_xl_133 {
    height: 133px;
  }
  .cs_height_xl_134 {
    height: 134px;
  }
  .cs_height_xl_135 {
    height: 135px;
  }
  .cs_height_xl_136 {
    height: 136px;
  }
  .cs_height_xl_137 {
    height: 137px;
  }
  .cs_height_xl_138 {
    height: 138px;
  }
  .cs_height_xl_139 {
    height: 139px;
  }
  .cs_height_xl_140 {
    height: 140px;
  }
  .cs_height_xl_141 {
    height: 141px;
  }
  .cs_height_xl_142 {
    height: 142px;
  }
  .cs_height_xl_143 {
    height: 143px;
  }
  .cs_height_xl_144 {
    height: 144px;
  }
  .cs_height_xl_145 {
    height: 145px;
  }
  .cs_height_xl_146 {
    height: 146px;
  }
  .cs_height_xl_147 {
    height: 147px;
  }
  .cs_height_xl_148 {
    height: 148px;
  }
  .cs_height_xl_149 {
    height: 149px;
  }
  .cs_height_xl_150 {
    height: 150px;
  }
  .cs_height_xl_151 {
    height: 151px;
  }
  .cs_height_xl_152 {
    height: 152px;
  }
  .cs_height_xl_153 {
    height: 153px;
  }
  .cs_height_xl_154 {
    height: 154px;
  }
  .cs_height_xl_155 {
    height: 155px;
  }
  .cs_height_xl_156 {
    height: 156px;
  }
  .cs_height_xl_157 {
    height: 157px;
  }
  .cs_height_xl_158 {
    height: 158px;
  }
  .cs_height_xl_159 {
    height: 159px;
  }
  .cs_height_xl_160 {
    height: 160px;
  }
  .cs_height_xl_161 {
    height: 161px;
  }
  .cs_height_xl_162 {
    height: 162px;
  }
  .cs_height_xl_163 {
    height: 163px;
  }
  .cs_height_xl_164 {
    height: 164px;
  }
  .cs_height_xl_165 {
    height: 165px;
  }
  .cs_height_xl_166 {
    height: 166px;
  }
  .cs_height_xl_167 {
    height: 167px;
  }
  .cs_height_xl_168 {
    height: 168px;
  }
  .cs_height_xl_169 {
    height: 169px;
  }
  .cs_height_xl_170 {
    height: 170px;
  }
  .cs_height_xl_171 {
    height: 171px;
  }
  .cs_height_xl_172 {
    height: 172px;
  }
  .cs_height_xl_173 {
    height: 173px;
  }
  .cs_height_xl_174 {
    height: 174px;
  }
  .cs_height_xl_175 {
    height: 175px;
  }
  .cs_height_xl_176 {
    height: 176px;
  }
  .cs_height_xl_177 {
    height: 177px;
  }
  .cs_height_xl_178 {
    height: 178px;
  }
  .cs_height_xl_179 {
    height: 179px;
  }
  .cs_height_xl_180 {
    height: 180px;
  }
  .cs_height_xl_181 {
    height: 181px;
  }
  .cs_height_xl_182 {
    height: 182px;
  }
  .cs_height_xl_183 {
    height: 183px;
  }
  .cs_height_xl_184 {
    height: 184px;
  }
  .cs_height_xl_185 {
    height: 185px;
  }
  .cs_height_xl_186 {
    height: 186px;
  }
  .cs_height_xl_187 {
    height: 187px;
  }
  .cs_height_xl_188 {
    height: 188px;
  }
  .cs_height_xl_189 {
    height: 189px;
  }
  .cs_height_xl_190 {
    height: 190px;
  }
  .cs_height_xl_191 {
    height: 191px;
  }
  .cs_height_xl_192 {
    height: 192px;
  }
  .cs_height_xl_193 {
    height: 193px;
  }
  .cs_height_xl_194 {
    height: 194px;
  }
  .cs_height_xl_195 {
    height: 195px;
  }
  .cs_height_xl_196 {
    height: 196px;
  }
  .cs_height_xl_197 {
    height: 197px;
  }
  .cs_height_xl_198 {
    height: 198px;
  }
  .cs_height_xl_199 {
    height: 199px;
  }
  .cs_height_xl_200 {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .cs_height_lg_0 {
    height: 0px;
  }
  .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_gap_y_24 {
  gap: 24px 0;
}

.cs_gap_y_40 {
  gap: 40px 0;
}

.cs_gap_y_30 {
  gap: 30px 0;
}

.cs_gap_y_50 {
  gap: 50px 0;
}

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

.cs_pr_95 {
  padding-right: 95px;
}
@media (max-width: 1700px) {
  .cs_pr_95 {
    padding-right: 45px;
  }
}
@media (max-width: 1400px) {
  .cs_pr_95 {
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  .cs_pr_95 {
    padding-right: 0;
    padding-top: 10px;
  }
}

.cs_gap_40 {
  gap: 40px;
}

.cs_post_pr_136 {
  padding-right: 136px;
}
@media (max-width: 1700px) {
  .cs_post_pr_136 {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .cs_post_pr_136 {
    padding-right: 0px;
  }
}

.cs_mt_minus_110 {
  margin-top: -110px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cs_mt_minus_110 {
    margin-top: 110px;
  }
}

.cs_fs_94 {
  font-size: 94px;
  line-height: 1.1em;
}
@media (max-width: 1700px) {
  .cs_fs_94 {
    font-size: 72px;
  }
}
@media (max-width: 1199px) {
  .cs_fs_94 {
    font-size: 60px;
  }
}
@media (max-width: 400px) {
  .cs_fs_94 {
    font-size: 42px;
  }
}

.cs_fs_84 {
  font-size: 84px;
  line-height: 1.12em;
}
@media (max-width: 1700px) {
  .cs_fs_84 {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .cs_fs_84 {
    font-size: 56px;
  }
}
@media (max-width: 400px) {
  .cs_fs_84 {
    font-size: 48px;
  }
}

.cs_fs_72 {
  font-size: 72px;
  line-height: 1.14em;
}
@media (max-width: 1700px) {
  .cs_fs_72 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .cs_fs_72 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cs_fs_72 {
    font-size: 48px;
  }
}
@media (max-width: 350px) {
  .cs_fs_72 {
    font-size: 42px;
  }
}

.cs_fs_48 {
  font-size: 48px;
  line-height: 1.04em;
}
@media (max-width: 1700px) {
  .cs_fs_48 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .cs_fs_48 {
    font-size: 26px;
  }
}

.cs_fs_40 {
  font-size: 40px;
  line-height: 1.25em;
}
@media (max-width: 1700px) {
  .cs_fs_40 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .cs_fs_40 {
    font-size: 28px;
  }
}

.cs_fs_32 {
  font-size: 32px;
  line-height: 1.31em;
}
@media (max-width: 1700px) {
  .cs_fs_32 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .cs_fs_32 {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .cs_fs_32 {
    font-size: 21px;
  }
}

.cs_fs_24 {
  font-size: 24px;
  line-height: 1.41em;
}
@media (max-width: 1700px) {
  .cs_fs_24 {
    font-size: 22px;
  }
}

.cs_fs_20 {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .cs_fs_20 {
    font-size: 18px;
  }
}

.cs_fs_18 {
  font-size: 18px;
  line-height: 1.5em;
}

.cs_img_filed {
  height: 100%;
}
.cs_img_filed > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.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_radius_25 {
  border-radius: 25px;
}

.cs_radius_30 {
  border-radius: 30px;
}

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

.cs_m0 {
  margin: 0;
}

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

.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_bg_filed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs_heading_color {
  color: #274760;
}

.cs_body_color {
  color: rgba(39, 71, 96, 0.52);
}

.cs_accent_color {
  color: #307bc4;
}

.cs_white_color {
  color: #fff;
}

.cs_white_bg {
  background-color: #ffffff;
}

.cs_accent_bg {
  background-color: #307bc4;
}

.cs_gray_bg_1 {
  background-color: rgba(210, 234, 239, 0.2);
}

.cs_half_bg,
.cs_half_bg_2 {
  position: relative;
}
.cs_half_bg::before,
.cs_half_bg_2::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.cs_half_bg > *,
.cs_half_bg_2 > * {
  position: relative;
  z-index: 2;
}

.cs_half_bg_2::before {
  height: 50%;
  top: initial;
  bottom: 0;
}

@media (min-width: 1701px) {
  .container {
    max-width: 1650px;
  }
}
.cs_shadow_1 {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}

.cs_shadow_2 {
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}

.cs_btn.cs_style_1 {
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  font-weight: 500;
  color: #fff;
  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: 8px;
  padding: 12px 40px;
  outline: none;
  border: none;
  position: relative;
  background: transparent;
}
@media (max-width: 991px) {
  .cs_btn.cs_style_1 {
    padding: 12px 30px;
  }
}
.cs_btn.cs_style_1 span {
  position: relative;
  z-index: 2;
}
.cs_btn.cs_style_1 i {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 15px;
  height: 11px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_btn.cs_style_1 img {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs_btn.cs_style_1 img:first-child {
  left: -20px;
}
.cs_btn.cs_style_1 img:last-child {
  left: 0;
}
.cs_btn.cs_style_1::before,
.cs_btn.cs_style_1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_btn.cs_style_1::before {
  background-image: linear-gradient(134deg, #307bc4 0%, #274760 100%);
}
.cs_btn.cs_style_1::after {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#307bc4),
    to(#274760)
  );
  background-image: linear-gradient(270deg, #307bc4 0%, #274760 100%);
  opacity: 0;
}
.cs_btn.cs_style_1:hover::before {
  opacity: 1;
}
.cs_btn.cs_style_1:hover::after {
  opacity: 1;
}
.cs_btn.cs_style_1:hover img:first-child {
  left: 0px;
}
.cs_btn.cs_style_1:hover img:last-child {
  left: 20px;
}

.cs_text_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-bottom: 5px;
}
.cs_text_btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_text_btn:hover {
  color: #fff;
}
.cs_text_btn:hover::before {
  width: 60%;
}

.cs_text_btn_2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.cs_text_btn_2 .cs_text_btn_text {
  display: inline-block;
  position: relative;
}
.cs_text_btn_2 .cs_text_btn_text::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_2 .cs_text_btn_icon {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_text_btn_2:hover .cs_text_btn_text::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_2:hover .cs_text_btn_icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cs_input_label {
  margin-bottom: 12px;
}
@media (max-width: 1700px) {
  .cs_input_label {
    margin-bottom: 10px;
  }
}

.cs_form_field {
  display: block;
  width: 100%;
  border-radius: 30px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(48, 123, 196, 0.5);
  padding: 26px 30px;
  background-color: transparent;
}
.cs_form_field:focus {
  border-color: #307bc4;
}
@media (max-width: 1700px) {
  .cs_form_field {
    padding: 16px 20px;
    border-radius: 15px;
  }
}

.cs_form_field_2 {
  width: 100%;
  display: block;
  border: 1px solid #636363;
  outline: none;
  border-radius: 6px;
  padding: 13px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_form_field_2:focus {
  border-color: #307bc4;
}

textarea.cs_form_field {
  resize: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
.cs_form_field::-webkit-input-placeholder,
.cs_form_field_2::-webkit-input-placeholder {
  color: rgba(39, 71, 96, 0.52);
}

textarea::-moz-placeholder,
input::-moz-placeholder,
.cs_form_field::-moz-placeholder,
.cs_form_field_2::-moz-placeholder {
  color: rgba(39, 71, 96, 0.52);
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
.cs_form_field:-ms-input-placeholder,
.cs_form_field_2:-ms-input-placeholder {
  color: rgba(39, 71, 96, 0.52);
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
.cs_form_field::-ms-input-placeholder,
.cs_form_field_2::-ms-input-placeholder {
  color: rgba(39, 71, 96, 0.52);
}

textarea::placeholder,
input::placeholder,
.cs_form_field::placeholder,
.cs_form_field_2::placeholder {
  color: rgba(39, 71, 96, 0.52);
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
.cs_form_field:-ms-input-placeholder,
.cs_form_field_2:-ms-input-placeholder {
  color: rgba(39, 71, 96, 0.52);
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
.cs_form_field::-ms-input-placeholder,
.cs_form_field_2::-ms-input-placeholder {
  color: rgba(39, 71, 96, 0.52);
}

.cs_with_icon_input {
  position: relative;
}
.cs_with_icon_input i {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #307bc4;
  font-size: 20px;
  pointer-events: none;
}
@media (max-width: 1700px) {
  .cs_with_icon_input i {
    top: 20px;
    left: 20px;
  }
}
.cs_with_icon_input .cs_form_field {
  padding-left: 60px;
}
@media (max-width: 1700px) {
  .cs_with_icon_input .cs_form_field {
    padding-left: 50px;
  }
}

.cs_random_features {
  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: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px 110px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1700px) {
  .cs_random_features {
    gap: 15px 60px;
  }
}
@media (max-width: 1380px) {
  .cs_random_features {
    gap: 15px 24px;
  }
}
@media (max-width: 1121px) {
  .cs_random_features {
    gap: 24px;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
}
.cs_random_features .cs_random_features_col {
  padding-top: 55px;
}
@media (max-width: 1700px) {
  .cs_random_features .cs_random_features_col {
    padding-top: 45px;
  }
}
@media (max-width: 1380px) {
  .cs_random_features .cs_random_features_col {
    padding-top: 25px;
  }
}
@media (max-width: 1121px) {
  .cs_random_features .cs_random_features_col {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .cs_random_features .cs_random_features_col {
    width: 100%;
  }
}
.cs_random_features .cs_random_features_col:nth-child(2) {
  padding-top: 0;
}
@media (min-width: 992px) {
  .cs_random_features .cs_iconbox.cs_style_13 {
    max-width: 390px;
  }
}

.cs_feature.cs_style_1 {
  max-width: 420px;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 70px 50px;
}
@media (max-width: 1700px) {
  .cs_feature.cs_style_1 {
    max-width: 390px;
    padding: 50px 30px;
  }
}
@media (max-width: 1380px) {
  .cs_feature.cs_style_1 {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .cs_feature.cs_style_1 {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .cs_feature.cs_style_1 {
    padding: 30px 20px;
  }
}
.cs_feature.cs_style_1 .cs_feature_icon {
  height: 45px;
  width: 45px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 9px;
}
.cs_feature.cs_style_1 .cs_feature_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs_feature.cs_style_1 .cs_feature_title {
  gap: 15px 18px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 1700px) {
  .cs_feature.cs_style_1 .cs_feature_title {
    gap: 15px;
  }
}
.cs_feature.cs_style_1 .cs_feature_title > * {
  position: relative;
  z-index: 2;
}
.cs_feature.cs_style_1 .cs_feature_title::before {
  content: "";
  position: absolute;
  height: calc(100% + 42px);
  width: calc(100% + 160px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  border-radius: 30px;
  background-color: #86bbf1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1700px) {
  .cs_feature.cs_style_1 .cs_feature_title::before {
    width: calc(100% + 100px);
  }
}
.cs_feature.cs_style_1:hover .cs_feature_title::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.cs_tab {
  display: none;
}
.cs_tab.active {
  display: block;
}

.cs_tabs.cs_style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 {
    gap: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cs_tabs.cs_style1 .cs_tab_body {
  padding-left: 210px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  padding-right: 7%;
}
@media (max-width: 1700px) {
  .cs_tabs.cs_style1 .cs_tab_body {
    padding-right: 0;
    padding-left: 160px;
  }
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_body {
    width: 100%;
    padding-left: 75px;
  }
}
.cs_tabs.cs_style1 .cs_tab_links {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #307bc4;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #307bc4;
    border-right: 0;
  }
  .cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar_right {
    display: none;
  }
}
.cs_tabs.cs_style1 .cs_tab_links li {
  position: relative;
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_links li {
    padding-top: 30px;
  }
}
.cs_tabs.cs_style1 .cs_tab_links li::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  background-color: #307bc4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_links li::before {
    right: initial;
    top: 0;
    left: 50%;
  }
}
.cs_tabs.cs_style1 .cs_tab_links li:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_links li:not(:last-child) {
    margin-bottom: 0;
  }
}
.cs_tabs.cs_style1 .cs_tab_links li:nth-child(even) {
  padding-left: 110px;
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_links li:nth-child(even) {
    padding-left: 0;
  }
}
.cs_tabs.cs_style1 .cs_tab_links li.active::before {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
.cs_tabs.cs_style1 .cs_tab_links li.active .cs_tab_link_in {
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}
.cs_tabs.cs_style1 .cs_tab_links .cs_tab_link_in {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 22px 50px;
  border-radius: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1700px) {
  .cs_tabs.cs_style1 .cs_tab_links .cs_tab_link_in {
    padding: 20px 35px;
    margin-right: 60px;
  }
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_links .cs_tab_link_in {
    padding: 20px 35px;
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .cs_tabs.cs_style1 .cs_tab_links .cs_tab_link_in {
    padding: 15px;
    border-radius: 15px;
  }
}
.cs_tabs.cs_style1 .cs_tab_links .cs_tab_link_in > a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 40px;
}
@media (max-width: 1700px) {
  .cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar {
    gap: 20px;
  }
}
.cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar img {
  border-radius: 50%;
  height: 126px;
  width: 126px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1700px) {
  .cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar img {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 575px) {
  .cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar img {
    height: 60px;
    width: 60px;
  }
}
.cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar p {
  line-height: 1.6em;
}

.cs_rating {
  width: 99px;
  position: relative;
  font-size: 16px;
}
.cs_rating .cs_rating_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.cs_rating .cs_rating_percentage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.cs_radio_wrap {
  position: relative;
}
.cs_radio_wrap .cs_radio_input {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.cs_radio_wrap .cs_radio_input:checked + .cs_radio_label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cs_radio_wrap .cs_radio_label {
  display: block;
  padding-left: 32px;
}
.cs_radio_wrap .cs_radio_label::before {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #307bc4;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}
.cs_radio_wrap .cs_radio_label::after {
  content: "";
  height: 14px;
  width: 14px;
  background-color: #307bc4;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cs_radio_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 42px;
}
@media (max-width: 1700px) {
  .cs_radio_group {
    gap: 10px 30px;
  }
}

.cs_shape_wrap {
  position: relative;
}
.cs_shape_wrap .cs_shape_1 {
  width: 1884px;
  height: 1884px;
  border-radius: 50%;
  opacity: 0.6;
  background: radial-gradient(
    42.35% 42.35% at 50% 50%,
    rgba(134, 187, 241, 0.38) 0%,
    rgba(134, 187, 241, 0) 100%
  );
  position: absolute;
  top: 31%;
  right: -37%;
  z-index: -1;
}
.cs_shape_wrap .cs_shape_1.cs_position_1 {
  right: initial;
  left: -38%;
  top: -59%;
}
.cs_shape_wrap .cs_shape_1.cs_position_2 {
  right: 38%;
  top: 39%;
}
.cs_shape_wrap .cs_shape_1.cs_position_3 {
  right: 42%;
  top: 22%;
}
.cs_shape_wrap .cs_shape_1.cs_position_4 {
  right: -35%;
  top: initial;
  bottom: -10%;
}
.cs_shape_wrap .cs_shape_1.cs_position_5 {
  right: -30%;
  top: -8%;
}
.cs_shape_wrap .cs_shape_2 {
  position: absolute;
  left: 52%;
  top: 13%;
  z-index: -1;
}
.cs_shape_wrap .cs_shape_3 {
  position: absolute;
  right: 0;
  top: -41%;
  z-index: -1;
}

.cs_appointment_section_1 .container {
  position: relative;
}
.cs_appointment_section_1 .cs_appointment_img {
  position: absolute;
  bottom: 0;
  left: -9.5%;
  width: 55%;
}
@media (max-width: 1400px) {
  .cs_appointment_section_1 .cs_appointment_img {
    left: -16%;
    width: 63%;
  }
}
@media (max-width: 1199px) {
  .cs_appointment_section_1 .cs_appointment_img {
    left: -24%;
    width: 72%;
  }
}
@media (max-width: 991px) {
  .cs_appointment_section_1 .cs_appointment_img {
    display: none;
  }
}

.cs_iconbox_carousel_1 .cs_slider_activate {
  width: 64vw;
  padding-left: 55px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .cs_iconbox_carousel_1 .cs_slider_activate {
    width: 87vw;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .cs_iconbox_carousel_1 .cs_slider_activate {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cs_iconbox_carousel_1 .cs_slider_activate::before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px 0px 0px 20px;
  background: linear-gradient(154deg, #d2eaef 0%, #86bbf1 100%);
}
@media (max-width: 991px) {
  .cs_iconbox_carousel_1 .cs_slider_activate::before {
    width: 100vw;
  }
}
.cs_iconbox_carousel_1 .slick-list {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  padding-top: 80px;
  margin-bottom: -40px;
  overflow: initial;
}
@media (max-width: 991px) {
  .cs_iconbox_carousel_1 .slick-list {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .cs_iconbox_carousel_1 .slick-list {
    padding-top: 20px;
  }
}
.cs_iconbox_carousel_1 .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_iconbox_carousel_1 .slick-slide.slick-active {
  opacity: 1;
}

.cs_pagination_box {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media (max-width: 991px) {
  .cs_pagination_box {
    gap: 15px;
  }
}
.cs_pagination_box .cs_pagination_item {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  height: 45px;
  width: 45px;
  color: #274760;
}
.cs_pagination_box .cs_pagination_item.active {
  background-color: #307bc4;
  color: #fff;
  pointer-events: none;
}
.cs_pagination_box a.cs_pagination_item:hover {
  background-color: #307bc4;
  color: #fff;
}
.cs_pagination_box .cs_pagination_arrow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_pagination_box .cs_pagination_arrow img {
  width: 16px;
}
.cs_pagination_box .cs_pagination_arrow:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.cs_appointment_form.cs_style_1 {
  background-color: #fff;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  padding: 60px 90px;
}
@media (max-width: 1700px) {
  .cs_appointment_form.cs_style_1 {
    padding: 60px 50px;
  }
}
@media (max-width: 575px) {
  .cs_appointment_form.cs_style_1 {
    padding: 50px 25px;
  }
}
.cs_appointment_form.cs_style_1 .cs_appointment_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 70px;
}
@media (max-width: 1700px) {
  .cs_appointment_form.cs_style_1 .cs_appointment_categories {
    gap: 15px 30px;
  }
}
.cs_appointment_form.cs_style_1 .cs_appointment_form_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .cs_appointment_form.cs_style_1 .cs_appointment_form_head {
    margin-bottom: 40px;
  }
  .cs_appointment_form.cs_style_1 .cs_appointment_form_head > h2 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cs_appointment_form.cs_style_1 .cs_appointment_form_head {
    margin-bottom: 30px;
    gap: 20px;
  }
  .cs_appointment_form.cs_style_1 .cs_appointment_form_head > * {
    width: 100%;
  }
}
.cs_appointment_form.cs_style_1 .cs_appointment_form_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 70px;
  width: 70px;
  padding: 18px;
}
.cs_appointment_form.cs_style_1 label {
  display: block;
  color: #274760;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: -5px;
}
.cs_appointment_form.cs_style_1 input,
.cs_appointment_form.cs_style_1 textarea {
  border: 0;
  border-bottom: 1px solid #b7b7b7;
  display: block;
  width: 100%;
  padding: 0;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_appointment_form.cs_style_1 input:focus,
.cs_appointment_form.cs_style_1 textarea:focus {
  border-color: #307bc4;
}
.cs_appointment_form.cs_style_1 .cs_appointment_form_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  width: 300px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 991px) {
  .cs_appointment_form.cs_style_1 .cs_appointment_form_field {
    gap: 15px;
    width: 280px;
  }
}
@media (max-width: 767px) {
  .cs_appointment_form.cs_style_1 .cs_appointment_form_field {
    width: 100%;
  }
}
.cs_appointment_form.cs_style_1 .cs_appointment_form_field_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cs_appointment_form.cs_style_1 .cs_appointment_form_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .cs_appointment_form.cs_style_1 .cs_appointment_form_fields {
    gap: 40px 30px;
  }
}
@media (max-width: 991px) {
  .cs_appointment_form.cs_style_1 .cs_appointment_form_fields {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .cs_appointment_form.cs_style_1 .cs_appointment_form_fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs_appointment_form.cs_style_1 .cs_appointment_category {
  position: relative;
}
.cs_appointment_form.cs_style_1 .cs_appointment_category span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_appointment_form.cs_style_1 .cs_appointment_category span::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #307bc4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_appointment_form.cs_style_1 .cs_appointment_category input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.cs_appointment_form.cs_style_1 .cs_appointment_category input:checked + span {
  color: #274760;
}
.cs_appointment_form.cs_style_1
  .cs_appointment_category
  input:checked
  + span::before {
  width: 100%;
}
.cs_appointment_form.cs_style_1.cs_type_1 {
  border-radius: 25px 25px 0px 0px;
  border: 1px solid #fff;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  max-width: 670px;
  width: 100%;
  padding: 45px 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .cs_appointment_form.cs_style_1.cs_type_1 {
    padding: 30px 25px;
  }
}
.cs_appointment_form.cs_style_1.cs_type_1 .cs_down_btn {
  height: 60px;
  width: 60px;
  position: absolute;
  right: -30px;
  top: -30px;
  background-color: #fff;
  color: #307bc4;
}
.cs_appointment_form.cs_style_1.cs_type_1 .cs_down_btn:hover {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
@media (max-width: 575px) {
  .cs_appointment_form.cs_style_1.cs_type_1 .cs_down_btn {
    right: 5px;
    top: 5px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .cs_appointment_form.cs_style_1.cs_type_1 .cs_down_btn:hover {
    -webkit-transform: scale(0.6) rotate(-20deg);
    transform: scale(0.6) rotate(-20deg);
  }
}
.cs_appointment_form.cs_style_1.cs_type_1 label {
  color: #fff;
}
.cs_appointment_form.cs_style_1.cs_type_1 .cs_appointment_form_field {
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .cs_appointment_form.cs_style_1.cs_type_1 .cs_appointment_form_field {
    margin-bottom: 25px;
  }
}
.cs_appointment_form.cs_style_1.cs_type_1 .cs_appointment_form_field input,
.cs_appointment_form.cs_style_1.cs_type_1 .cs_appointment_form_field textarea {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  padding-bottom: 4px;
}
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  input::-webkit-input-placeholder,
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  input::-moz-placeholder,
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  input:-ms-input-placeholder,
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  input::-ms-input-placeholder,
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  input::placeholder,
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  input::-ms-input-placeholder,
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  input:focus,
.cs_appointment_form.cs_style_1.cs_type_1
  .cs_appointment_form_field
  textarea:focus {
  border-color: #fff;
}

.cs_page_heading {
  background: #fff;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}

.cs_page_heading_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding: 25px 0;
}

.breadcrumb {
  margin: 0;
  font-size: 20px;
}

.breadcrumb-item.active {
  color: #b7b7b7;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(39, 71, 96, 0.52);
}

.cs_search_form {
  max-width: 360px;
  width: 100%;
  position: relative;
}
.cs_search_form input {
  width: 100%;
  border: 1px solid #307bc4;
  height: 50px;
  border-radius: 20px;
  padding: 5px 20px;
  outline: none;
}
.cs_search_form .cs_search_btn {
  position: absolute;
}
.cs_search_form .cs_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border: none;
  background-color: transparent;
  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;
  cursor: pointer;
  color: #274760;
}
.cs_search_form .cs_search_btn:hover {
  color: #307bc4;
}

.cs_related_doctor_title {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 50%;
  top: 80px;
}
@media (max-width: 1700px) {
  .cs_related_doctor_title {
    top: 50px;
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .cs_related_doctor_title {
    top: 30px;
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cs_related_doctor_title {
    position: initial;
    padding-left: 0px;
    padding-bottom: 50px;
  }
}

.cs_doctor_profile.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cs_doctor_profile.cs_style_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs_doctor_profile.cs_style_1 .cs_doctor_info {
  margin-left: -180px;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}
@media (max-width: 991px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_info {
    margin-left: 0px;
  }
}
.cs_doctor_profile.cs_style_1 .cs_doctor_profile_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 180px 85px 100px 0px;
}
@media (max-width: 1700px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_profile_right {
    padding: 150px 85px 70px 0px;
  }
}
@media (max-width: 1400px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_profile_right {
    padding: 150px 0px 70px 0px;
  }
}
@media (max-width: 1199px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_profile_right {
    padding: 150px 0px 0px 0px;
  }
}
@media (max-width: 991px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_profile_right {
    padding: 25px 0px 0px 0px;
    width: 100%;
  }
}
.cs_doctor_profile.cs_style_1 .cs_social_links a {
  height: 30px;
  width: 30px;
  background-color: #307bc4;
  color: #fff;
  font-size: 14px;
}
.cs_doctor_profile.cs_style_1 .cs_doctor_info_in {
  padding: 50px 95px 46px;
}
@media (max-width: 1700px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_info_in {
    padding: 40px 50px 40px;
  }
}
@media (max-width: 767px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_info_in {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_info_in br {
    display: none;
  }
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 37px 95px;
}
@media (max-width: 1700px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta {
    padding: 30px 50px;
  }
}
@media (max-width: 1400px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta {
    padding: 20px 50px;
  }
}
@media (max-width: 767px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta {
    padding: 20px 30px;
  }
}
@media (max-width: 480px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px 0;
    padding: 20px 15px;
  }
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 70px;
}
@media (max-width: 1700px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta_left {
    gap: 15px 40px;
  }
}
@media (max-width: 575px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta_left {
    gap: 15px 20px;
  }
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta_left a {
    gap: 10px;
  }
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_left a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_right a span {
  position: relative;
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_right a span::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: 3px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_right a:hover {
  color: #ffffff;
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_right a:hover span::before {
  width: 60%;
}
.cs_doctor_profile.cs_style_1 .cs_doctor_img {
  max-width: 45%;
}
@media (max-width: 1700px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_img {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_img {
    max-width: 100%;
  }
}

.cs_single_doctor {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}
.cs_single_doctor h3 {
  padding: 23px 15px;
  margin-top: -35px;
  position: relative;
  z-index: 1;
}

.cs_list.cs_style_1 .cs_list_title,
.cs_list.cs_style_2 .cs_list_title,
.cs_list.cs_style_3 .cs_list_title {
  padding-left: 50px;
  position: relative;
  margin-bottom: 25px;
}
.cs_list.cs_style_1 .cs_list_title svg,
.cs_list.cs_style_2 .cs_list_title svg,
.cs_list.cs_style_3 .cs_list_title svg {
  position: absolute;
  left: 0;
  top: 4px;
}

.cs_list.cs_style_1 p + p {
  margin-top: 4px;
}
.cs_list.cs_style_1 ul {
  list-style: none;
  padding-left: 50px;
  margin: 0;
}
.cs_list.cs_style_1 ul li {
  position: relative;
  padding-left: 28px;
}
.cs_list.cs_style_1 ul li::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #307bc4;
  position: absolute;
  left: 0;
  top: 8px;
}
.cs_list.cs_style_1 ul li:not(:last-child) {
  margin-bottom: 24px;
}

.cs_list.cs_style_2 ul li {
  position: relative;
  padding-left: 22px;
}
.cs_list.cs_style_2 ul li svg {
  position: absolute;
  left: 0;
  top: 8px;
}
.cs_list.cs_style_2 ul li:not(:last-child) {
  margin-bottom: 20px;
}

.cs_list.cs_style_3 ul {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  padding: 35px 45px;
  max-width: 454px;
}
.cs_list.cs_style_3 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs_list.cs_style_3 ul li:not(:last-child) {
  margin-bottom: 24px;
}
.cs_list.cs_style_3 ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  min-width: 120px;
}
.cs_list.cs_style_3 ul li span i {
  color: #307bc4;
}

.cs_doctor_details {
  position: relative;
}
.cs_doctor_details .cs_doctor_details_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 490px;
  width: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1700px) {
  .cs_doctor_details .cs_doctor_details_bg {
    height: 420px;
  }
}
@media (max-width: 1199px) {
  .cs_doctor_details .cs_doctor_details_bg {
    height: 467px;
  }
}
@media (max-width: 575px) {
  .cs_doctor_details .cs_doctor_details_bg {
    height: 280px;
  }
}
.cs_doctor_details .cs_social_links {
  padding: 23px 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 368px;
  right: 12px;
  z-index: 2;
}
@media (max-width: 1700px) {
  .cs_doctor_details .cs_social_links {
    top: 298px;
  }
}
@media (max-width: 1199px) {
  .cs_doctor_details .cs_social_links {
    top: 342px;
  }
}
@media (max-width: 991px) {
  .cs_doctor_details .cs_social_links {
    position: initial;
    margin-top: 35px;
    padding: 15px 30px;
  }
}
.cs_doctor_details .cs_social_links a {
  height: 30px;
  width: 30px;
  background-color: #fff;
  color: #307bc4;
  font-size: 16px;
}

.cs_contact_info.cs_style_1 li:not(:last-child) {
  margin-bottom: 42px;
}
@media (max-width: 1700px) {
  .cs_contact_info.cs_style_1 li:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .cs_contact_info.cs_style_1 li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.cs_timetable {
  height: 1950px;
  padding-left: 110px;
  position: relative;
  padding-right: 10px;
  margin-top: 15px;
}
.cs_timetable::before,
.cs_timetable::after {
  content: "";
  height: calc(100% - 40px);
  width: 10px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  z-index: 2;
}
.cs_timetable::before {
  left: 100px;
}
.cs_timetable::after {
  left: 100%;
  width: 15vw;
  top: 0;
  height: 100%;
}
@media (max-width: 1199px) {
  .cs_timetable {
    width: 1230px;
  }
}

.cs_timetable_vertical {
  position: absolute;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs_timetable_vertical > div {
  position: relative;
}
.cs_timetable_vertical > div::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100vw;
  left: 100px;
  top: 12px;
  background-color: rgba(48, 123, 196, 0.5);
}
.cs_timetable_vertical > div:first-child::before,
.cs_timetable_vertical > div:last-child::before {
  background-color: #307bc4;
}

.cs_timetable_in {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #307bc4;
  border-top: none;
  border-bottom: none;
}
.cs_timetable_in::before,
.cs_timetable_in::after {
  content: "";
  position: absolute;
  height: 12px;
  width: calc(100% - 130px);
  right: 14px;
  background-color: #fff;
  z-index: 1;
}
.cs_timetable_in::before {
  top: 0;
}
.cs_timetable_in::after {
  bottom: 0;
  height: 13px;
}
.cs_timetable_in > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(48, 123, 196, 0.5);
  position: relative;
  padding: 12px 0;
}
.cs_timetable_in > div:last-child {
  border-right: 0;
}
.cs_timetable_in > div > div {
  padding: 8px;
}
.cs_timetable_in > div .cs_timetable_date {
  position: absolute;
  top: -20px;
  z-index: 1;
  padding: 0 !important;
  width: 100%;
  text-align: center;
}

.cs_hour_1 {
  height: 148px !important;
}

.cs_hour_2 {
  height: 296px !important;
}

.cs_hour_3 {
  height: 444px !important;
}

.cs_hour_4 {
  height: 592px !important;
}

.cs_hour_5 {
  height: 740px !important;
}

.cs_hour_6 {
  height: 888px !important;
}

.cs_hour_7 {
  height: 1036px !important;
}

.cs_hour_8 {
  height: 1184px !important;
}

.cs_hour_9 {
  height: 1332px !important;
}

.cs_hour_10 {
  height: 1480px !important;
}

.cs_hour_11 {
  height: 1628px !important;
}

.cs_hour_12 {
  height: 1776px !important;
}

.cs_hour_13 {
  height: 1924px !important;
}

.cs_table_doctor {
  border-radius: 10px;
  border: 1.5px solid #307bc4;
  background-color: #d2eaef;
  height: 100%;
  padding: 28px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs_table_doctor p {
  margin-bottom: 0;
}
.cs_table_doctor p:not(:last-child) {
  border-bottom: 1px solid #307bc4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1700px) {
  .cs_table_doctor {
    padding: 15px 12px;
  }
}

.cs_contact_form.cs_style_1 {
  padding: 83px 21.5%;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}
@media (max-width: 991px) {
  .cs_contact_form.cs_style_1 {
    padding: 50px;
  }
}
@media (max-width: 400px) {
  .cs_contact_form.cs_style_1 {
    padding: 50px 25px;
  }
}

.cs_map {
  height: 650px;
}
@media (max-width: 1700px) {
  .cs_map {
    height: 550px;
  }
}
@media (max-width: 1400px) {
  .cs_map {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .cs_map {
    height: 350px;
  }
}
.cs_map iframe {
  height: 100%;
  width: 100%;
  border: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 30px;
}

.cs_blog_details_info {
  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: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
}
.cs_blog_details_info .cs_social_links a {
  height: 42px;
  width: 42px;
  border: 1px solid #307bc4;
  color: #307bc4;
  font-size: 18px;
}
.cs_blog_details_info .cs_social_links a:hover {
  background-color: #307bc4;
  color: #fff;
  -webkit-transform: initial;
  transform: initial;
}

.cs_blog_details_info_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 40px;
}
@media (max-width: 1199px) {
  .cs_blog_details_info_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cs_blog_details_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 991px) {
  .cs_blog_details_tags {
    gap: 12px;
  }
}
.cs_blog_details_tags a {
  padding: 11px 24px;
  border: 1px solid #307bc4;
  border-radius: 20px;
  color: #274760;
}
@media (max-width: 991px) {
  .cs_blog_details_tags a {
    padding: 7px 15px;
    border-radius: 15px;
  }
}
.cs_blog_details_tags a:hover {
  background-color: #307bc4;
  color: #fff;
}

.cs_blog_details {
  font-size: 18px;
  line-height: 1.55em;
  color: #274760;
}
.cs_blog_details h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.31em;
}
@media (max-width: 991px) {
  .cs_blog_details h2 {
    font-size: 28px;
  }
}
.cs_blog_details p {
  margin-bottom: 34px;
}
.cs_blog_details ol {
  margin-bottom: 60px;
}
.cs_blog_details ol li:not(:last-child) {
  margin-bottom: 20px;
}
.cs_blog_details blockquote {
  min-height: 645px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  margin: 75px 0;
  padding: 100px 146px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  line-height: 1.31em;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1400px) {
  .cs_blog_details blockquote {
    padding: 100px 100px 0 0;
  }
}
@media (max-width: 991px) {
  .cs_blog_details blockquote {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .cs_blog_details blockquote {
    padding: 50px 30px 0 0;
    min-height: 450px;
  }
}
@media (max-width: 400px) {
  .cs_blog_details blockquote {
    padding-right: 0;
  }
}
.cs_blog_details blockquote p {
  margin: 0;
  width: 100%;
  background-color: #307bc4;
  padding: 40px 70px 40px 120px;
  position: relative;
  border-radius: 0 20px 0 0;
}
@media (max-width: 1400px) {
  .cs_blog_details blockquote p {
    padding: 40px 40px 40px 120px;
  }
}
@media (max-width: 575px) {
  .cs_blog_details blockquote p {
    padding: 40px 30px 40px 80px;
  }
}
.cs_blog_details blockquote p::before {
  content: "“";
  position: absolute;
  left: 48px;
  top: 55px;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 575px) {
  .cs_blog_details blockquote p::before {
    left: 25px;
  }
}
@media (max-width: 400px) {
  .cs_blog_details blockquote p::before {
    display: none;
  }
}
.cs_blog_details h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.41em;
  margin-bottom: 15px;
}
.cs_blog_details ul {
  list-style: none;
  padding: 0;
  margin: 55px 0 86px 0;
}
.cs_blog_details ul li:not(:last-child) {
  margin-bottom: 55px;
}
.cs_blog_details > *:last-child {
  margin-bottom: 0;
}

.cs_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  padding: 58px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1700px) {
  .cs_author {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .cs_author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.cs_author .cs_author_img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.cs_author .cs_author_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.cs_author h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cs_author h3 {
    margin-bottom: 5px;
  }
}

.form-check {
  padding-left: 38px;
  margin-bottom: 0;
  color: #274760;
  font-size: 18px;
  line-height: 1.5em;
}
.form-check .form-check-input {
  margin-left: -38px;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}
.form-check .form-check-input:checked {
  background-color: #307bc4;
  border-color: #307bc4;
}

.cs_newsletter.cs_style1 .cs_newsletter_title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 11px;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style1 .cs_newsletter_title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style1 .cs_newsletter_title {
    font-size: 30px;
  }
}
.cs_newsletter.cs_style1 .cs_newsletter_form {
  position: relative;
  margin-top: 25px;
}
.cs_newsletter.cs_style1 .cs_newsletter_input {
  width: 100%;
  border-radius: 2.6em;
  border: 1px solid rgba(48, 123, 196, 0.5);
  background: transparent;
  display: block;
  height: 80px;
  padding: 15px 185px 15px 32px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style1 .cs_newsletter_input {
    height: 70px;
    padding: 10px 175px 10px 32px;
  }
}
.cs_newsletter.cs_style1 .cs_newsletter_input:focus {
  border-color: #307bc4;
}
.cs_newsletter.cs_style1 .cs_btn.cs_style_1 {
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style1 .cs_btn.cs_style_1 {
    top: 10px;
    right: 10px;
  }
}

.cs_newsletter.cs_style2 {
  text-align: center;
}
.cs_newsletter.cs_style2 .cs_newsletter_title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style2 .cs_newsletter_title {
    font-size: 24px;
  }
}
.cs_newsletter.cs_style2 .cs_newsletter_input {
  display: block;
  width: 100%;
  border: 1px solid #636363;
  font-size: 20px;
  line-height: 1.5em;
  padding: 19px 25px;
  border-radius: 7px;
  margin-bottom: 28px;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style2 .cs_newsletter_input {
    font-size: 18px;
    padding: 13px 20px;
    margin-bottom: 20px;
  }
}

/* Start Comment */
.comments-area {
  background-color: #f3f5f6;
  border-radius: 10px;
  padding: 40px 50px;
}
@media (max-width: 1199px) {
  .comments-area {
    padding: 35px 25px;
  }
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list > .comment {
  padding: 0px 15px;
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .comment-list > .comment {
    padding: 0;
  }
}
.comment-list > .comment:last-child {
  margin-bottom: 0;
}
.comment-list .children {
  margin-top: 45px;
}
.comment-list .children .comment:not(:first-child) {
  border-width: 1px 0 0;
  border-style: solid;
  margin-top: 30px;
  padding-top: 30px;
}
.comment-list .bypostauthor:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 50px;
}
.comment-list .comment-body {
  padding-left: 90px;
  padding-top: 0;
  position: relative;
  padding-right: 150px;
}
@media (max-width: 1199px) {
  .comment-list .comment-body {
    padding-right: 120px;
  }
}
@media (max-width: 575px) {
  .comment-list .comment-body {
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 70px;
  }
}
.comment-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list .avatar {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .fn {
  font-style: initial;
  font-weight: 500;
  color: #274760;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.2em;
}
.comment-list .comment-meta {
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #b7b7b7;
}
.comment-list .comment-meta a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.comment-list .comment-meta a::before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.comment-list .comment-meta a:hover {
  color: #274760;
}
.comment-list .comment-meta + p,
.comment-list .comment-meta + p + p {
  font-size: 18px;
  line-height: 1.55em;
  margin-bottom: 0;
  margin-left: -90px;
}
@media (max-width: 1700px) {
  .comment-list .comment-meta + p,
  .comment-list .comment-meta + p + p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .comment-list .comment-meta + p,
  .comment-list .comment-meta + p + p {
    margin-left: -70px;
  }
}
.comment-list .reply {
  line-height: 1.6em;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 2px;
  right: 0;
  color: #636363;
  padding-left: 40px;
}
@media (max-width: 1700px) {
  .comment-list .reply {
    font-size: 16px;
  }
}
.comment-list .reply a {
  display: inline-block;
  position: relative;
}
.comment-list .reply a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  right: 0;
  bottom: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.comment-list .reply a:hover::before {
  width: 60%;
}
.comment-list .reply::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 22px;
  background-image: url(../img/icons/reply.svg);
  left: 0;
  background-size: contain;
  background-position: center;
  top: 2px;
}
.comment-list .bypostauthor .comment-body:last-child {
  margin-bottom: 0;
}

.url {
  font-weight: 600;
  font-size: 20px;
  color: #274760;
  display: inline-block;
  line-height: 1.5em;
}
@media (max-width: 1700px) {
  .url {
    font-size: 18px;
  }
}

#commentform p.logged-in-as {
  font-size: 16px;
  margin-top: -5px;
}

#commentform p.logged-in-as a:hover {
  text-decoration: underline;
}

.comment-reply-title small {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
  color: red;
}

.comment-reply-title small a:hover {
  text-decoration: underline;
}

/* End Comment */
/* Start Time Picker */
.ui-timepicker-standard {
  border: 1px solid #307bc4;
  border-radius: 20px;
  padding: 10px;
  margin-top: 5px;
  color: #274760;
  font-family: inherit;
}
.ui-timepicker-standard .ui-state-hover {
  color: #274760;
  border-color: rgba(48, 123, 196, 0.3);
  background-color: rgba(48, 123, 196, 0.15);
  border-radius: 10px;
  color: #307bc4;
}
.ui-timepicker-standard a {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2em;
  padding: 9px 15px;
}
.ui-timepicker-standard .ui-timepicker-viewport {
  padding-right: 0 !important;
}
.ui-timepicker-standard .ui-widget.ui-widget-content {
  border: none;
}

.ui-widget-content a {
  color: #274760;
}

/* End Time Picker */
/* Start Date Picker */
.ui-datepicker.ui-widget.ui-widget-content {
  border-color: #307bc4;
  border-radius: 20px;
  margin: 5px 0;
  color: #274760;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  color: #274760;
  background: transparent;
  text-align: center;
}

.ui-widget {
  font-family: inherit;
}

.ui-datepicker table {
  font-size: 16px;
  margin: 0 0 4px;
}

.ui-widget-header {
  background: transparent;
  border: none;
}

.ui-datepicker {
  width: 388px;
  padding: 5px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #307bc4;
  font-weight: 500;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  color: #307bc4;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: rgba(48, 123, 196, 0.15);
  color: #307bc4;
  border: 1px solid rgba(48, 123, 196, 0.3);
  border-radius: 7px;
  font-weight: 500;
}

.ui-widget-header {
  color: #274760;
  font-weight: 600;
  font-weight: 16px;
}

.ui-datepicker th {
  color: #274760;
  font-weight: 500;
  font-size: 16px;
}

/* End Date Picker */
/* Start Select Two */
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 78px;
}
@media (max-width: 1700px) {
  .select2-container .select2-selection--single {
    height: 60px;
  }
}

.select2-container--default .select2-selection--single {
  border-color: rgba(48, 123, 196, 0.5);
  border-radius: 30px;
  background-color: transparent;
}
@media (max-width: 1700px) {
  .select2-container--default .select2-selection--single {
    border-radius: 15px;
  }
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  color: #274760;
  line-height: 1.5em;
}
@media (max-width: 1700px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 15px 20px;
  }
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: rgba(39, 71, 96, 0.52);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 26px;
  right: 15px;
  width: 20px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
@media (max-width: 1700px) {
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 17px;
  }
}

.select2-dropdown {
  border-color: rgba(48, 123, 196, 0.5);
  border-radius: 30px;
}
@media (max-width: 1700px) {
  .select2-dropdown {
    border-radius: 15px;
  }
}

.select2-search--dropdown {
  padding: 20px 20px 10px 20px;
}

.select2-results__option {
  padding: 7px 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgba(48, 123, 196, 0.5);
  border-radius: 10px;
}

.select2-search--dropdown .select2-search__field {
  padding: 9px 15px;
  outline: none;
}

.select2-results__option {
  padding: 10px 20px;
  margin: 0 20px;
  border-radius: 10px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(48, 123, 196, 0.15);
  color: #307bc4;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #307bc4;
  color: white;
}

.select2-container--default .select2-results > .select2-results__options {
  padding-bottom: 10px;
  color: #274760;
}

/* End Select Two */
/* Start Scroll Up */
.cs_scrollup {
  position: fixed;
  bottom: -60px;
  right: 40px;
  color: #307bc4;
  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: #ffffff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  border-radius: 50%;
  font-size: 22px;
}
.cs_scrollup:hover {
  background-color: #274760;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cs_scrollup {
    right: 20px;
  }
}

.cs_scrollup.cs_scrollup_show {
  bottom: 50px;
}
@media (max-width: 575px) {
  .cs_scrollup.cs_scrollup_show {
    bottom: 30px;
  }
}

/* End Scroll Up */
/* Start New Animations */
@-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 anim-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(-25px);
    transform: translateY(-25px);
  }
}
@keyframes anim-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(-25px);
    transform: translateY(-25px);
  }
}
@-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);
  }
}
@-webkit-keyframes zoom-anim {
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes zoom-anim {
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
/* End New Animations */
.cursor {
  position: fixed;
  left: 0;
  pointer-events: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 23px;
  color: #307bc4;
  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: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
}

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

.cs_cursor_lg {
  width: 40px;
  height: 40px;
  background-color: rgba(48, 123, 196, 0.15);
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

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

@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 .cs_section_title br {
    display: none;
  }
}

.cs_section_wrap_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  gap: 50px;
}
@media (max-width: 991px) {
  .cs_section_wrap_1 .cs_avatar_card {
    margin-bottom: -60px;
  }
}

.cs_avatar_card .cs_avatar_card_title {
  margin-bottom: 24px;
}

.cs_avatar_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}
.cs_avatar_group .cs_avatar_item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 106px;
  width: 106px;
  border-radius: 50%;
  padding: 5px;
  margin-left: -30px;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .cs_avatar_group .cs_avatar_item {
    height: 80px;
    width: 80px;
    padding: 4px;
  }
}
@media (max-width: 991px) {
  .cs_avatar_group .cs_avatar_item {
    height: 60px;
    width: 60px;
    padding: 1px;
  }
  .cs_avatar_group .cs_avatar_item svg {
    width: 24px;
    height: 24px;
  }
}
.cs_avatar_group .cs_avatar_item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 420px) {
  .cs_avatar_group .cs_avatar_item {
    display: none;
  }
  .cs_avatar_group .cs_avatar_item:nth-child(2),
  .cs_avatar_group .cs_avatar_item:first-child,
  .cs_avatar_group .cs_avatar_item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*--------------------------------------------------------------
5. Slider
----------------------------------------------------------------*/
.slick-initialized .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-initialized .slick-slide > div > * {
  width: 100%;
}

.cs_gap_20 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.cs_gap_20 .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.cs_slider_navigation.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 1700px) {
  .cs_slider_navigation.cs_style_1 {
    gap: 15px;
  }
}
.cs_slider_navigation.cs_style_1 .cs_slider_prev,
.cs_slider_navigation.cs_style_1 .cs_slider_next {
  width: 90px;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .cs_slider_navigation.cs_style_1 .cs_slider_prev,
  .cs_slider_navigation.cs_style_1 .cs_slider_next {
    width: 80px;
    height: 60px;
  }
}
.cs_slider_navigation.cs_style_1 .cs_slider_prev img,
.cs_slider_navigation.cs_style_1 .cs_slider_next img {
  -webkit-transition: inherit;
  transition: inherit;
}
.cs_slider_navigation.cs_style_1 .cs_slider_prev:hover,
.cs_slider_navigation.cs_style_1 .cs_slider_next:hover {
  background-color: #307bc4;
}
.cs_slider_navigation.cs_style_1 .cs_slider_prev:hover img,
.cs_slider_navigation.cs_style_1 .cs_slider_next:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
  .cs_slider_navigation.cs_style_1 {
    margin-top: 40px;
  }
}

.cs_slider_navigation.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 40px;
  position: relative;
  z-index: 5;
}
.cs_slider_navigation.cs_style_2 .cs_slider_prev,
.cs_slider_navigation.cs_style_2 .cs_slider_next {
  height: 40px;
  width: 40px;
  border: 2px solid #307bc4;
  border-radius: 50%;
  padding: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.cs_slider_navigation.cs_style_2 .cs_slider_prev img,
.cs_slider_navigation.cs_style_2 .cs_slider_next img {
  -webkit-transition: inherit;
  transition: inherit;
}
.cs_slider_navigation.cs_style_2 .cs_slider_prev:hover,
.cs_slider_navigation.cs_style_2 .cs_slider_next:hover {
  background-color: #307bc4;
}
.cs_slider_navigation.cs_style_2 .cs_slider_prev:hover img,
.cs_slider_navigation.cs_style_2 .cs_slider_next:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 15px;
  margin-top: 60px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .slick-dots {
    margin-top: 30px;
  }
}
.slick-dots li {
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 2px solid #307bc4;
  opacity: 1;
  border-radius: 1.6em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}
.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.slick-dots li.slick-active {
  background-color: #307bc4;
}

.cs_slider_heading_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cs_slider_heading_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .cs_slider_heading_1 .cs_slider_navigation.cs_style_1 {
    margin-top: 0;
  }
}

.cs_related_doctor .cs_slider_navigation.cs_style_2 {
  margin-top: 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cs_related_doctor .cs_slider_navigation.cs_style_2 {
    margin-top: 30px;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cs_related_doctor .slick-dots {
  position: absolute;
  bottom: -76px;
  margin-top: 0;
  z-index: 6;
  gap: 10px 18px;
  z-index: 3;
}
@media (max-width: 991px) {
  .cs_related_doctor .slick-dots {
    display: none !important;
  }
}
.cs_related_doctor .slick-dots li {
  background-color: #307bc4;
}
.cs_related_doctor .slick-dots li.slick-active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.cs_related_doctor .slick-list {
  overflow: initial;
}
.cs_related_doctor .slick-list .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_related_doctor .slick-list .slick-slide.slick-current {
  opacity: 1;
}

.cs_department_carousel {
  position: relative;
}
.cs_department_carousel .slick-list {
  overflow: initial;
}
.cs_department_carousel .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_department_carousel .slick-slide.slick-active {
  opacity: 1;
}
.cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_prev,
.cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 70px;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  opacity: 0;
}
@media (max-width: 991px) {
  .cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_prev,
  .cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_next {
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 12px;
  }
}
.cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_prev img,
.cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_next img {
  -webkit-filter: initial;
  filter: initial;
}
.cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_prev {
  left: -35px;
}
@media (max-width: 991px) {
  .cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_prev {
    left: -15px;
  }
}
.cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_next {
  right: -35px;
}
@media (max-width: 991px) {
  .cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_next {
    right: -15px;
  }
}
.cs_department_carousel:hover .cs_slider_navigation.cs_style_1 .cs_slider_next,
.cs_department_carousel:hover .cs_slider_navigation.cs_style_1 .cs_slider_prev {
  opacity: 1;
}

/*--------------------------------------------------------------
6. Video Popup
----------------------------------------------------------------*/
.cs_pd_video .cs_video_open,
.cs_sample_img .cs_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.cs_pd_video .cs_video_open:hover,
.cs_sample_img .cs_video_open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cs_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.cs_video_popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
}

.cs_video_popup_overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.cs_video_popup.active .cs_video_popup_overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cs_video_popup_content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.cs_video_popup.active .cs_video_popup_content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cs_video_popup_content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cs_video_popup_container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.cs_video_popup_container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs_video_popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cs_video_popup_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:hover:before,
.cs_video_popup_close:hover:after {
  background: #000;
}

.cs_video_popup_layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.cs_video_popup_align {
  overflow: hidden;
}

/*End Video Popup*/
/*--------------------------------------------------------------
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_toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
.cs_toolbox .cs_toolbox_btn {
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_toolbox .cs_toolbox_btn:hover {
  color: #307bc4;
}

.cs_site_header.cs_style1 .cs_main_header_in,
.cs_site_header.cs_style1 .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: 100px;
  position: relative;
}
.cs_site_header.cs_style1 .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%;
}
.cs_site_header.cs_style1.cs_white_color .cs_toolbox {
  color: #274760;
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style1.cs_white_color .cs_nav .cs_nav_list {
    
    color: #fff;
    background-color: #274760;
  }
  .cs_site_header.cs_style1.cs_white_color .cs_menu_toggle.cs_toggle_active {
    color: #fff;
  }
}
.cs_site_header.cs_style1.cs_gescout_sticky.cs_white_color .cs_toolbox {
  color: #fff;
}
.cs_site_header.cs_style1.cs_gescout_sticky.cs_white_color
  .cs_menu_toggle:not(.cs_toggle_active)
  span {
  color: #fff;
}
.cs_site_header.cs_style1.cs_color_1 .cs_toolbox_btn {
  color: #fff;
}
.cs_site_header.cs_style1.cs_color_1 .cs_menu_toggle {
  color: #fff;
}

.cs_site_header.cs_style1.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_style1 .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_style1 .cs_action_box .cs_action_value {
  margin-left: 15px;
}
.cs_site_header.cs_style1 .cs_action_box > *:not(:last-child) {
  margin-right: 35px;
}

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

.cs_sidenav {
  position: fixed;
  z-index: 1111;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.cs_sidenav.active {
  opacity: 1;
  visibility: visible;
}

.cs_sidenav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(11, 11, 11, 0.5);
  height: 100%;
  width: 100%;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.cs_sidenav_in {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  max-width: 620px;
  padding: 60px 80px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cs_sidenav_in hr {
  width: calc(100% + 80px);
}
.cs_sidenav_in .cs_newsletter.cs_style1 .cs_newsletter_title {
  font-size: 28px;
  line-height: 1.35em;
  margin-bottom: 9px;
}
.cs_sidenav_in .cs_social_links a {
  background-color: #274760;
  color: #fff;
  height: 30px;
  width: 30px;
  font-size: 14px;
}
.cs_sidenav_in .cs_social_links a:hover {
  background-color: #307bc4;
}
.cs_sidenav_in .cs_close {
  margin-bottom: 52px;
}

.cs_close {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cs_header_search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_header_search.active {
  opacity: 1;
  visibility: visible;
}

.cs_header_search_in {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 50px 0;
}
.cs_header_search_in .cs_search_form {
  max-width: 100%;
}
.cs_header_search_in .cs_search_form input {
  border-radius: 40px;
  padding: 10px 90px 10px 35px;
  font-size: 20px;
  height: 80px;
}
@media (max-width: 575px) {
  .cs_header_search_in .cs_search_form input {
    padding: 10px 65px 10px 20px;
    font-size: 18px;
    height: 66px;
  }
}
.cs_header_search_in .cs_search_form .cs_search_btn {
  width: 80px;
}
@media (max-width: 575px) {
  .cs_header_search_in .cs_search_form .cs_search_btn {
    width: 60px;
  }
}
.cs_header_search_in .cs_search_form .cs_search_btn svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 575px) {
  .cs_header_search_in .cs_search_form .cs_search_btn svg {
    width: 24px;
    height: 24px;
  }
}

.cs_header_search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
}
@media (max-width: 991px) {
  .cs_header_search_box {
    gap: 0 15px;
  }
}

@media screen and (max-width: 1199px) {
  .cs_main_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style1 .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;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}
.cs_gescout_sticky .cs_main_header_in {
  height: 90px;
}
.cs_gescout_sticky.cs_white_color {
  background-color: #274760;
}

.cs_gescout_show {
  top: 0 !important;
  opacity: 1;
  visibility: visible;
  -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;
}

@media screen and (min-width: 1200px) {
  .cs_site_header.cs_style1.cs_white_color .menu-item-has-children ul {
    color: #274760;
  }
  .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_style1 .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_style1 .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;
    gap: 20px 124px;
  }
  .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;
    font-size: 2.5vh;
    flex-wrap: wrap;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 50px;
    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: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: #fff;
    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: 15px;
    -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
    box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
    -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;
  }
}
@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_site_header.cs_style1.cs_mobile_toggle_active {
    background-color: #fff;
  }
  .cs_site_header.cs_style1.cs_mobile_toggle_active.cs_white_color {
    background-color: #274760;
  }
  .cs_toolbox .cs_sidebar_toggle_btn {
    display: none;
  }
  .cs_site_header.cs_style1 .cs_main_header_right {
    padding-right: 50px;
  }
  .cs_toolbox .cs_toolbox_btn {
    max-width: 26px;
  }
  .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: 28px 18px;
    cursor: pointer;
    z-index: 3;
  }
  .cs_munu_dropdown_toggle span {
    display: block;
    position: relative;
    height: 10px;
    width: 10px;
    line-height: 1.2em;
  }
  .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: #274760;
    padding: 10px 0;
    top: 80px;
    overflow: auto;
    height: calc(100vh - 80px);
    line-height: 1.6em;
    -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: 1.4em;
  }
  .cs_nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .cs_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
    color: #274760;
  }
  .cs_menu_toggle span,
  .cs_menu_toggle span:before,
  .cs_menu_toggle span:after {
    width: 100%;
    height: 3px;
    background-color: currentColor;
    display: block;
    border-radius: 5px;
  }
  .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_style1 .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_style1 .cs_main_header_in {
    height: 100px;
  }
  .cs_site_header .current-menu-item > a:before {
    display: none;
  }
  .cs_site_header.cs_style1 .cs_main_header_center .cs_site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cs_site_header.cs_style1 {
    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_style1 .cs_action_box > *:not(:last-child) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .nhsHeadeLogo img{
    display: none;
  }
  .cs_site-branding {
    max-width: 150px;
  }
}
/*Start Demo Menu*/
@media (min-width: 1200px) {
  .cs_nav .cs_nav_list > li > ul.cs_demo_mega {
    width: 1200px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    text-align: center;
    padding: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    top: 100px;
  }
  .cs_nav .cs_nav_list > li > ul.cs_demo_mega a {
    padding: 7px;
  }
  .cs_nav .cs_nav_list > li > ul.cs_demo_mega img {
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 18px 1px rgba(48, 123, 196, 0.1);
    box-shadow: 0px 3px 18px 1px rgba(48, 123, 196, 0.1);
    border: 1px solid rgba(39, 71, 96, 0.06);
  }
  .cs_nav .cs_nav_list > li > ul.cs_demo_mega span {
    display: block;
    margin-top: 6px;
    font-size: 90%;
    margin-bottom: -8px;
  }
  .cs_nav .cs_nav_list > li > ul.cs_demo_mega + ul {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .cs_nav .cs_nav_list > li > ul.cs_demo_mega {
    display: none !important;
  }
}
/*End Demo Menu*/
.cs_site_header.cs_style1.cs_color_2 {
  background-color: #fff;
}
.cs_site_header.cs_style1 .cs_btn.cs_style_1 i {
  display: none;
}
@media (max-width: 420px) {
  .cs_site_header.cs_style1 .cs_btn.cs_style_1 {
    padding: 7px 15px;
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .cs_site_header.cs_style1 .cs_btn.cs_style_1 {
    display: none;
  }
}

/*--------------------------------------------------------------
8. Footer
----------------------------------------------------------------*/
.cs_newsletter_1_wrap {
  position: relative;
}
.cs_newsletter_1_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 70%;
  background-color: #fff;
}

.cs_newsletter.cs_style_1 {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 107px 135px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .cs_newsletter.cs_style_1 {
    padding: 80px 100px;
  }
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_1 {
    padding: 70px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_1 {
    padding: 50px 25px;
  }
  .cs_newsletter.cs_style_1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cs_newsletter.cs_style_1 .cs_newsletter_title br {
    display: none;
  }
}
.cs_newsletter.cs_style_1 .cs_newsletter_title {
  font-size: 42px;
  line-height: 1.23em;
}
.cs_newsletter.cs_style_1 p {
  color: #274760;
  margin: 0;
}
.cs_newsletter.cs_style_1 .cs_newsletter_right {
  min-width: 500px;
}
.cs_newsletter.cs_style_1 .cs_newsletter_right p {
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .cs_newsletter.cs_style_1 .cs_newsletter_right {
    min-width: 400px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_1 .cs_newsletter_right {
    min-width: 100%;
  }
}

.cs_newsletter.cs_style_1 .cs_newsletter_form,
.cs_newsletter.cs_style_2 .cs_newsletter_form,
.cs_newsletter.cs_style_3 .cs_newsletter_form {
  position: relative;
}
.cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
    right: 5px;
  }
}
.cs_newsletter.cs_style_1 .cs_form_field,
.cs_newsletter.cs_style_2 .cs_form_field,
.cs_newsletter.cs_style_3 .cs_form_field {
  padding-right: 180px;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    padding-right: 165px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    padding-right: 135px;
    padding-left: 15px;
  }
}
@media (max-width: 350px) {
  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    padding-right: 120px;
  }
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
    padding: 12px 25px;
  }
}
@media (max-width: 350px) {
  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
    padding: 12px 18px;
  }
}

.cs_newsletter_2_wrap {
  position: relative;
}
.cs_newsletter_2_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 50%;
  background-color: #fff;
}

.cs_newsletter.cs_style_2 {
  border-radius: 20px;
  background: linear-gradient(154deg, #d2eaef 0%, #86bbf1 100%);
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  position: relative;
  z-index: 2;
  margin-top: 240px;
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_2 {
    margin-top: 0;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_img {
  position: absolute;
  bottom: -3px;
  left: -115px;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_img {
    left: -140px;
  }
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_img {
    display: none;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_in {
  padding: 87px 80px 100px 500px;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_in {
    padding: 87px 30px 100px 420px;
  }
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_in {
    padding: 75px 50px 80px 50px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_in {
    padding: 55px 25px 60px 25px;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_form {
  max-width: 560px;
}
.cs_newsletter.cs_style_2 .cs_newsletter_title {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_title {
    margin-bottom: 30px;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_subtitle {
  margin-bottom: 13px;
}

.cs_newsletter.cs_style_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 35px;
  }
}
@media (max-width: 380px) {
  .cs_newsletter.cs_style_3 br {
    display: none;
  }
}
.cs_newsletter.cs_style_3 .cs_newsletter_right {
  max-width: 500px;
  width: 100%;
}
.cs_newsletter.cs_style_3 .cs_form_field {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.cs_newsletter.cs_style_3 .cs_form_field:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.cs_newsletter.cs_style_3 .cs_form_field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
  color: #307bc4;
}
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1:before {
  background: #fff;
}
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1:after {
  background: #fff;
}
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1 img {
  -webkit-filter: initial;
  filter: initial;
}
.cs_newsletter.cs_style_3 .cs_newsletter_title {
  font-size: 42px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_3 .cs_newsletter_title {
    font-size: 36px;
  }
}
.cs_newsletter.cs_style_3 .cs_newsletter_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1400px) {
  .cs_newsletter.cs_style_3 .cs_newsletter_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}

.cs_social_links_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
}
.cs_social_links_wrap h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.cs_social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.cs_social_links a {
  height: 20px;
  width: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #307bc4;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs_social_links a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #fff;
}

.cs_footer_bottom_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 37px 0;
}
@media (max-width: 575px) {
  .cs_footer_bottom_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.cs_copyright {
  color: rgba(255, 255, 255, 0.5);
}

.cs_footer.cs_style_1 {
  position: relative;
  margin-top: 305px;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 {
    margin-top: 200px;
  }
}
.cs_footer.cs_style_1 .cs_footer_logo_wrap {
  position: absolute;
  height: calc(100% + 200px);
  width: 100%;
  left: 0;
  bottom: 0;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 .cs_footer_logo_wrap {
    height: calc(100% + 120px);
  }
}
.cs_footer.cs_style_1 .cs_footer_brand {
  height: 448px;
  width: 426px;
  background-position: 6px 0px;
  position: absolute;
  left: 50%;
  top: -180px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: 100% 100%;
}
.cs_footer.cs_style_1 .cs_footer_brand img {
  -webkit-animation: spinAnimaiton 6s linear infinite;
  animation: spinAnimaiton 6s linear infinite;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 .cs_footer_brand {
    height: 360px;
    width: 360px;
    top: -140px;
  }
}
.cs_footer.cs_style_1 .cs_footer_brand_text {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  margin: 5px 0 0;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 .cs_footer_brand_text {
    font-size: 32px;
  }
}
.cs_footer.cs_style_1 .cs_text_widget + .cs_contact_widget {
  margin-top: 62px;
}
.cs_footer.cs_style_1 .cs_footer_main {
  padding: 70px 0;
}

.cs_footer_margin_0 + .cs_footer.cs_style_1 {
  margin-top: 0;
}

.cs_footer.cs_style_2 .cs_footer_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 30px;
  padding: 40px 0 50px;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_2 .cs_footer_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.cs_footer.cs_style_2 .cs_footer_bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
}
.cs_footer.cs_style_2 .cs_social_links_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cs_footer.cs_style_2 .cs_contact_widget i {
  background-color: #fff;
}
.cs_footer.cs_style_2 .cs_text_widget img + p {
  margin-top: 50px;
}
.cs_footer.cs_style_2 .cs_text_widget + .cs_contact_widget {
  margin-top: 20px;
}
.cs_footer.cs_style_2 .cs_menu_widget + .cs_social_links_wrap {
  margin-top: 80px;
}
.cs_footer.cs_style_2 .cs_menu_widget a:hover {
  color: #fff;
  opacity: 0.6;
}

.cs_footer_main,
.cs_footer_bottom {
  position: relative;
  z-index: 2;
}

.cs_text_widget {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
}
.cs_text_widget p {
  margin: 0;
}

.cs_contact_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs_contact_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cs_contact_widget li:not(:last-child) {
  margin-bottom: 13px;
}
.cs_contact_widget i {
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  margin-right: 19px;
  margin-top: 5px;
}

.cs_menu_widget li:not(:last-child) {
  margin-bottom: 17px;
}

.cs_footer_item {
  padding: 30px 0;
}
@media (max-width: 575px) {
  .cs_footer_item {
    padding: 20px 0;
  }
}

.cs_footer_spacing_305 {
  width: 100%;
  height: 305px;
}

@-webkit-keyframes spinAnimaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}

@keyframes spinAnimaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
.cs_footer.cs_style_2.cs_type_1 .cs_footer_bottom {
  border: none;
  padding: 16px 0;
  background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
}
.cs_footer.cs_style_2.cs_type_1 .cs_copyright {
  color: #274760;
}

/*--------------------------------------------------------------
9. Sidebar
----------------------------------------------------------------*/
.cs_sidebar {
  padding-left: 100px;
}
@media (max-width: 1700px) {
  .cs_sidebar {
    padding-left: 40px;
  }
}
@media (max-width: 1400px) {
  .cs_sidebar {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .cs_sidebar .cs_btn.cs_style_1 {
    padding: 12px 30px;
  }
}
@media (max-width: 991px) {
  .cs_sidebar {
    padding-top: 80px;
  }
}

.cs_sidebar_item {
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 31px 0px rgba(65, 91, 245, 0.06);
  box-shadow: 0px 6px 31px 0px rgba(65, 91, 245, 0.06);
  padding: 50px;
}
@media (max-width: 1700px) {
  .cs_sidebar_item {
    padding: 40px 35px;
  }
}
@media (max-width: 1400px) {
  .cs_sidebar_item {
    padding: 40px 25px;
  }
}
.cs_sidebar_item:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 1700px) {
  .cs_sidebar_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.5em;
  color: #307bc4;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .widget_categories ul {
    font-size: 18px;
  }
}
.widget_categories ul li {
  position: relative;
  padding-left: 45px;
}
.widget_categories ul li:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1700px) {
  .widget_categories ul li:not(:last-child) {
    margin-bottom: 22px;
  }
}
.widget_categories ul li::before {
  content: "";
  height: 27px;
  width: 26px;
  display: inline-block;
  background-image: url(../img/icons/category.svg);
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 2px;
}

.cs_sidebar_widget_title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  .cs_sidebar_widget_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.cs_popular_posts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs_popular_posts > li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1700px) {
  .cs_popular_posts > li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.cs_popular_post_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  color: #307bc4;
  margin-bottom: 15px;
}
@media (max-width: 1700px) {
  .cs_popular_post_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.cs_popular_post_title a:hover {
  text-decoration: underline;
}

.cs_popular_post_meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs_popular_post_meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_popular_post_meta li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.cs_popular_post_meta li.cs_posted_author a {
  color: #274760;
}
.cs_popular_post_meta li.cs_posted_author a:hover {
  color: #307bc4;
}
.cs_popular_post_meta li.cs_posted_author::before {
  content: "\f2bd";
}
.cs_popular_post_meta li.cs_posted_by::before {
  content: "\f017";
}

/*--------------------------------------------------------------
10. Isotope
----------------------------------------------------------------*/
.cs_isotop {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_isotop.cs_has_gutter_24 {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
}
.cs_isotop.cs_has_gutter_24 .cs_isotop_item {
  padding: 0 12px;
  margin-bottom: 24px;
}

.cs_isotop.cs_has_gutter_24_67 {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -67px;
}
.cs_isotop.cs_has_gutter_24_67 .cs_isotop_item {
  padding: 0 12px;
  margin-bottom: 67px;
}

.cs_isotop.cs_has_gutter_80 {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -80px;
}
.cs_isotop.cs_has_gutter_80 .cs_isotop_item {
  padding: 0 40px;
  margin-bottom: 80px;
}

.cs_isotop.cs_has_gutter_40 {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
}
.cs_isotop.cs_has_gutter_40 .cs_isotop_item {
  padding: 0 20px;
  margin-bottom: 30px;
}

.cs_isotop.cs_has_gutter_100 {
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: -40px;
}
.cs_isotop.cs_has_gutter_100 .cs_isotop_item {
  padding: 0 50px;
  margin-bottom: 40px;
}

.cs_isotop_col_6 .cs_grid_sizer,
.cs_isotop_col_6 .cs_isotop_item {
  width: 16.666667%;
}

.cs_isotop_col_5 .cs_grid_sizer,
.cs_isotop_col_5 .cs_isotop_item {
  width: 20%;
}

.cs_isotop_col_4 .cs_grid_sizer,
.cs_isotop_col_4 .cs_isotop_item {
  width: 25%;
}

.cs_isotop_col_3 .cs_grid_sizer,
.cs_isotop_col_3 .cs_isotop_item {
  width: 33.333333%;
}

.cs_isotop_col_2 .cs_grid_sizer,
.cs_isotop_col_2 .cs_isotop_item {
  width: 50%;
}

.cs_isotop_col_1 .cs_grid_sizer,
.cs_isotop_col_1 .cs_isotop_item {
  width: 100%;
}

.cs_grid_sizer {
  width: 33.333333%;
}

.cs_isotop_col_5 .cs_w20,
.cs_isotop_col_4 .cs_w20,
.cs_isotop_col_3 .cs_w20,
.cs_isotop_col_2 .cs_w20,
.cs_isotop_col_1 .cs_w20 {
  width: 20%;
}

.cs_isotop_col_5 .cs_w25,
.cs_isotop_col_4 .cs_w25,
.cs_isotop_col_3 .cs_w25,
.cs_isotop_col_2 .cs_w25,
.cs_isotop_col_1 .cs_w25 {
  width: 25%;
}

.cs_isotop_col_5 .cs_w33,
.cs_isotop_col_4 .cs_w33,
.cs_isotop_col_3 .cs_w33,
.cs_isotop_col_2 .cs_w33,
.cs_isotop_col_1 .cs_w33 {
  width: 33.333333%;
}

.cs_isotop_col_5 .cs_w50,
.cs_isotop_col_4 .cs_w50,
.cs_isotop_col_3 .cs_w50,
.cs_isotop_col_2 .cs_w50,
.cs_isotop_col_1 .cs_w50 {
  width: 50%;
}

.cs_isotop_col_5 .cs_w66,
.cs_isotop_col_4 .cs_w66,
.cs_isotop_col_3 .cs_w66,
.cs_isotop_col_2 .cs_w66,
.cs_isotop_col_1 .cs_w66 {
  width: 66.666666%;
}

.cs_isotop_col_5 .cs_w100,
.cs_isotop_col_4 .cs_w100,
.cs_isotop_col_3 .cs_w100,
.cs_isotop_col_2 .cs_w100,
.cs_isotop_col_1 .cs_w100 {
  width: 100%;
}

.cs_isotop_filter.cs_style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 80px;
}
@media (max-width: 1700px) {
  .cs_isotop_filter.cs_style1 {
    gap: 20px 30px;
  }
}
@media (max-width: 991px) {
  .cs_isotop_filter.cs_style1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cs_isotop_filter.cs_style1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 36px;
}
@media (max-width: 1700px) {
  .cs_isotop_filter.cs_style1 ul {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .cs_isotop_filter.cs_style1 ul {
    gap: 15px;
  }
}
.cs_isotop_filter.cs_style1 ul a {
  border: 1px solid #307bc4;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  color: #274760;
  padding: 11px 26px;
}
@media (max-width: 991px) {
  .cs_isotop_filter.cs_style1 ul a {
    padding: 7px 20px;
  }
}
.cs_isotop_filter.cs_style1 ul a:hover {
  background-color: rgba(48, 123, 196, 0.15);
  color: #307bc4;
}
.cs_isotop_filter.cs_style1 ul .active a {
  color: #fff;
  background-color: #307bc4;
}

.cs_view_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.cs_view_box_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.cs_view_box_in button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.cs_view_box_in button:hover {
  opacity: 1;
}
.cs_view_box_in button.active {
  opacity: 1;
  color: #307bc4;
}

.cs_doctors_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .cs_isotop.cs_has_gutter_100 .cs_isotop_item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .cs_isotop.cs_has_gutter_100 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .cs_isotop.cs_has_gutter_80 {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -25px;
  }
  .cs_isotop.cs_has_gutter_80 .cs_isotop_item {
    padding: 0 12px;
    margin-bottom: 25px;
  }
  .cs_isotop_col_4 .cs_grid_sizer,
  .cs_isotop_col_4 .cs_isotop_item {
    width: 33.333333%;
  }
}
@media screen and (max-width: 991px) {
  .cs_isotop_col_4 .cs_grid_sizer,
  .cs_isotop_col_4 .cs_isotop_item {
    width: 50%;
  }
  .cs_isotop_col_4 .cs_w50 {
    width: 100%;
  }
  .cs_isotop_col_3 .cs_grid_sizer,
  .cs_isotop_col_3 .cs_isotop_item {
    width: 50%;
  }
  .cs_isotop_col_2 .cs_grid_sizer,
  .cs_isotop_col_2 .cs_isotop_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cs_isotop_col_5 .cs_w50,
  .cs_isotop_col_4 .cs_w50,
  .cs_isotop_col_3 .cs_w50,
  .cs_isotop_col_2 .cs_w50,
  .cs_isotop_col_1 .cs_w50,
  .cs_isotop_col_5 .cs_w66,
  .cs_isotop_col_4 .cs_w66,
  .cs_isotop_col_3 .cs_w66,
  .cs_isotop_col_2 .cs_w66,
  .cs_isotop_col_1 .cs_w66 {
    width: 100%;
  }
  .cs_isotop_col_5 .cs_grid_sizer,
  .cs_isotop_col_5 .cs_isotop_item {
    width: 100%;
  }
  .cs_isotop_col_4 .cs_grid_sizer,
  .cs_isotop_col_4 .cs_isotop_item {
    width: 100%;
  }
  .cs_isotop_col_3 .cs_grid_sizer,
  .cs_isotop_col_3 .cs_isotop_item {
    width: 100%;
  }
  .cs_isotop_col_2 .cs_grid_sizer,
  .cs_isotop_col_2 .cs_isotop_item {
    width: 100%;
  }
}
/*--------------------------------------------------------------
11. Hero
----------------------------------------------------------------*/
.cs_hero.cs_style_1 {
  height: 1200px;
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_1 {
    height: 1075px;
  }
}
@media (max-width: 1480px) {
  .cs_hero.cs_style_1 {
    height: 1115px;
  }
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_1 {
    height: 980px;
  }
}
@media (max-width: 1300px) {
  .cs_hero.cs_style_1 {
    height: 1010px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 {
    height: initial;
  }
}
.cs_hero.cs_style_1 .cs_hero_text {
  position: relative;
  z-index: 1;
}
.cs_hero.cs_style_1 .cs_hero_wrap {
  height: 100%;
  width: 100%;
  padding-top: 248px;
  position: relative;
}
@media (max-width: 1300px) {
  .cs_hero.cs_style_1 .cs_hero_wrap {
    padding-top: 220px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_wrap {
    padding-top: 150px;
  }
}
.cs_hero.cs_style_1 .cs_hero_wrap > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs_hero.cs_style_1 .cs_hero_title {
  margin-bottom: 29px;
  max-width: 900px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_1 .cs_hero_title {
    max-width: 710px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_title {
    max-width: 580px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_title {
    margin-bottom: 20px;
  }
}
.cs_hero.cs_style_1 .cs_hero_subtitle {
  max-width: 700px;
  margin-bottom: 110px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_1 .cs_hero_subtitle {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_subtitle {
    max-width: 580px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_subtitle {
    margin-bottom: 35px;
  }
}
.cs_hero.cs_style_1 .cs_hero_info_wrap {
  padding: 70px 140px;
  margin-bottom: -110px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_1 .cs_hero_info_wrap {
    padding: 70px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_info_wrap {
    padding: 70px 25px;
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_info_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cs_hero.cs_style_1 .cs_hero_info_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 .cs_hero_info_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 25px;
  }
}
.cs_hero.cs_style_1 .cs_hero_info_title {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 4px;
}
.cs_hero.cs_style_1 .cs_hero_info_subtitle {
  line-height: 1.3em;
  margin: 0;
}
.cs_hero.cs_style_1 .cs_hero_info_icon {
  height: 70px;
  width: 70px;
  padding: 18px;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_info_icon {
    height: 60px;
    width: 60px;
    padding: 15px;
  }
}
.cs_hero.cs_style_1 .cs_hero_info_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs_hero.cs_style_1 .cs_hero_info {
  gap: 24px;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_info {
    gap: 15px;
  }
}
.cs_hero.cs_style_1 .cs_hero_img {
  position: absolute;
  bottom: -10px;
  right: 6%;
  max-height: 86%;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_1 .cs_hero_img {
    right: 4%;
    max-height: 84%;
  }
}
@media (max-width: 1480px) {
  .cs_hero.cs_style_1 .cs_hero_img {
    right: 1%;
  }
}
@media (max-width: 1300px) {
  .cs_hero.cs_style_1 .cs_hero_img {
    max-height: 82%;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_img {
    max-height: 72%;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_img {
    max-height: 100%;
    position: initial;
    margin-bottom: -100px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 .cs_hero_img {
    margin-bottom: -55px;
  }
}
.cs_hero.cs_style_1 .cs_hero_patents {
  position: absolute;
  left: 39.3%;
  top: 58.5%;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_1 .cs_hero_patents {
    left: 33%;
  }
}

.cs_hero.cs_style_2 {
  height: 100vh;
  min-height: 750px;
  max-height: 1080px;
  padding: 218px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_2 {
    padding: 190px 0 0;
  }
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_2 {
    padding-top: 170px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_2 {
    min-height: initial;
    height: initial;
    max-height: initial;
    padding-top: 150px;
  }
}
.cs_hero.cs_style_2 .cs_hero_text {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_2 .cs_hero_text {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cs_hero.cs_style_2 .cs_hero_text {
    margin-bottom: 40px;
  }
}
.cs_hero.cs_style_2 .container:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.cs_hero.cs_style_2 .cs_hero_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_2 .cs_hero_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
}
.cs_hero.cs_style_2 .cs_hero_bottom_left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 350px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_2 .cs_hero_bottom_left {
    width: 280px;
  }
}
.cs_hero.cs_style_2 .cs_hero_title {
  max-width: 900px;
  margin-bottom: 82px;
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_2 .cs_hero_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cs_hero.cs_style_2 .cs_hero_title {
    margin-bottom: 20px;
  }
}
.cs_hero.cs_style_2 .cs_hero_text_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 75px;
}
@media (max-width: 767px) {
  .cs_hero.cs_style_2 .cs_hero_text_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cs_hero.cs_style_2 .cs_hero_subtitle {
  margin: 0;
  max-width: 500px;
}
.cs_hero.cs_style_2 .cs_hero_patents {
  position: absolute;
  top: -75px;
  right: 0;
  -webkit-animation: anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_2 .cs_hero_patents {
    top: -40px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_patents {
    display: none;
  }
}
.cs_hero.cs_style_2 .cs_hero_funfact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1210px;
  margin-left: auto;
  position: relative;
  gap: 0 97px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 57px 0 73px 73px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_2 .cs_hero_funfact {
    gap: 0 30px;
    padding: 40px 0 50px 60px;
  }
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_2 .cs_hero_funfact {
    padding: 30px 0 50px 40px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_funfact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 0px;
    padding: 30px 0 35px 30px;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_2 .cs_hero_funfact {
    padding-left: 0;
  }
}
.cs_hero.cs_style_2 .cs_hero_funfact::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 0;
  top: 0;
  border-radius: 25px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
}
.cs_hero.cs_style_2 .cs_hero_funfact h3 {
  margin-bottom: 8px;
}
.cs_hero.cs_style_2 .cs_hero_funfact .cs_hero_funfact_col {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_funfact .cs_hero_funfact_col {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 450px) {
  .cs_hero.cs_style_2 .cs_hero_funfact .cs_hero_funfact_col h3 {
    font-size: 20px;
  }
}
.cs_hero.cs_style_2 .cs_text_btn_2:hover {
  color: #fff;
}

.cs_hero.cs_style_2.cs_type_1 {
  background: linear-gradient(
    -89deg,
    #95c98b 0.95%,
    #95c98b 98.78%
  );

  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.cs_hero.cs_style_2.cs_type_1 .cs_hero_funfact {
  background-color: rgba(39, 71, 96, 0.9);
  width: 100%;
  padding: 57px 60px 73px 60px;
  gap: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 0;
  border-radius: 25px 25px 0px 0px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_funfact {
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_funfact {
    padding: 30px 30px 35px 30px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_funfact {
    padding: 30px 0px 35px 0px;
    gap: 30px 0px;
  }
}
.cs_hero.cs_style_2.cs_type_1 .cs_hero_funfact:before {
  display: none;
}
.cs_hero.cs_style_2.cs_type_1 .cs_hero_text {
  padding-left: 50%;
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_text {
    padding-left: 42%;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_text {
    padding-left: 0%;
  }
}
@media (max-width: 420px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_text .cd-headline {
    display: block;
  }
}
.cs_hero.cs_style_2.cs_type_1 .cs_hero_img {
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 0;
  text-align: center;
  padding-top: 8%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_img {
    width: 42%;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_img {
    width: 100%;
    position: initial;
    max-width: 600px;
    padding-top: 0;
  }
}
.cs_hero.cs_style_2.cs_type_1 .cs_hero_img img {
  max-height: 100%;
}
.cs_hero.cs_style_2.cs_type_1 .cs_hero_btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cs_hero.cs_style_3 {
  height: calc(100vh + 235px);
  max-height: 1350px;
  min-height: 1050px;
  position: relative;
  padding-top: 240px;
  overflow: hidden;
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_3 {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 {
    padding-top: 160px;
    padding-bottom: 400px;
    min-height: calc(100vh + 210px);
    max-height: initial;
    height: initial;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_3 {
    padding-top: 140px;
    min-height: initial;
    max-height: initial;
    height: initial;
  }
  .cs_hero.cs_style_3 .cs_fs_20 {
    font-size: 16px;
  }
}
.cs_hero.cs_style_3 .cs_hero_bg {
  position: absolute;
  height: calc(100% - 235px);
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_bg {
    height: calc(100% - 210px);
  }
}
.cs_hero.cs_style_3 > .container {
  position: relative;
  z-index: 2;
}
.cs_hero.cs_style_3 .cs_hero_title {
  max-width: 1000px;
  margin-bottom: 52px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    max-width: 750px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    margin-bottom: 20px;
  }
}
.cs_hero.cs_style_3 .cs_hero_subtitle {
  max-width: 540px;
}
.cs_hero.cs_style_3 .cs_hero_img_1 {
  position: absolute;
  top: 150px;
  right: 90px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_3 .cs_hero_img_1 {
    top: 170px;
    right: 70px;
    max-width: 880px;
  }
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_3 .cs_hero_img_1 {
    right: 15px;
    margin-left: 15px;
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_img_1 {
    display: none;
  }
}
.cs_hero.cs_style_3 .cs_hero_img_2 {
  position: absolute;
  right: 5%;
  top: 69%;
  -webkit-animation: animo-x 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: animo-x 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_3 .cs_hero_img_2 {
    top: 66%;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_img_2 {
    display: none;
  }
}
.cs_hero.cs_style_3 .cs_hero_img_3 {
  position: absolute;
  right: 38%;
  top: 40%;
  -webkit-animation: anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_3 .cs_hero_img_3 {
    right: 30%;
  }
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_3 .cs_hero_img_3 {
    top: 50%;
  }
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_3 .cs_hero_img_3 {
    top: 60%;
    right: 34%;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_3 .cs_hero_img_3 {
    display: none;
  }
}
.cs_hero.cs_style_3 .cs_hero_img_4 {
  position: absolute;
  right: 7%;
  top: 24%;
  -webkit-animation: zoom-anim 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: zoom-anim 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_img_4 {
    display: none;
  }
}
.cs_hero.cs_style_3 .cs_hero_card {
  display: inline-block;
  border-radius: 20px;
  background: linear-gradient(163deg, #86bbf1 0%, #d2eaef 100%);
  padding: 30px 40px;
  position: relative;
  bottom: -100px;
  z-index: 2;
}
@media (max-width: 575px) {
  .cs_hero.cs_style_3 .cs_hero_card {
    width: 100%;
    padding: 30px 15px;
  }
}
@media (max-width: 380px) {
  .cs_hero.cs_style_3 .cs_hero_card .cs_fs_24 {
    font-size: 18px;
  }
  .cs_hero.cs_style_3 .cs_hero_card .cs_hero_shedule_list li {
    gap: 8px;
  }
}
.cs_hero.cs_style_3 .cs_hero_card_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}
.cs_hero.cs_style_3 .cs_hero_card_media img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  margin-right: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 380px) {
  .cs_hero.cs_style_3 .cs_hero_card_media img {
    width: 50px;
    height: 50px;
  }
}
.cs_hero.cs_style_3 .cs_hero_shedule_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs_hero.cs_style_3 .cs_hero_shedule_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.cs_hero.cs_style_3 .cs_hero_shedule_list li:not(:last-child) {
  margin-bottom: 3px;
}
.cs_hero.cs_style_3 .cs_hero_shedule_list strong {
  font-weight: 600;
}
.cs_hero.cs_style_3.cs_type_1 {
  height: 100vh;
  min-height: initial;
  max-height: 1050px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3.cs_type_1 {
    padding: 150px 0 110px;
  }
}
.cs_hero.cs_style_3.cs_type_1 .cs_hero_bg {
  height: 100%;
}
.cs_hero.cs_style_3.cs_type_1 .cs_hero_bg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#274760),
    to(rgba(48, 123, 196, 0))
  );
  background: linear-gradient(90deg, #274760 0%, rgba(48, 123, 196, 0) 100%);
}

.cs_hero.cs_style_4 {
  min-height: 750px;
  position: relative;
  padding: 210px 0 0;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_4 {
    padding: 190px 0 0;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_4 {
    padding: 150px 0 0;
  }
}
.cs_hero.cs_style_4 .cs_hero_text {
  max-width: 920px;
  display: flex;
  position: relative;
  z-index: 2;
}
.cs_hero.cs_style_4 .cs_hero_title {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_4 .cs_hero_title {
    margin-bottom: 20px;
  }
}
.cs_hero.cs_style_4 .cs_hero_subtitle {
  max-width: 700px;
  margin-bottom: 110px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_4 .cs_hero_subtitle {
    margin-bottom: 60px;
  }
}
.cs_hero.cs_style_4 .cs_hero_img_1 {
  position: absolute;
  left: 53%;
  top: 50%;
  -webkit-animation: anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_4 .cs_hero_img_1 {
    display: none;
  }
}
.cs_hero.cs_style_4 .cs_hero_img_2 {
  position: absolute;
  right: 3%;
  bottom: 0%;
  -webkit-animation: animo-x 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: animo-x 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_4 .cs_hero_img_2 {
    display: none;
  }
}
.cs_hero.cs_style_4 .cs_hero_img_3 {
  position: absolute;
  right: 8%;
  top: 22%;
  -webkit-animation: zoom-anim 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: zoom-anim 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_4 .cs_hero_img_3 {
    display: none;
  }
}

/*--------------------------------------------------------------
12. Iconbox
----------------------------------------------------------------*/
.cs_iconbox.cs_style_1 {
  padding: 25px 30px 40px 30px;
  height: 100%;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_1 {
    padding: 25px 20px 30px 20px;
  }
}
@media (max-width: 1280px) {
  .cs_iconbox.cs_style_1 {
    padding: 25px 25px 30px 25px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_1 .cs_fs_20 {
    font-size: 20px;
  }
}
@media (max-width: 340px) {
  .cs_iconbox.cs_style_1 .cs_fs_20 {
    font-size: 18px;
  }
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon {
  height: 120px;
  width: 120px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 25px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_1 .cs_iconbox_icon {
    height: 90px;
    width: 90px;
    padding: 15px;
  }
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon img {
  max-height: 100%;
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(rgba(255, 255, 255, 0.13))
  );
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.13));
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.cs_iconbox.cs_style_1:hover .cs_iconbox_icon:before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}
.cs_iconbox.cs_style_1 .cs_iconbox_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 43px;
  max-width: 340px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_1 .cs_iconbox_top {
    gap: 15px;
    margin-bottom: 30px;
  }
  .cs_iconbox.cs_style_1 .cs_iconbox_top .cs_iconbox_title {
    line-height: 1.4em;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_1 .cs_iconbox_top {
    margin-bottom: 20px;
  }
}
.cs_iconbox.cs_style_1 .cs_iconbox_text {
  padding-left: 14px;
  margin: 0;
}
@media (max-width: 1199px) {
  .cs_iconbox.cs_style_1 .cs_iconbox_text {
    padding-left: 0;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.cs_iconbox.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 250px;
  gap: 60px;
  border-radius: 20px;
  border: 1px solid #307bc4;
  padding: 40px 70px;
  margin-bottom: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_2 {
    min-height: 220px;
    gap: 30px;
    padding: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_2 {
    min-height: 200px;
    margin-bottom: 25px;
  }
}
@media (max-width: 450px) {
  .cs_iconbox.cs_style_2 {
    min-height: 150px;
    gap: 25px;
    padding: 35px;
  }
}
.cs_iconbox.cs_style_2 .cs_iconbox_title {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_iconbox.cs_style_2 img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #307bc4;
}
@media (max-width: 350px) {
  .cs_iconbox.cs_style_2 img {
    max-width: 65px;
  }
}
.cs_iconbox.cs_style_2 .cs_iconbox_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cs_iconbox.cs_style_2:hover {
  background-color: #307bc4;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}
.cs_iconbox.cs_style_2:hover .cs_iconbox_title {
  color: #fff;
}
.cs_iconbox.cs_style_2:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.cs_iconbox.cs_style_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3 {
    gap: 0 20px;
  }
}
@media (max-width: 420px) {
  .cs_iconbox.cs_style_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs_iconbox.cs_style_3::before {
  content: "";
  position: absolute;
  width: 9px;
  height: calc(100% + 50px);
  background-color: #307bc4;
  left: 50%;
  margin-left: -4px;
  margin-top: -25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3::before {
    display: none;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_left,
.cs_iconbox.cs_style_3 .cs_iconbox_right {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_left,
  .cs_iconbox.cs_style_3 .cs_iconbox_right {
    width: initial;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_left {
  padding-right: 120px;
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_left {
    padding-right: 0;
    padding-top: 10px;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_right {
  padding-left: 200px;
  position: relative;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_right br {
    display: none;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_right {
    padding-left: 0;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_number {
  font-size: 72px;
  color: rgba(48, 123, 196, 0.08);
  line-height: 1.14;
  position: absolute;
  left: 84px;
  top: -20px;
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_number {
    position: initial;
    font-size: 56px;
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_number {
    display: none;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_icon {
  height: 136px;
  width: 136px;
  background: rgba(48, 123, 196, 0.17);
  margin-left: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 25px;
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_icon {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 420px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_icon {
    height: 80px;
    width: 80px;
    margin-left: initial;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_title {
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_title {
    margin-bottom: 10px;
  }
}
.cs_iconbox.cs_style_3:hover::before {
  opacity: 1;
}
.cs_iconbox.cs_style_3:hover .cs_iconbox_icon {
  background-color: #307bc4;
}

.cs_iconbox_3_wrap {
  position: relative;
}
.cs_iconbox_3_wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #274760;
}
@media (max-width: 991px) {
  .cs_iconbox_3_wrap::before {
    display: none;
  }
}
.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:not(:last-child) {
  margin-bottom: 146px;
}
@media (max-width: 991px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:not(:last-child) {
    margin-bottom: 50px;
  }
}
.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 420px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) .cs_iconbox_left {
  padding-right: 0px;
  padding-left: 120px;
}
@media (max-width: 991px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) .cs_iconbox_left {
    padding-left: 0;
  }
}
.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) .cs_iconbox_right {
  padding-right: 200px;
  padding-left: 0;
  text-align: right;
}
@media (max-width: 991px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) .cs_iconbox_right {
    padding-right: 0;
    text-align: left;
  }
}
.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) .cs_iconbox_icon {
  margin-left: initial;
}
.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) .cs_iconbox_number {
  left: initial;
  right: 84px;
}

.cs_iconbox.cs_style_4,
.cs_iconbox.cs_style_7 {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.cs_iconbox.cs_style_4 .cs_iconbox_btn,
.cs_iconbox.cs_style_7 .cs_iconbox_btn {
  width: 90px;
  height: 70px;
  background-color: rgba(48, 123, 196, 0.5);
  border-radius: 10px 0 20px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_4 .cs_iconbox_btn,
  .cs_iconbox.cs_style_7 .cs_iconbox_btn {
    width: 70px;
    height: 50px;
  }
}
.cs_iconbox.cs_style_4 .cs_iconbox_btn img,
.cs_iconbox.cs_style_7 .cs_iconbox_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_iconbox.cs_style_4 .cs_iconbox_btn img:last-child,
.cs_iconbox.cs_style_7 .cs_iconbox_btn img:last-child {
  left: -50%;
}
.cs_iconbox.cs_style_4 .cs_iconbox_btn:hover,
.cs_iconbox.cs_style_7 .cs_iconbox_btn:hover {
  background-color: #307bc4;
}
.cs_iconbox.cs_style_4:hover .cs_iconbox_btn img:first-child,
.cs_iconbox.cs_style_7:hover .cs_iconbox_btn img:first-child {
  left: 150%;
}
.cs_iconbox.cs_style_4:hover .cs_iconbox_btn img:last-child,
.cs_iconbox.cs_style_7:hover .cs_iconbox_btn img:last-child {
  left: 50%;
}

.cs_iconbox.cs_style_4 {
  padding: 30px 110px 32px 40px;
  margin-bottom: 20px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_4 {
    padding: 30px 90px 50px 25px;
  }
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_4 {
    padding: 30px 35px 50px 25px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_4 {
    padding: 30px 25px 70px 25px;
  }
}
.cs_iconbox.cs_style_4 .cs_iconbox_title {
  margin-bottom: 12px;
  min-height: 83px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_4 .cs_iconbox_title {
    min-height: initial;
  }
}
@media (min-width: 1701px) {
  .cs_iconbox.cs_style_4 .cs_iconbox_subtitle {
    padding-right: 20%;
  }
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon {
  height: 40px;
  width: 40px;
  margin-bottom: 21px;
}

.cs_iconbox.cs_style_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  padding: 25px 30px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_5 {
    padding: 20px;
    gap: 15px;
  }
  .cs_iconbox.cs_style_5 .cs_iconbox_title {
    line-height: 1.3em;
  }
}
.cs_iconbox.cs_style_5 .cs_iconbox_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 120px;
  height: 120px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_5 .cs_iconbox_icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}
.cs_iconbox.cs_style_5 .cs_iconbox_icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(rgba(255, 255, 255, 0.13))
  );
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.13));
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.cs_iconbox.cs_style_5:hover .cs_iconbox_icon:before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}

.cs_iconbox.cs_style_6 .cs_iconbox_icon {
  height: 40px;
  width: 40px;
  margin-bottom: 18px;
  padding: 8px;
}
.cs_iconbox.cs_style_6 .cs_iconbox_icon img {
  max-height: 100%;
}
.cs_iconbox.cs_style_6 .cs_iconbox_title {
  margin-bottom: 12px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_6 br {
    display: none;
  }
}

.cs_iconbox.cs_style_7 {
  padding: 48px 80px 88px 130px;
  margin-bottom: 50px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_7 {
    padding: 48px 50px 88px 130px;
  }
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_7 {
    padding: 40px 30px 88px 100px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_7 {
    margin-bottom: 25px;
    padding: 30px 30px 70px 100px;
  }
}
.cs_iconbox.cs_style_7 .cs_iconbox_title {
  margin-bottom: 18px;
}
.cs_iconbox.cs_style_7 .cs_iconbox_icon {
  position: absolute;
  top: 56px;
  left: 34px;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_7 .cs_iconbox_icon {
    top: 50px;
    left: 25px;
    max-width: 54px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_7 .cs_iconbox_icon {
    top: 40px;
  }
}
.cs_iconbox.cs_style_7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: linear-gradient(154deg, #d2eaef 0%, #86bbf1 100%);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.cs_iconbox.cs_style_7 .cs_iconbox_title,
.cs_iconbox.cs_style_7 .cs_iconbox_subtitle {
  position: relative;
  z-index: 2;
}
.cs_iconbox.cs_style_7:hover::before {
  opacity: 1;
}

.cs_iconbox.cs_style_8 {
  padding: 72px 41px 66px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_8 {
    padding: 55px 26px 50px;
  }
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_8 {
    padding: 30px 15px;
  }
}
.cs_iconbox.cs_style_8 .cs_iconbox_title {
  margin-bottom: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_iconbox.cs_style_8 .cs_iconbox_subtitle {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_iconbox.cs_style_8 .cs_iconbox_icon {
  height: 72px;
  width: 72px;
  border: 1px solid #307bc4;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.cs_iconbox.cs_style_8:hover {
  background-color: #fff;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.cs_iconbox.cs_style_8:hover .cs_iconbox_title,
.cs_iconbox.cs_style_8:hover .cs_iconbox_subtitle {
  color: #274760;
}

.cs_iconbox_8_wrap {
  background: linear-gradient(172deg, #d2eaef 0%, #86bbf1 100%);
}
@media (max-width: 1400px) {
  .cs_iconbox_8_wrap {
    padding: 40px 15px;
  }
}

.cs_iconbox.cs_style_9 {
  background: linear-gradient(154deg, #d2eaef 0%, #86bbf1 100%);
  padding: 40px 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 24px;
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_9 {
    min-height: 250px;
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_9 {
    min-height: 250px;
    padding: 25px 25px;
  }
}
.cs_iconbox.cs_style_9:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.cs_iconbox.cs_style_9 .cs_iconbox_title {
  margin-top: 20px;
}

.cs_iconbox.cs_style_10 {
  padding: 55px 50px;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-width: 370px;
}
.cs_iconbox.cs_style_10:hover {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}
.cs_iconbox.cs_style_10 .cs_iconbox_title {
  margin-bottom: 20px;
}
.cs_iconbox.cs_style_10 .cs_iconbox_icon {
  height: 111px;
  width: 111px;
  padding: 10px;
  border: 1px solid #307bc4;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .cs_iconbox.cs_style_10 {
    padding: 40px 25px;
    max-width: 300px;
  }
}
@media (max-width: 340px) {
  .cs_iconbox.cs_style_10 {
    padding: 40px 20px;
    max-width: 270px;
  }
}

.cs_iconbox.cs_style_11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(210, 234, 239, 0.5);
  padding: 38px 54px;
  gap: 30px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_11 {
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 380px) {
  .cs_iconbox.cs_style_11 {
    padding: 25px 20px;
    gap: 15px;
  }
}
@media (max-width: 330px) {
  .cs_iconbox.cs_style_11 {
    padding: 20px 20px;
    gap: 10px;
  }
}
.cs_iconbox.cs_style_11 .cs_iconbox_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_11 .cs_iconbox_icon {
    max-width: 60px;
  }
}
@media (max-width: 380px) {
  .cs_iconbox.cs_style_11 .cs_iconbox_icon {
    max-width: 40px;
  }
}
@media (max-width: 330px) {
  .cs_iconbox.cs_style_11 .cs_iconbox_icon {
    max-width: 35px;
  }
}
.cs_iconbox.cs_style_11 .cs_iconbox_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs_iconbox.cs_style_12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_12 {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .cs_iconbox.cs_style_12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
}
.cs_iconbox.cs_style_12 .cs_iconbox_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 35px;
  background-color: #86bbf1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_iconbox.cs_style_12 .cs_iconbox_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_icon {
    width: 120px;
    height: 120px;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}
.cs_iconbox.cs_style_12 .cs_iconbox_circle {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-bottom: 28px;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_circle {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_circle {
    display: none;
  }
}
.cs_iconbox.cs_style_12 .cs_iconbox_title {
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_title {
    margin-bottom: 8px;
  }
}
.cs_iconbox.cs_style_12 .cs_iconbox_info {
  max-width: 440px;
  padding: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_info {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_info {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.cs_iconbox.cs_style_12:hover .cs_iconbox_icon {
  background-color: #307bc4;
}
@media (min-width: 575px) {
  .cs_iconbox.cs_style_12:hover .cs_iconbox_info {
    background-color: #fff;
    -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
    box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  }
}

.cs_iconbox_12_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}
@media (max-width: 991px) {
  .cs_iconbox_12_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_iconbox_12_wrap {
    gap: 35px;
  }
}
.cs_iconbox_12_wrap > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_iconbox_12_wrap > * > * {
  width: 100%;
}
.cs_iconbox_12_wrap > *:nth-child(even) .cs_iconbox.cs_style_12 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .cs_iconbox_12_wrap > *:nth-child(even) .cs_iconbox.cs_style_12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.cs_iconbox.cs_style_13 {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  margin-top: 60px;
  padding: 1px 25px 32px;
}
.cs_iconbox.cs_style_13 .cs_iconbox_title {
  margin-bottom: 18px;
}
.cs_iconbox.cs_style_13 .cs_iconbox_icon {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  height: 120px;
  width: 120px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  margin-bottom: 32px;
}
.cs_iconbox.cs_style_13 .cs_iconbox_icon_in {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  padding: 20px;
}

/*--------------------------------------------------------------
13. Posts
----------------------------------------------------------------*/
.cs_post.cs_style_1 {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs_post.cs_style_1:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}
.cs_post.cs_style_1 .cs_post_thumb {
  display: block;
  width: 100%;
}
.cs_post.cs_style_1 .cs_post_thumb img {
  width: 100%;
  border-radius: 20px;
}
.cs_post.cs_style_1 .cs_post_info {
  padding: 30px 40px 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cs_post.cs_style_1 .cs_post_info {
    padding: 30px 25px 30px;
  }
}
.cs_post.cs_style_1 .cs_post_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cs_post.cs_style_1 .cs_post_social a {
  height: 30px;
  width: 30px;
  border: 1px solid #307bc4;
  color: #307bc4;
  font-size: 14px;
}
.cs_post.cs_style_1 .cs_post_social a:hover {
  background-color: #307bc4;
  color: #fff;
}
.cs_post.cs_style_1 .cs_post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
}
.cs_post.cs_style_1 .cs_post_title {
  margin-bottom: 18px;
}
.cs_post.cs_style_1 .cs_post_btn {
  display: inline-block;
}
.cs_post.cs_style_1 .cs_post_btn:hover {
  text-decoration: underline;
}
.cs_post.cs_style_1.cs_type_1 {
  padding: 28px 28px 0;
}
@media (max-width: 1400px) {
  .cs_post.cs_style_1.cs_type_1 {
    padding: 15px 15px 0;
  }
}
.cs_post.cs_style_1.cs_type_1 .cs_post_title {
  margin: 0;
}
.cs_post.cs_style_1.cs_type_1 .cs_post_info {
  padding: 25px 15px 56px;
}
@media (max-width: 1400px) {
  .cs_post.cs_style_1.cs_type_1 .cs_post_info {
    padding: 25px 0px 30px 10px;
  }
}
.cs_post.cs_style_1.cs_type_2 {
  height: initial;
  display: block;
}
.cs_post.cs_style_1.cs_type_2 .cs_post_thumb img {
  border-radius: 20px 20px 0 0;
}
.cs_post.cs_style_1.cs_type_2 .cs_post_title {
  margin-bottom: 20px;
}
.cs_post.cs_style_1.cs_type_2 .cs_post_info {
  padding: 45px 40px 45px;
}
@media (max-width: 480px) {
  .cs_post.cs_style_1.cs_type_2 .cs_post_info {
    padding: 30px 25px;
  }
}
.cs_post.cs_style_1.cs_type_2 .cs_post_meta {
  margin-bottom: 0;
}
.cs_post.cs_style_1.cs_type_2 .cs_post_thumb {
  height: 381px;
}
@media (max-width: 1700px) {
  .cs_post.cs_style_1.cs_type_2 .cs_post_thumb {
    height: 396px;
  }
}
@media (max-width: 991px) {
  .cs_post.cs_style_1.cs_type_2 .cs_post_thumb {
    height: initial;
  }
}
.cs_post.cs_style_1.cs_type_2 .cs_post_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cs_post.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs_post.cs_style_2:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
@media (max-width: 380px) {
  .cs_post.cs_style_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs_post.cs_style_2:not(:last-child) {
  margin-bottom: 20px;
}
.cs_post.cs_style_2 .cs_post_title {
  margin-bottom: 12px;
}
.cs_post.cs_style_2 .cs_post_info {
  padding: 15px 15px 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1700px) {
  .cs_post.cs_style_2 .cs_post_info {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .cs_post.cs_style_2 .cs_post_info {
    padding-left: 20px;
  }
}
.cs_post.cs_style_2 .cs_post_thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 190px;
  min-height: 188px;
}
.cs_post.cs_style_2 .cs_post_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cs_post.cs_style_2 .cs_post_thumb {
    width: 150px;
    min-height: 150px;
  }
}
@media (max-width: 380px) {
  .cs_post.cs_style_2 .cs_post_thumb {
    height: 180px;
    width: 180px;
    border-radius: 0 0 20px 0;
    overflow: hidden;
  }
}

.cs_post.cs_style_3 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_post.cs_style_3:hover {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}
.cs_post.cs_style_3 .cs_post_thumb {
  display: block;
}
.cs_post.cs_style_3 .cs_post_category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #307bc4;
  padding: 6px 19px;
  border-radius: 20px;
  margin-bottom: 18px;
}
.cs_post.cs_style_3 .cs_post_category:hover {
  background-color: #307bc4;
  color: #fff;
}
.cs_post.cs_style_3 .cs_post_title {
  margin-bottom: 18px;
}
.cs_post.cs_style_3 .cs_posted_by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #274760;
}
.cs_post.cs_style_3 .cs_posted_by i {
  font-size: 18px;
  color: #307bc4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs_post.cs_style_3 .cs_post_info {
  padding: 35px 40px;
}
@media (max-width: 1700px) {
  .cs_post.cs_style_3 .cs_post_info {
    padding: 25px 24px;
  }
}

/*--------------------------------------------------------------
14. Banner
----------------------------------------------------------------*/
.cs_banner.cs_style_1 {
  position: relative;
  padding: 100px 90px;
  border-radius: 25px;
  margin-top: 165px;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_1 {
    margin-top: 85px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_1 {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_1 {
    padding: 70px 30px;
  }
}
.cs_banner.cs_style_1 .cs_banner_title {
  max-width: 800px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_1 .cs_banner_title {
    max-width: 650px;
  }
}
.cs_banner.cs_style_1 .cs_banner_subtitle {
  max-width: 500px;
  position: relative;
  z-index: 1;
}
.cs_banner.cs_style_1 .cs_banner_img {
  position: absolute;
  bottom: -30px;
  right: -15px;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_1 .cs_banner_img {
    max-width: 535px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_1 .cs_banner_img {
    max-height: 100%;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_1 .cs_banner_img {
    display: none;
  }
}

.cs_banner.cs_style_2 {
  padding: 200px 9% 200px 43%;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_2 {
    padding: 150px 9% 150px 43%;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_2 {
    padding: 150px 5% 150px 40%;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_2 {
    padding: 120px 4% 120px 36%;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_2 {
    padding: 80px 30px 80px 25%;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_2 {
    padding: 80px 30px;
    background-position: right center;
  }
  .cs_banner.cs_style_2 br {
    display: none;
  }
}

.cs_banner.cs_style_3,
.cs_banner.cs_style_5 {
  padding: 225px 0 155px;
  min-height: 700px;
  position: relative;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_3,
  .cs_banner.cs_style_5 {
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_3,
  .cs_banner.cs_style_5 {
    min-height: 500px;
    padding: 160px 0 125px;
  }
  .cs_banner.cs_style_3 .container,
  .cs_banner.cs_style_5 .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_3,
  .cs_banner.cs_style_5 {
    padding: 155px 0 100px;
    text-align: 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_banner.cs_style_3 .container,
  .cs_banner.cs_style_5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_3 .container,
  .cs_banner.cs_style_5 .container {
    max-width: 540px;
  }
}
.cs_banner.cs_style_3 .cs_banner_title,
.cs_banner.cs_style_5 .cs_banner_title {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_3 .cs_banner_title,
  .cs_banner.cs_style_5 .cs_banner_title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cs_banner.cs_style_3 .cs_banner_title,
  .cs_banner.cs_style_5 .cs_banner_title {
    font-size: 48px;
  }
}
.cs_banner.cs_style_3 .cs_banner_img,
.cs_banner.cs_style_5 .cs_banner_img {
  position: absolute;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 110px;
}
.cs_banner.cs_style_3 .cs_banner_img img,
.cs_banner.cs_style_5 .cs_banner_img img {
  max-height: 100%;
}
@media (max-width: 991px) {
  .cs_banner.cs_style_3 .cs_banner_img,
  .cs_banner.cs_style_5 .cs_banner_img {
    display: none;
  }
}
.cs_banner.cs_style_3 .cs_banner_text,
.cs_banner.cs_style_5 .cs_banner_text {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 991px) {
  .cs_banner.cs_style_3 .cs_banner_text,
  .cs_banner.cs_style_5 .cs_banner_text {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_3 .cs_fs_20,
  .cs_banner.cs_style_5 .cs_fs_20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_3 .cs_fs_20,
  .cs_banner.cs_style_5 .cs_fs_20 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .cs_banner.cs_style_3 br,
  .cs_banner.cs_style_5 br {
    display: none;
  }
}

.cs_banner.cs_style_3 .cs_banner_img {
  left: 0;
  width: 50%;
  padding-left: 6%;
  padding-right: 12px;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_3 .cs_banner_img {
    padding-left: 12px;
  }
}
.cs_banner.cs_style_3 .cs_banner_subtitle {
  max-width: 550px;
}
@media (max-width: 991px) {
  .cs_banner.cs_style_3 .cs_banner_subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 991px) {
  .cs_banner.cs_style_3 .cs_banner_text {
    margin-left: auto;
  }
}

.cs_banner.cs_style_4 {
  position: relative;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  padding: 280px 130px 340px;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_4 {
    padding: 140px 130px 340px;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_4 {
    padding: 120px 30px 250px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_4 br {
    display: none;
  }
}
.cs_banner.cs_style_4 > * {
  position: relative;
  z-index: 2;
}
.cs_banner.cs_style_4 .cs_banner_title {
  margin-bottom: 12px;
}

.cs_banner.cs_style_5 .cs_banner_img {
  right: 0;
  width: 50%;
  padding-left: 12px;
  padding-right: 5%;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_5 .cs_banner_img {
    padding-right: 12px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_5 .cs_banner_img {
    width: 56%;
  }
}

.cs_banner.cs_style_6 {
  position: relative;
  padding: 86px 70px 350px 50.4%;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  margin-top: 100px;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_6 {
    margin-top: 35px;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_6 {
    padding: 86px 70px 350px 44%;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_6 {
    padding: 80px 30px 340px 36%;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_6 {
    padding: 70px 30px 240px 30px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_6 br {
    display: none;
  }
}
.cs_banner.cs_style_6 .cs_banner_title {
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.cs_banner.cs_style_6 .cs_banner_subtitle {
  position: relative;
  z-index: 1;
}
.cs_banner.cs_style_6 .cs_banner_img {
  left: -10px;
  bottom: 30px;
  position: absolute;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_6 .cs_banner_img {
    max-width: 670px;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_6 .cs_banner_img {
    max-width: 610px;
    left: -100px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_6 .cs_banner_img {
    max-width: 560px;
    left: -130px;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_6 .cs_banner_img {
    display: none;
  }
}

.cs_banner.cs_style_7 {
  padding: 77px 50px 405px;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  position: relative;
  margin-top: 390px;
}
@media (max-width: 991px) {
  .cs_banner.cs_style_7 {
    padding: 70px 25px 245px;
    margin-top: 305px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_7 {
    margin-top: 0;
  }
  .cs_banner.cs_style_7 br {
    display: none;
  }
}
.cs_banner.cs_style_7 .cs_banner_img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -390px;
  z-index: -1;
}
@media (max-width: 991px) {
  .cs_banner.cs_style_7 .cs_banner_img {
    top: -310px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_7 .cs_banner_img {
    display: none;
  }
}

.cs_banner_8_wrap {
  position: relative;
}
.cs_banner_8_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #fff;
}

.cs_banner.cs_style_8 {
  position: relative;
  padding: 127px 100px 146px;
  z-index: 2;
  margin-top: 75px;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_8 {
    margin-top: 0;
    padding: 110px 80px 110px;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_8 {
    margin-top: 0;
    padding: 90px 60px 90px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_8 {
    padding: 70px 30px 70px;
  }
}
.cs_banner.cs_style_8 .cs_banner_title {
  margin-bottom: 17px;
}
.cs_banner.cs_style_8 .cs_banner_in {
  max-width: 540px;
  position: relative;
  z-index: 2;
}
.cs_banner.cs_style_8 .cs_banner_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62%;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_8 .cs_banner_img {
    width: 58%;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_8 .cs_banner_img {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_8 .cs_banner_img {
    width: 52%;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_8 .cs_banner_img {
    display: none;
  }
}

.cs_banner.cs_style_9 {
  position: relative;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  padding: 183px 0 382px 130px;
  margin-top: 130px;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_9 {
    padding: 140px 0 350px 110px;
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_9 {
    padding: 100px 0 350px 50px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_9 {
    padding: 100px 0 250px 30px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_9 br {
    display: none;
  }
}
.cs_banner.cs_style_9 .cs_banner_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_9 .cs_banner_img {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_9 .cs_banner_img {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_9 .cs_banner_img {
    display: none;
  }
}
.cs_banner.cs_style_9 .cs_banner_title {
  margin-bottom: 22px;
}
.cs_banner.cs_style_9.cs_type_1 {
  padding: 150px 60px 340px 50%;
  margin: 0;
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_9.cs_type_1 {
    padding: 90px 60px 340px 50%;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_9.cs_type_1 {
    padding: 90px 30px 240px 30px;
  }
}
.cs_banner.cs_style_9.cs_type_1 .cs_banner_img {
  right: initial;
  left: 0;
  max-width: 48%;
}

/*--------------------------------------------------------------
15. Testimonial
----------------------------------------------------------------*/
.cs_testimonial.cs_style_1 {
  line-height: 1.87em;
  position: relative;
}
.cs_testimonial.cs_style_1 > img {
  position: absolute;
  left: -88px;
  top: -37px;
}
@media (max-width: 991px) {
  .cs_testimonial.cs_style_1 > img {
    top: -15px;
    left: -75px;
  }
}
.cs_testimonial.cs_style_1 > p {
  margin-bottom: 30px;
}

.cs_testimonial.cs_style_2 .cs_testimonial_text {
  padding: 80px 80px 80px 144px;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 1700px) {
  .cs_testimonial.cs_style_2 .cs_testimonial_text {
    padding: 60px 60px 60px 124px;
  }
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_2 .cs_testimonial_text {
    padding: 50px 25px 50px 105px;
  }
}
.cs_testimonial.cs_style_2 .cs_testimonial_text p {
  margin-bottom: 32px;
}
.cs_testimonial.cs_style_2 .cs_quote_icon {
  position: absolute;
  left: 60px;
  top: 70px;
}
@media (max-width: 1700px) {
  .cs_testimonial.cs_style_2 .cs_quote_icon {
    left: 40px;
  }
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_2 .cs_quote_icon {
    left: 30px;
    top: 40px;
  }
}
.cs_testimonial.cs_style_2 .cs_testimonial_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_2 .cs_testimonial_meta {
    gap: 20px;
  }
}
.cs_testimonial.cs_style_2 .cs_testimonial_avatar {
  height: 96px;
  width: 96px;
  border-radius: 50%;
}
.cs_testimonial.cs_style_2 .cs_testimonial_avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.cs_testimonial.cs_style_3 {
  padding: 1px 82px 42px;
  margin-top: 75px;
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_3 {
    padding: 1px 20px 30px;
  }
}
.cs_testimonial.cs_style_3 .cs_testimonial_img {
  height: 150px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -75px;
  margin-bottom: 24px;
}
.cs_testimonial.cs_style_3 .cs_testimonial_avatar {
  margin-bottom: 10px;
}
.cs_testimonial.cs_style_3 .cs_testimonial_text {
  margin-top: 42px;
}
.cs_testimonial.cs_style_3 .cs_rating {
  margin-left: auto;
  margin-right: auto;
}

.cs_testimonial.cs_style_4 {
  background-color: #fff;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  padding: 40px 20px;
}
.cs_testimonial.cs_style_4 .cs_testimonial_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.cs_testimonial.cs_style_4 .cs_testimonial_avatar {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cs_testimonial.cs_style_4 .cs_testimonial_avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cs_testimonial.cs_style_4 .cs_testimonial_meta {
  margin-bottom: 32px;
}
.cs_testimonial.cs_style_4 .cs_rating {
  margin-top: 32px;
}

.cs_testimonial_carousel_2 .cs_slider_activate {
  width: 58vw;
}
@media (max-width: 991px) {
  .cs_testimonial_carousel_2 .cs_slider_activate {
    width: 90vw;
  }
}
@media (max-width: 575px) {
  .cs_testimonial_carousel_2 .cs_slider_activate {
    width: 100%;
  }
}
.cs_testimonial_carousel_2 .cs_testimonial.cs_style_4 {
  max-width: 390px;
}
@media (max-width: 420px) {
  .cs_testimonial_carousel_2 .cs_testimonial.cs_style_4 {
    max-width: 300px;
  }
}
.cs_testimonial_carousel_2 .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -30px;
  margin-bottom: -30px;
  -webkit-box-shadow: -10px 0px 30px -20px rgba(48, 123, 196, 0.1);
  box-shadow: -10px 0px 30px -20px rgba(48, 123, 196, 0.1);
  border-radius: 60px;
}
.cs_testimonial_carousel_2 .cs_slider_navigation.cs_style_1 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0;
}

/*--------------------------------------------------------------
16. Portfolio
----------------------------------------------------------------*/
.cs_portfolio.cs_style_1 {
  height: 429px;
}
@media (max-width: 991px) {
  .cs_portfolio.cs_style_1 {
    height: 350px;
  }
}
.cs_portfolio.cs_style_1 .cs_portfolio_img {
  height: 100%;
  border-radius: inherit;
  position: relative;
}
.cs_portfolio.cs_style_1 .cs_portfolio_img::before {
  content: "";
  background: #307bc4;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_portfolio.cs_style_1 .cs_link_hover {
  position: absolute;
  z-index: 2;
  top: -100px;
  right: 50px;
  width: 60px;
  height: 200px;
  background: #307bc4;
  border-radius: 0 0 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
}
.cs_portfolio.cs_style_1 .cs_link_hover i {
  color: #307bc4;
  background-color: #fff;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: scale(0.5) rotate(180deg);
  transform: scale(0.5) rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_portfolio.cs_style_1:hover .cs_link_hover {
  opacity: 1;
  top: 0px;
}
.cs_portfolio.cs_style_1:hover .cs_link_hover i {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.cs_portfolio.cs_style_1:hover .cs_portfolio_img::before {
  opacity: 0.4;
}
.cs_portfolio.cs_style_1.cs_size_1 {
  height: 716px;
}
@media (max-width: 991px) {
  .cs_portfolio.cs_style_1.cs_size_1 {
    height: 607px;
  }
}

/*--------------------------------------------------------------
17. Brands
----------------------------------------------------------------*/
.cs_brands.cs_style_1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
}
@media (max-width: 1700px) {
  .cs_brands.cs_style_1 {
    gap: 40px 120px;
  }
}
@media (max-width: 991px) {
  .cs_brands.cs_style_1 {
    gap: 20px 60px;
  }
}
@media (max-width: 767px) {
  .cs_brands.cs_style_1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_brands.cs_style_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .cs_brands.cs_style_1 {
    gap: 20px 30px;
  }
}

.cs_brands.cs_style_2 {
  padding: 0 20px;
  text-align: center;
  height: 136px;
  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_brands.cs_style_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 70px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  padding: 70px;
}
@media (max-width: 1400px) {
  .cs_brands.cs_style_3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cs_brands.cs_style_3 {
    gap: 30px;
    padding: 70px 40px;
  }
}

/*--------------------------------------------------------------
18. Accordians
----------------------------------------------------------------*/
.cs_accordians.cs_style1 .cs_accordian {
  border-radius: 25px;
  border: 1px solid #d2eaef;
  background: rgba(39, 71, 96, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1 .cs_accordian {
    border-radius: 15px;
  }
}
.cs_accordians.cs_style1 .cs_accordian:not(:last-child) {
  margin-bottom: 20px;
}
.cs_accordians.cs_style1 .cs_accordian.active {
  background-color: #d2eaef;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .cs_accordians.cs_style1 .cs_accordian.active {
    margin-left: 0;
  }
}
.cs_accordians.cs_style1 .cs_accordian.active .cs_accordian_arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cs_accordians.cs_style1 .cs_accordian_arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 44px;
  top: 25px;
  height: 28px;
  width: 28px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1 .cs_accordian_arrow {
    right: 30px;
    top: 18px;
  }
}
@media (max-width: 991px) {
  .cs_accordians.cs_style1 .cs_accordian_arrow {
    right: 20px;
    top: 15px;
  }
}
.cs_accordians.cs_style1 .cs_accordian_head {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding: 23px 62px 23px 40px;
  margin: 0;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1 .cs_accordian_head {
    padding: 16px 62px 16px 30px;
  }
}
@media (max-width: 991px) {
  .cs_accordians.cs_style1 .cs_accordian_head {
    font-size: 18px;
    padding: 14px 55px 14px 20px;
  }
}
.cs_accordians.cs_style1 .cs_accordian_body {
  padding: 0 40px 38px 40px;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1 .cs_accordian_body {
    padding: 0 30px 28px 30px;
  }
}
@media (max-width: 991px) {
  .cs_accordians.cs_style1 .cs_accordian_body {
    padding: 0 20px 20px 20px;
  }
}
.cs_accordians.cs_style1 .cs_accordian_body p {
  margin: 0;
}
.cs_accordians.cs_style1.cs_type_1 .cs_accordian {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  border-color: transparent;
  background-color: #fff;
}
.cs_accordians.cs_style1.cs_type_1 .cs_accordian.active {
  margin-left: -50px;
}
@media (max-width: 1400px) {
  .cs_accordians.cs_style1.cs_type_1 .cs_accordian.active {
    margin-left: 0;
  }
}
.cs_accordians.cs_style1.cs_type_1 .cs_accordian.active .cs_accordian {
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  background-color: #fff;
}
.cs_accordians.cs_style1.cs_type_2 .cs_accordian {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-color: #307bc4;
  margin-bottom: -1px;
}
.cs_accordians.cs_style1.cs_type_2 .cs_accordian.active {
  background-color: transparent;
  margin-left: 0;
}
.cs_accordians.cs_style1.cs_type_2 .cs_accordian .cs_accordian_arrow {
  right: initial;
  left: 20px;
  top: 32px;
}
.cs_accordians.cs_style1.cs_type_2 .cs_accordian_head {
  padding: 30px 20px 30px 85px;
}
.cs_accordians.cs_style1.cs_type_2 .cs_accordian_body {
  padding: 0 20px 38px 85px;
}
.cs_accordians.cs_style1.cs_type_3 .cs_accordian {
  border-color: #307bc4;
  border-radius: 20px;
}
.cs_accordians.cs_style1.cs_type_3 .cs_accordian.active {
  margin-left: 0px;
  background-color: transparent;
}
.cs_accordians.cs_style1.cs_type_3 .cs_accordian.active .cs_accordian_head {
  background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
  border-bottom: 1px solid #307bc4;
  border-radius: 20px 20px 0 0;
}
.cs_accordians.cs_style1.cs_type_3 .cs_accordian_head {
  font-size: 24px;
  padding: 27px 62px 27px 40px;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1.cs_type_3 .cs_accordian_head {
    padding: 18px 52px 18px 24px;
  }
}
@media (max-width: 991px) {
  .cs_accordians.cs_style1.cs_type_3 .cs_accordian_head {
    font-size: 20px;
  }
}
.cs_accordians.cs_style1.cs_type_3 .cs_accordian_arrow {
  right: 40px;
  top: 32px;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1.cs_type_3 .cs_accordian_arrow {
    right: 24px;
    top: 24px;
  }
}
@media (max-width: 991px) {
  .cs_accordians.cs_style1.cs_type_3 .cs_accordian_arrow {
    top: 20px;
  }
}
.cs_accordians.cs_style1.cs_type_3 .cs_accordian_body {
  padding: 38px 40px;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1.cs_type_3 .cs_accordian_body {
    padding: 24px 24px;
  }
}

/*--------------------------------------------------------------
19. Departments
----------------------------------------------------------------*/
.cs_departments.cs_style_1 {
  padding-top: 100px;
  position: relative;
}
.cs_departments.cs_style_1 .cs_department_list {
  position: relative;
  z-index: 1;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cs_departments.cs_style_1 .cs_department_list {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .cs_departments.cs_style_1
    .cs_department_list
    .cs_slider_navigation.cs_style_1 {
    margin-top: 0;
  }
}
.cs_departments.cs_style_1 .cs_section_heading {
  position: relative;
  z-index: 1;
}
.cs_departments.cs_style_1 .cs_department {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 30px 30px;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cs_departments.cs_style_1 .cs_department {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cs_departments.cs_style_1 .cs_department {
    padding: 30px 20%;
  }
}
.cs_departments.cs_style_1 .cs_department:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: #307bc4;
}
.cs_departments.cs_style_1 .cs_department:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs_departments.cs_style_1 .cs_department:hover .cs_heading_color {
  color: #fff;
}
.cs_departments.cs_style_1 svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_departments.cs_style_1 .cs_department_title {
  margin-top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_departments.cs_style_1 .cs_departments_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 122px);
}

/*--------------------------------------------------------------
20. About
----------------------------------------------------------------*/
.cs_about.cs_style_1 .cs_about_img {
  position: relative;
}
@media (min-width: 992px) {
  .cs_about.cs_style_1 .cs_about_img {
    padding-right: 70px;
  }
}
.cs_about.cs_style_1 .cs_about_text_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs_about.cs_style_1 .cs_about_text_list li {
  position: relative;
  padding-left: 60px;
}
.cs_about.cs_style_1 .cs_about_text_list li:not(:last-child) {
  margin-bottom: 50px;
}
.cs_about.cs_style_1 .cs_about_text_list li > i {
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 991px) {
  .cs_about.cs_style_1 .cs_about_text_list li > i {
    top: 2px;
  }
}
.cs_about.cs_style_1 .cs_about_text_list li > h3 {
  margin-bottom: 25px;
}
.cs_about.cs_style_1 .cs_about_mini_img {
  position: absolute;
  top: -75px;
  right: 20%;
}
.cs_about.cs_style_1 .cs_right_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cs_about.cs_style_1 .cs_rotate_animation {
  -webkit-animation: rotate360 15s linear infinite;
  animation: rotate360 15s linear infinite;
}
.cs_about.cs_style_1.cs_type_1 .cs_about_mini_img {
  right: initial;
  top: 44%;
  left: 35%;
}
@media (max-width: 1400px) {
  .cs_about.cs_style_1.cs_type_1 br {
    display: none;
  }
}
.cs_about.cs_style_1.cs_type_2 {
  padding-left: 102px;
}
@media (max-width: 1700px) {
  .cs_about.cs_style_1.cs_type_2 {
    padding-left: 50px;
  }
}
@media (max-width: 1400px) {
  .cs_about.cs_style_1.cs_type_2 {
    padding-left: 0px;
  }
}
.cs_about.cs_style_1.cs_type_2 .cs_about_mini_img {
  top: 50%;
  right: initial;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cs_about.cs_style_1.cs_type_2 .cs_about_img {
  padding-right: 0;
  position: relative;
}

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

@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cs_about.cs_style_2 .cs_about_img {
  padding-left: 80px;
}
@media (max-width: 1700px) {
  .cs_about.cs_style_2 .cs_about_img {
    padding-left: 0;
  }
}
.cs_about.cs_style_2 .cs_section_heading.cs_style_1 p {
  max-width: 580px;
}

.cs_about.cs_style_3 {
  background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
}
.cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
  padding: 145px 80px;
}
@media (max-width: 1400px) {
  .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
    padding: 145px 30px 145px 50px;
  }
}
@media (max-width: 1199px) {
  .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 767px) {
  .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
    padding: 35px 24px 35px 24px;
  }
}
.cs_about.cs_style_3 .cs_about_text {
  height: 100%;
}
@media (max-width: 1199px) {
  .cs_about.cs_style_3 .cs_about_text {
    height: initial;
  }
}
.cs_about.cs_style_3 .cs_about_img {
  height: 100%;
}
.cs_about.cs_style_3 .cs_about_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cs_about.cs_style_3 .cs_section_minititle {
  max-width: 630px;
}
.cs_about.cs_style_3 .cs_support_card {
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  position: absolute;
  right: -26%;
  bottom: 75px;
}
.cs_about.cs_style_3 .cs_support_card .cs_support_card_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1700px) {
  .cs_about.cs_style_3 .cs_support_card {
    right: -34%;
    bottom: 65px;
  }
}
@media (max-width: 1199px) {
  .cs_about.cs_style_3 .cs_support_card {
    position: initial;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .cs_about.cs_style_3 .cs_support_card {
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 35px;
    padding: 20px 20px;
  }
}

/*--------------------------------------------------------------
21. Team
----------------------------------------------------------------*/
.cs_team.cs_style_1 {
  border-radius: 20px;
  background: linear-gradient(
    154deg,
    rgba(210, 234, 239, 0.27) 0%,
    rgba(134, 187, 241, 0.27) 100%
  );
  -webkit-box-shadow: initial;
  box-shadow: initial;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_team.cs_style_1:hover {
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}
.cs_team.cs_style_1 .cs_team_meta {
  padding: 32px 40px;
}
@media (max-width: 1400px) {
  .cs_team.cs_style_1 .cs_team_meta {
    padding: 32px 20px;
  }
}
.cs_team.cs_style_1 .cs_member_name {
  margin-bottom: 7px;
}
.cs_team.cs_style_1 .cs_member_designation {
  margin-bottom: 9px;
}
.cs_team.cs_style_1 .cs_member_description {
  margin-bottom: 32px;
}
.cs_team.cs_style_1 .cs_social_links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs_team.cs_style_1 .cs_social_links a {
  height: 40px;
  width: 40px;
  background-color: rgba(48, 123, 196, 0.6);
  color: #fff;
  font-size: 18px;
  -webkit-transform: initial;
  transform: initial;
}
.cs_team.cs_style_1 .cs_social_links a:hover {
  background-color: #307bc4;
}
.cs_team.cs_style_1 .cs_label {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 12px 30px;
  text-align: center;
  min-width: 292px;
  border-radius: 20px 20px 0 0;
}
.cs_team.cs_style_1.cs_type_1 {
  background: #fff;
  margin-top: 115px;
  height: initial;
  padding-top: 1px;
}
.cs_team.cs_style_1.cs_type_1 .cs_member_img {
  margin-top: -115px;
}
.cs_team.cs_style_1.cs_type_2 {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cs_team.cs_style_1.cs_type_2 {
    margin-bottom: 15px;
  }
}
.cs_team.cs_style_1.cs_type_2 .cs_member_img {
  position: relative;
}
.cs_team.cs_style_1.cs_type_2 .cs_member_name {
  margin-bottom: 5px;
}
.cs_team.cs_style_1.cs_type_2 .cs_member_designation,
.cs_team.cs_style_1.cs_type_2 .cs_member_description {
  margin-bottom: 28px;
}
.cs_team.cs_style_1.cs_type_2 .cs_team_meta {
  padding: 36px 50px 34px;
}
@media (max-width: 1600px) {
  .cs_team.cs_style_1.cs_type_2 .cs_team_meta {
    padding: 36px 40px 34px;
  }
}
@media (max-width: 1400px) {
  .cs_team.cs_style_1.cs_type_2 .cs_team_meta {
    padding: 30px 25px 34px;
  }
}

@media (min-width: 992px) {
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 .cs_member_img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 450px;
  }
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 .cs_label {
    position: initial;
    width: 100%;
    -webkit-transform: initial;
    transform: initial;
    border-radius: 0;
    padding: 12px 15px;
  }
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 .cs_team_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1700px) {
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 .cs_team_meta {
    padding-right: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1700px) {
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 .cs_team_meta {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 .cs_social_links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/*--------------------------------------------------------------
22. Funfact
----------------------------------------------------------------*/
.cs_funfact_1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 50px 90px;
}
.cs_funfact_1_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 50px 90px;
}
@media (max-width: 1400px) {
  .cs_funfact_1_wrap {
    width: 70%;
    padding: 60px 30px 70px;
  }
  .cont1{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.cs_funfact.cs_style_1 {
  max-width: 20%;
  padding: 20px 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cs_funfact.cs_style_1_2 {
  max-width: 32%;
  padding: 20px 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1400px) {
  .cs_funfact.cs_style_1 {
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .cs_funfact.cs_style_1 {
    padding: 20px 20px;
    max-width: 33.333333%;
  }
  .cs_funfact.cs_style_1_2 {
    max-width: 45%;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .cs_funfact.cs_style_1 {
    padding: 20px 20px;
    max-width: 50%;
  }
  .cs_funfact.cs_style_1_2 {
    max-width: 62%;
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .cs_funfact.cs_style_1 {
    max-width: 100%;
    padding: 15px 0;
  }
  .cs_funfact.cs_style_1_2 {
    max-width: 134%;
    padding: 20px 30px;
  }
}
.cs_funfact.cs_style_1 .cs_funfact_number {
  margin-bottom: 8px;
}

.cs_cta.cs_style_1 {
  padding: 125px 60px 140px 50%;
}
@media (max-width: 1199px) {
  .cs_cta.cs_style_1 {
    padding: 95px 30px 100px 45%;
  }
}
@media (max-width: 767px) {
  .cs_cta.cs_style_1 {
    padding: 95px 30px 100px 35%;
  }
}
@media (max-width: 575px) {
  .cs_cta.cs_style_1 {
    padding: 100px 24px 90px;
  }
}
.cs_cta.cs_style_1 .cs_cta_title,
.cs_cta.cs_style_1 .cs_cta_subtitle {
  margin-bottom: 38px;
}
.cs_cta.cs_style_1 .cs_cta_subtitle {
  max-width: 600px;
}

.cs_pricing_card.cs_style_1 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_head {
  padding: 30px 40px 40px;
}
@media (max-width: 1400px) {
  .cs_pricing_card.cs_style_1 .cs_pricing_card_head {
    padding: 30px 30px 40px;
  }
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_head h3 {
  margin-bottom: 0px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 1.6em;
  background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_head h3 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 20px;
  position: relative;
  z-index: 2;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_head h3 span:first-child {
  border-radius: 1.6em;
  border: 1px solid #fff;
  margin: -1px;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_head p {
  margin-top: 28px;
  margin-bottom: 0;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_head h2 {
  margin-top: 40px;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 40px 30px;
  border: 1px solid #307bc4;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  gap: 50px;
}
@media (max-width: 1400px) {
  .cs_pricing_card.cs_style_1 .cs_pricing_card_body {
    padding: 40px 24px 30px;
  }
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_feature {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_feature li {
  position: relative;
  padding-left: 36px;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_feature li:not(:last-child) {
  margin-bottom: 30px;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_feature i {
  position: absolute;
  left: 0;
  color: #307bc4;
} /*# sourceMappingURL=style.css.map */
.nhs-icon {
  position: absolute;
  bottom: 5%;
}
.swiper {
  width: 100%;
  height: 100vh; /* Full viewport height */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover; /* Ensures the image covers the entire slide */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .swiper {
    height: 50vh; /* Adjust height for smaller screens */
  }
  .swiper-slide {
    font-size: 16px;
    background-size: cover; /* Ensures the image covers the entire slide */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
  }

  .slider1 p{
    display: none;
  }
}

@media (max-width: 480px) {
  .swiper {
    height: 30vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .swiper-slide .sliderHeading{
    font-size: 10px;
  }

  .swiper-slide {
    font-size: 14px;
  }
}


.slidercontainer{
  position: relative;
  text-align: center;
}
.slidercontainer .centered {
  position: absolute;
  color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aboutBanner {
  padding-bottom: 10px;
}
.aboutBanner img {
  object-fit: cover;
  clip: auto;
  border-radius: 8px;
}

.slider1{
  position: absolute;
  color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: end;
  margin-left: 10%;
  width: 100%;
}
.slider1 h1{
  font-size: 64px;
}

.slider1 h1 span{
  margin-right: 140px
  
}


/* @media (max-width: 768px) {

  .slider1 h1{
    font-size: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 150px;

  }
  .slider1 h1 span{
   margin-right:-15% ;
  }
  .slider1Btn{
    display: none;
  }
} */
@media (max-width: 768px) {

  .slider1 h1{
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 170px;
    width: 100%;

  }
  .slider1 h1 span{
   margin-left: 100px;
  }
  .slider1Btn{
    display: none;
  }
}



/* 

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 120rem;
      object-fit: fill;
    } */

    














































@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Bioxlab - Laboratory & Science Research
    Author: Theme Pure
    Support: basictheme@gmail.com
    Description: Template Name  – HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. HEADER CSS
    03. MEAN MENU CSS
    04. BANNER CSS START
    05. SLIDER CSS START
    06. SERVICES CSS START
    07. ABOUT CSS START
    08. COUNTER CSS START
    09. GALLERY CSS START
    10. CHOOSE CSS START
    11. APPOINMENT CSS START
    12. TEAM CSS START
    13. TESTIMONIAL CSS START
    14. CTA CSS START
    15. BLOG CSS START
    16. RESEARCH CSS START
    17. PRICING CSS START
    18. FAQ CSS START
    19. SHOP CSS START
    20. CART CSS START
    21. PORTFOLIO CSS START
    22. FOOTER CSS START


**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&amp;family=Days+One&amp;display=swap");

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Archivo', sans-serif;
  --tp-ff-heading: 'Days One', sans-serif;
  --tp-ff-p: 'Archivo', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-heading-primary: #171151;
  --tp-grey-1: #F2F5FA;
  --tp-text-body: #171151;
  --tp-text-1: #A9B7D1;
  --tp-text-2: #8A879F;
  --tp-text-3: #B7B6C4;
  --tp-theme-primary: #171151;
  --tp-theme-secondary: #10D0A1;
  --tp-theme-blue: #0E63FF;
  --tp-theme-pink: #F72A75;
  --tp-theme-sky: #42BFFF;
  --tp-border-primary: #ECEEF3;
  --tp-border-secondary: #D1D6E0;
  --tp-icon-blue: #0E63FF;
  --tp-icon-blue-light: #E7efFF;
  --tp-icon-green: #10D0A1;
  --tp-icon-green-light: #E7FAF6;
  --tp-icon-pink: #F72A75;
  --tp-icon-pink-light: #FEEAf1;
  --tp-icon-sky: #42BFFF;
  --tp-icon-sky-light: #ECF9FF;
  --tp-icon-red: #FF0000;
  --tp-icon-tweet: #1DA1F2;
  --tp-icon-fb: #4267B2;
  --tp-icon-skype: #00A6E4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-text-body);
  line-height: 26px;
  overflow-X: hidden !important;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-header-1);
  margin-top: 0px;
  font-weight: var(--tp-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}



.cs_btn {
  font-family: "Figtree", sans-serif;
}
.cs_btn.cs_style_1 {
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  font-weight: 500;
  color: #fff;
  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: 8px;
  padding: 12px 40px;
  outline: none;
  border: none;
  position: relative;
  background: transparent;
}
@media (max-width: 991px) {
  .cs_btn.cs_style_1 {
    padding: 12px 30px;
  }
}
.cs_btn.cs_style_1 span {
  position: relative;
  z-index: 2;
}
.cs_btn.cs_style_1 i {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 15px;
  height: 11px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_btn.cs_style_1 img {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs_btn.cs_style_1 img:first-child {
  left: -20px;
}
.cs_btn.cs_style_1 img:last-child {
  left: 0;
}
.cs_btn.cs_style_1::before,
.cs_btn.cs_style_1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_btn.cs_style_1::before {
  background-image: linear-gradient(134deg, #307bc4 0%, #274760 100%);
}
.cs_btn.cs_style_1::after {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#307bc4),
    to(#274760)
  );
  background-image: linear-gradient(270deg, #307bc4 0%, #274760 100%);
  opacity: 0;
}
.cs_btn.cs_style_1:hover::before {
  opacity: 1;
}
.cs_btn.cs_style_1:hover::after {
  opacity: 1;
}
.cs_btn.cs_style_1:hover img:first-child {
  left: 0px;
}
.cs_btn.cs_style_1:hover img:last-child {
  left: 20px;
}

.cs_text_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-bottom: 5px;
}
.cs_text_btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_text_btn:hover {
  color: #fff;
}
.cs_text_btn:hover::before {
  width: 60%;
}

.cs_text_btn_2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.cs_text_btn_2 .cs_text_btn_text {
  display: inline-block;
  position: relative;
}
.cs_text_btn_2 .cs_text_btn_text::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_2 .cs_text_btn_icon {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_text_btn_2:hover .cs_text_btn_text::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_2:hover .cs_text_btn_icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}





h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
li {
  list-style: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tp-ff-p);
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.basic-pagination ul li {
  display: inline-block;
}

.basic-pagination ul li:not(:last-child) {
  margin-right: 6px;
}

.basic-pagination ul li a,
.basic-pagination ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid var(--tp-grey-1);
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-2);
}

@media (max-width: 767px) {

  .basic-pagination ul li a,
  .basic-pagination ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.basic-pagination ul li a:hover,
.basic-pagination ul li a.current,
.basic-pagination ul li span:hover,
.basic-pagination ul li span.current {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

/* scrollUp */
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 99;
  color: var(--tp-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--tp-theme-secondary);
  transition: 1s ease;
  border: none;
}

@media (max-width: 767px) {
  .scroll-top {
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
  background: var(--tp-theme-pink);
}

/* Preloader */
#preloadertp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  color: var(--tp-theme-secondary);
}

#preloadertp img {
  width: 70px;
  animation: preloader 3s linear infinite;
}

/*--
    - Spacing
-----------------------------------------*/
.tp-bt-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 42px;
  border-radius: 5px;
  background: var(--tp-common-white);
}

.tp-bt-btn:hover {
  color: var(--tp-icon-green);
}

.tp-bt-btn span {
  color: var(--tp-text-2);
  margin-left: 10px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-bt-btn {
    padding: 20px 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bt-btn {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-bt-btn {
    box-shadow: rgba(100, 100, 111, 0.1) 1px 5px 20px 1px;
    line-height: 1;
    padding: 16px 25px 12px 25px;
  }
}

.tp-cta-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 19px 46px;
  border-radius: 5px;
  background: var(--tp-icon-green);
  color: var(--tp-common-white);
}

.tp-cta-btn span {
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-left: 10px;
  margin-right: 4px;
}

.tp-cta-btn:hover {
  color: var(--tp-text-body);
}

.tp-btn,
.tp-btn-second {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  padding: 25px 45px;
  background-color: #0E63FF;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tp-btn-second2 {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  padding: 15px 30px;
  background-color: #0E63FF;
  text-align: center;
  width: 175px;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {

  .tp-btn,
  .tp-btn-second {
    padding: 20px 40px;
  }
}

.tp-btn::after,
.tp-btn-second::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: #2974FF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.tp-btn:hover,
.tp-btn-second:hover {
  color: #fff;
}

.tp-btn:hover::after,
.tp-btn-second:hover::after {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

@media (max-width: 767px) {
  .tp-btn {
    margin-right: 5px;
  }
}

.tp-btn-second {
  background: var(--tp-icon-green);
}

@media (max-width: 767px) {
  .tp-btn-second {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.tp-btn-second::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: #13D9A8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

/* 01. ========= video ripple animation ========== */
@keyframes tp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 208, 161, 0.4);
  }

  70% {
    box-shadow: 0 0 0 45px rgba(16, 208, 161, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(16, 208, 161, 0);
  }
}

/* 02. ========= video ripple animation ========== */
@keyframes tp-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* 03. ========= ripple animation ========== */
@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

/* 04. ========= btn-arrow-animation ========== */
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  51% {
    opacity: 1;
  }
}

/* 05. ========= firefly ========== */
@keyframes firefly {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    color: white;
  }
}

/* 06. ========= ripple animation ========== */
.tp-ripple-white {
  border-radius: 50%;
  animation: ripple-white 2s linear infinite;
}

@-webkit-keyframes tp-ripple-white {
  0% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes tp-ripple-white {
  0% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: var(--tp-grey-1);
}

.theme-bg {
  background: var(--tp-heading-primary);
}

.theme-light-bg {
  background-color: var(--tp-icon-blue);
}

.white-bg {
  background: var(--tp-common-white);
}

.black-bg {
  background: var(--tp-common-black);
}

.breadcrumb__area {
  padding: 200px 0;
}

.breadcrumb__overlay {
  position: relative;
  z-index: 1;
  margin-top: -2px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(23, 17, 81, 0.7);
  z-index: -1;
}

.tp-breadcrumb__title {
  color: var(--tp-common-white);
  font-weight: 400;
  font-size: 55px;
  /* text-transform: uppercase; */
  line-height: 1.2;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb__title {
    font-size: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb__title {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .tp-breadcrumb__title {
    font-size: 36px;
  }
}

.tp-breadcrumb__link {
  justify-content: end;
}

@media (max-width: 767px) {
  .tp-breadcrumb__link {
    justify-content: start;
  }
}

.tp-breadcrumb__link span {
  color: var(--tp-common-white);
  /* text-transform: uppercase; */
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb__link span {
    font-size: 16px;
  }
}

.tp-breadcrumb__link span a {
  text-decoration: underline;
  margin-left: 5px;
}

.tp-breadcrumb__link span a:hover {
  color: var(--tp-icon-green);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-breadcrumb__link span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .serv-md {
    justify-content: start;
  }
}

.navtabs__icon {
  font-size: 100px;
  color: var(--tp-icon-green);
  display: inline-block;
}

.navtabs__content p {
  font-size: 16px;
  color: var(--tp-text-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navtabs__content p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navtabs__content p br {
    display: none;
  }
}

.nav-primary {
  margin-left: -23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .nav-primary {
    margin-left: 0;
  }
}

.nav-secondary {
  margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .nav-secondary {
    margin-left: 0;
  }
}

.nav-tertiary {
  margin-left: 58px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .nav-tertiary {
    margin-left: 0;
  }
}

.tp-nav-tavs {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #171151;
  font-weight: 700;
  font-size: 14px;
}

.tp-nav-tavs li {
  position: relative;
}

.tp-nav-tavs li::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background: #DFE3E9;
  top: 50%;
  transform: translateY(-50%);
}

.tp-nav-tavs li:first-child::before {
  display: none;
}

.tp-nav-tavs .nav-link.active {
  border-bottom: 4px solid var(--tp-icon-green);
  color: var(--tp-theme-primary);
  box-shadow: 0px 10px 10px rgba(21, 48, 73, 0.1);
  background-color: var(--tp-common-white);
}

.tp-nav-tavs button {
  padding: 24px 120px;
  background-color: var(--tp-grey-1);
  color: var(--tp-text-2);
  border-bottom: 4px solid var(--tp-grey-1);
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-nav-tavs button {
    padding: 24px 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-nav-tavs button {
    padding: 22px 60px;
  }
}

@media (max-width: 767px) {
  .tp-nav-tavs button {
    padding: 12px 20px;
  }
}

.tp-nav-tavs button:hover {
  color: var(--tp-icon-green);
}

.nav-info {
  font-size: 18px;
  color: var(--tp-text-2);
}

@media (max-width: 767px) {
  .nav-info br {
    display: none;
  }
}

.navtabs__shape {
  position: absolute;
  top: 33px;
  left: 360px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navtabs__shape {
    left: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navtabs__shape {
    left: 230px;
  }
}

.nabthumb img {
  border-radius: 20px;
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .nabmission__content {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .nabmission p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.nabmission__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.32;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .nabmission__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.tp-section__sub-title {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--tp-icon-blue);
  display: inline-block;
}

.tp-section__title {
  font-size: 43px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section__title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .tp-section__title {
    font-size: 32px;
  }
}

.tp-section i {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 35px;
  display: block;
}

.tp-section__link {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
}

.tp-section__link>i {
  display: inline-block;
  margin-bottom: 0;
}

.tp-section__link:hover {
  color: var(--tp-icon-green);
}

.tp-section__link:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

.tp-section p {
  font-size: 15px;
  display: block;
  padding-right: 55px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-section p {
    padding: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section p {
    padding: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section p {
    padding: 0px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tp-section p {
    padding: 0px;
    font-size: 14px;
    margin-right: 0;
  }
}

.sub-title-white {
  color: var(--tp-common-white);
}

.title-white {
  color: var(--tp-common-white);
}

.left-line {
  position: relative;
}

.left-line::before {
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--tp-icon-blue);
  display: inline-block;
  margin-right: 10px;
}

.left-line-white {
  position: relative;
}

.left-line-white::before {
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--tp-common-white);
  display: inline-block;
  margin-right: 10px;
}

.right-line {
  position: relative;
}

.right-line::after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--tp-icon-blue);
  display: inline-block;
  margin-left: 10px;
}

.right-line-white {
  position: relative;
}

.right-line-white::after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--tp-common-white);
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-center {
    text-align: center !important;
  }
}

.header__area {
  padding: 40px 90px 40px 80px;
  position: relative;
  z-index: 2;
  background-color: white;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__area {
    padding: 15px 15px;
  }
}

.main-menu {
  margin: 0 0 0 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu {
    margin: 10px 0 0 0;
  }
}

.main-menu ul>li {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.main-menu ul>li>a {
  padding: 15px 0;
  margin: 0 30px;
  font-size:15px;
  color: var(--tp-text-2);
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.main-menu ul>li>a:hover,
.main-menu ul>li>a.active {
  color: var(--tp-text-body);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu ul>li>a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul>li>a {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul>li>a {
    font-size: 15px;
  }
}

.main-menu ul>li.has-dropdown a {
  position: relative;
}

.main-menu ul>li.has-dropdown a::after {
  content: "+";
  transform: translateY();
  right: 0;
}

.main-menu ul>li .sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 240px;
  padding: 20px 30px;
  background: var(--tp-theme-primary);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-menu ul>li .sub-menu>li {
  display: block;
  width: 100%;
  margin: 0;
}

.main-menu ul>li .sub-menu>li>a {
  display: block;
  font-weight: 500;
  padding: 5px 5px;
  font-size: 14px;
  z-index: 1;
  color: var(--tp-common-white);
  width: 100%;
  text-transform: capitalize;
  margin: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-menu ul>li .sub-menu>li>a:hover {
  color: var(--tp-theme-secondary);
}

.main-menu ul>li .sub-menu>li>a::before {
  display: none;
}

.main-menu ul>li .sub-menu>li>a::after {
  display: none;
}

.main-menu ul>li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header-custom {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  border-bottom: 1px solid var(--tp-border-primary);
}

.header-logo-box {
  flex: 0 0 auto;
  width: 345px;
  text-align: center;
}

.header-logo-box img {
  width: 220px;
}

.header-menu-box {
  width: 100%;
  border-left: 1px solid var(--tp-border-primary);
}

.header-menu-top {
  border-bottom: 1px solid var(--tp-border-primary);
}

.header-time {
  text-align: right;
}

.header-time span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: var(--tp-text-2);
  margin-left: 50px;
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-time span {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.header-time span i {
  color: var(--tp-text-body);
  font-size: 14px;
  margin-right: 8px;
}

.header-top-mob {
  margin-left: 80px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-text-2);
  padding: 22px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-top-mob {
    margin-left: 30px;
  }
}

.header-top-mob span {
  margin-left: 5px;
}

.header-top-mob a {
  color: var(--tp-text-body);
}

.header-top-mob a:hover {
  color: var(--tp-icon-green);
}

.main-menu-second {
  margin: 0 0 0 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-second {
    margin: 0 0 0 30px;
  }
}

.header-cart-list {
  text-align: end;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-cart-list {
    margin-right: 25px;
  }
}

.header-bottom-btn {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  padding: 25px 45px;
  background-color: #0E63FF;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .header-bottom-btn {
    padding: 20px 40px;
  }
}

.header-bottom-btn::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: #2974FF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.header-bottom-btn:hover {
  color: #fff;
}

.header-bottom-btn:hover::after {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-bottom-btn {
    padding: 25px 30px;
  }
}

.main-menu-second ul li {
  margin-right: 60px;
}

.main-menu-second ul li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .main-menu-second ul li {
    margin-right: 45px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu-second ul li {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-second ul li {
    margin-right: 20px;
  }
}

.main-menu-second ul li>a {
  margin: 0;
  padding: 20px 0;
}

.main-menu-second ul li>a::before {
  content: "";
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0%;
  height: 2px;
  background-color: var(--tp-icon-green);
  position: absolute;
}

.main-menu-second ul li>a:hover::before,
.main-menu-second ul li>a.active::before {
  width: 100%;
}

.tp-menu-toggle {
  font-size: 16px;
  line-height: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-menu-toggle {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-menu-toggle {
    font-size: 28px;
  }
}

.tp-side-info-area {
  background: #171151;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 30px;
  width: 350px;
  transform: translateX(120%);
  transition: 0.3s;
  z-index: 99;
}

.tp-side-info-area.tp-sidebar-opened {
  transform: translateX(0);
}

@media (max-width: 767px) {
  .tp-side-info-area {
    width: 300px;
  }
}

.tp-sidebar-close {
  color: #fff;
  position: absolute;
  left: -35px;
  font-size: 21px;
  background: #171151;
  width: 35px;
  height: 35px;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.layout-left-right {
  display: flex;
  flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .layout-left-right {
    display: block;
  }
}

.header-layout-left {
  width: 350px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .header-layout-left {
    width: 300px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-layout-left {
    width: 250px;
  }
}

.content-layout-right {
  width: 100%;
}

.content-layout-right {
  width: calc(100% - 350px);
  margin-left: auto;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .content-layout-right {
    width: calc(100% - 300px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .content-layout-right {
    width: calc(100% - 250px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .content-layout-right {
    width: 100%;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px),
only screen and (min-width: 1500px) and (max-width: 1700px) {
  .header-left-logo {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-left-logo {
    padding-bottom: 20px;
  }
}

.header-left-logo a {
  margin: 70px 63px;
  display: block;
}

@media only screen and (min-width: 1601px) and (max-width: 1700px),
only screen and (min-width: 1500px) and (max-width: 1700px) {
  .header-left-logo a {
    margin: 35px 30px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-left-logo a {
    margin: 35px 25px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-left-logo a {
    margin: 35px 25px;
    text-align: center;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-left-logo a img {
    width: 150px;
  }
}

.header-left-menu {
  margin: 0 0 140px 100px;
  border-left: 2px solid #201B58;
}

@media only screen and (min-width: 1601px) and (max-width: 1700px),
only screen and (min-width: 1500px) and (max-width: 1700px) {
  .header-left-menu {
    margin: 0 0 90px 80px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-left-menu {
    margin: 0 0 60px 60px;
  }
}

.header-left-menu ul>li {
  margin-bottom: 40px;
  position: relative;
}

.header-left-menu ul>li:last-child {
  margin-bottom: 0;
}

.header-left-menu ul>li.has-dropdown>a::after {
  content: "+";
  right: 0;
}

.header-left-menu ul>li a {
  color: var(--tp-common-white);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 22px;
  display: block;
  position: relative;
}

.header-left-menu ul>li a::before {
  content: "";
  left: -2px;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 2px;
  height: 0px;
  background-color: var(--tp-icon-green);
  position: absolute;
}

.header-left-menu ul>li a:hover {
  color: var(--tp-theme-secondary);
}

.header-left-menu ul>li a:hover::before {
  height: 100%;
}

.header-left-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.header-left-menu .sub-menu {
  position: absolute;
  top: 0%;
  left: 105%;
  width: 200px;
  padding: 20px 10px;
  background: #29226a;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.header-left-menu .sub-menu li {
  margin-bottom: 8px;
}

.header-left-menu .sub-menu li a {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

.header-left-contact {
  text-align: center;
}

.header-left-contact span {
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-theme-secondary);
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.header-left-contact a {
  font-family: "Days One";
  font-weight: 400;
  font-size: 30px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-left-contact a {
    font-size: 24px;
  }
}

.header-left-contact a:hover {
  color: var(--tp-theme-secondary);
}

.hero-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 900px;
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .hero-bg {
    height: 750px;
  }
}

@media (max-width: 767px) {
  .hero-bg {
    height: 650px;
  }
}

.hero-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(89.9deg, #0055F1 -6.67%, rgba(23, 17, 81, 0) 73.29%);
  z-index: -1;
}

.tpherobg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tpherotext {
  padding-top: 275px;
}

@media only screen and (min-width: 1601px) and (max-width: 1700px),
only screen and (min-width: 1500px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpherotext {
    padding-top: 150px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tpherotext {
    padding-top: 180px;
  }
}

.tpherotext__title {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.16;
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tpherotext__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tpherotext__title br {
    display: none;
  }
}

.tpherotext p {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .tpherotext p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tpherotext p br {
    display: none;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .tp-common-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-common-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-common-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tp-mob-logo img {
  width: 220px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-mob-logo img {
    width: 77px;
  }
}

.logo img {
  width: 220px;
}

.footer-widget__title img {
  width: 220px;
}

.tpsideinfo {
  background-color: var(--tp-theme-primary);
  text-align: start;
  position: fixed;
  right: 0;
  top: 0;
  width: 420px;
  height: 100%;
  box-shadow: rgba(5, 13, 54, 0.05) 5px 15px 30px 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999999;
  padding: 30px;
  transform: translateX(100%);
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .tpsideinfo {
    width: 280px;
  }
}

.tpsideinfo.tp-shop-sidebar-opened {
  transform: translateX(0);
}

.tpsideinfo__close {
  color: #fff;
  right: 30px;
  font-size: 18px;
  background: var(--tp-theme-secondary);
  width: 35px;
  height: 35px;
  position: absolute;
  top: 40px;
}

@media (max-width: 767px) {
  .tpsideinfo__close {
    width: 30px;
    height: 30px;
  }
}

.tpsideinfo__logo a img {
  width: 180px;
}

@media (max-width: 767px) {
  .tpsideinfo__logo a img {
    width: 160px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tpsideinfo__content {
    padding-top: 35px;
    margin-bottom: 40px;
  }
}

.tpsideinfo__content p {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 55px;
}

.tpsideinfo__content span {
  color: var(--tp-text-2);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

.tpsideinfo__content a {
  display: block;
  color: var(--tp-common-white);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

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

.tpsideinfo__content a:hover {
  color: var(--tp-theme-secondary);
}

.tpsideinfo__content a i {
  color: #FFDC60;
  margin-right: 5px;
}

.tpsideinfo__content-inputarea span {
  color: var(--tp-text-2);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.tpsideinfo__content-inputarea-input {
  position: relative;
}

.tpsideinfo__content-inputarea-input input {
  width: 100%;
  height: 60px;
  padding: 0 80px 0 25px;
  font-size: 16px;
  color: var(--tp-theme-primary);
  border: none;
  background-color: var(--tp-common-white);
  border-radius: 5px;
  border: 1px solid var(--tp-text-2);
}

.tpsideinfo__content-inputarea-input-btn {
  position: absolute;
  color: var(--tp-common-white);
  height: 60px;
  width: 60px;
  background-color: var(--tp-icon-green);
  border-radius: 5px;
  top: 0;
  right: 0;
}

.tpsideinfo__content-inputarea-input-btn:hover {
  background-color: var(--tp-icon-pink);
}

.tpsideinfo__gallery span {
  color: var(--tp-text-2);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.tpsideinfo__gallery-item img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.tpsideinfo__socialicon a {
  color: var(--tp-common-white);
  margin-right: 20px;
  font-size: 14px;
}

.tpsideinfo__socialicon a:hover {
  color: var(--tp-theme-secondary);
}

.tpcarticon {
  background: #fff;
  opacity: 0;
  padding: 25px;
  right: -20px;
  top: 110%;
  transition: all 0.5s ease 0s;
  width: 350px;
  z-index: 9;
  box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
  visibility: hidden;
  transform: translateY(10px);
  position: absolute;
  text-align: start;
}

.tpcarticon ul li {
  margin-bottom: 20px;
}

.tpcarticon ul li:last-child {
  margin-bottom: 0;
}

.tpcarticon__img img {
  flex: 0 0 auto;
  width: 85px;
}

.tpcarticon__item {
  display: flex;
  align-items: center;
}

.tpcarticon__content {
  width: 180px;
  flex: 0 0 auto;
  margin-left: 15px;
  margin-right: 15px;
}

.tpcarticon__content-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.tpcarticon__content-title:hover {
  color: var(--tp-theme-secondary);
}

.tpcarticon__cart-price .new {
  color: var(--tp-theme-primary);
}

.tpcarticon__cart-price span {
  font-weight: 600;
  color: var(--tp-text-2);
}

.tpcarticon__del a {
  color: var(--tp-theme-primary);
}

.tpcarticon__del a:hover {
  color: var(--tp-theme-pink);
}

.tpcarticon__total-price {
  border-top: 1px solid #cacadb;
  overflow: hidden;
  padding-top: 25px;
  margin-top: 10px;
}

.tpcarticon__total-price span {
  color: #747691;
  font-weight: 500;
}

.tpcarticon__checkout-link a {
  background-color: var(--tp-theme-blue);
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 16px 30px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tpcarticon__checkout-link a:hover {
  background-color: var(--tp-theme-pink);
}

.tpcarticon__checkout-link .sec-red-btn {
  background-color: var(--tp-icon-green);
}

.tpcarticon__checkout-link .sec-red-btn:hover {
  background-color: var(--tp-theme-pink);
}

.tp-cart-icon-area {
  position: relative;
  padding: 18px 0;
}

.tp-cart-icon-area:hover .tpcarticon {
  opacity: 1;
  visibility: visible;
  transform: translateY(-5px);
  z-index: 9;
}

.mean-container {
  overflow: hidden;
}

.tp-home-one {
  position: absolute;
  left: 0;
  right: 0;
}

.header-sticky {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: var(--tp-common-white);
}

.header-sticky .tp-bt-btn {
  box-shadow: rgba(100, 100, 111, 0.1) 1px 5px 20px 1px;
}

.tp-home-one.header-sticky {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tp-home-one.header-sticky .main-menu nav>ul>li>a {
  padding: 40px 0;
}

.tp-mobile-header-area.header-sticky {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: var(--tp-common-white);
}

.tp-mobile-header-area.header-sticky .tp-bt-btn {
  box-shadow: rgba(100, 100, 111, 0.1) 1px 5px 20px 1px;
}

/*----------------------------------------*/
/*  15. MEANMENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  border-top: 1px solid #3C3962;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
  color: #10D0A1;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 8px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #3C3962 !important;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--clr-theme-1);
  color: var(--tp-common-white);
  border-color: var(--clr-theme-1);
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
  font-size: 14px;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #10D0A1;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  color: var(--tp-the);
}

/*----------------------------------------*/
/*  04. BANNER CSS START
/*----------------------------------------*/
.banner__sub-title {
  text-transform: uppercase;
  color: var(--tp-icon-blue);
  font-weight: 700;
  display: inline-block;
}

.banner__title {
  font-size: 55px;
  color: var(--tp-heading-primary);
  text-transform: capitalize;
  font-weight: 700;
}

@media (max-width: 767px) {
  .banner__title br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__title {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .banner__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner__title br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .banner__content {
    text-align: center;
    padding-top: 80px;
  }
}

.banner__content p {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-text-2);
  margin-bottom: 45px;
  line-height: 29px;
}

@media (max-width: 767px) {
  .banner__content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .banner__content p br {
    display: none;
  }
}

.banner__item {
  padding: 20px 22px;
  border: 1px solid var(--tp-border-primary);
  border-radius: 10px;
  -webkit-transition: all 0.34s ease-out 0s;
  -moz-transition: all 0.34s ease-out 0s;
  -ms-transition: all 0.34s ease-out 0s;
  -o-transition: all 0.34s ease-out 0s;
  transition: all 0.34s ease-out 0s;
}

.banner__item:hover {
  border: 1px solid var(--tp-icon-blue);
}

.banner__item:hover .banner__item-icon {
  box-shadow: inset 0 0 0 40px var(--tp-icon-blue);
}

.banner__item:hover .banner__item-icon i {
  color: var(--tp-common-white);
}

.banner__item:hover .pink-icon {
  box-shadow: inset 0 0 0 40px var(--tp-icon-pink);
}

.banner__item:hover .green-icon {
  box-shadow: inset 0 0 0 40px var(--tp-icon-green);
}

.banner__item .pink-icon {
  background-color: var(--tp-icon-pink-light);
}

.banner__item .pink-icon i {
  color: var(--tp-icon-pink);
}

.banner__item .green-icon {
  background-color: var(--tp-icon-green-light);
}

.banner__item .green-icon i {
  color: var(--tp-icon-green);
}

.banner__item.pink-border:hover {
  border: 1px solid var(--tp-icon-pink);
}

.banner__item.green-border:hover {
  border: 1px solid var(--tp-icon-green);
}

.banner__item-content span {
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__item-content span {
    font-size: 14px;
  }
}

.banner__item-icon {
  -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  background-color: var(--tp-icon-blue-light);
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 56px;
  margin-right: 15px;
  flex: 0 0 auto;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__item-icon {
    margin-right: 15px;
  }
}

.banner__item-icon i {
  color: var(--tp-icon-blue);
  font-size: 21px;
}

.banner__shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 724px;
}

@media only screen and (min-width: 1601px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__shape {
    width: 600px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__shape {
    width: 400px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__shape {
    width: 420px;
  }
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__shape {
    position: static;
  }
}

.banner__shape img {
  border-radius: 0px 0px 362px 362px;
  max-width: 100%;
  height: 930px;
  object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__shape img {
    height: 600px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__shape img {
    height: 630px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__shape img {
    height: 700px;
  }
}

.banner__video-btn {
  position: absolute;
  bottom: 55px;
  right: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__video-btn {
    bottom: 0;
    right: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__video-btn {
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__video-btn {
    right: 30px;
    bottom: 50%;
    transform: translateY(-50%);
  }
}

.banner__video-icon {
  height: 115px;
  width: 115px;
  text-align: center;
  line-height: 105px;
  background: var(--tp-icon-green);
  border-radius: 50%;
  color: var(--tp-common-white);
  border: 5px solid var(--tp-common-white);
  font-size: 20px;
  display: block;
  animation: tp-pulse 1.5s infinite;
}

.banner__video-icon:hover {
  background-color: var(--tp-icon-blue);
  color: var(--tp-common-white);
}

.banner-scroll-btn {
  transform: rotate(-90deg);
  position: absolute;
  left: 20px;
  bottom: 100px;
  display: inline-block;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-scroll-btn {
    left: -40px;
  }
}

.banner-scroll-btn:hover {
  color: var(--tp-icon-blue);
}

.banner-scroll-btn:hover span {
  color: var(--tp-icon-blue);
}

.banner-scroll-btn i {
  font-size: 35px;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-scroll-btn i {
    font-size: 25px;
  }
}

.banner-scroll-btn span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #AFADBF;
  margin-left: 23px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-scroll-btn span {
    font-size: 12px;
  }
}

.banner-scroll-btn:hover .bannerscroll::after {
  background-color: var(--tp-icon-blue);
  color: var(--tp-icon-blue);
}

.bannerscroll-icon {
  display: flex;
  align-items: center;
}

.bannerscroll {
  position: relative;
}

.bannerscroll::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  left: 107px;
  bottom: 15px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bannerscroll::before {
    left: 35px;
  }
}

.bannerscroll::after {
  position: absolute;
  content: "";
  height: 370px;
  width: 1px;
  background-color: #AFADBF;
  border-radius: 50%;
  left: 109px;
  bottom: 220px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bannerscroll::after {
    left: 34px;
  }
}

.tp-home-lg-banner {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-home-lg-banner {
    position: static;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bt-btn-banner .tp-bt-btn {
    box-shadow: rgba(100, 100, 111, 0.1) 0.5px 0.5px 5px 0.5px;
  }
}

/*----------------------------------------*/
/*  05. SLIDER CSS START
/*----------------------------------------*/
.slider-content {
  margin-left: -115px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-content {
    margin-left: 0;
    padding-top: 0;
  }
}

.slider-content__title {
  font-size: 57px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content__title {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content__title {
    font-size: 44px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .slider-content__title {
    font-size: 34px;
    margin-bottom: 15px;
  }
}

.slider-content p {
  font-size: 18px;
  color: var(--tp-text-body);
  margin-bottom: 53px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-content p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .slider-content p br {
    display: none;
  }
}

.slider-content__social {
  margin-left: -115px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-content__social {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-content__social {
    margin-top: 30px;
    margin-left: 0;
  }
}

.slider-content__social a {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-text-3);
  text-transform: uppercase;
  margin-right: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content__social a {
    margin-right: 30px;
  }
}

.slider-content__social a i {
  margin-right: 15px;
}

.slider-content__social .facebook-2:hover {
  color: var(--tp-icon-fb);
}

.slider-content__social .youtub-2:hover {
  color: var(--tp-icon-red);
}

.slider-content__social .twitter-2:hover {
  color: var(--tp-icon-tweet);
}

.slider-content__shape {
  position: absolute;
  right: 35px;
  top: 195px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-content__shape {
    right: 380px;
    top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content__shape {
    right: 15px;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content__shape {
    right: 200px;
    top: 55px;
  }
}

.slider-content__arrow {
  position: absolute;
  right: 170px;
  bottom: -10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-content__arrow {
    right: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content__arrow {
    right: 30px;
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .slider-content__arrow {
    right: 50%;
    transform: translateX(50%);
  }
}

.slider-content__arrow .slider-p {
  margin-right: 20px;
}

.slider-content__arrow i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--tp-border-secondary);
}

.slider-content__arrow i:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-primary);
}

.tp-slider .swiper-slide-active .slider-content__title,
.tp-slider .swiper-slide-active p,
.tp-slider .swiper-slide-active .slider-content__btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.tp-slider .swiper-slide-active .slider-content__title {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-content__title br {
    display: none;
  }
}

.tp-slider .swiper-slide-active p {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}

.tp-slider .swiper-slide-active .slider-content__btn {
  animation-delay: 0.7s;
  animation-duration: 0.7s;
}

.tp-slider .swiper-slide-active .slider-content__bg,
.tp-slider .swiper-slide-active .slider-content__shape {
  animation-fill-mode: both;
  animation-name: fadeInRight;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-content__shape img {
    width: 200px;
  }
}

.tp-slider .swiper-slide-active .slider-content__bg {
  animation-delay: 0.8s;
  animation-duration: 0.8s;
}

.tp-slider .swiper-slide-active .slider-content__shape {
  animation-delay: 0.6s;
  animation-duration: 0.6s;
}

.slider-content__bg img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content__bg img {
    width: 290px;
  }
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content__bg img {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-content__btn {
    margin-bottom: 30px;
  }
}

.slider-tp-top {
  height: 870px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-tp-top {
    height: 780px;
    padding-top: 50px;
  }
}

.slider-social {
  position: absolute;
  bottom: 97px;
  left: 0;
  right: 0;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-social {
    bottom: 50px;
  }
}

/*----------------------------------------*/
/*  06. SERVICES CSS START
/*----------------------------------------*/
.search-form {
  padding: 50px 65px;
  background: var(--tp-common-white);
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-form {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .search-form {
    padding: 25px 15px;
  }
}

.search-form form {
  position: relative;
}

.search-form form input {
  width: 100%;
  padding: 35px 250px 35px 35px;
  border: 2px solid var(--tp-icon-green);
  border-radius: 5px;
}

@media (max-width: 767px) {
  .search-form form input {
    padding: 15px;
  }
}

.search-form form input:focus::placeholder {
  opacity: 0;
}

.search-form form .search-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .search-form form .search-btn {
    position: static;
    margin-top: 15px;
    transform: translateY(0);
  }
}

.services-item {
  background-color: var(--tp-common-white);
  padding: 70px 55px 70px 50px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .services-item {
    padding: 50px 25px 50px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-item {
    padding: 50px 20px 50px 35px;
  }
}

.services-item__icon {
  -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  background-color: var(--tp-icon-blue-light);
  display: block;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 95px;
  flex: 0 0 auto;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.services-item__icon i {
  color: var(--tp-icon-blue);
  font-size: 32px;
}

.services-item .pink-icon {
  background-color: var(--tp-icon-pink-light);
}

.services-item .pink-icon i {
  color: var(--tp-icon-pink);
}

.services-item .green-icon {
  background-color: var(--tp-icon-green-light);
}

.services-item .green-icon i {
  color: var(--tp-icon-green);
}

.services-item .sky-icon {
  background-color: var(--tp-icon-sky-light);
}

.services-item .sky-icon i {
  color: var(--tp-icon-sky);
}

.services-item:hover .services-item__icon {
  box-shadow: inset 0 0 0 60px var(--tp-icon-blue);
}

.services-item:hover .services-item__icon i {
  color: var(--tp-common-white);
}

.services-item:hover .pink-icon {
  box-shadow: inset 0 0 0 60px var(--tp-icon-pink);
}

.services-item:hover .green-icon {
  box-shadow: inset 0 0 0 60px var(--tp-icon-green);
}

.services-item:hover .sky-icon {
  box-shadow: inset 0 0 0 60px var(--tp-icon-sky);
}

.services-item:hover .services-item__btn .btn-hexa i {
  background-color: var(--tp-icon-blue);
}

.services-item:hover .services-item__btn .pink-hexa i {
  background-color: var(--tp-icon-pink);
}

.services-item:hover .services-item__btn .green-hexa i {
  background-color: var(--tp-icon-green);
}

.services-item:hover .services-item__btn .sky-hexa i {
  background-color: var(--tp-icon-sky);
}

.services-item__content p {
  font-size: 15px;
  margin-bottom: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-item__content p br {
    display: none;
  }
}

.services-item__tp-title {
  font-size: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-item__tp-title {
    font-size: 20px;
  }
}

.services-item__tp-title a {
  background-image: linear-gradient(#171151, #171151), linear-gradient(#171151, #171151);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.services-item__tp-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.services-item .btn-hexa {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  text-transform: uppercase;
}

.services-item .btn-hexa:hover {
  color: var(--tp-icon-blue);
}

.services-item .btn-hexa i {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: var(--tp-icon-blue-light);
  display: inline-block;
  height: 20px;
  width: 18px;
  transform: translateY(5px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  flex: 0 0 auto;
  margin-right: 10px;
}

.services-item .pink-hexa:hover {
  color: var(--tp-icon-pink);
}

.services-item .pink-hexa i {
  background-color: var(--tp-icon-pink-light);
}

.services-item .green-hexa:hover {
  color: var(--tp-icon-green);
}

.services-item .green-hexa i {
  background-color: var(--tp-icon-green-light);
}

.services-item .sky-hexa:hover {
  color: var(--tp-icon-sky);
}

.services-item .sky-hexa i {
  background-color: var(--tp-icon-sky-light);
}

.tp-services {
  justify-content: end;
}

@media (max-width: 767px) {
  .tp-services {
    justify-content: start;
    margin-bottom: 30px;
  }
}

.tp-services .services-p {
  margin-right: 20px;
}

.tp-services i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid var(--tp-border-secondary);
  border-radius: 50%;
  text-align: center;
}

.tp-services i:hover {
  border: 1px solid var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

.swipper-container {
  overflow: hidden;
}

.service-active {
  margin-right: -400px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .service-active {
    margin-right: 0;
  }
}

.tp-services-item {
  padding: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-services-item {
    margin-left: 0;
  }
}

.services-link {
  text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-link {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services-link {
    text-align: start;
    margin-bottom: 30px;
  }
}

.services-link span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-text-2);
}

@media (max-width: 767px) {
  .services-link span {
    font-size: 16px;
  }
}

.services-link span a {
  text-transform: uppercase;
  margin-left: 9px;
  color: var(--tp-theme-blue);
}

@media (max-width: 767px) {
  .services-link span a {
    font-size: 14px;
  }
}

.services-link span a:hover {
  color: var(--tp-icon-green);
}

.services-link span a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

.services-link span a i {
  margin-left: 5px;
}

.tp-srv-title {
  font-size: 20px;
  text-transform: capitalize;
}

.tp-services-box {
  background-color: var(--tp-common-white);
  padding: 60px 10px 42px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.tp-services-box:hover {
  box-shadow: 0px 7px 11px rgba(14, 99, 255, 0.26);
  background-color: var(--tp-theme-blue);
}

.tp-services-box:hover .tp-services-box__title {
  color: var(--tp-common-white);
}

.tp-services-box:hover .tp-services-box__icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.tp-services-box:hover .tp-services-box__icon i {
  color: var(--tp-common-white);
}

.tp-services-box:hover .tp-services-box__btn a i {
  color: var(--tp-common-white);
}

.tp-services-box__icon {
  height: 87px;
  width: 87px;
  line-height: 100px;
  text-align: center;
  background-color: var(--tp-icon-blue-light);
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-services-box__icon i {
  color: var(--tp-icon-blue);
  font-size: 32px;
}

.tp-services-box__title {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-services-box__title a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.tp-services-box__title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-services-box__btn a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: rgba(14, 99, 255, 0.5);
  font-size: 38px;
}

.tp-pink-bg:hover {
  box-shadow: 0px 7px 11px rgba(247, 42, 117, 0.26);
  background-color: var(--tp-theme-pink);
}

.tp-pink-icon {
  background-color: var(--tp-icon-pink-light);
}

.tp-pink-icon i {
  color: var(--tp-theme-pink);
}

.pink-dot i {
  color: rgba(247, 42, 117, 0.5);
}

.tp-green-bg:hover {
  box-shadow: 0px 7px 11px rgba(16, 208, 161, 0.26);
  background-color: var(--tp-theme-secondary);
}

.tp-green-icon {
  background-color: var(--tp-icon-green-light);
}

.tp-green-icon i {
  color: var(--tp-theme-secondary);
}

.green-dot i {
  color: rgba(16, 208, 161, 0.5);
}

.tp-sky-bg:hover {
  box-shadow: 0px 7px 11px rgba(66, 191, 255, 0.26);
  background-color: var(--tp-theme-sky);
}

.tp-sky-icon {
  background-color: var(--tp-icon-sky-light);
}

.tp-sky-icon i {
  color: var(--tp-theme-sky);
}

.sky-dot i {
  color: rgba(66, 191, 255, 0.5);
}

.services-thumb-box {
  background-color: var(--tp-common-white);
}

.services-thumb-box:hover .services-thumb-box__thumb img {
  transform: scale(1.3);
}

.services-thumb-box:hover .services-thumb-box__icon {
  box-shadow: inset 0 0 0 60px var(--tp-theme-secondary);
}

.services-thumb-box:hover .services-thumb-box__icon i {
  color: var(--tp-common-white);
}

.services-thumb-box:hover.pink-round .services-thumb-box__icon {
  box-shadow: inset 0 0 0 60px var(--tp-theme-pink);
}

.services-thumb-box:hover.sky-round .services-thumb-box__icon {
  box-shadow: inset 0 0 0 60px var(--tp-theme-sky);
}

.services-thumb-box:hover.blue-round .services-thumb-box__icon {
  box-shadow: inset 0 0 0 60px var(--tp-theme-blue);
}

.services-thumb-box__thumb img {
  -webkit-transition: all 1.2s ease-out 0s;
  -moz-transition: all 1.2s ease-out 0s;
  -ms-transition: all 1.2s ease-out 0s;
  -o-transition: all 1.2s ease-out 0s;
  transition: all 1.2s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-thumb-box__thumb img {
    width: 100%;
  }
}

.services-thumb-box__icon {
  flex: 0 0 auto;
  height: 60px;
  width: 60px;
  line-height: 70px;
  text-align: center;
  background-color: var(--tp-icon-green-light);
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}

.services-thumb-box__icon i {
  color: var(--tp-icon-green);
  font-size: 23px;
}

.services-thumb-box__text-area {
  padding: 35px 30px;
}

.services-thumb-box__content>a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #B9B8CB;
  text-transform: uppercase;
}

.services-thumb-box__title {
  font-size: 20px;
}

@media (max-width: 767px) {
  .services-thumb-box__title {
    font-size: 18px;
  }
}

.services-thumb-box__title a {
  background-image: linear-gradient(#171151, #171151), linear-gradient(#171151, #171151);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.services-thumb-box__title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.pink-round .services-thumb-box__icon {
  background-color: var(--tp-icon-pink-light);
}

.pink-round .services-thumb-box__icon i {
  color: var(--tp-icon-pink);
}

.sky-round .services-thumb-box__icon {
  background-color: var(--tp-icon-sky-light);
}

.sky-round .services-thumb-box__icon i {
  color: var(--tp-icon-sky);
}

.blue-round .services-thumb-box__icon {
  background-color: var(--tp-icon-blue-light);
}

.blue-round .services-thumb-box__icon i {
  color: var(--tp-icon-blue);
}

.tp-srv-process p {
  font-size: 16px;
}

.tp-srv-process__title {
  font-size: 42px;
}

.tp-srv-process__list ul li {
  font-weight: 500;
  font-size: 16px;
}

.tp-srv-process__list ul li i {
  font-size: 16px;
  color: var(--tp-theme-blue);
  margin-right: 15px;
}

.tp-srv-stap p {
  font-size: 16px;
  margin-bottom: 28px;
}

.tp-srv-stap__title {
  font-size: 30px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-srv-stap__list {
    margin-left: 0;
  }
}

.tp-srv-stap__list ul li {
  font-weight: 500;
  font-size: 15px;
}

.tp-srv-stap__list ul li i {
  font-size: 16px;
  color: var(--tp-theme-blue);
  margin-right: 20px;
}

.tp-srv-research p {
  font-size: 16px;
}

.tp-srv-research__title {
  font-size: 30px;
  font-weight: 400;
}

div.tp-srv-link {
  text-align: start !important;
}

div.tp-srv-link a {
  color: var(--tp-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
  .services-thumb-img img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-thumb-img img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-srv-bg img {
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  07. ABOUT CSS START
/*----------------------------------------*/
.about__img {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .about__img {
    text-align: center;
  }
}

.about__img img {
  border-radius: 0 0 362px 341px;
  max-width: 100%;
}

.about__img-shape-text {
  background: var(--tp-icon-green);
  border-radius: 50%;
}

.about__exprience {
  position: absolute;
  bottom: -135px;
  left: 120px;
  height: 326px;
  width: 326px;
  background: var(--tp-icon-green);
  border-radius: 50%;
  padding: 65px 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .about__exprience {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .about__exprience {
    height: 200px;
    width: 200px;
    padding: 30px;
  }
}

.about__exprience h3 {
  font-size: 115px;
  color: var(--tp-common-white);
  font-family: days one;
  line-height: 1;
}

@media (max-width: 767px) {
  .about__exprience h3 {
    font-size: 80px;
  }
}

.about__exprience i {
  display: inline-block;
  font-size: 24px;
  color: var(--tp-common-white);
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  text-align: left;
}

@media (max-width: 767px) {
  .about__exprience i {
    font-size: 16px;
  }
}

.tp-about__info-list ul li {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 34px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.tp-about__info-list ul li i {
  font-size: 20px;
  color: var(--tp-icon-green);
  position: absolute;
  display: inline-block;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about__content {
    margin-left: 0;
  }
}

.about-thumb-shape {
  position: absolute;
  bottom: 0;
  left: -170px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-thumb-shape {
    left: -100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-thumb-shape {
    left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-thumb-shape {
    left: -120px;
  }
}

.about-video {
  position: absolute;
  top: 230px;
  left: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-video {
    left: 360px;
  }
}

@media (max-width: 767px) {
  .about-video {
    left: 0px;
  }
}

.about-video i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background: var(--tp-icon-green);
  border-radius: 50px;
  color: var(--tp-common-white);
  animation: tp-pulse 2s infinite;
}

.about-video i:hover {
  background-color: var(--tp-theme-blue);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .about-content {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .about-thumb {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .about-thumb img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .tp-box-space {
    margin-left: 0;
    margin-right: 0;
  }
}

.ab-title {
  font-size: 36px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .ab-title {
    font-size: 30px;
  }
}

.about-align {
  padding-left: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-align {
    padding-left: 0;
  }
}

.ab-check-list ul li i {
  color: var(--tp-theme-blue);
}

.tp-ab-main-img {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .tp-ab-main-img {
    margin-right: 0;
  }
}

.tp-ab-main-img img {
  border-radius: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-ab-main-img img {
    max-width: 100%;
  }
}

.tp-ab-shape img {
  border-radius: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-ab-shape img {
    max-width: 100%;
  }
}

.tp-ab-shape .ab-shape-one {
  margin-bottom: 15px;
}

.tp-ab-counter {
  border-radius: 5px;
  width: 236px;
  height: 258px;
  padding: 31px 15px 15px 15px;
  left: 50px;
  bottom: 7px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-ab-counter {
    left: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-ab-counter {
    left: 90px;
    bottom: -125px;
  }
}

@media (max-width: 767px) {
  .tp-ab-counter {
    width: 170px;
    height: 190px;
    left: 85px;
    bottom: -35px;
  }
}

@media (max-width: 767px) {
  .tp-ab-img {
    justify-content: center;
  }
}

.about-title {
  font-size: 36px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .about-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .about-title br {
    display: none;
  }
}

.ab-count {
  left: -110px;
  bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ab-count {
    left: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ab-count {
    left: 0;
    bottom: -80px;
  }
}

.tp-3-thumb {
  display: flex;
  justify-content: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-3-thumb {
    justify-content: center;
  }
}

.tp-ab-sm-title {
  font-size: 36px;
}

/*----------------------------------------*/
/*  08. COUNTER CSS START
/*----------------------------------------*/
.counter__item {
  border: 1px solid var(--tp-border-primary);
  padding: 75px 40px 70px 55px;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .counter__item {
    padding: 75px 30px 70px 30px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .counter__item {
    padding: 75px 20px 70px 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter__item {
    padding: 75px 20px 70px 25px;
  }
}

.counter__item:hover.counter__item {
  border: 1px solid var(--tp-icon-blue);
}

.counter__item:hover.blue-border {
  border: 1px solid var(--tp-icon-blue);
}

.counter__item:hover.pink-border {
  border: 1px solid var(--tp-icon-pink);
}

.counter__item:hover.sky-border {
  border: 1px solid var(--tp-icon-sky);
}

.counter__item:hover.green-border {
  border: 1px solid var(--tp-icon-green);
}

.counter__icon i {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: var(--tp-icon-blue);
  display: inline-block;
  height: 20px;
  width: 18px;
  transform: translateY(5px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  flex: 0 0 auto;
  margin-right: 10px;
  animation: firefly 2.5s linear infinite;
}

.counter__icon.pink-hard i {
  background-color: var(--tp-icon-pink);
}

.counter__icon.sky-hard i {
  background-color: var(--tp-icon-sky);
}

.counter__icon.green-hard i {
  background-color: var(--tp-icon-green);
}

.counter__content p {
  font-size: 15px;
  margin-bottom: 0;
}

.counter__title {
  font-size: 48px;
  font-weight: 400;
}

.experience-item span {
  color: #141515;
  font-size: 15px;
  font-weight: 600;
}

.tl-progress {
  height: 200px;
  width: 200px;
  background: #fff;
  text-align: center;
  line-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 25px;
}

.tl-progress input {
  color: #171151 !important;
}

/*----------------------------------------*/
/*  09. GALLERY CSS START
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-gallery__item:hover .tp-gallery__img::before {
  height: 100%;
}

.tp-gallery__item:hover .tp-gallery__content {
  bottom: 27px;
  opacity: 1;
  visibility: visible;
}

.tp-gallery__item:hover .tp-gallery__info {
  top: 35px;
  transform: rotateY(180deg);
  opacity: 1;
  visibility: visible;
}

.tp-gallery__img img {
  width: 100%;
}

.tp-gallery__img::before {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background: linear-gradient(179.97deg, rgba(14, 99, 255, 0) 20.71%, #0E63FF 90.16%);
  left: 0px;
  right: 0;
  bottom: 0px;
  z-index: 1;
}

.tp-gallery__info {
  position: absolute;
  top: 0px;
  right: 35px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.tp-gallery__info a {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: var(--tp-common-white);
  display: block;
  height: 75px;
  width: 65px;
  text-align: center;
  line-height: 75px;
  font-size: 20px;
  color: var(--tp-common-white);
  position: relative;
}

.tp-gallery__info a::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: var(--tp-icon-green);
  display: block;
  height: 65px;
  width: 55px;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.tp-gallery__info a:hover::before {
  background-color: var(--tp-icon-sky);
}

.tp-gallery__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px;
  padding-bottom: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.tp-gallery__content span {
  color: var(--tp-common-white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.tp-gallery__content span i {
  margin-right: 5px;
}

.tp-gallery__content span a:hover {
  color: var(--tp-icon-green);
}

.tp-gallery__title {
  text-transform: uppercase;
  font-size: 22px;
  color: var(--tp-common-white);
  margin-bottom: 5px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-gallery__title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tp-gallery__title {
    font-size: 16px;
  }
}

.tp-gallery__title a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.tp-gallery__title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.gallery-item-bg {
  margin-top: -215px;
}

.gallery-item img {
  width: 100%;
}

.gallery-item:hover.gallery-item::before {
  height: 210px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-item:hover.gallery-item::before {
    height: 150px;
  }
}

.gallery-item:hover .gallery-item__content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .gallery-item:hover .gallery-item__content {
    bottom: 0;
  }
}

.gallery-item::before {
  position: absolute;
  content: "";
  clip-path: polygon(50% 0%, 100% 60%, 100% 100%, 0 100%, 0 60%);
  bottom: 0px;
  left: 0;
  height: 0px;
  width: 100%;
  background-color: var(--tp-icon-green);
}

@media (max-width: 767px) {
  .gallery-item::before {
    clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0px 100%, 0 0%);
  }
}

.gallery-item__content {
  position: absolute;
  z-index: 2;
  bottom: -10px;
  left: 0px;
  padding: 10px 20px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.gallery-item__content span {
  color: var(--tp-common-white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.gallery-item__content span i {
  margin-right: 5px;
}

.gallery-item__content span:hover {
  color: var(--tp-icon-blue);
}

.gallery-item__title {
  font-size: 22px;
  color: var(--tp-common-white);
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .gallery-item__title {
    font-size: 18px;
  }
}

.gallery-item__title a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.gallery-item__title a:hover {
  background-size: 0% 1px, 100% 1px;
}

/*----------------------------------------*/
/*  10. CHOOSE CSS START
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-choose__item {
    margin-left: 0;
  }
}

.tp-choose__item:hover .tp-choose__icon {
  box-shadow: inset 0 0 0 60px var(--tp-icon-blue);
}

.tp-choose__item:hover .tp-choose__icon i {
  color: var(--tp-common-white);
}

.tp-choose__item:hover .pink-icon {
  box-shadow: inset 0 0 0 60px var(--tp-icon-pink);
}

.tp-choose__item:hover .green-icon {
  box-shadow: inset 0 0 0 60px var(--tp-icon-green);
}

.tp-choose__item:hover .sky-icon {
  box-shadow: inset 0 0 0 60px var(--tp-icon-sky);
}

.tp-choose__icon {
  height: 115px;
  width: 115px;
  text-align: center;
  line-height: 130px;
  background-color: rgba(14, 99, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.tp-choose__icon i {
  color: var(--tp-icon-blue);
  font-size: 45px;
}

.tp-choose__icon.pink-icon {
  background-color: rgba(247, 42, 117, 0.1);
}

.tp-choose__icon.pink-icon i {
  color: var(--tp-icon-pink);
}

.tp-choose__icon.green-icon {
  background-color: rgba(16, 208, 161, 0.1);
}

.tp-choose__icon.green-icon i {
  color: var(--tp-icon-green);
}

.tp-choose__icon.sky-icon {
  background-color: rgba(66, 191, 255, 0.1);
}

.tp-choose__icon.sky-icon i {
  color: var(--tp-icon-sky);
}

.tp-choose__content p {
  color: var(--tp-text-1);
  font-size: 15px;
}

.tp-choose__title {
  color: var(--tp-common-white);
  font-weight: 400;
}

.tp-choose-option span {
  font-size: 18px;
  color: var(--tp-text-1);
  font-weight: 500;
}

.tp-choose-option span a {
  color: var(--tp-common-white);
  text-transform: uppercase;
}

.tp-choose-option span a i {
  margin-left: 5px;
}

.tp-choose-option span a:hover {
  color: var(--tp-icon-pink);
}

.tp-choose-option span a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

/*----------------------------------------*/
/*  11. APPOINMENT CSS START
/*----------------------------------------*/
.visitor-info {
  padding: 130px 110px;
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .visitor-info {
    padding: 130px 80px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .visitor-info {
    padding: 130px 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .visitor-info {
    padding: 130px 50px;
  }
}

@media (max-width: 767px) {
  .visitor-info {
    padding: 130px 15px;
  }
}

.appoinment-title i {
  color: var(--tp-icon-blue);
  margin-right: 15px;
}

.visitor-form__input input {
  width: 100%;
  height: 60px;
  border: 1px solid #EFF1F6;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 0 20px;
}

.visitor-form__input input::placeholder {
  font-size: 15px;
  color: #B2B0C1;
}

.visitor-form__input input:hover {
  border: 1px solid var(--tp-icon-green);
}

.visitor-form__input textarea {
  width: 100%;
  height: 170px;
  border: 1px solid #EFF1F6;
  padding-top: 25px;
  padding-left: 20px;
  border-radius: 5px;
}

.visitor-form__input textarea::placeholder {
  color: #B2B0C1;
}

.visitor-form__input textarea:focus {
  border-color: var(--tp-icon-green);
  outline: none;
}

.visit-serial {
  text-align: end;
}

@media (max-width: 767px) {
  .visit-serial {
    text-align: start;
  }
}

.visit-serial span {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-text-2);
}

@media (max-width: 767px) {
  .visit-serial span {
    font-size: 15px;
  }
}

.visit-serial span a {
  text-decoration: underline;
  color: var(--tp-icon-blue);
}

.visit-serial span a:hover {
  color: var(--tp-icon-green);
}

.visit-serial span a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

.visit-serial span a i {
  margin-left: 5px;
}

.appoinment-thumb {
  height: 100%;
}

.appoinment-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appoint-thumb img {
  width: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .appoint-thumb img {
    width: 100%;
  }
}

.visitor-info-bg {
  background-color: var(--tp-common-white);
  padding: 42px 62px 0px 62px;
  margin-bottom: -90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .visitor-info-bg {
    padding: 42px 30px 0px 30px;
  }
}

@media (max-width: 767px) {
  .visitor-info-bg {
    padding: 42px 15px 0px 15px;
  }
}

.tp-support-form {
  background-color: var(--tp-common-white);
  padding: 75px 90px 85px 90px;
  margin: 0 25px;
  border-bottom: 4px solid var(--tp-theme-blue);
}

@media (max-width: 767px) {
  .tp-support-form {
    margin: 0;
    padding: 50px 10px 50px 10px;
  }
}

.tp-support-form span {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  display: block;
  margin-bottom: 50px;
}

.tp-support-form form {
  margin-bottom: 12px;
}

.tp-support-form form input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 5px;
  margin-bottom: 25px;
  border: 1px solid #EFF1F6;
  box-shadow: 0px 16px 24px rgba(189, 196, 205, 0.13);
}

.tp-support-form form input:focus {
  border: 1px solid var(--tp-theme-blue);
  background-color: #F2F5FA;
}

.tp-support-form form input:focus::placeholder {
  color: var(--tp-theme-primary);
}

.tp-support-form form input::placeholder {
  color: #B2B0C1;
}

.tp-support-form form textarea {
  width: 100%;
  height: 172px;
  padding: 14px 0 0 20px;
  border-radius: 5px;
  border: 1px solid #EFF1F6;
  box-shadow: 0px 16px 24px rgba(189, 196, 205, 0.13);
}

.tp-support-form form textarea:focus {
  border: 1px solid var(--tp-theme-blue);
  background-color: #F2F5FA;
}

.tp-support-form form textarea:focus::placeholder {
  color: var(--tp-theme-primary);
}

.tp-support-form form textarea:focus-visible {
  border: none;
}

.tp-support-form form textarea::placeholder {
  color: #B2B0C1;
}

/*----------------------------------------*/
/*  12. TEAM CSS START
/*----------------------------------------*/
.tp-team:hover .tp-team__thumb a img {
  transform: scale(1.1);
}

.tp-team:hover .tp-team__title a {
  background-size: 0% 1px, 100% 1px;
}

.tp-team__thumb {
  display: block;
  border-radius: 5px;
}

.tp-team__thumb a img {
  width: 100%;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -ms-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.tp-team__content {
  padding: 40px 45px 45px 45px;
  background-color: var(--tp-common-white);
  border-radius: 0 0 5px 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-team__content {
    padding: 30px 25px 35px 25px;
  }
}

.tp-team__content p {
  color: var(--tp-text-2);
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-team__title {
    font-size: 20px;
  }
}

.tp-team__title a {
  background-image: linear-gradient(#171151, #171151), linear-gradient(#171151, #171151);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.tp-team__social a {
  margin-right: 12px;
  color: var(--tp-icon-blue);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team__social a {
    margin-right: 10px;
  }
}

.tp-team__social a i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid var(--tp-grey-1);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.tp-team__social a:hover i {
  border: 1px solid var(--tp-icon-blue);
  background-color: var(--tp-icon-blue);
  color: var(--tp-common-white);
}

.tp-team__position {
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-icon-blue);
  text-transform: uppercase;
  display: block;
}

.tp-youtube i,
.tp-twitter i,
.tp-fb i,
.tp-skype i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid var(--tp-grey-1);
}

.tp-youtube i:hover,
.tp-twitter i:hover,
.tp-fb i:hover,
.tp-skype i:hover {
  color: var(--tp-common-white);
}

.tp-youtube i {
  color: var(--tp-icon-red);
}

.tp-youtube:hover.tp-youtube i {
  border: 1px solid var(--tp-icon-red);
  background-color: var(--tp-icon-red);
}

.tp-twitter i {
  color: var(--tp-icon-tweet);
}

.tp-twitter:hover.tp-twitter i {
  border: 1px solid var(--tp-icon-tweet);
  background-color: var(--tp-icon-tweet);
}

.tp-fb i {
  color: var(--tp-icon-fb);
}

.tp-fb:hover.tp-fb i {
  border: 1px solid var(--tp-icon-fb);
  background-color: var(--tp-icon-fb);
}

.tp-skype i {
  color: var(--tp-icon-skype);
}

.tp-skype:hover.tp-skype i {
  border: 1px solid var(--tp-icon-skype);
  background-color: var(--tp-icon-skype);
}

.tp-team-arrow {
  justify-content: end;
}

@media (max-width: 767px) {
  .tp-team-arrow {
    margin-bottom: 30px;
    justify-content: start;
  }
}

.tp-team-arrow .team-p {
  margin-right: 20px;
}

.tp-team-arrow i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--tp-border-secondary);
}

.tp-team-arrow i:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-primary);
}

.team-item {
  text-align: center;
}

.team-item:hover .team-item__title a {
  background-size: 0% 1px, 100% 1px;
}

.team-item:hover .team-item__social-info a {
  opacity: 1;
  visibility: visible;
}

.team-item:hover .team-item__social-info a:first-child {
  transition-delay: 100ms;
}

.team-item:hover .team-item__social-info a:nth-child(2) {
  transition-delay: 180ms;
}

.team-item:hover .team-item__social-info a:nth-child(3) {
  transition-delay: 260ms;
}

.team-item:hover .team-item__social-info a:last-child {
  transition-delay: 320ms;
}

.team-item span {
  color: var(--tp-theme-blue);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.team-item__title a {
  background-image: linear-gradient(#171151, #171151), linear-gradient(#171151, #171151);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.team-item__social-info a {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin: 0 15px;
  color: #B2B0C1;
  font-size: 20px;
}

.team-item__social-info a:hover {
  color: var(--tp-theme-primary);
}

.team-arrow i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid var(--tp-border-secondary);
  border-radius: 50%;
}

.team-arrow i:hover {
  background-color: var(--tp-theme-primary);
  border: 1px solid var(--tp-theme-primary);
  color: var(--tp-common-white);
}

.team-arrow .team-prv {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
  z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .team-arrow .team-prv {
    left: -40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-arrow .team-prv {
    left: -30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .team-arrow .team-prv {
    left: -20px;
  }
}

@media (max-width: 767px) {
  .team-arrow .team-prv {
    left: -5px;
  }
}

.team-arrow .team-nxt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .team-arrow .team-nxt {
    right: -40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-arrow .team-nxt {
    right: -30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .team-arrow .team-nxt {
    right: -20px;
  }
}

@media (max-width: 767px) {
  .team-arrow .team-nxt {
    right: -5px;
  }
}

.tp-team {
  border: 1px solid var(--tp-grey-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-team-dtls__thumb img {
    width: 100%;
  }
}

.tp-team-dtls__content {
  padding-left: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-team-dtls__content {
    margin-top: 0;
  }
}

.tp-team-dtls__content span {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-theme-blue);
  display: inline-block;
}

.tp-team-dtls__content p {
  margin-bottom: 50px;
  color: var(--tp-text-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-dtls__content p {
    margin-bottom: 20px;
  }
}

.tp-team-dtls__title {
  font-size: 24px;
}

.tp-team-dtls__title:hover {
  color: var(--tp-theme-secondary);
}

.tp-team-dtls__info ul li {
  font-size: 18px;
  color: #030A39;
  margin-bottom: 22px;
}

.tp-team-dtls__info ul li span {
  color: #7A8085;
  text-transform: capitalize;
}

.tp-team-dtls__info ul li span a:hover {
  color: var(--tp-theme-blue);
}

.tp-team-dtls__social {
  text-align: end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-team-dtls__social {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-team-dtls__social {
    text-align: start;
  }
}

@media (max-width: 767px) {
  .tp-team-dtls__social {
    text-align: center;
  }
}

.tp-team-dtls__social a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  background: var(--tp-icon-fb);
  color: var(--tp-common-white);
  border-radius: 5px;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-dtls__social a {
    margin-left: 5px;
  }
}

.tp-team-dtls__social .tp-dtls-insta {
  background-color: var(--tp-theme-blue);
}

.tp-team-dtls__social .tp-dtls-tweet {
  background-color: var(--tp-icon-tweet);
}

.tp-team-dtls__social .tp-dtls-pinter {
  background-color: var(--tp-icon-red);
}

.tp-team-dtls-text__title {
  font-size: 30px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .tp-team-dtls-text__title {
    font-size: 26px;
  }
}

.tp-team-dtls-text p {
  font-size: 16px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-team-dtls-item {
    margin-left: 0;
  }
}

.tp-team-dtls-item__title {
  font-size: 24px;
}

.tp-team-dtls-item p {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-dtls-item p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-dtls-item p br {
    display: none;
  }
}

.tp-team-dtls-item__list ul li {
  font-weight: 500;
  margin-bottom: 5px;
}

.tp-team-dtls-item__list ul li i {
  color: var(--tp-theme-blue);
  margin-right: 8px;
}

/*----------------------------------------*/
/*  13. TESTIMONIAL CSS START
/*----------------------------------------*/
.tp-testi {
  padding: 85px 47px 40px 47px;
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi {
    padding: 85px 30px 40px 30px;
  }
}

@media (max-width: 767px) {
  .tp-testi {
    padding: 85px 25px 40px 25px;
  }
}

.tp-testi__avata {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.tp-testi__avata img {
  box-shadow: 0px 9px 11px 0px rgba(162, 170, 191, 0.25);
  border-radius: 50%;
}

.tp-testi__content p {
  font-size: 15px;
  color: var(--tp-text-2);
  margin-bottom: 35px;
}

.tp-testi__avata-title {
  font-family: "Archivo";
  font-weight: 600;
  font-size: 18px;
}

.tp-testi__ava-position {
  font-size: 12px;
  font-weight: 700;
  color: var(--tp-icon-blue);
  text-transform: uppercase;
}

.tp-test-arrow .tp-test-nxt {
  margin-left: 20px;
}

.tp-test-arrow i {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #D1D6E0;
}

.tp-test-arrow i:hover {
  border: 1px solid var(--tp-heading-primary);
  background-color: var(--tp-heading-primary);
  color: var(--tp-common-white);
}

.testimonial-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.testi-thumb .swiper-slide img {
  border: 4px solid transparent;
  border-radius: 50%;
}

.testi-thumb .swiper-slide-thumb-active img {
  border: 4px solid var(--tp-common-white);
  border-radius: 50%;
}

.testi-content p {
  color: var(--tp-common-white);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  padding: 0 22px;
  margin-bottom: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi-content p {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .testi-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
    padding: 0;
  }
}

.testi-content i {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: var(--tp-common-white);
  margin-bottom: 15px;
}

.testi-content span {
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.56);
  text-transform: uppercase;
}

.testi-arrow i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-common-white);
}

.testi-arrow i:hover {
  background-color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
  color: var(--tp-heading-primary);
}

@media (max-width: 767px) {
  .testi-bg .testi-arrow {
    position: absolute;
    bottom: -80px;
  }
}

.testi-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .testi-button-next {
    right: 32%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testi-button-next {
    right: 40%;
  }
}

.testi-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .testi-button-prev {
    left: 32%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testi-button-prev {
    left: 40%;
  }
}

@media (max-width: 767px) {
  .testi-bg {
    background-position: center;
  }
}

@media (max-width: 767px) {
  .testi-avta-bottom {
    padding-bottom: 35px;
  }
}

.tp-testimonial-text .testi-content p {
  color: var(--tp-theme-primary);
}

.tp-testimonial-text .testi-content i {
  color: var(--tp-theme-primary);
}

.tp-testimonial-text .testi-content span {
  color: var(--tp-theme-primary);
}

.tp-testimonial-arrow i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid var(--tp-theme-primary);
  border-radius: 50%;
  color: var(--tp-theme-primary);
}

.tp-testimonial-arrow i:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tp-testimonial-arrow {
    position: absolute;
    bottom: -80px;
  }
}

.tp-testi-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .tp-testi-button-prev {
    left: 32%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi-button-prev {
    left: 40%;
  }
}

.tp-testi-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .tp-testi-button-next {
    right: 32%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi-button-next {
    right: 40%;
  }
}

.tp-testi-thumb-ava .swiper-slide-thumb-active img {
  border: 4px solid var(--tp-theme-blue);
  border-radius: 50%;
}

/*----------------------------------------*/
/*  14. CTA CSS START
/*----------------------------------------*/
.cta-bg {
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-bg {
    background-position: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-bg {
    background-position: left;
  }
}

.cta-title {
  font-size: 36px;
  color: var(--tp-common-white);
  line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .cta-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content {
    margin-left: 30px;
  }
}

.tp-cta-bg {
  border-radius: 5px;
  background-position: right;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-cta-bg {
    background-position: left;
  }
}

.cta-shape {
  height: 130px;
  width: 130px;
  text-align: center;
  background: var(--tp-common-white);
  line-height: 130px;
  border-radius: 50%;
  border: 5px solid var(--tp-icon-blue);
  position: absolute;
  top: 130px;
  right: 430px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-shape {
    top: 100px;
    right: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .cta-content {
    margin-left: 20px;
  }
}

.cta-content .cta-title {
  font-size: 28px;
}

@media (max-width: 767px) {
  .cta-content .cta-title br {
    display: none;
  }
}

.brand-items .swiper-slide {
  text-align: center;
}

.brand-border {
  border-top: 1px solid var(--tp-border-primary);
  border-bottom: 1px solid var(--tp-border-primary);
}

.newsletter-title {
  font-weight: 400;
  font-size: 43px;
  color: var(--tp-common-white);
}

.news-round-shape {
  z-index: 1;
}

.news-round-shape::before {
  content: "";
  position: absolute;
  height: 824px;
  width: 824px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
  top: -210px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.newsletter-content span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 45px;
  display: block;
}

.newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 22.45px 42px;
  color: var(--tp-common-white);
  background-color: var(--tp-icon-green);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1;
}

@media (max-width: 767px) {
  .newsletter-btn {
    position: static;
    margin-top: 10px;
  }
}

.newsletter-btn:hover {
  background-color: var(--tp-icon-pink);
}

.newsletter-btn i {
  margin-left: 5px;
}

.newsletter-form form input {
  padding: 0 220px 0 25px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: none;
}

@media (max-width: 767px) {
  .newsletter-form form input {
    padding: 0 20px 0 25px;
  }
}

.newsletter-form form input::placeholder {
  color: #B2B0C1;
  font-size: 15px;
}

.video-bg-icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.video-bg-icon a {
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-primary);
  display: block;
  font-size: 20px;
  animation: tp-pulse-2 1.5s infinite;
}

@media (max-width: 767px) {
  .video-bg-icon a {
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 16px;
  }
}

.video-bg-icon a:hover {
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}

.video-bg img {
  max-width: 100%;
}

.process-bg {
  position: relative;
  z-index: 1;
}

.process-bg::before {
  position: absolute;
  content: "";
  background: linear-gradient(0.7deg, #171151 21.18%, rgba(23, 17, 81, 0) 99.43%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: -1;
}

.fea-box {
  height: 830px;
  display: flex;
  align-items: end;
  padding: 50px 55px;
  border-right: 1px solid rgba(228, 224, 255, 0.22);
  position: relative;
}

@media (max-width: 767px) {
  .fea-box {
    height: 600px;
  }
}

.fea-box::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: #0E63FF;
  opacity: 0.85;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.fea-box:hover::before {
  height: 100%;
}

.tp-process__icon i {
  height: 114px;
  width: 114px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 130px;
  font-size: 45px;
  color: var(--tp-common-white);
}

.tp-process__content p {
  color: var(--tp-common-white);
  font-size: 15px;
  margin-bottom: 0;
}

.tp-process__title {
  color: var(--tp-common-white);
  font-size: 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tpcontact {
    margin-right: 0;
  }
}

.tpcontact__item {
  border: 1px solid var(--tp-border-primary);
  padding: 50px 25px 40px 25px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tpcontact__item:hover {
  border: 1px solid var(--tp-theme-secondary);
}

.tpcontact__title {
  font-size: 22px;
}

.tpcontact__address span {
  font-size: 18px;
  display: block;
}

.tpcontact__address span a:hover {
  color: var(--tp-theme-secondary);
}

.contactform input,
.contactform textarea {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid var(--tp-border-primary);
  color: var(--tp-heading-primary);
  font-size: 16px;
  outline: 0;
  box-shadow: 0px 16px 24px rgba(189, 196, 205, 0.13);
}

.contactform input:focus,
.contactform textarea:focus {
  border: 1px solid var(--tp-theme-blue);
}

.contactform input::placeholder,
.contactform textarea::placeholder {
  color: var(--tp-text-2);
}

.contactform textarea {
  height: 170px;
  padding: 25px 20px;
  line-height: 1.1;
  resize: none;
}

.tpcontactmap iframe {
  height: 385px;
  width: 100%;
  border-radius: 5px;
  filter: grayscale(100%);
}

/*----------------------------------------*/
/*  15. BLOG CSS START
/*----------------------------------------*/
.tp-blog {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-blog:hover {
  box-shadow: 0px 21px 15px rgba(190, 195, 204, 0.13);
}

.tp-blog:hover .tp-blog__thumb img {
  transform: scale(1.15);
}

.tp-blog:hover .tp-blog__title a {
  background-size: 0% 1px, 100% 1px;
}

.tp-blog:hover .tp-blog__date {
  transform: rotateY(360deg);
}

.tp-blog:hover .tp-blog__date h4 {
  box-shadow: inset 0 0 0 60px var(--tp-icon-blue);
  color: var(--tp-common-white);
}

.tp-blog:hover .tp-blog__date h4 span {
  color: var(--tp-common-white);
}

.tp-blog__thumb {
  border-radius: 5px 5px 0 0;
}

.tp-blog__thumb img {
  width: 100%;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.tp-blog__date {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.tp-blog__date h4 {
  height: 45px;
  width: 45px;
  background-color: var(--tp-common-white);
  color: var(--tp-icon-blue);
  margin: 0;
  font-size: 16px;
  padding: 5px 2px;
  border-radius: 5px;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.tp-blog__date h4 span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  font-family: "Archivo";
  color: var(--tp-text-body);
}

.tp-blog__content {
  padding: 30px;
  border: 1px solid var(--tp-border-primary);
  border-radius: 0 0 5px 5px;
}

@media (max-width: 767px) {
  .tp-blog__content {
    padding: 30px 15px;
  }
}

.tp-blog__content p {
  font-size: 15px;
  color: var(--tp-text-2);
  margin-bottom: 25px;
}

.tp-blog__category {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--tp-icon-blue);
  padding: 9px 18px;
  border-radius: 5px;
  background-color: var(--tp-icon-blue-light);
  line-height: 1;
}

.tp-blog__category:hover {
  background-color: var(--tp-icon-blue);
  color: var(--tp-common-white);
}

.tp-blog__title a {
  background-image: linear-gradient(#171151, #171151), linear-gradient(#171151, #171151);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1.4;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-blog__title a br {
    display: none;
  }
}

.tp-blog__btn a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 20px;
  background-color: rgba(23, 17, 81, 0.1);
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog__btn a {
    font-size: 12px;
    padding: 6px 12px;
  }
}

.tp-blog__btn a:hover {
  background-color: var(--tp-text-body);
  color: var(--tp-common-white);
}

.tp-blog-arrow {
  justify-content: end;
}

@media (max-width: 767px) {
  .tp-blog-arrow {
    justify-content: start;
    margin-bottom: 30px;
  }
}

.tp-blog-arrow .tp-blog-p {
  margin-right: 20px;
}

.tp-blog-arrow i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--tp-border-secondary);
}

.tp-blog-arrow i:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-primary);
}

.blog-item {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-item:hover {
  box-shadow: 0px 17px 16px rgba(216, 216, 216, 0.29);
}

.blog-item:hover .blog-item__thumb img {
  transform: scale(1.1);
}

.blog-item:hover .blog-item__title {
  color: var(--tp-icon-blue);
}

.blog-item__thumb {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.blog-item__thumb img {
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -ms-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item__thumb img {
    width: 100%;
  }
}

.blog-item__content {
  padding: 35px 25px 35px 25px;
  border: 1px solid var(--tp-border-primary);
  border-radius: 0 0 5px 5px;
}

.blog-item__content p {
  font-size: 15px;
  color: var(--tp-text-2);
}

.blog-item__content a {
  background-image: linear-gradient(#0E63FF, #0E63FF), linear-gradient(#0E63FF, #0E63FF);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.blog-item__content a:hover {
  background-size: 0% 1px, 100% 1px;
}

.blog-item__date-info li {
  margin-right: 35px;
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .blog-item__date-info li {
    margin-right: 25px;
  }
}

.blog-item__date-info li i {
  margin-right: 8px;
  color: var(--tp-theme-blue);
}

.blog-arrow {
  justify-content: end;
}

@media (max-width: 767px) {
  .blog-arrow {
    justify-content: start;
    margin-bottom: 30px;
  }
}

.blog-arrow .blog-prv {
  margin-right: 20px;
}

.blog-arrow i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--tp-border-secondary);
}

.blog-arrow i:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-primary);
}

.blog-link span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-text-2);
}

.blog-link span a {
  margin-left: 8px;
  text-transform: uppercase;
  color: var(--tp-theme-blue);
  font-weight: 600;
}

.blog-link span a:hover {
  color: var(--tp-icon-green);
}

.blog-link span a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

.blog-link span a i {
  margin-left: 5px;
}

.postbox__thumb img {
  border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__wrapper {
    padding-right: 0;
  }
}

.postbox__meta span {
  margin-right: 55px;
  color: var(--tp-theme-primary);
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__meta span {
    margin-right: 18px;
  }
}

@media (max-width: 767px) {
  .postbox__meta span {
    margin-right: 15px;
    font-size: 14px;
  }
}

.postbox__meta span i {
  margin-right: 5px;
  color: var(--tp-theme-blue);
}

.postbox__meta span a {
  text-transform: uppercase;
  display: inline-block;
}

.postbox__meta span a:hover {
  color: var(--tp-theme-blue);
}

.postbox__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.25;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .postbox__title {
    font-size: 24px;
  }
}

.postbox__title:hover {
  color: var(--tp-theme-secondary);
}

.postbox__text p {
  font-size: 16px;
}

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

.postbox .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 88px;
  width: 88px;
  background: var(--tp-common-white);
  text-align: center;
  line-height: 88px;
  border-radius: 50%;
  color: var(--tp-theme-secondary);
  animation: tp-pulse-2 1.5s infinite;
}

.postbox .play-btn:hover {
  background-color: var(--tp-icon-blue);
  color: var(--tp-common-white);
}

.postbox__meta-img img {
  width: 100%;
  border-radius: 10px;
}

.postbox__tag span {
  font-size: 20px;
  font-family: var(--tp-ff-heading);
  margin-right: 15px;
}

.postbox__social-tag span {
  font-size: 20px;
  font-family: var(--tp-ff-heading);
  margin-right: 15px;
}

.postbox__social-tag a {
  margin-right: 30px;
  font-size: 18px;
}

.postbox__social-tag a:last-child {
  margin-right: 0;
}

.postbox__tag-border {
  border-top: 1px solid var(--tp-border-primary);
  border-bottom: 1px solid var(--tp-border-primary);
  padding: 30px 0;
}

.postbox__social-tag {
  text-align: end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__social-tag {
    margin-top: 15px;
    text-align: start;
  }
}

.postbox__content-area p {
  font-size: 16px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__content-area p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__content-area p br {
    display: none;
  }
}

.postbox__text-list ul li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.postbox__text-list ul li:last-child {
  margin-bottom: 0;
}

.postbox__text-list ul li i {
  margin-right: 20px;
  font-size: 18px;
  color: var(--tp-theme-blue);
}

.postbox__comment {
  border-bottom: 1px solid var(--tp-border-primary);
}

.postbox__comment ul li {
  margin-bottom: 10px;
  list-style: none;
}

.postbox__comment ul li.children {
  margin-left: 100px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 0px;
  }
}

.postbox__comment-form {
  margin-bottom: 20px;
}

.postbox__comment-form-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.postbox__comment-form p {
  color: var(--tp-text-2);
  font-size: 16px;
  margin-bottom: 60px;
}

.postbox__comment-input {
  position: relative;
  margin-bottom: 30px;
  color: var(--tp-theme-primary);
}

.postbox__comment-input span {
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 12px;
  display: block;
}

.postbox__comment-input input,
.postbox__comment-input textarea {
  height: 60px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: var(--tp-theme-primary);
  outline: none;
  border: 1px solid var(--tp-border-primary);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0px 16px 24px rgba(189, 196, 205, 0.13);
}

.postbox__comment-input input:focus,
.postbox__comment-input textarea:focus {
  border: 1px solid rgb(23, 17, 81);
}

.postbox__comment-input input::placeholder,
.postbox__comment-input textarea::placeholder {
  color: var(--tp-text-2);
}

.postbox__comment-input input::placeholder:focus,
.postbox__comment-input textarea::placeholder:focus {
  color: var(--tp-theme-primary);
}

.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.postbox__comment-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 35px;
}

.postbox__comment-box {
  margin-bottom: 70px;
}

.postbox__comment-avater img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.postbox__comment-name {
  margin-bottom: 15px;
}

.postbox__comment-name h5 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "Archivo";
  font-weight: 500;
}

.postbox__comment-name span {
  font-size: 14px;
  color: var(--tp-text-2);
  letter-spacing: 2.5px;
}

@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.postbox__comment-text p {
  font-size: 16px;
  color: var(--tp-text-2);
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .postbox__comment-text p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__comment-text p br {
    display: none;
  }
}

.postbox__comment-reply {
  margin-top: 10px;
}

.postbox__comment-reply a {
  display: inline-block;
  color: var(--tp-theme-1);
  background: var(--tp-common-white);
  line-height: 22px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
}

.postbox__comment-agree {
  padding-left: 5px;
}

.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  flex: 0 0 auto;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}

.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.postbox__comment-agree input:hover {
  cursor: pointer;
}

.postbox__comment-agree label {
  padding-left: 8px;
  color: var(--tp-text-1);
  line-height: 1;
}

.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}

.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}

.postbox__comment-agree label:hover {
  cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .sidebar__wrapper {
    padding-left: 0;
  }
}

.sidebar__widget {
  padding: 50px 30px 40px 30px;
  box-shadow: 0px 12px 10px rgba(238, 239, 240, 0.25);
  border: 1px solid #F2F5FA;
}

.sidebar__widget-content ul li {
  margin-bottom: 15px;
}

.sidebar__widget-content ul li:last-child {
  margin-bottom: 0;
}

.sidebar__widget-content ul li a {
  color: var(--tp-text-2);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #F2F5FA;
  padding: 9px 15px;
}

.sidebar__widget-content ul li a:hover {
  color: #171717;
}

.sidebar__widget-content ul li a span {
  display: block;
  text-align: end;
}

.sidebar__widget-title {
  font-size: 22px;
}

.sidebar__search-input-2 input {
  height: 60px;
  width: 100%;
  padding: 10px 60px 10px 20px;
  border: none;
  background-color: var(--tp-grey-1);
}

.sidebar__search-input-2 input::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-text-2);
  background-color: var(--tp-grey-1);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar__search-input-2 button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 16px 25px;
}

.rc__post-thumb {
  margin-right: 20px;
}

.rc__meta span {
  font-weight: 600;
  font-size: 13px;
  color: var(--tp-text-2);
  letter-spacing: 1px;
  display: block;
  margin-bottom: 5px;
}

.rc__post-title {
  font-family: "Archivo";
  font-weight: 500;
  font-size: 16px;
  color: #141515;
  line-height: 1.5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .rc__post-title {
    font-size: 15px;
  }
}

.rc__post-title:hover {
  color: var(--tp-theme-secondary);
}

.tagcloud a {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tp-text-2);
  border: 1px solid #F2F4F6;
  padding: 10px 26px;
  display: inline-block;
  line-height: 1;
  margin: 5px 10px 5px 0;
}

.tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}

.postbox-nav button {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.postbox-nav button.postbox-slider-button-next {
  left: auto;
  right: 0px;
}

.postbox-nav button i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-primary);
}

@media (max-width: 767px) {
  .postbox-nav button i {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

.postbox-nav button i:hover {
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}

.blog-d-lnkd {
  color: #0072AC;
}

.blog-d-pin {
  color: #DA0021;
}

.blog-d-fb {
  color: #0072AC;
}

.blog-d-tweet {
  color: #3AC4FF;
}

.blogthumb {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 440px;
  z-index: 1;
}

.blogthumb::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--tp-common-white);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blogthumb:hover::before {
  background-color: #0E63FF;
  opacity: 0.8;
}

.blogthumb:hover .blogitem__avata-content span {
  color: var(--tp-common-white);
}

.blogthumb:hover .blogitem__avata-content a {
  color: var(--tp-common-white);
}

.blogthumb:hover .blogitem__medi a {
  background-color: #467EFB;
  color: var(--tp-common-white);
}

.blogthumb:hover.pink-blog .blogitem__medi a {
  background-color: var(--tp-icon-pink);
  color: var(--tp-common-white);
}

.blogthumb:hover.green-blog .blogitem__medi a {
  background-color: var(--tp-icon-green);
  color: var(--tp-common-white);
}

.blogthumb:hover .blog-item__date-info {
  color: var(--tp-common-white);
}

.blogthumb:hover .blog-item__date-info i {
  color: var(--tp-common-white);
}

.blogthumb:hover .blogitem__title {
  color: var(--tp-common-white);
}

.blogthumb:hover .blog-bg-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.blogthumb:hover.pink-blog::before {
  background-color: var(--tp-theme-pink);
}

.blogthumb:hover.green-blog::before {
  background-color: var(--tp-theme-secondary);
}

.inner-blog-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.blogitem {
  padding: 35px 30px 35px 30px;
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .blogitem {
    padding: 25px 15px 25px 20px;
  }
}

.blogitem__title-area {
  transform: translateY(69px);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blogitem:hover .blogitem__title-area {
  transform: inherit;
}

.blogitem__avata-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blogitem__avata {
  display: flex;
  align-items: center;
}

.blogitem__avata-content span {
  display: block;
  font-size: 12px;
  color: var(--tp-text-2);
  line-height: 19px;
}

.blogitem__avata-content a {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogitem__avata-content a {
    font-size: 12px;
  }
}

.blogitem__avata-icon {
  margin-right: 15px;
}

.blogitem__avata-icon img {
  border-radius: 50%;
}

.blogitem__medi a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--tp-icon-blue);
  padding: 9px 18px;
  border-radius: 5px;
  background-color: var(--tp-icon-blue-light);
  line-height: 1;
}

.blogitem__title a {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1.4;
}

.blogitem__title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.blog-bg-btn {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog-bg-btn a {
  background-color: var(--tp-text-body);
  color: var(--tp-common-white);
}

.blogitem__title {
  margin-bottom: 25px;
  font-size: 20px;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .blogitem__title {
    font-size: 18px;
  }
}

.pink-blog .blogitem__medi a {
  background-color: var(--tp-icon-pink-light);
  color: var(--tp-icon-pink);
}

.pink-blog .blog-item__date-info i {
  color: var(--tp-theme-pink);
}

.green-blog .blogitem__medi a {
  background-color: var(--tp-icon-green-light);
  color: var(--tp-icon-green);
}

.green-blog .blog-item__date-info i {
  color: var(--tp-theme-secondary);
}

.tp-blog-btn {
  text-align: end;
}

@media (max-width: 767px) {
  .tp-blog-btn {
    text-align: center;
  }
}

/*----------------------------------------*/
/*  16. RESEARCH CSS START
/*----------------------------------------*/
.research-item:hover .research-item__thum img {
  transform: scale(1.1);
}

.research-item__title a {
  background-image: linear-gradient(#171151, #171151), linear-gradient(#171151, #171151);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.research-item__title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.research-item__thum img {
  -webkit-transition: all 2s ease-out 0s;
  -moz-transition: all 2s ease-out 0s;
  -ms-transition: all 2s ease-out 0s;
  -o-transition: all 2s ease-out 0s;
  transition: all 2s ease-out 0s;
}

.research-item__content span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--tp-theme-blue);
  letter-spacing: 0.7px;
  display: block;
  margin-bottom: 20px;
}

.research-item__content p {
  font-size: 15px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .research-item__content p {
    font-size: 14px;
  }
}

.research-item__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 20px;
  color: var(--tp-theme-blue);
  background-color: var(--tp-icon-blue-light);
  text-transform: uppercase;
  border-radius: 5px;
}

.research-item__btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-blue);
}

.tp-pink span {
  color: var(--tp-theme-pink);
}

.tp-pink .research-item__btn {
  color: var(--tp-theme-pink);
  background: var(--tp-icon-pink-light);
}

.tp-pink .research-item__btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-pink);
}

.tp-green span {
  color: var(--tp-theme-secondary);
}

.tp-green .research-item__btn {
  color: var(--tp-theme-secondary);
  background: var(--tp-icon-green-light);
}

.tp-green .research-item__btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}

.tp-sky span {
  color: var(--tp-theme-sky);
}

.tp-sky .research-item__btn {
  color: var(--tp-theme-sky);
  background: var(--tp-icon-sky-light);
}

.tp-sky .research-item__btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-sky);
}

/*----------------------------------------*/
/*  17. PRICING CSS START
/*----------------------------------------*/
.tp-price {
  padding: 35px 42px 45px 55px;
  border: 1px solid var(--tp-border-primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-top: 4px solid var(--tp-theme-blue);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-price {
    padding: 35px 20px 45px 20px;
  }
}

.tp-price:hover {
  border-top: 4px solid var(--tp-theme-blue);
}

.tp-price__badge span {
  color: var(--tp-text-2);
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
}

.tp-price__content p {
  font-size: 20px;
  font-weight: 500;
}

.tp-price__value {
  font-size: 45px;
}

.tp-price__value span {
  color: var(--tp-text-2);
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.tp-price__features ul li {
  position: relative;
  padding-left: 14px;
  color: var(--tp-text-2);
  font-size: 16px;
  margin-bottom: 15px;
}

.tp-price__features ul li::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  background: var(--tp-text-2);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tp-price__inactive {
  color: var(--tp-text-2);
  opacity: 0.3;
}

.tp-price__btn a {
  background: var(--tp-theme-blue);
  padding: 14px 87px;
  display: inline-block;
  font-size: 12px;
  color: var(--tp-common-white);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-price__btn a {
    padding: 14px 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-price__btn a {
    padding: 14px 40px;
  }
}

@media (max-width: 767px) {
  .tp-price__btn a {
    padding: 12px 15px;
  }
}

.tp-price__btn a span {
  margin-left: 10px;
  display: inline-block;
}

.tp-price__btn:hover a span {
  animation: tfLeftToRight 0.5s forwards;
}

.tp-price.active {
  box-shadow: 0px 26px 33px rgba(77, 97, 130, 0.05);
  border: none;
  border-top: 4px solid var(--tp-theme-pink);
}

.tp-price.active:hover {
  border-top: 4px solid var(--tp-theme-pink);
}

.tp-pink-btn a {
  background-color: var(--tp-theme-pink);
}

.tp-yearly-price {
  border-top: 4px solid var(--tp-theme-secondary);
}

.tp-yearly-price:hover {
  border-top: 4px solid var(--tp-theme-secondary);
}

.tp-green-btn a {
  background-color: var(--tp-theme-secondary);
}

.tp-white-price {
  background-color: #1C155E;
  border: none;
  border-top: 4px solid var(--tp-theme-blue);
}

.tp-white-price .tp-price__value {
  color: var(--tp-common-white);
}

.tp-white-price .tp-price__heading p {
  color: var(--tp-common-white);
}

.tp-white-price .tp-price__features ul li {
  color: var(--tp-text-1);
}

.tp-white-price .tp-price__inactive {
  color: var(--tp-text-1);
  opacity: 0.3;
}

.tp-white-price.active {
  border-top: 4px solid var(--tp-theme-pink);
  background-color: #292176;
}

.tp-white-price.tp-yearly-price {
  border-top: 4px solid var(--tp-theme-secondary);
}

/*----------------------------------------*/
/*  18. FAQ CSS START
/*----------------------------------------*/
.faq-accordion {
  margin: 0 15px;
}

@media (max-width: 767px) {
  .faq-accordion {
    margin: 0 0;
  }
}

.faq-accordion .accordion-button {
  color: var(--tp-theme-primary);
  background: none;
  position: relative;
  padding: 30px 75px 30px 45px;
  font-size: 24px;
  font-weight: 500;
  box-shadow: none;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .accordion-button {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .faq-accordion .accordion-button {
    padding: 20px 30px 20px 25px;
    font-size: 16px;
  }
}

.faq-accordion .accordion-button::after {
  position: absolute;
  font-family: "Font Awesome 5 pro";
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  content: "\f062";
  background: none;
  color: var(--tp-theme-blue);
}

@media (max-width: 767px) {
  .faq-accordion .accordion-button::after {
    right: 15px;
  }
}

.faq-accordion .accordion-button.collapsed::after {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  content: "\f063";
  color: var(--tp-theme-primary);
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-items {
  border: 1px solid var(--tp-grey-1);
  box-shadow: 0px 20px 20px rgba(228, 228, 228, 0.25);
  margin-bottom: 30px;
}

.faq-accordion .accordion-content {
  border-bottom: 4px solid var(--tp-theme-blue);
}

.faq-accordion .accordion-content p {
  padding: 0 75px 35px 45px;
  color: var(--tp-text-2);
  margin: 0;
}

@media (max-width: 767px) {
  .faq-accordion .accordion-content p {
    padding: 0 30px 35px 25px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .faq-accordion .accordion-content p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  19. SHOP CSS START
/*----------------------------------------*/
.tpshopitem:hover .tpshopitem__thumb img {
  transform: scale(1.2);
}

.tpshopitem:hover .tpshopitem__thumb-icon {
  bottom: 14px;
  opacity: 1;
  visibility: visible;
}

.tpshopitem__thumb {
  border: 1px solid #ECEFF4;
  border-radius: 5px;
}

.tpshopitem__thumb img {
  width: 100%;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.tpshopitem__thumb-icon {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tpshopitem__thumb-icon a {
  margin: 0 5px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid var(--tp-theme-blue);
  border-radius: 50%;
  display: inline-block;
  background-color: #0E63FF;
  color: var(--tp-common-white);
}

.tpshopitem__thumb-icon a:hover {
  background-color: var(--tp-theme-pink);
  border: 1px solid var(--tp-theme-pink);
}

.tpshopitem__content p {
  font-size: 18px;
  font-weight: 500;
  color: #777B83;
  margin-bottom: 6px;
}

.tpshopitem__title {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.tpshopitem__title a {
  background-image: linear-gradient(#0E63FF, #0E63FF), linear-gradient(#0E63FF, #0E63FF);
  background-repeat: no-repeat;
  background-position: 100% 100%, 0% 100%;
  background-size: 0% 1px, 0 1px;
  display: inline;
}

.tpshopitem__title a:hover {
  background-size: 0% 1px, 100% 1px;
  color: var(--tp-theme-blue);
}

.tpshopitem__review i {
  color: #F7931E;
}

.tpshopitem__product-base {
  position: absolute;
  top: 20px;
  left: 30px;
  font-weight: 700;
  font-size: 12px;
  color: var(--tp-common-white);
  padding: 6px 13px;
  background: #FD4766;
  border-radius: 5px;
  line-height: 1;
}

.tpproduct span {
  font-weight: 500;
  font-size: 15px;
}

.tpfilter {
  justify-content: end;
}

@media (max-width: 767px) {
  .tpfilter {
    justify-content: start;
  }
}

.tpfilter span {
  font-weight: 500;
  font-size: 15px;
}

.tpfilter .nice-select {
  padding-left: 5px;
  border: none;
  color: var(--tp-theme-primary);
}

.productthumb img {
  border-radius: 25px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .productthumb img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .product {
    margin-left: 0;
  }
}

.product__details-content p {
  font-weight: 400;
  font-size: 16px;
  color: #777B83;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .product__details-content p br {
    display: none;
  }
}

.product-dtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .product-dtitle {
    font-size: 24px;
  }
}

.product-dinfo span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #141515;
}

.product-rating a {
  color: #FFDC60;
}

.product-dprice {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.02em;
}

.product-model-title {
  font-family: "Archivo";
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #0B0B0B;
}

.product-quantity-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #0B0B0B;
}

.product-quantity input {
  color: var(--tp-theme-primary);
  border: none;
  width: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.product-model-list a {
  font-size: 12px;
  font-weight: 600;
  color: #777B83;
  background: #F7F8FD;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 15px;
  border-radius: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-model-list a {
    margin-right: 8px;
  }
}

@media (max-width: 767px) {
  .product-model-list a {
    margin-right: 5px;
    padding: 0 6px;
  }
}

.product-model-list a:last-child {
  margin-right: 0;
}

.product-model-list a:hover {
  background: var(--tp-theme-blue);
  color: var(--tp-common-white);
}

.tp-product-quantity .cart-minus,
.tp-product-quantity .cart-plus {
  cursor: pointer;
  color: #8D8884;
}

.tp-product-quantity .cart-minus:hover,
.tp-product-quantity .cart-plus:hover {
  color: var(--tp-theme-primary);
}

.tp-product-quantity input {
  height: 30px;
  width: 32px;
  font-size: 14px;
  border: none;
  font-weight: 700;
  text-align: center;
}

.product-rating {
  margin-right: 20px;
}

.product-rating a {
  font-size: 16px;
  color: #FFDC60;
}

.product-dinfo {
  display: flex;
}

.product-dprice del {
  font-size: 20px;
  color: #B9B9B9;
}

.pro-details-nav {
  background: #F9FAFB;
  display: inline-block;
  padding: 7px 7px;
}

.pro-details-nav-btn {
  border: none;
}

.pro-details-nav-btn li {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-text-body);
  position: relative;
}

.pro-details-nav-btn li::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background: #DFE3E9;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .pro-details-nav-btn li::after {
    display: none;
  }
}

.pro-details-nav-btn li::before {
  content: "";
  height: 100%;
  width: 101%;
  top: 0;
  left: -1px;
  background: #0E63FF;
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.pro-details-nav-btn li .active::before {
  opacity: 1;
  visibility: visible;
}

.pro-details-nav-btn li:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .pro-details-nav-btn li {
    font-size: 16px;
  }
}

.pro-details-nav-btn li .nav-links {
  padding: 20px 45px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-details-nav-btn li .nav-links {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .pro-details-nav-btn li .nav-links {
    padding: 5px 15px;
  }
}

.pro-details-nav-btn li .nav-links.active {
  background: var(--tp-theme-blue);
  color: var(--tp-common-white);
}

.tab-para p {
  font-size: 16px;
  line-height: 30px;
}

.comments-box {
  margin-bottom: 50px;
}

.user-rating ul li {
  display: inline-block;
  color: #FFDC60;
}

.comments-text span,
.comments-text p {
  color: #777777;
  font-size: 16px;
}

.comment-title p {
  color: #777777;
  font-size: 16px;
}

.comment-rating span {
  font-weight: 500;
  margin-right: 5px;
}

.comment-rating ul li {
  display: inline-block;
  color: #FFDC60;
}

.comment-input textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  padding: 20px;
}

.comment-input textarea:focus-visible {
  border: 1px solid transparent;
}

.comment-input input {
  width: 100%;
  height: 50px;
  resize: none;
  outline: 0;
  border: 1px solid #e7e7e7;
  padding: 8px 20px;
  margin-bottom: 30px;
}

.comment-input input:focus {
  border: 1px solid var(--tp-theme-blue);
}

.comments-avatar {
  flex: 0 0 auto;
}

.table .add-info {
  font-size: 18px;
  font-weight: 500;
}

.table td {
  padding: 18px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .shop-left-right {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-comments-title {
  font-size: 24px;
}

@media (max-width: 767px) {
  .tp-comments-title {
    font-size: 18px;
  }
}

.avatar-name b {
  font-size: 16px;
  font-weight: 500;
}

.shop-faq .accordion-header button {
  font-size: 18px;
  padding: 20px 55px 20px 30px;
}

@media (max-width: 767px) {
  .shop-faq .accordion-header button {
    font-size: 14px;
  }
}

.shop-faq .accordion-content p br {
  display: none;
}

.shop-faq .accordion-content p {
  padding: 0 75px 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-button a {
    margin-bottom: 10px;
  }
}

/*----------------------------------------*/
/*  20. CART CSS START
/*----------------------------------------*/
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content table.table> :not(:first-child) {
  border-top: 0;
}

.table-content .table> :not(:last-child)> :last-child>* {
  border-bottom-color: #eaedff;
}

.table-content .product-quantity {
  float: none;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: var(--tp-theme-secondary);
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #eaedff;
  border-right: 1px solid #eaedff;
}

.product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #dcdcdc;
}

.table td,
.table th {
  border-top: 1px solid #eaedff;
}

.product-quantity>input {
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}

#coupon_code {
  height: 65px;
  border: 2px solid #eaedff;
  padding: 0 15px;
  margin-right: 10px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}

.coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}

.cart-page-total {
  padding-top: 50px;
}

.cart-page-total>h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total>ul {
  border: 1px solid #eaedff;
}

.cart-page-total>ul>li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #eaedff;
  font-weight: 400;
}

.cart-page-total ul>li>span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

.product-quantity .cart-plus,
.product-quantity .cart-minus {
  width: 25px;
  height: 30px;
  border: 2px solid #eaedff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}

.product-quantity .cart-plus:hover,
.product-quantity .cart-minus:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
  border-color: var(--tp-theme-secondary);
}

.cart-input {
  height: 30px;
  width: 32px;
  text-align: center;
  font-size: 14px;
  border: none;
  border-top: 2px solid var(--tp-border-1);
  border-bottom: 2px solid var(--tp-border-1);
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 0px;
}

/* Checkout */
.coupon-accordion h3 {
  background-color: #f6f6f6;
  border-top: 3px solid rgba(16, 208, 161, 0.2);
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: var(--tp-theme-primary);
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus {
  border-color: var(--tp-theme-secondary);
}

.coupon-info p.form-row input[type=submit]:hover,
p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 2px;
}

.form-row>label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input,
.coupon input[type=submit],
.buttons-cart a,
.coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

p.checkout-coupon input[type=text]:focus {
  border-color: var(--tp-theme-secondary);
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 10px;
  height: 50px;
}

.country-select label,
.checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: red;
}

.country-select .nice-select {
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
  margin-bottom: 20px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.checkout-form-list input[type=text]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=email]:focus {
  border-color: var(--tp-theme-secondary);
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: #6f7172;
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 120px;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none;
}

.order-notes textarea:focus {
  border-color: var(--tp-theme-secondary);
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid rgba(16, 208, 161, 0.2);
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}

.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {

  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
}

.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body>p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: var(--tp-theme-primary);
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}

.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid var(--tp-border-primary);
}

.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-theme-primary);
  padding: 23px 0;
  border: none;
}

.payment-method .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: var(--tp-ff-fontawesome);
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
}

.payment-method .accordion-button:not(.collapsed) {
  color: var(--tp-theme-primary);
  background-color: var(--tp-common-white);
  box-shadow: none;
}

.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}

.payment-method .accordion-collapse {
  border: none;
}

.panel-title>a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

/*----------------------------------------*/
/*  21. PORTFOLIO CSS START
/*----------------------------------------*/
.tpoverview p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoverview p {
    font-size: 16px;
  }
}

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

.tpoverview p span {
  display: inline-block;
  font-weight: 400;
  color: #7A8085;
  margin-left: 5px;
}

.tpoverview__social a {
  font-size: 15px;
  color: var(--tp-icon-fb);
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid var(--tp-border-primary);
  display: inline-block;
  border-radius: 50%;
  margin-right: 12px;
}

.tpoverview__social a:hover {
  background-color: var(--tp-icon-fb);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-icon-fb);
}

.tpoverview__social .tpover-social-prn {
  color: #E40028;
}

.tpoverview__social .tpover-social-prn:hover {
  background-color: #E40028;
  border: 1px solid #E40028;
}

.tpoverview__social .tpover-social-tweet {
  color: var(--tp-icon-tweet);
}

.tpoverview__social .tpover-social-tweet:hover {
  background-color: var(--tp-icon-tweet);
  border: 1px solid var(--tp-icon-tweet);
}

.tpoverview__social .tpover-social-tube {
  color: var(--tp-icon-red);
}

.tpoverview__social .tpover-social-tube:hover {
  background-color: var(--tp-icon-red);
  border: 1px solid var(--tp-icon-red);
}

.tpproject-title {
  font-weight: 400;
  font-size: 42px;
  line-height: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpproject-title {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpproject-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .tpproject-title {
    font-size: 24px;
  }
}

.tpviewtext p {
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tpviewtext p {
    font-size: 16px;
  }
}

.tpviewtext__para {
  margin-bottom: 60px;
}

.tpprothumb img {
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tpprothumb img {
    max-width: 100%;
  }
}

.tpprosolution p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tpprosolution p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tpprovideo img {
    max-width: 100%;
  }
}

.tpprovideo .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 120px;
  width: 120px;
  background: var(--tp-common-white);
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  color: var(--tp-theme-primary);
  animation: tp-pulse-2 1.5s infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tpprovideo .play-btn {
    height: 90px;
    width: 90px;
    line-height: 90px;
  }
}

.tpprovideo .play-btn:hover {
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  22. FOOTER CSS START
/*----------------------------------------*/
.footer-widget__title {
  color: var(--tp-common-white);
  font-size: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-widget__title {
    font-size: 22px;
  }
}

.footer-widget p {
  color: var(--tp-text-1);
  font-size: 15px;
  margin-bottom: 35px;
}

.footer-widget__social a {
  margin-right: 12px;
}

.footer-widget__social a i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-text-1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget__social a:hover i {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-icon-red);
  background-color: var(--tp-icon-red);
}

.footer-widget__links ul li {
  margin-bottom: 6px;
}

.footer-widget__links ul li:last-child {
  margin-bottom: 0;
}

.footer-widget__links ul li a {
  font-weight: 500;
  color: var(--tp-text-1);
}

.footer-widget__links ul li a:hover {
  color: var(--tp-icon-green);
}

.footer-widget__info ul li {
  margin-bottom: 5px;
  color: var(--tp-text-1);
  font-weight: 500;
}

.footer-widget__info ul li:last-child {
  margin-bottom: 0;
}

.footer-widget__info ul li a {
  font-weight: 500;
  color: var(--tp-text-1);
}

.footer-widget__info ul li a:hover {
  color: var(--tp-icon-green);
}

.footer-widget__newsletter form input {
  width: 100%;
  height: 60px;
  padding: 0 200px 0 25px;
  font-size: 16px;
  color: var(--tp-text-1);
  border: none;
  background-color: #27225D;
  border-radius: 5px;
  border: 1px solid #312A70;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
  .footer-widget__newsletter form input {
    padding: 0 80px 0 25px;
  }
}

.footer-widget__newsletter form input::placeholder {
  color: var(--tp-text-1);
  font-size: 15px;
}

.footer-widget__fw-news-btn {
  color: var(--tp-common-white);
  height: 60px;
  width: 60px;
  background: var(--tp-icon-green);
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.footer-widget__fw-news-btn:hover {
  background-color: var(--tp-icon-pink);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-widget__copyright {
    text-align: center;
  }
}

.footer-widget__copyright span {
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer-widget__copyright span {
    margin-bottom: 10px;
    display: block;
  }
}

.footer-widget__copyright span a:hover {
  color: var(--tp-icon-green);
}

.footer-widget__copyright span i {
  font-style: normal;
}

.footer-widget__copyright-info ul li {
  margin-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-widget__copyright-info ul li {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .footer-widget__copyright-info ul li {
    margin-right: 15px;
  }
}

.footer-widget__copyright-info ul li:last-child {
  margin-right: 0;
}

.footer-widget__copyright-info ul li a {
  font-weight: 500;
  color: var(--tp-text-1);
}

.footer-widget__copyright-info ul li a:hover {
  color: var(--tp-icon-green);
}

.footer-area-bottom {
  padding: 30px 0;
  border-top: 1px solid #251F5B;
}

.footer-white-content {
  border-left: 1px solid #251F5B;
}

.footer-bottom-border {
  padding: 30px 0;
  border-top: 1px solid #251F5B;
}

.info-direction ul {
  justify-content: end;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-direction ul {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .info-direction ul {
    justify-content: center;
    margin-top: 15px;
  }
}

.tp-f-youtube,
.tp-f-twitter,
.tp-f-fb,
.tp-f-skype {
  margin-right: 12px;
}

.tp-f-youtube i,
.tp-f-twitter i,
.tp-f-fb i,
.tp-f-skype i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid var(--tp-border-primary);
}

.tp-f-youtube i:hover,
.tp-f-twitter i:hover,
.tp-f-fb i:hover,
.tp-f-skype i:hover {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-icon-red);
  background-color: var(--tp-icon-red);
}

.tp-f-twitter:hover.tp-f-twitter i {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-icon-tweet);
  background-color: var(--tp-icon-tweet);
}

.tp-f-fb:hover.tp-f-fb i {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-icon-fb);
  background-color: var(--tp-icon-fb);
}

.tp-f-skype:hover.tp-f-skype i {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-icon-skype);
  background-color: var(--tp-icon-skype);
}

.footer-col-2 {
  margin-left: 95px;
}

@media (max-width: 767px) {
  .footer-col-2 {
    margin-left: 0;
  }
}

.footer-col-3 {
  margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-3 {
    margin-left: 0;
  }
}

.footer-col-4 {
  margin-left: -22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .footer-col-4 {
    margin-left: 0;
  }
}

.tp-footer-widget i {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-text-2);
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 767px) {
  .tp-footer-widget__content {
    margin-bottom: 25px;
  }
}

.tp-footer-widget__content>a {
  font-weight: 500;
  font-size: 18px;
}

.tp-footer-widget__contact {
  font-size: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-widget__contact {
    font-size: 30px;
  }
}

.tp-footer-widget__sub-sec p {
  color: var(--tp-text-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-footer-widget__sub-sec p br {
    display: none;
  }
}

.tp-footer-widget__sub-title {
  font-weight: 600;
  font-size: 18px;
  display: block;
}

.tp-footer-widget__title {
  font-weight: 600;
  font-size: 18px;
  display: block;
}

@media (max-width: 767px) {
  .tp-footer-widget__links {
    margin-bottom: 20px;
  }
}

.tp-footer-widget__links ul li {
  margin-bottom: 5px;
  color: var(--tp-text-2);
}

.tp-footer-widget__links ul li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-text-2);
}

.tp-footer-widget__links ul li a:hover {
  color: var(--tp-theme-blue);
}

.tp-footer-widget__list ul li {
  color: var(--tp-text-2);
}

.fw-social a {
  color: #B2B0C1;
  margin-right: 20px;
}

.fw-social a i {
  font-size: 16px;
}

.fw-social a i:hover {
  color: var(--tp-theme-primary);
}

.fw-border {
  padding: 30px 0;
  border-top: 1px solid var(--tp-border-primary);
}

.copyright-white span {
  color: var(--tp-theme-primary);
}

.copyright-white span i {
  color: var(--tp-text-2);
}

.footer-2-col-2 {
  margin-left: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-2-col-2 {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-2-col-2 {
    margin-left: 0px;
  }
}

.footer-area-black .tp-footer-widget__title {
  color: #fff;
}

.footernewsletter__title {
  font-weight: 400;
  font-size: 24px;
  color: var(--tp-common-white);
}

.footernewsletter p {
  color: var(--tp-text-1);
  font-size: 15px;
}

.footernewsletter__form form input {
  width: 100%;
  height: 60px;
  background-color: var(--tp-theme-primary);
  border: 1px solid #312A70;
  border-radius: 5px;
  padding: 0 100px 0 20px;
  color: var(--tp-common-white);
}

.footernewsletter__form form input::placeholder {
  color: var(--tp-text-2);
  font-size: 15px;
}

.footernewsletter__fw-news-btn {
  background-color: var(--tp-theme-secondary);
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  border-radius: 5px;
}

.footercontact {
  display: flex;
  align-items: center;
}

.footercontact:hover .footercontact__icon {
  box-shadow: inset 0 0 0 50px var(--tp-icon-blue);
  color: var(--tp-common-white);
}

.footercontact:hover .fw-pink-icon {
  box-shadow: inset 0 0 0 50px var(--tp-icon-pink);
  color: var(--tp-common-white);
}

.footercontact:hover .fw-green-icon {
  box-shadow: inset 0 0 0 50px var(--tp-icon-green);
  color: var(--tp-common-white);
}

.footercontact__icon {
  flex: 0 0 auto;
  margin-right: 20px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  background-color: rgba(14, 99, 255, 0.1);
  color: var(--tp-icon-blue);
  font-size: 35px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .footercontact__icon {
    height: 60px;
    width: 60px;
    line-height: 70px;
    font-size: 25px;
  }
}

.footercontact__icon.fw-pink-icon {
  background-color: rgba(247, 42, 117, 0.1);
  color: var(--tp-theme-pink);
}

.footercontact__icon.fw-green-icon {
  background-color: rgba(16, 208, 161, 0.1);
  color: var(--tp-theme-secondary);
}

.footercontact__title {
  color: var(--tp-common-white);
  font-weight: 500;
  font-size: 16px;
}

.footercontact__title a:hover {
  color: var(--tp-theme-blue);
}

.footercontact__content span {
  color: var(--tp-common-white);
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footercontact__content span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .footercontact__content span a br {
    display: none;
  }
}

.fw-pink-content a {
  color: var(--tp-common-white);
  display: block;
}

.fw-pink-content a:hover {
  color: var(--tp-theme-pink);
}

.cpy-white-content span {
  color: var(--tp-common-white);
}

.cpy-white-content span i {
  color: var(--tp-text-2);
}

.cpy-white-content-info a {
  color: var(--tp-text-1);
}

.fw-white-border {
  border-top: 1px solid var(--tp-common-white);
}

.tp-footer-white-content .tp-footer-widget__content i {
  color: var(--tp-text-1);
}

.tp-footer-white-content .tp-footer-widget__content h4 {
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tp-footer-white-content .tp-footer-widget__content h4 {
    font-size: 28px;
  }
}

.tp-footer-white-content .tp-footer-widget__content a {
  color: var(--tp-common-white);
}

.tp-footer-white-content .tp-footer-widget__content a:hover {
  color: var(--tp-theme-secondary);
}

.tp-footer-white-content .tp-footer-widget__sub-sec span {
  color: var(--tp-common-white);
}

.tp-footer-white-content .tp-footer-widget__sub-sec p {
  color: var(--tp-text-1);
}

.tp-footer-white-content .tp-footer-widget__title {
  color: var(--tp-common-white);
}

.tp-footer-white-content .tp-footer-widget__links li {
  color: var(--tp-text-1);
}

.tp-footer-white-content .tp-footer-widget__links a {
  color: var(--tp-text-1);
}

.tp-footer-white-content .tp-footer-widget__links a:hover {
  color: var(--tp-theme-secondary);
}

.tp-footer-white-content .tp-footer-widget__list li {
  color: var(--tp-text-1);
}

.tp-footer-white-content .tp-footer-widget__social a i {
  color: #B2B0C1;
}

.tp-footer-white-content .tp-footer-widget__social a i:hover {
  color: var(--tp-common-white);
}

.tp-footer-white-content .footer-widget__copyright span {
  color: var(--tp-common-white);
}

.tp-footer-white-content .footer-widget__copyright span i {
  color: var(--tp-text-1);
}

.tp-footer-white-content .fw-border {
  border-top: 1px solid #332E66;
}

.tp-footer-white-content .footer-widget__copyright-info a {
  color: var(--tp-text-1);
}

/*# sourceMappingURL=style.css.map */


.cs_shape_wrap {
  position: relative;
  /* overflow: hidden; */
}

.cs_shape_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: url('path-to-your-shape-image.svg') no-repeat center;
  background-size: contain;
  z-index: 0;
}

.cs_position_1 {
  top: -50px;
  left: -50px;
}

/* Responsive height spacers */
.cs_height_175 { height: 175px; }
.cs_height_xl_125 { height: 125px; }
.cs_height_lg_85 { height: 85px; }

.cs_height_85 { height: 85px; }
.cs_height_xl_60 { height: 60px; }
.cs_height_lg_35 { height: 35px; }
.cs_height_xl_70 { height: 70px; }
.cs_height_lg_50 { height: 50px; }

/* Responsive spacers - override with media queries */
@media (max-width: 1199.98px) {
  .cs_height_xl_125 { height: 100px; }
  .cs_height_xl_70 { height: 50px; }
  .cs_height_xl_60 { height: 40px; }
}

@media (max-width: 991.98px) {
  .cs_height_lg_85 { height: 70px; }
  .cs_height_lg_50 { height: 40px; }
  .cs_height_lg_35 { height: 30px; }
}

/* ========= Section Headings ========= */

/* .cs_section_heading {
  position: relative;
  z-index: 1;
}

.cs_section_title {
  font-size: 72px;
  font-weight: 700;
  color: #222;
}

.cs_fs_72 {
  font-size: 72px;
}

.cs_semibold {
  font-weight: 600;
}

.m-0 {
  margin: 0 !important;
} */

/* ========= About Image ========= */

/* .about__img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
} */

/* ========= Iconbox Style ========= */

.cs_iconbox {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.cs_iconbox:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.cs_iconbox_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: #007BFF; /* Accent color */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs_accent_bg {
  background-color: #007BFF;
}

.cs_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded-circle {
  border-radius: 50%;
}

.cs_iconbox_icon img {
  width: 40px;
  height: 40px;
}

/* .cs_iconbox_title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
} */

.cs_fs_32 {
  font-size: 32px;
}

.cs_iconbox_subtitle {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* ========= Responsive Text Adjustments ========= */

@media (max-width: 991.98px) {
  .cs_section_title.cs_fs_72 {
    font-size: 48px;
  }

  .cs_iconbox_title.cs_fs_32 {
    font-size: 24px;
  }

  .cs_iconbox_subtitle {
    font-size: 15px;
  }
}

/* ========= Optional: Add subtle background color ========= */
/*
.cs_shape_wrap {
  background-color: #f9f9f9;
}
*/

