/*--------------------------------------------------------------
## Basic Color
----------------------------------------------------------------*/
/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Preloader
3. Spacing
4. General
5. Slider
6. Video Popup
7. Header
8. Footer
9. Isotope
10. Sidebar
11. Hero
12. Iconbox
13. Card
14. Posts
15. Team
16. Imagebox
17. CTA
18. Timeline
19. Testimonial
20. Portfolio
21. FunFact
22. Pricing
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../../assets/fonts/iranSans/IRANSansWeb(FaNum).eot');
	src: url('../../assets/fonts/iranSans/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/iranSans/IRANSansWeb(FaNum).woff') format('woff'),
    url('../../assets/fonts/iranSans/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../../assets/fonts/iranSans/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: normal;
} 
@font-face {
    font-family: 'IRANSansWeb_bold';
    src: url('../../assets/fonts/iranSans/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../../assets/fonts/iranSans/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/iranSans/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
    url('../../assets/fonts/iranSans/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
    url('../../assets/fonts/iranSans/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    font-weight: bold;
} 


body,
html {
  color: rgb(0 0 0 / 70%);
  font-family: 'IRANSansWeb', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  /*overflow-x: hidden;*/
      direction: rtl;
     margin: 0px !important;
    padding: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #565656;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 600;
  line-height: 1.3em;
font-family: 'IRANSansWeb', sans-serif;}

.cs-primary_font {
  font-family: 'IRANSansWeb', sans-serif;
}

.cs-secondary_font {
  font-family: 'IRANSansWeb', sans-serif;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

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;
  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: #000000;
}

table {
  width: 100%;
  margin-bottom: 25px;
}

table th {
  font-weight: 600;
  color: rgba(254, 254, 254, 0.7);
}

table td,
table th {
  border-top: 1px solid #4D4D4D;
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}

dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: rgba(254, 254, 254, 0.7);
  border: 1px solid #4D4D4D;
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: rgba(254, 254, 254, 0.7);
  border-radius: 5px;
}

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

input, textarea {
  color: #FEFEFE;
}

/*--------------------------------------------------------------
  2. Preloader
----------------------------------------------------------------*/
.cs-preloader {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
      z-index: 99999999999;
          /*-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
}
.cs-preloader h2 {
font-size:40px;
color:blue;
}
.cs-preloader_bg {
  text-align: center;
  height: 100%;
  width: 100%;
}

.cs-preloader_in {
width: 140px;
    height: 140px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px;
    border: 20px solid #0067b3;
    border-radius: 50%;
    background: white;
}

.cs-preloader_in:after {
    content: "";
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-top-color: #0067b3;
    border-radius: 50%;
    position: absolute;
    width: 150px;
    height: 150px;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
}

.cs-preloader_in::before {
content: '';
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #0067b3;
}

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

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

/*--------------------------------------------------------------
  3. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .cs-height_0 {
    height: 0px;
  }
  .cs-height_5 {
    height: 5px;
  }
  .cs-height_10 {
    height: 10px;
  }
  .cs-height_15 {
    height: 15px;
  }
  .cs-height_20 {
    height: 20px;
  }
  .cs-height_25 {
    height: 25px;
  }
  .cs-height_30 {
    height: 30px;
  }
  .cs-height_35 {
    height: 35px;
  }
  .cs-height_40 {
    height: 40px;
  }
  .cs-height_45 {
    height: 45px;
  }
  .cs-height_50 {
    height: 50px;
  }
  .cs-height_55 {
    height: 55px;
  }
  .cs-height_60 {
    height: 60px;
  }
  .cs-height_65 {
    height: 65px;
  }
  .cs-height_70 {
    height: 70px;
  }
  .cs-height_75 {
    height: 75px;
  }
  .cs-height_80 {
    height: 80px;
  }
  .cs-height_85 {
    height: 85px;
  }
  .cs-height_90 {
    height: 90px;
  }
  .cs-height_95 {
    height: 95px;
  }
  .cs-height_100 {
    height: 100px;
  }
  .cs-height_105 {
    height: 105px;
  }
  .cs-height_110 {
    height: 110px;
  }
  .cs-height_115 {
    height: 115px;
  }
  .cs-height_120 {
    height: 120px;
  }
  .cs-height_125 {
    height: 125px;
  }
  .cs-height_130 {
    height: 130px;
  }
  .cs-height_135 {
    height: 135px;
  }
  .cs-height_140 {
    height: 140px;
  }
  .cs-height_145 {
    height: 145px;
  }
  .cs-height_150 {
    height: 150px;
  }
  .cs-height_155 {
    height: 155px;
  }
  .cs-height_160 {
    height: 160px;
  }
  .cs-height_165 {
    height: 165px;
  }
  .cs-height_170 {
    height: 170px;
  }
  .cs-height_175 {
    height: 175px;
  }
  .cs-height_180 {
    height: 180px;
  }
  .cs-height_185 {
    height: 185px;
  }
  .cs-height_190 {
    height: 190px;
  }
  .cs-height_195 {
    height: 195px;
  }
  .cs-height_200 {
    height: 200px;
  }
  .cs-height_205 {
    height: 205px;
  }
  .cs-height_210 {
    height: 210px;
  }
}

@media screen and (max-width: 991px) {
  .cs-height_lg_0 {
    height: 0px;
  }
  .cs-height_lg_5 {
    height: 5px;
  }
  .cs-height_lg_10 {
    height: 10px;
  }
  .cs-height_lg_15 {
    height: 15px;
  }
  .cs-height_lg_20 {
    height: 20px;
  }
  .cs-height_lg_25 {
    height: 25px;
  }
  .cs-height_lg_30 {
    height: 30px;
  }
  .cs-height_lg_35 {
    height: 35px;
  }
  .cs-height_lg_40 {
    height: 40px;
  }
  .cs-height_lg_45 {
    height: 45px;
  }
  .cs-height_lg_50 {
    height: 50px;
  }
  .cs-height_lg_55 {
    height: 55px;
  }
  .cs-height_lg_60 {
    height: 60px;
  }
  .cs-height_lg_65 {
    height: 65px;
  }
  .cs-height_lg_70 {
    height: 70px;
  }
  .cs-height_lg_75 {
    height: 75px;
  }
  .cs-height_lg_80 {
    height: 80px;
  }
  .cs-height_lg_85 {
    height: 85px;
  }
  .cs-height_lg_90 {
    height: 90px;
  }
  .cs-height_lg_95 {
    height: 95px;
  }
  .cs-height_lg_100 {
    height: 100px;
  }
  .cs-height_lg_105 {
    height: 105px;
  }
  .cs-height_lg_110 {
    height: 110px;
  }
  .cs-height_lg_115 {
    height: 115px;
  }
  .cs-height_lg_120 {
    height: 120px;
  }
  .cs-height_lg_125 {
    height: 125px;
  }
  .cs-height_lg_130 {
    height: 130px;
  }
  .cs-height_lg_135 {
    height: 135px;
  }
  .cs-height_lg_140 {
    height: 140px;
  }
  .cs-height_lg_145 {
    height: 145px;
  }
  .cs-height_lg_150 {
    height: 150px;
  }
  .cs-height_lg_155 {
    height: 155px;
  }
  .cs-height_lg_160 {
    height: 160px;
  }
  .cs-height_lg_165 {
    height: 165px;
  }
  .cs-height_lg_170 {
    height: 170px;
  }
  .cs-height_lg_175 {
    height: 175px;
  }
  .cs-height_lg_180 {
    height: 180px;
  }
  .cs-height_lg_185 {
    height: 185px;
  }
  .cs-height_lg_190 {
    height: 190px;
  }
  .cs-height_lg_195 {
    height: 195px;
  }
  .cs-height_lg_200 {
    height: 200px;
  }
  .cs-height_lg_205 {
    height: 205px;
  }
  .cs-height_lg_210 {
    height: 210px;
  }
}

/*--------------------------------------------------------------
  4. General
----------------------------------------------------------------*/
.cs-row_gap_20 {
  margin-left: -10px;
  margin-right: -10px;
}

.cs-row_gap_20 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.cs-light {
  font-weight: 300;
}

.cs-normal {
  font-weight: 400;
}

.cs-medium {
  font-weight: 500;
}

.cs-semi_bold {
  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-line_height_1 {
  line-height: 1.2em;
}

.cs-line_height_2 {
  line-height: 1.25em;
}

.cs-line_height_3 {
  line-height: 1.3em;
}

.cs-line_height_4 {
  line-height: 1.4em;
}

.cs-line_height_5 {
  line-height: 1.5em;
}

.cs-line_height_6 {
  line-height: 1.6em;
}

.cs-line_height_7 {
  line-height: 1.7em;
}

.cs-font_14 {
  font-size: 14px;
}

.cs-font_16 {
  font-size: 16px;
}

.cs-font_18 {
  font-size: 18px;
}

.cs-font_20 {
  font-size: 20px;
}

.cs-font_22 {
  font-size: 22px;
}

.cs-font_28 {
  font-size: 28px;
}

.cs-font_30 {
  font-size: 28px;
}

.cs-font_38 {
  font-size: 38px;
}

.cs-font_42 {
  font-size: 42px;
}

.cs-font_50 {
  font-size: 50px;
}

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

.cs-m0 {
  margin: 0;
}

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

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

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

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

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

.cs-white_color,
.cs-white_color_hover:hover {
  color: #000;
}

.cs-primary_color {
  color: #FEFEFE;
}

.cs-ternary_color {
  color: #999696;
}

.cs-accent_color,
.cs-accent_color_hover:hover {
  color: #0067b3;
}

.cs-white_bg {
  background-color: #000;
}

.cs-gray_bg {
  background-color: #181818;
}

.cs-accent_bg_1,
.cs-accent_bg_1_hover:hover {
  background-color: rgba(255, 74, 23, 0.01);
}

.cs-accent_bg_2,
.cs-accent_bg_2_hover:hover {
  background-color: rgba(255, 74, 23, 0.02);
}

.cs-accent_bg_3,
.cs-accent_bg_3_hover:hover {
  background-color: rgba(255, 74, 23, 0.03);
}

.cs-accent_bg_4,
.cs-accent_bg_4_hover:hover {
  background-color: rgba(255, 74, 23, 0.04);
}

.cs-accent_bg_5,
.cs-accent_bg_5_hover:hover {
  background-color: rgba(255, 74, 23, 0.05);
}

.cs-accent_bg_6,
.cs-accent_bg_6_hover:hover {
  background-color: rgba(255, 74, 23, 0.06);
}

.cs-accent_bg_7,
.cs-accent_bg_7_hover:hover {
  background-color: rgba(255, 74, 23, 0.07);
}

.cs-accent_bg_8,
.cs-accent_bg_8_hover:hover {
  background-color: rgba(255, 74, 23, 0.08);
}

.cs-accent_bg_9,
.cs-accent_bg_9_hover:hover {
  background-color: rgba(255, 74, 23, 0.09);
}

.cs-accent_bg_10,
.cs-accent_bg_10_hover:hover {
  background-color: rgba(255, 74, 23, 0.1);
}

.cs-accent_bg_15,
.cs-accent_bg_15_hover:hover {
  background-color: rgba(255, 74, 23, 0.15);
}

.cs-accent_bg_20,
.cs-accent_bg_20_hover:hover {
  background-color: rgba(255, 74, 23, 0.2);
}

.cs-accent_bg_25,
.cs-accent_bg_25_hover:hover {
  background-color: rgba(255, 74, 23, 0.25);
}

.cs-accent_bg_30,
.cs-accent_bg_30_hover:hover {
  background-color: rgba(255, 74, 23, 0.3);
}

.cs-accent_bg_35,
.cs-accent_bg_35_hover:hover {
  background-color: rgba(255, 74, 23, 0.35);
}

.cs-accent_bg_40,
.cs-accent_bg_40_hover:hover {
  background-color: rgba(255, 74, 23, 0.4);
}

.cs-accent_bg_50,
.cs-accent_bg_50_hover:hover {
  background-color: rgba(255, 74, 23, 0.5);
}

.cs-accent_bg_60,
.cs-accent_bg_60_hover:hover {
  background-color: rgba(255, 74, 23, 0.6);
}

.cs-accent_bg_70,
.cs-accent_bg_70_hover:hover {
  background-color: rgba(255, 74, 23, 0.7);
}

.cs-accent_bg_80,
.cs-accent_bg_80_hover:hover {
  background-color: rgba(255, 74, 23, 0.8);
}

.cs-accent_bg_90,
.cs-accent_bg_90_hover:hover {
  background-color: rgba(255, 74, 23, 0.9);
}



.cs-primary_bg,
.cs-primary_bg_hover:hover {
  background-color: #FEFEFE;
}

.cs-gradient_bg_1 {
  background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
}

.cs-text_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
font-weight: bold;
    color: #222222;
}

.cs-text_btn svg {
  margin-left: 15px;
}

.cs-text_btn span {
  display: inline-block;
  position: relative;
margin-right: 10px;
    margin-left: 10px;
}

.cs-text_btn span::before {
    content: '';
    position: absolute;
    height: 25px;
    width: calc(100% - 5px);
    bottom: 11px;
    left: 3px;
    background-color: rgb(255 255 255 / 10%);
    -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;
    border-radius: 5px;
}

.cs-text_btn:hover span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.cs-text_btn.cs-type1 svg {
  margin-left: 0px;
  margin-right: 15px;
}

.cs-text_btn.cs-type1 span::before {
  left: initial;
  right: -100%;
  -webkit-transform: scaleX(0) rotateY(180deg);
          transform: scaleX(0) rotateY(180deg);
}

.cs-text_btn.cs-type1:hover span::before {
  -webkit-transform: scaleX(1) rotateY(180deg);
          transform: scaleX(1) rotateY(180deg);
}

.cs-text_btn.cs-type2 svg {
  margin-left: 0;
  margin-right: 15px;
}

.cs-btn.cs-style1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: transparent;
  color: #FEFEFE;
  position: relative;
  line-height: 1.5em;
  font-weight: 600;
  border-radius: 15px;
  background-color: #0067b3;
  color: #fff;
  cursor: pointer;
}

.cs-btn.cs-style1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 22, 22, 0.4);
  -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;
  border-radius: inherit;
}

.cs-btn.cs-style1 svg {
  margin-left: 14px;
}

.cs-btn.cs-style1 > * {
  position: relative;
  z-index: 1;
}

.cs-btn.cs-style1:hover: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-btn.cs-style1.cs-type1 {
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 5px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.cs-btn.cs-style1.cs-type1::before {
  background-color: #000;
  border-radius: 0px;
}

.cs-btn.cs-style1.cs-type1:hover {
  color: #000;
}

.cs-page_navigation > div {
  position: relative;
}

.cs-page_navigation > div:not(:last-child) {
  margin-right: 21px;
  padding-right: 21px;
}

.cs-page_navigation > div:not(:last-child)::after {
  content: '';
  height: 22px;
  width: 2px;
  background-color: #b1b1b1;
  display: inline-block;
  position: absolute;
  left: -1px;
  top: 3px;
}

.cs-pagination_box {
  margin: -7px;
}

.cs-pagination_box .cs-pagination_item {
  margin: 7px;
}

.cs-pagination_item {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background-color: #000;
}

.cs-pagination_item.active {
  background-color: #0067b3;
  color: #000;
  pointer-events: none;
}

.cs-form_field {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 15px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #c5c5c5;
    background-color: transparent;
    color: #000;
}

.cs-form_field:focus {
  border-color: #0067b3;
}

label {
  margin-bottom: 12px;
}

.cs-right_full_width {
  width: calc(50vw - 12px);
  padding-right: 24px;
}

.cs-rating {
  width: 136px;
  height: 24px;
  position: relative;
}

.cs-rating > * {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.cs-rating .cs-rating_bg {
  opacity: 0.2;
}

.cs-rating .cs-rating_percentage {
  width: 50%;
}

.cs-post_meta.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-post_meta.cs-style1 > * {
  position: relative;
  display: inline-block;
}

.cs-post_meta.cs-style1 > *:not(:last-child) {
  margin-left: 12px;
  padding-left: 12px;
}

.cs-post_meta.cs-style1 > *:not(:last-child)::before {
  content: '';
  height: 20px;
  width: 2px;
  border-radius: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

/* Start Accordion */
.cs-accordian_title {
  font-size: 22px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-accordian_body {
  line-height: 1.8em;
  padding-top: 15px;
}

.cs-accordian_body p {
  margin: 0;
}

.cs-accordian_head {
  padding: 2px 20px 2px 0;
  position: relative;
  cursor: pointer;
}

.cs-accordian_head:hover .cs-accordian_title {
  color: #0067b3;
}

.cs-accordian {
  border-bottom: 2px solid #0067b3;
  padding-bottom: 25px;
}

.cs-accordian:not(:last-child) {
  margin-bottom: 25px;
}

.cs-accordian_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-accordian.active .cs-accordian_toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cs-accordian.active .cs-accordian_head {
  pointer-events: none;
}

/* End Accordion */
#cs-result {
  line-height: 2.8em;
}

.cs-parallax > *:not([class*="cs-shape_"]) {
  position: relative;
  z-index: 5;
}

.cs-fullscreen_swiper_wrap {
  position: relative;
  height: 100vh;
}

.cs-fullscreen_swiper_slider {
  width: 100%;
  height: 100%;
}

.cs-cursor_lg,
.cs-cursor_sm {
  position: fixed;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}

.cs-cursor_lg {
    width: 40px;
    height: 40px;
    border: 6px solid #0067b3;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    background: white;
}

.cs-cursor_sm {
    width: 15px;
    height: 15px;
    background-color: #95b5df;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

/* Odometer */
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.odometer.odometer-auto-theme
.odometer-digit
.odometer-value.odometer-last-value,
.odometer.odometer-theme-default
.odometer-digit
.odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
.odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
.odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
.odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
.odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: inherit;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

@media screen and (max-width: 1399px) {
  .cs-right_space_150 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-right_space_40,
  .cs-right_space_150 {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .cs-left_space_30 {
    padding-left: 0px;
  }
  .cs-font_14_sm {
    font-size: 14px;
  }
  .cs-font_16_sm {
    font-size: 16px;
  }
  .cs-font_18_sm {
    font-size: 18px;
  }
  .cs-font_20_sm {
    font-size: 20px;
  }
  .cs-font_22_sm {
    font-size: 22px;
  }
  .cs-font_24_sm {
    font-size: 24px;
  }
  .cs-font_26_sm {
    font-size: 26px;
  }
  .cs-font_28_sm {
    font-size: 28px;
  }
  .cs-font_42_sm {
    font-size: 42px;
  }
  .cs-font_36_sm {
    font-size: 36px;
  }
  .cs-btn_group > *:not(:last-child) {
    margin-right: 10px;
  }
  .flex-column-reverse-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cs-seciton_heading.cs-style1 .cs-section_title::before {
    top: 1px;
  }
}

.cs-partner_logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}

.cs-partner_logo {
  padding: 20px;
}
.cs-partner_logo:hover {
  opacity:.7;
}
.cs-moving_text_wrap {
  font-family: helvetica;
  overflow-x: hidden;
  font-size: 120px;
  line-height: 1.2em;
  color: transparent;
  -webkit-text-stroke: 2px #0067b3;
      direction: ltr;
}

.cs-moving_text_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}

.cs-moving_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px;
  -webkit-animation: slide-left 20s linear infinite;
          animation: slide-left 20s linear infinite;
}

.cs-moving_text > * {
    padding: 9px 20px;

}

.cs-moving_text_wrap.cs-type1 {
  color: #0067b3;
}

.cs-moving_text_wrap.cs-type1 .cs-moving_text {
  padding: 0;
  -webkit-animation: slide-left 40s linear infinite;
          animation: slide-left 40s linear infinite;
}

.cs-moving_text_wrap.cs-type1 .cs-moving_text a:hover {
  color: #95b5df;
  -webkit-text-stroke: 2px #0067b3;
}

.cs-moving_text_wrap.cs-type1:hover .cs-moving_text {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.cs-reverse_animation {
  animation-direction: reverse !important;
}

@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.cs-video_block_1_wrap {
  position: relative;
      margin-top: -60px;
}



.cs-video_block.cs-style1 {
    display: block;
    height: 80vh;
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-radius: 20px;
    width: 80vw;
    text-align: center;
    margin: 0 auto;
    border: 8px solid white;
}

.cs-video_block.cs-style1::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(22, 22, 22, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-video_block.cs-style1:hover::before {
  opacity: 1;
}

.cs-video_block.cs-style1.cs-size1 {
  height: 580px;
}

.cs-player_btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  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-player_btn:before,
.cs-player_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}

.cs-player_btn:before {
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.cs-player_btn:after {
  z-index: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.cs-player_btn span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 24px solid currentColor;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.cs-fixed_bg {
  background-attachment: fixed;
}

.cs-parallax [class*=cs-to_],
.cs-parallax_bg [class*=cs-to_] {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cs-section_heading.cs-style1 .cs-section_subtitle {
  color: #999696;
    font-size: 14px;
    margin-bottom: 10px;
}

.cs-section_heading.cs-style1 .cs-section_title {
  font-size: 30px;
  margin-bottom: 0;
      padding-top: 10px;
    padding-bottom: 10px;

}

.cs-separator {
  height: 2px;
  width: 50px;
  border-radius: 2px;
  background: #0066b3;
}
.cs-separator2 {
    width: 100%;
    background: #0066b31f;
    height: 1px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 2px;
    position:absolute;
    right:0px;
}

.cs-hover_layer, .cs-hover_layer1, .cs-hover_layer3 {
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(600px) translate3d(0, 0, 0);
          transform: perspective(600px) translate3d(0, 0, 0);
}

@-webkit-keyframes particalAnimation {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(80px, -10px);
            transform: translate(80px, -10px);
  }
  40% {
    -webkit-transform: translate(140px, 70px);
            transform: translate(140px, 70px);
  }
  60% {
    -webkit-transform: translate(90px, 130px);
            transform: translate(90px, 130px);
  }
  80% {
    -webkit-transform: translate(-40px, 80px);
            transform: translate(-40px, 80px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes particalAnimation {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(80px, -10px);
            transform: translate(80px, -10px);
  }
  40% {
    -webkit-transform: translate(140px, 70px);
            transform: translate(140px, 70px);
  }
  60% {
    -webkit-transform: translate(90px, 130px);
            transform: translate(90px, 130px);
  }
  80% {
    -webkit-transform: translate(-40px, 80px);
            transform: translate(-40px, 80px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
  }
}

@keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
  }
}

@-webkit-keyframes light-mode {
  50% {
    opacity: 0.5;
  }
}

@keyframes light-mode {
  50% {
    opacity: 0.5;
  }
}

@-webkit-keyframes animo-y {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@keyframes animo-y {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

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

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

@-webkit-keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
            transform: translateY(25px) rotate(-53deg);
  }
}

@keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
            transform: translateY(25px) rotate(-53deg);
  }
}

@-webkit-keyframes up-down-anim {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(40px) rotate(-1deg);
            transform: translateY(40px) rotate(-1deg);
  }
}

@keyframes up-down-anim {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(40px) rotate(-1deg);
            transform: translateY(40px) rotate(-1deg);
  }
}

@-webkit-keyframes swing-anim {
  65% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-48px) rotate(-75deg);
            transform: translateY(-48px) rotate(-75deg);
  }
}

@keyframes swing-anim {
  65% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-48px) rotate(-75deg);
            transform: translateY(-48px) rotate(-75deg);
  }
}

.cs-shape_1 {
width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 5px solid#0067b3;
}

.cs-shape_wrap_1 {
  position: relative;
}

.cs-shape_wrap_1 .cs-shape_1 {
  position: absolute;
}

.cs-shape_wrap_1 .cs-shape_1:nth-child(1) {
  top: 25%;
  left: 10%;
  -webkit-animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_1 .cs-shape_1:nth-child(2) {
  top: 30%;
  left: 72%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-animation: semi-rotate-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: semi-rotate-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_1 .cs-shape_1:nth-child(3) {
  top: 68%;
  left: 35%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(1) {
  top: 15%;
  left: 15%;
}

.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(2) {
  top: 35%;
  left: 85%;
}

.cs-shape_wrap_1.cs-position_1 .cs-shape_1:nth-child(3) {
  top: 85%;
  left: 35%;
}

.cs-shape_2 {
  position: absolute;
  height: 320px;
  width: 320px;
}

.cs-shape_2 div {
background-color: #ffffff;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 90px solid #efefef;
  
}
.cs-shape_2 div::after {
    content: '';
    background-color: #0067b3;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    bottom: calc(50% - 25px);
    left: calc(50% - 25px);
}
.cs-shape_wrap_2 {
  position: relative;
}

.cs-shape_wrap_2 .cs-shape_2 {
  right: -160px;
  top: 20%;
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_3 {
  position: relative;
}

.cs-shape_wrap_3 .cs-shape_3 {
    position: absolute;
    left: -125px;
    top: 4%;
    background: #efefef;
    border-radius: 110%;
    width: 200px;
    height: 200px;
}

.cs-shape_wrap_4 {
  position: relative;
}

.cs-shape_wrap_4 .cs-shape_4 {
  position: absolute;
  background-color: #efefef;
  border-radius: 50%;

}

.cs-shape_wrap_4 .cs-shape_4:nth-child(1) {
  left: 23%;
  top: 40%;
  height: 100px;
  width: 100px;
}

.cs-shape_wrap_4 .cs-shape_4:nth-child(2) {
  left: 5%;
  top: 45%;
  height: 286px;
  width: 286px;
}

.cs-shape_wrap_5 {
  position: relative;
}

.cs-shape_wrap_5 .cs-section_heading {
  position: relative;
  z-index: 2;
}

.cs-shape_wrap_5 .cs-shape_1 {
  position: absolute;
}

.cs-shape_wrap_5 .cs-shape_1:nth-child(1) {
  top: 25%;
  left: 58%;
  -webkit-animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_5 .cs-shape_1:nth-child(2) {
  top: 40%;
  left: 85%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-animation: semi-rotate-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: semi-rotate-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_5 .cs-shape_1:nth-child(3) {
  top: 85%;
  left: 72%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_6 {
  position: relative;
  overflow: hidden;
}

.cs-shape_wrap_6 > .container {
  position: relative;
  z-index: 3;
}

.cs-shape_wrap_6 .cs-shape_2 > div {
  background-color: #181818;
}

.cs-shape_wrap_6 .cs-shape_2:nth-child(1) {
  left: -240px;
  top: 30px;
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-shape_wrap_6 .cs-shape_2:nth-child(2) {
  bottom: 30px;
  right: -200px;
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.cs-contact_info.cs-style1 svg {
  position: absolute;
  right: 0;
  top: 4px;
  width: 20px;
  max-height: 20px;
}

.cs-contact_info.cs-style1 li {
  position: relative;
    padding-right: 15px;
}

.cs-contact_info.cs-style1 li {
    margin-bottom: 15px;
    line-height: normal;
    text-align: right;
    font-weight: bold;
    padding-left:70px;

}

.cs-page_heading.cs-style1 {
  height: 650px;
  padding: 140px 0 40px;
  position: relative;
}

.cs-page_heading.cs-style1::after {
  content: '';
  position: absolute;
  right: -30px;
  top: -30px;
  height: 151px;
  width: 151px;

}

.cs-page_heading.cs-style1 > * {
  position: relative;
  z-index: 2;
}

.cs-page_heading.cs-style1 .cs-page_heading_in {
     padding: 15px;
}
.breadcrumb-item {

}
.cs-page_heading.cs-style1 .breadcrumb {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    margin-bottom: 0;
    color: #999696;
    float: right;
    margin-right: 30px;
    margin-top: 5px;
}

.cs-page_heading.cs-style1 .breadcrumb-item.active {
  color: #000;
}

.cs-page_heading.cs-style1 .cs-page_title {
  margin-bottom: 18px;
  float: right;
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: 14px;
}

.breadcrumb-item::before {
    content: '' !important;
    height: 17px;
    width: 1px;
    background-color: #000;
    padding: 0;
    position: relative;
    top: 5px;
    margin-left: 14px;
    float: right !important;
    padding-right: 0px !important;
}

.cs-image_layer.cs-style1 {
 
}

.cs-image_layer.cs-style1 img {
  position: relative;
  z-index: 2;
}

.cs-image_layer.cs-style1 .cs-image_layer_in {
  position: relative;
  border-radius: 15px;
}

.cs-image_layer.cs-style1 .cs-image_layer_in::after {
 
}

.cs-image_layer.cs-style1.cs-size_md {
  padding-right: 20px;
  padding-bottom: 20px;
}

.cs-image_layer.cs-style1.cs-size_md .cs-image_layer_in::after {
  right: -20px;
  bottom: -20px;
}

.cs-tab {
  display: none;
}

.cs-tab.active {
  display: block;
}

.cs-tabs.cs-style1 .cs-tabs_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;
}

.cs-tab_links.cs-style1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  background-color: #000;
  border-radius: 10px;
}

.cs-tab_links.cs-style1 a {
  padding: 7px 20px;
  font-weight: 500;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cs-tab_links.cs-style1 li.active a {
  background-color: #0067b3;
  border-radius: 10px;
}

.cs-google_map {
  height: 600px;
}

.cs-google_map iframe {
  height: 100%;
  display: block;
  border: none;
  width: 100%;
}

.cs-google_map.cs-type1 {
  height: 100%;
  min-height: 300px;
  width: 50vw;
}

.cs-list.cs-style1 li:not(:last-child) {
  margin-bottom: 20px;
}

.cs-shine_hover_1 {
  position: relative;
  overflow: hidden;
}

.cs-shine_hover_1::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.15)));
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: 1;
}

.cs-shine_hover_1:hover::before {
  -webkit-animation: shine 1.3s;
          animation: shine 1.3s;
}

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

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

.cs-rotate_img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  overflow: hidden;
  border-radius: 7px;
}

.cs-rotate_img_in {
  -webkit-transform: rotate(-45deg) scale(1.4);
          transform: rotate(-45deg) scale(1.4);
}

.cs-half_screen {
  width: 56vw;
}

.lg-backdrop {
  background-color: #181818;
}

.lg-toolbar .lg-icon,
#lg-counter,
.lg-actions .lg-next,
.lg-actions .lg-prev {
  color: #000;
}

.lg-toolbar .lg-icon:hover,
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cs-scrollup {
    position: fixed;
    bottom: -60px;
    left: 20px;
    color: #a4bfe4;
    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: #0066b3;
    color: #95b5df;
    -webkit-box-shadow: 0px 1px 5px 1px rgb(22 22 22 / 20%);
    box-shadow: 0px 1px 5px 1px rgb(22 22 22 / 20%);
    border-radius: 50%;
}

.cs-scrollup:hover {
  background-color: #0067b3;
  color: #000;
}

.cs-scrollup.cs-scrollup_show {
  bottom: 100px;
}

.cs-case_study {
  position: relative;
  padding: 150px 120px;
}

.cs-case_study .cs-case_study_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cs-case_study .cs-case_study_bg .cs-accent_bg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cs-case_study .cs-case_study_bg .cs-bg {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.cs-case_study .cs-case_study_title {
  background: rgba(24, 24, 24, 0.9);
  border-radius: 15px;
  margin: 0;
  position: relative;
  z-index: 10;
  font-weight: 700;
  font-size: 120px;
  line-height: 1.25em;
  color: #FEFEFE;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 40px 150px;
}

.cs-case_study .cs-case_study_title a {
  color: inherit;
}

.cs-case_study .cs-case_study_title a span {
  display: inline;
  position: relative;
}

.cs-case_study .cs-case_study_title a span::before {
  content: '';
  position: absolute;
  height: 7px;
  width: 0%;
  background-color: #0067b3;
  left: 0;
  bottom: 20px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cs-case_study .cs-case_study_title a:hover span::before {
  width: 100%;
}

.cs-case_study.text-end .cs-case_study_title a span::before {
  left: initial;
  right: 0;
}

.cs-faq_nav {
  height: 100%;
  background-color: #000;
  padding: 45px 35px;
}

.cs-faq_nav .cs-faq_nav_title {
  font-size: 30px;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.swiper-slide .cs-entity_img {
  display: none;
}

.cs-parallax_slider {
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.cs-parallax_slider.loading {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1540px) {
  .cs-case_study .cs-case_study_title {
    font-size: 100px;
    padding: 40px 120px;
  }
  .cs-case_study .cs-case_study_title a span::before {
    bottom: 15px;
  }
}

@media screen and (max-width: 1550px) {
  .cs-shape_wrap_2 .cs-shape_2 {
    right: -15%;
    top: 8%;
  }
  .cs-video_block.cs-style1 {
    height: 650px;
  }
}

@media screen and (max-width: 1400px) {
  .cs-case_study .cs-case_study_title {
    font-size: 80px;
    padding: 40px 100px;
  }
  .cs-case_study .cs-case_study_title a span::before {
    bottom: 12px;
    height: 5px;
  }
}

@media screen and (max-width: 1380px) {
  .cs-section_heading.cs-style1 .cs-section_title {
    font-size: 42px;
  }
  .cs-font_50 {
    font-size: 42px;
  }
  .cs-moving_text_wrap {
    font-size: 100px;
  }
  .cs-shape_wrap_4 .cs-shape_4:nth-child(2) {
    height: 200px;
    width: 200px;
  }
  .cs-page_heading.cs-style1 {
    height: 550px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-moving_text_wrap {
    font-size: 80px;
  }
  .cs-page_heading.cs-style1 {
    height: 450px;
  }
  .cs-half_screen {
    width: 100%;
  }
  .cs-video_block.cs-style1.cs-size1 {
    height: 450px;
  }
  .cs-case_study .cs-case_study_title {
    font-size: 60px;
  }
  .cs-case_study .cs-case_study_title a span::before {
    bottom: 8px;
    height: 5px;
  }
}

@media screen and (max-width: 991px) {
  .cs-section_heading.cs-style1 .cs-section_title {
    font-size: 25px;
  }
  .cs-section_heading.cs-style1 .cs-section_subtitle {
       font-size: 12px;
    margin-bottom: 5px;
  }
  .titleproject .cs-section_heading {
    padding-right: 30px;
}
  .titleproject .cs-isotop_filter {
      display:none;
  }
  .cs-shape_wrap_4 .cs-shape_4:nth-child(1),
  .cs-shape_wrap_4 .cs-shape_4:nth-child(2),
  .cs-shape_wrap_2 .cs-shape_2,
  .cs-shape_wrap_3 .cs-shape_3,
  .cs-shape_wrap_6 .cs-shape_2 {
    display: none;
  }
  .cs-font_50 {
    font-size: 36px;
  }
  .cs-font_38 {
    font-size: 32px;
  }
  .cs-video_block.cs-style1,
  .cs-video_block.cs-style1.cs-size1 {
    height: 400px;
  }
  .cs-video_block.cs-style1 .cs-player_btn,
  .cs-video_block.cs-style1.cs-size1 .cs-player_btn {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  .cs-page_heading.cs-style1 {
    padding: 100px 0 50px;
    height: 400px;
  }
  .cs-page_heading.cs-style1 .cs-page_title {
    margin-bottom: 15px;
  }
  .cs-portfolio_1_heading .cs-tabs_heading {
    display: block;
  }
  .cs-portfolio_1_heading .cs-section_heading + .cs-isotop_filter {
    margin-top: 30px;
  }
  .cs-list.cs-style1 li:not(:last-child) {
    margin-bottom: 10px;
  }
  .cs-accordian_title {
    font-size: 18px;
  }
  .cs-accordian:not(:last-child) {
    margin-bottom: 15px;
  }
  .cs-accordian {
    padding-bottom: 15px;
    border-width: 1px;
  }
  .cs-google_map {
    height: 400px;
  }
  .cs-btn.cs-style1 {
    padding: 10px 20px;
  }
  .cs-faq_nav {
    padding: 30px 30px;
  }
  .cs-faq_nav .cs-faq_nav_title {
    font-size: 26px;
  }
  .cs-google_map.cs-type1 {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
  }
  .cs-scrollup {
    left: 15px;
  }
  .cs-scrollup.cs-scrollup_show {
    bottom: 120px;
  }
  .cs-column_reverse_lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cs-case_study {
    position: relative;
    padding: 80px 70px;
  }
  .cs-case_study .cs-case_study_title {
    font-size: 56px;
    padding: 25px 45px;
  }
  .cs-case_study .cs-case_study_title a span::before {
    bottom: 8px;
    height: 4px;
  }
  #cs-result {
    line-height: 2.2em;
  }
}

@media screen and (max-width: 767px) {
  .cs-tabs.cs-style1 .cs-tabs_heading {
    display: block;
  }
  .cs-tabs.cs-style1 .cs-section_heading + .cs-tab_links {
    margin-top: 50px;
  }
  .cs-case_study {
    padding: 80px 12px;
  }
  .cs-case_study .cs-case_study_title {
    font-size: 40px;
    padding: 25px 25px;
  }
  .cs-case_study .cs-case_study_title a span::before {
    bottom: 5px;
    height: 3px;
  }
}

@media screen and (max-width: 575px) {
  .cs-partner_logo {
    padding: 5px;
  }
  .cs-image_layer.cs-style1 {
  
  }
  .cs-image_layer.cs-style1 .cs-image_layer_in::after {
    right: -30px;
    bottom: -30px;
  }
  .cs-video_block.cs-style1,
  .cs-video_block.cs-style1.cs-size1 {
    height: 300px;
            width: calc(100% - 35px);
  }
  .cs-video_block.cs-style1 .cs-player_btn,
  .cs-video_block.cs-style1.cs-size1 .cs-player_btn {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  .cs-moving_text_wrap {
    font-size: 56px;
  }
  .cs-partner_logo_wrap {
    margin: 0 -10px;
  }
  .cs-partner_logo {
    padding: 10px;
  }
  .cs-case_study .cs-case_study_title {
    font-size: 30px;
  }
  .cs-case_study .cs-case_study_title a span::before {
    bottom: 4px;
    height: 2px;
  }
  .cs-page_heading.cs-style1 .breadcrumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*--------------------------------------------------------------
  5. Slider
----------------------------------------------------------------*/
.cs-slider_heading.cs-style1 {
  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;
}

.cs-slider {
  position: relative;
}

.cs-slider.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cs-slider.cs-style1 .cs-slider_left {
  width: 60%;
  padding-right: 5%;
  direction:ltr;
}
 #blogsec  .cs-slider_left {

       padding-right: 0% !important;
 }
.cs-slider.cs-style1 .cs-slider_right {
  width: 40%;
      padding-right: 5%;
      margin-bottom: 30px;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 {
  padding: 50px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  left: -20px;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_title {
  opacity: 0;
  left: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_subtitle {
  opacity: 0;
  left: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 {
  padding: 0;
}

.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  left: 0px;
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 .cs-portfolio_title {
  left: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.cs-slider.cs-style3 .slick-active .cs-portfolio.cs-style1 .cs-portfolio_subtitle {
  left: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs-remove_overflow .slick-list {
  overflow: visible;
}

.cs-remove_overflow .slick-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cs-remove_overflow .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.cs-pagination.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
              margin-top: 30px;
}

.cs-pagination.cs-style1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inherit !important;
}

.cs-pagination.cs-style1 li {
  height: 16px;
  width: 16px;
  background-color: #0067b3;
  border: 1px solid #0067b3;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-pagination.cs-style1 li::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0067b3;
}

.cs-pagination.cs-style1 li.slick-active {
  background-color: transparent;
}

.cs-pagination.cs-style1 button {
  display: none;
}

.cs-swiper_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 52px;
  right: initial;
  top: initial;
  z-index: 2;
}

.cs-swiper_pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background-color: #0067b3;
  border: 1px solid #0067b3;
  border-radius: 50%;
  margin: 0 8px !important;
  cursor: pointer;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-swiper_pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0067b3;
}

.cs-swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}

.cs-swiper_pagination.cs-square_shape .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 3px;
}

.cs-swiper_pagination.cs-square_shape .swiper-pagination-bullet::before {
  border-radius: 1px;
}

.swiper-horizontal > .swiper-pagination-bullets.cs-swiper_pagination,
.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination {
  right: initial;
  top: initial;
  -webkit-transform: initial;
          transform: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 52px;
  width: initial;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination {
  right: initial;
  top: initial;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
  left: 115px;
  bottom: initial;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  -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;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet {
  display: block;
  height: initial;
  width: initial;
  border: none;
  background-color: transparent;
  margin: 15px 0 !important;
  font-size: 21px;
  font-weight: 600;
  color: #000;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet::before {
  display: none;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #0067b3;
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(1)::after {
  content: '01';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(2)::after {
  content: '02';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(3)::after {
  content: '03';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(4)::after {
  content: '04';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(5)::after {
  content: '05';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(6)::after {
  content: '06';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(7)::after {
  content: '07';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(8)::after {
  content: '08';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(9)::after {
  content: '09';
}

.swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet:nth-child(10)::after {
  content: '10';
}

.cs-slider_arrows.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-slider_arrows.cs-style1 .slick-arrow {
  width: 60px;
  height: 35px;
  border: 2px solid currentColor;
  border-radius: 5px;
  margin: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #626262;
}

.cs-slider_arrows.cs-style1 .slick-arrow:hover {
  color: #000;
  background-color: #0067b3;
  border-color: #0067b3;
}

.cs-slider_arrows.cs-style2 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: rgba(153, 150, 150, 0.5);
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-slider_arrows.cs-style2 .slick-arrow:hover {
  background-color: #999696;
}

.cs-slider_arrows.cs-style2 .slick-arrow.cs-left_arrow {
  left: 40px;
}

.cs-slider_arrows.cs-style2 .slick-arrow.cs-right_arrow {
  right: 40px;
}

.slick-dotted {
  cursor: url(../img/drag.png) 16 9, ew-resize !important;
}

.cs-gap-24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}

.cs-gap-24 .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.cs-gap-12 .slick-slide {
  padding-left: 6px;
  padding-right: 6px;
}

.cs-gap-12 .slick-list {
  margin-left: -6px;
  margin-right: -6px;
}

.cs-slider_controll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cs-slider_controll .cs-controll_seperator {
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(254, 254, 254, 0.5);
  margin: 0 20px;
}

.cs-slider_controll.cs-type1 {
  margin-left: -205px;
}

.slider-nav.cs-style1 {
  width: 405px;
}

.slider-nav.cs-style1 .slick-list {
  padding: 50px 0 !important;
}

.slider-nav.cs-style1 .slick-dots,
.slider-nav.cs-style1 .slick-arrow {
  display: none !important;
}

.slider-nav_item {
  width: 135px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
  padding: 20px;
}

.slick-center .slider-nav_item {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  opacity: 1;
  position: relative;
  z-index: 2;
}

.slider-for .slick-arrow {
    width: 60px;
    height: 35px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    background-color: transparent;
    outline: none;
    color: #626262;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 6px;
    z-index: 2;
    text-indent: -10000px;
    width: 60px;
    height: 35px;
    border: 2px solid currentColor;
    border-radius: 5px;

    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #626262;
}

.slider-for .slick-arrow:hover {
  background-color: #0067b3;
  border-color: #0067b3;
      filter: saturate(0.5);
}

.slider-for .slick-prev {
  background-image: url(../img/prev_arrow.svg);
  right: 76px;
      filter: invert(1);
}

.slider-for .slick-next {
  background-image: url(../img/next_arrow.svg);
  right: 0;
      filter: invert(1);
}

.cs-testimonial_slider {
  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;
      direction: ltr;
}

.cs-testimonial_slider .cs-testimonial_slider_left {
  width: 35%;
}

.cs-testimonial_slider .cs-testimonial_slider_right {
  width: 65%;
}

@media screen and (max-width: 1199px) {
  .cs-gap-50 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-gap-50 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cs-slider.cs-style1 {
    display: block;
  }
  .cs-slider.cs-style1 .cs-slider_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 90px;
  }
  .cs-slider.cs-style1 .cs-slider_right {
    width: 100%;
    padding: 15px;
    padding-top: 0px;
  }
  .cs-testimonial_slider .cs-testimonial_slider_left {
    width: 45%;
  }
  .cs-testimonial_slider .cs-testimonial_slider_right {
    width: 55%;
  }
  .cs-slider.cs-style3 .slick-list {
    padding: 0 15% !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets.cs-swiper_pagination,
  .swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination {
    bottom: 30px;
  }
  .swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
    left: 15px;
  }
  .swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers .swiper-pagination-bullet {
    font-size: 16px;
    margin: 7px 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .cs-hidden_desktop {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .cs-hidden_mobile {
    display: none !important;
  }
  .cs-pagination.cs-style1 {
    margin-top: 35px;
  }
  .cs-slider_nav {
    position: initial;
    width: 100%;
    -webkit-transform: initial;
            transform: initial;
    padding-bottom: 80px;
  }
  .cs-gap-40 .slick-slide,
  .cs-gap-50 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-gap-40 .slick-list,
  .cs-gap-50 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cs-slider.cs-style1 .cs-slider_left {
    padding-bottom: 45px;
  }
  .cs-slider_heading.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-slider_heading.cs-style1 .cs-section_heading + .cs-slider_arrows {
    margin-top: 15px;
  }
  .cs-testimonial_slider {
    display: block;
  }
  .cs-testimonial_slider .cs-testimonial_slider_left,
  .cs-testimonial_slider .cs-testimonial_slider_right {
    width: 100%;
  }
  .cs-testimonial_slider .cs-testimonial_slider_left {
    margin-bottom: 30px;
  }
  .slider-nav.cs-style1 {
    margin: auto;
  }
  .slider-nav.cs-style1 .slick-list {
    padding: 40px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .cs-slider.cs-style3 .slick-list {
    padding: 0 15% !important;
  }
}

@media screen and (max-width: 575px) {
  .cs-hide_mobile {
    display: none;
  }
  .cs-slider.cs-style3 .slick-list {
    padding: 0 15px !important;
  }
  .swiper-vertical > .swiper-pagination-bullets.cs-swiper_pagination.cs-slide_numbers {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .slider-nav.cs-style1 {
    width: 300px;
  }
  .slider-nav_item {
    width: 100px;
  }
  .cs-testimonial_slider .cs-testimonial.cs-style1 {
    padding-bottom: 70px;
  }
  .slider-for .slick-next {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 38px;
  }
  .slider-for .slick-prev {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: -38px;
  }
}

/*--------------------------------------------------------------
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: #000;
  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: 60px;
    height: 60px;
    background: #0067b3;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 0px 0px 0px 20px;
}

.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_header .cs-btn.cs-style6 {
  font-size: 16px;
}

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

.cs-site_header {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.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: 60px;
  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%;
    filter: drop-shadow(0px 0px 5px black);
}

.cs-sticky_header .cs-main_header_right {

    filter:none !important; 


}
.cs-site_header.cs-style1.cs-sticky-active {
  background-color: #000;
  -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-icon_btn {
  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;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid #ffffff82;
  border-radius: 50%;
    color: #ffffff;
}
.cs-gescout_sticky .cs-icon_btn {

    color: #000000 !important ;
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in {
  width: 18px;
  height: 16px;
  line-height: 0;
  cursor: pointer;
  position: relative;
  text-align: right;
  overflow: hidden;
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span {
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  background-color: currentColor;
  color: inherit;
  vertical-align: top;
  -webkit-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  border-radius: 3px;
 
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(1) {
  -webkit-transform: translate(0, -7px);
          transform: translate(0, -7px);
  width: calc(100% - 4px);
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: calc(100% - 4px);
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(3) {
  -webkit-transform: translate(0, 7px);
          transform: translate(0, 7px);
}

.cs-site_header.cs-style1 .cs-icon_btn .cs-icon_btn_in span:nth-child(4) {
  -webkit-transform: translate(0, 14px);
          transform: translate(0, 14px);
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(1) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(2) {
  -webkit-transform: translate(0, 7px);
          transform: translate(0, 7px);
  width: 100%;
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(3) {
  -webkit-transform: translate(0, 14px);
          transform: translate(0, 14px);
}

.cs-site_header.cs-style1 .cs-icon_btn:hover .cs-icon_btn_in span:nth-child(4) {
  -webkit-transform: translate(0, 21px);
          transform: translate(0, 21px);
}

.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.cs-style1 .cs-btn {
  padding: 13px 15px;
}

.cs-site_header_full_width .container {
  max-width: 100%;
  padding: 0 115px;
}

.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: #000;
}

.cs-side_header {
  position: fixed;
  top: 0;
  right: 0px;
  width: 100%;
  z-index: 99999999;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-side_header .cs-side_header_overlay {
  background-color: rgba(22, 22, 22, 0.5);
  height: inherit;
  width: inherit;
  left: inherit;
  top: inherit;
  position: inherit;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.cs-side_header .cs-side_header_in {
    width: 100%;
    height: 100vh;
    background-color: #f7f7f7;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: auto;
    overflow: hidden;
    padding: 70px 50px 50px 50px;
    position: relative;
    z-index: 2;
    right: -500px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
        border-left: 5px solid #e5e5e5;
}

.cs-side_header .cs-side_header_heading {
  font-size: 22px;
  line-height: 1.4em;
  margin: 0;
}

.cs-side_header .cs-side_header_title {
  font-size: 18px;
  margin-bottom: 25px;
}

.cs-side_header .cs-side_header_box {
    padding: 0px 30px;
}

.cs-side_header .cs-close {
  opacity: 0;
}

.cs-side_header.active {
  opacity: 1;
  visibility: visible;
}

.cs-side_header.active .cs-side_header_overlay,
.cs-side_header.active .cs-close {
  opacity: 1;
}

.cs-side_header.active .cs-side_header_in {
  right: 0;
}

.cs-side_header .cs-side_header_shape {
    height: 257px;
    width: 257px;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    top: -80px;
    right: -25px;
}

.cs-side_header .cs-side_header_shape::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: -90px;
    top: 0px;
    overflow: hidden;
    background-color: #95b5df;
    border-radius: 50%;
}

.cs-close {
    position: fixed;
    left: 31px;
    top: 24px;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    border: 2px solid currentColor;
    background-color: #ffffff;
    color: #1673b9;
    cursor: pointer;
    z-index: 2;
    z-index: 100;
}

.cs-close::before, .cs-close::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cs-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cs-close:hover {
  color: #0067b3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@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;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
}

.cs-gescout_sticky {
position: fixed !important;
    top: -110px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 3px solid #0066b3;
}

.cs-gescout_show {
  top: 0 !important;
  opacity: 1;
}

.cs-site_branding {
  display: inline-block;
}
.cs-site_branding::after {
    content: "";
    height: 20px;
    width: 2px;
    background: #a9a9a9;
    position: absolute;
    margin-right: 12px;
    margin-top: 7px;
}
.cs-site_branding img {
      width: 170px;
}

@media screen and (min-width: 1200px) {
  .cs-main_header {
    position: relative;
  }
  .cs-main_header .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cs-main_header_center,
  .cs-top_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cs-site_header.cs-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;
  }
  .cs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 14px;
    line-height: 1.6em;
    color: #000;
  }
  .cs-nav .cs-nav_list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: inherit;
  }
  .cs-nav .cs-nav_list > li {
    margin-left: 40px;
    height: inherit;
  }
  .cs-nav .cs-nav_list > li:last-child {
    margin-right: 0;
  }
  .cs-nav .cs-nav_list > li > a {
    padding: 10px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    height: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs-nav .cs-nav_list > li > ul {
    right: 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: 8px;
    width: 8px;
    border: 2px solid #0067b3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-right: 6px;
    position: relative;
    top: -2px;
    border-radius: 0px 0px 2px 0px;
  }
  .cs-nav .cs-nav_list li:not(.cs-mega_menu) {
    position: relative;
  }
  .cs-nav .cs-nav_list ul {
    width: 260px;
    background-color: #ffffff;
    position: absolute;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
            box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    border-top: 2px solid #0067b3;
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 0px 0px 5px 5px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .cs-nav .cs-nav_list ul li:hover ul {
    top: 0px;
  }
  .cs-nav .cs-nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs-nav .cs-nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
  }
  .cs-nav .cs-nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs-munu_toggle,
  .cs-munu_dropdown_toggle {
    display: none;
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper {
    width: 1296px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    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: 5px 10px;
    font-size: 90%;
    text-align: center;
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper a img {
    border-radius: 5px;
    border: 1px solid rgba(181, 181, 181, 0.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .cs-nav .cs-nav_list .cs-mega_wrapper a:hover img {
    border-color: rgba(255, 74, 23, 0.6);
  }
  .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: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 > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .cs-nav .cs-nav_list .cs-mega_menu:hover .cs-mega_wrapper li ul {
    opacity: 1;
    visibility: visible;
  }
  .cs-nav .cs-nav_list > li ul:not(.cs-mega_wrapper) .menu-item-has-children > a {
    position: relative;
  }
}

@media screen and (max-width: 1400px) {
  .cs-nav .cs-nav_list .cs-mega_wrapper {
    width: 1116px !important;
  }
  .cs-site-branding {
    max-width: 190px;
  }
  .cs-site_header_full_width .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .cs-nav .cs-nav_list .cs-mega_wrapper {
    width: 100% !important;
  }
  .cs-site_header_full_width .container {
    padding: 0 15px;
  }
  .cs-munu_dropdown_toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .cs-munu_dropdown_toggle:before, .cs-munu_dropdown_toggle: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: rgba(254, 254, 254, 0.7);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs-munu_dropdown_toggle:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs-munu_dropdown_toggle.active:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .cs-nav .cs-nav_list {
    position: absolute;
    width: 100vw;
    left: -15px;
    background-color: #181818;
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #4d4d4d52;
    border-bottom: 1px solid #4d4d4d52;
    overflow: auto;
    max-height: calc(100vh - 80px);
    line-height: 1.6em;
  }
  .cs-nav .cs-nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .cs-nav .cs-nav_list a {
    display: block;
    padding: 8px 20px;
  }
  .cs-nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .cs-munu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    left: 30px;
  }
  .cs-munu_toggle span,
  .cs-munu_toggle span:before,
  .cs-munu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .cs-munu_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-munu_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-munu_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-munu_toggle {
    top: 50%;
    left: 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-header_toolbox {
    margin-right: 50px;
  }
  .cs-nav .cs-nav_list a {
    position: relative;
  }
  .cs-site_header.cs-style1 .cs-main_header_in {
    height: 55px;
  }
  .cs-hamburger span {
    height: 3px;
  }
  .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;
  }
  .slogantxt {
      display:none;
  }
  .dnm {
    display: none;
}
  .cs-toolbox {
    margin-right: 45px;
  }
  .cs-site_header.cs-style1 .cs-icon_btn {
    width: 38px;
    height: 38px;
  }
  .topphone li {

    padding-left: 15px !important;
}
  .cs-social_btns.cs-style1 a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    /* border: 2px solid #000; */
    margin: 7px;
    font-size: 31px;
    color: #000000;
}
  .cs-contact_info.cs-style1 li {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: normal;
    text-align: center;
    font-weight: bold;
}
}

@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;
  }
  .cs-site_header.cs-style1 .cs-btn {
    padding: 8px;
  }
}

@media screen and (max-width: 575px) {
  .cs-site-branding {
    max-width: 150px;
  }
  .cs-hamburger_wrap .cs-hamburger {
    margin-right: 0;
  }
  .cs-site_branding img {
    max-height: 32px;
  }
  .slogantxt {
      display:none;
  }
    .slogantxt2 {
      display:none;
  }
    .cs-site_branding::after {
        display:none;
    }
    .cs-cursor_lg {
        display:none;
    } 
       .cs-cursor_sm {
        display:none;
    }
  .cs-site_header.cs-style1 .cs-btn span {
    display: none;
  }
  .cs-site_header.cs-style1 .cs-btn svg {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
}

/*--------------------------------------------------------------
  8. Footer
----------------------------------------------------------------*/
.cs-fooer_main {
  padding: 95px 0 35px;
}

.cs-footer_item {
  margin-bottom: 40px;
}

.cs-footer_item .cs-newsletter.cs-style1 {
  margin-top: 6px;
  margin-bottom: 15px;
}

.cs-widget_title {
  font-size: 18px;
  margin-bottom: 35px;
}

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

.cs-menu_widget li:not(:last-child) {
  margin-bottom: 10px;
}

.cs-text_widget p {
  margin: 0;
}

.cs-text_widget img + p {
  margin-top: 30px;
}

.cs-social_btns.cs-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
}

.cs-social_btns.cs-style1 a {
    border-radius: 50%;

    font-size: 28px;
    color: #000000;
    padding: 21px;
}

.cs-social_btns.cs-style1 a:hover {
  color: #0067b3;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.cs-social_btns.cs-style1 a:hover svg {
  fill: #0067b3;
}

.cs-newsletter.cs-style1 .cs-newsletter_form {
  position: relative;
      margin-left: 20px;
}

.cs-newsletter.cs-style1 .cs-newsletter_input {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #bed6f5;
  border: none;
  padding: 5px 10px 5px 5px;
  outline: none;
  color: #000;
}

.cs-newsletter.cs-style1 .cs-newsletter_btn {
  padding: 7px 25px;
  border-radius: 10px;
  color: #ededed;
  background-color: #0067b3;
  position: absolute;
  top: 5px;
  left: 5px;
  font-weight: 600;
  border: none;
  overflow: hidden;
}

.cs-newsletter.cs-style1 .cs-newsletter_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 22, 22, 0.4);
  -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;
  border-radius: inherit;
}

.cs-newsletter.cs-style1 .cs-newsletter_btn span {
  position: relative;
  z-index: 1;
}

.cs-newsletter.cs-style1 .cs-newsletter_btn:hover: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-newsletter.cs-style1 .cs-newsletter_text {
  margin-top: 25px;
}

.cs-footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


.cs-bottom_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #bed6f5;
}

.cs-bottom_footer > * {
  padding: 4px 0;
}

.cs-text_widget + .cs-social_btns.cs-style1 {
  margin-top: 25px;
}

@media screen and (max-width: 1199px) {
  .cs-newsletter.cs-style1 .cs-newsletter_btn {
        padding: 11px 30px;
  }
}

@media screen and (max-width: 991px) {
  .cs-widget_title {
    margin-bottom: 20px;
  }
  .cs-text_widget img + p {
    margin-top: 20px;
  }
  .cs-menu_widget li:not(:last-child) {
    margin-bottom: 10px;
  }
  .cs-text_widget + .cs-social_btns.cs-style1,
  .cs-newsletter.cs-style1 .cs-newsletter_text {
    margin-top: 15px;
  }
  .cs-fooer_main {
       padding-top: 60px;
    text-align: center;
  }
  .cs-fooer {
    background: #ededed;
    margin-top: 120px;

}
}

@media screen and (max-width: 767px) {
  .cs-bottom_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*--------------------------------------------------------------
9. 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_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 li {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
}

.cs-isotop_filter.cs-style1 a {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;

}
.titleproject img {
    width:80px;
}
.cs-isotop_filter.cs-style1 a::before {
content: '';
    height: 18px;
    width: 18px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border-radius: 50%;
    background-color: #ffffff;
    bottom: -9px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    border: 6px solid #0067b3;
}

.cs-isotop_filter.cs-style1 ul {
  border-bottom: 1px solid  #0067b3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 10px;

}

.cs-isotop_filter.cs-style1 .active a {
  color: #0067b3;
}

.cs-isotop_filter.cs-style1 .active a::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}


.cs-isotop_filter2.cs-style1 li {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
}

.cs-isotop_filter2.cs-style1 a {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;

}
.titleproject img {
    width:80px;
}
.cs-isotop_filter2.cs-style1 a::before {
content: '';
    height: 18px;
    width: 18px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border-radius: 50%;
    background-color: #ffffff;
    bottom: -9px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    border: 6px solid #0067b3;
}

.cs-isotop_filter2.cs-style1 ul {
  border-bottom: 1px solid  #0067b3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 10px;

}

.cs-isotop_filter2.cs-style1 .active a {
  color: #0067b3;
}

.cs-isotop_filter2.cs-style1 .active a::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}


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

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

@media screen and (max-width: 575px) {
  .cs-isotop_filter.cs-style1 ul {
    /*border: none;*/
  }
  .cs-isotop_filter.cs-style1 li {
    /*margin-bottom: 8px;*/
    line-height: 45px;
  }
  .cs-isotop_filter.cs-style1 li:not(:first-child) {
    margin-left: 20px;
  }
  .cs-isotop_filter.cs-style1 a {
    padding-bottom: 3px;
  }
}

/*--------------------------------------------------------------
  10. Sidebar
----------------------------------------------------------------*/
.cs-sidebar_item:not(:last-child) {
  margin-bottom: 70px;
}

.cs-sidebar_widget_title {
  font-size: 30px;
  margin-bottom: 30px;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.tag-cloud-link {
font-size: 14px;
    line-height: 1.6em;
    border: 2px solid #f3f3f3;
    padding: 3px 15px;
    display: inline-block;
    margin: 5px;
    border-radius: 8px;
}

.tag-cloud-link:hover {
color: #fff;
  background-color: #0067b3;
  border-color: #0067b3;
}

.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_archive ul li,
.widget_categories ul li {
  padding-right: 26px;
  position: relative;
}

.widget_archive ul li::before,
.widget_categories ul li::before {
  content: '';
  width: 14px;
  height: 12px;
  background: url("../img/icons/double_arrow_icon.svg");
  background-position: center;
  position: absolute;
  right: 0;
  top: 8px;
  transform: rotate(180deg);
}

.widget_archive ul li:not(:last-child),
.widget_categories ul li:not(:last-child) {
  margin-bottom: 20px;
}

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

.cs-recent_posts li:not(:last-child) {
  margin-bottom: 20px;
}

.cs-recent_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-recent_post_thumb {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  margin-right: 18px;
}

.cs-recent_post_thumb:hover .cs-recent_post_thumb_in {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.cs-recent_post_thumb_in {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-recent_post_title {
  font-size: 18px;
  margin-bottom: 5px;
}

.cs-sidebar_search {
  position: relative;
}

.cs-sidebar_search input {
  display: block;
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom:2px solid #e5e5e5;
  padding: 0px 10px 6px 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-sidebar_search input:focus {
  border-color: #0067b3;
}

.cs-sidebar_search_btn {
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
  bottom: 0px;
  left: 0;
  padding: 10px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-sidebar_search_btn:hover {
  color: #0067b3;
}

.cs-author_card img {
  height: 130px;
  width: 130px;
  margin-bottom: 22px;
}

.cs-author_card h3 {
  font-size: 30px;
  margin-bottom: 14px;
}

.cs-author_card p {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .cs-sidebar_widget_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .widget_archive ul li:not(:last-child), .widget_categories ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  .cs-sidebar_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .cs-video_block_1_wrap {
    position: relative;
    margin-top: -60px;
}
}

/*--------------------------------------------------------------
  11. Hero
----------------------------------------------------------------*/
.cs-hero.cs-style1 .cs-hero_social_wrap,
.cs-hero.cs-style2 .cs-hero_social_wrap,
.cs-hero.cs-style3 .cs-hero_social_wrap,
.cs-swiper_parallax_slider_wrap .cs-hero_social_wrap,
.cs-fullscreen_swiper_wrap .cs-hero_social_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg) translateY(85%);
          transform: rotate(180deg) translateY(85%);
  right: 45px;
}

.cs-hero.cs-style1 .cs-hero_social_wrap.cs-left_side,
.cs-hero.cs-style2 .cs-hero_social_wrap.cs-left_side,
.cs-hero.cs-style3 .cs-hero_social_wrap.cs-left_side,
.cs-swiper_parallax_slider_wrap .cs-hero_social_wrap.cs-left_side,
.cs-fullscreen_swiper_wrap .cs-hero_social_wrap.cs-left_side {
  right: initial;
  left: 33px;
}

.cs-hero.cs-style1 .cs-hero_social_title,
.cs-hero.cs-style2 .cs-hero_social_title,
.cs-hero.cs-style3 .cs-hero_social_title,
.cs-swiper_parallax_slider_wrap .cs-hero_social_title,
.cs-fullscreen_swiper_wrap .cs-hero_social_title {
  position: relative;
  padding-bottom: 35px;
  white-space: nowrap;
}

.cs-hero.cs-style1 .cs-hero_social_title::after,
.cs-hero.cs-style2 .cs-hero_social_title::after,
.cs-hero.cs-style3 .cs-hero_social_title::after,
.cs-swiper_parallax_slider_wrap .cs-hero_social_title::after,
.cs-fullscreen_swiper_wrap .cs-hero_social_title::after {
  content: '';
  height: 15px;
  width: 2px;
  background-color: #999696;
  display: inline-block;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: absolute;
  bottom: -5px;
  left: 11px;
}

.cs-hero.cs-style1 .cs-hero_social_links,
.cs-hero.cs-style2 .cs-hero_social_links,
.cs-hero.cs-style3 .cs-hero_social_links,
.cs-swiper_parallax_slider_wrap .cs-hero_social_links,
.cs-fullscreen_swiper_wrap .cs-hero_social_links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-hero.cs-style1 .cs-hero_social_links li,
.cs-hero.cs-style2 .cs-hero_social_links li,
.cs-hero.cs-style3 .cs-hero_social_links li,
.cs-swiper_parallax_slider_wrap .cs-hero_social_links li,
.cs-fullscreen_swiper_wrap .cs-hero_social_links li {
  position: relative;
  padding-bottom: 32px;
  white-space: nowrap;
      font-size: 24px;
}



.cs-swiper_parallax_slider_wrap .cs-hero_social_wrap,
.cs-fullscreen_swiper_wrap .cs-hero_social_wrap {
  z-index: 10;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.cs-hero.cs-style1 {
position: relative;
    padding: calc(50vh - 10vh);
    height: calc(50vh - 50px);
    min-height: 120vh;
    direction: ltr;
}

.cs-hero.cs-style1 .cs-hero_title {
  font-size: 110px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.25em;
      color: white;
}

.cs-hero.cs-style1 .cs-hero_subtitle {
  font-size: 18px;
  line-height: 1.9em;
  color: #FEFEFE;
}

.cs-hero.cs-style1 .cs-hero_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-hero.cs-style1 .cs-hero_info > div {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs-hero.cs-style1 .cs-hero_text {
  position: relative;
  z-index: 3;
}

.cs-hero.cs-style1 .cs-slider.cs-style1 {
  position: absolute;
  height: 120vh;
  width: 100%;
  left: 0;
  top: 0;
}

.cs-hero.cs-style1 .cs-slider.cs-style1 * {
  height: 100%;
  width: 100%;
  direction: ltr;
}

.cs-hero.cs-style1.cs-type2 {
  min-height: 650px;
  height: 860px;
  padding: 30px 115px 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;
  margin-top: 110px;
}

.cs-hero.cs-style1.cs-type2 .cs-hero_bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 115px;
  right: 115px;
  border-radius: 15px;
  overflow: hidden;
}

.cs-hero.cs-style1.cs-type2 .cs-hero_title {
  margin-bottom: 40px;
}

.cs-hero.cs-style1.cs-type2 .cs-hero_social_wrap {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.cs-down_btn {
  position: absolute;
  height: 35px;
  width: 20px;
  border-radius: 10px;
  border: 2px solid #fff;
  bottom: 25%;
  left: 50%;
  margin-left: -10px;
}

.cs-down_btn::before {
  content: '';
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0067b3;
  -webkit-animation: UpAndDown 3s infinite;
          animation: UpAndDown 3s infinite;
}

.cs-hero.cs-style2 {
  height: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  position: relative;
  padding-top: 33vh;
  
    background: #f7f7f7;
}
.cs-hero.cs-style2 .cs-hero_tab_item h2 {
    font-size: 22px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    z-index: 2;
    color: ;
    opacity: 0.4;
    filter: drop-shadow(4px 6px 6px black);
    padding-right: 10px;
        font-size: 14px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    z-index: 2;
    color: #ababab !important;
    filter: drop-shadow(4px 6px 6px black);
    padding-right: 10px;
    margin-top: 8px;
}
.cs-hero.cs-style2 .cs-hero_tab_item.active h2 {
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    z-index: 2;
    color: #ababab !important;
    filter: drop-shadow(4px 6px 6px black);
    padding-right: 10px;
    margin-top: 8px;
}
.cs-hero_tab .active h2 {
   /*font-size: 30px !important;*/
    color: #ffffff !important;
     opacity: 1 !important; 
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: normal;

}
.cs-hero.cs-style2 .cs-hero_tab_item h2 a {
    display: block;
    font-size: 20px;
    position: relative;
    margin-bottom: 0;
    z-index: 2;
    color: #ffffff !important;
    padding-bottom: 7px;
}

.cs-hero.cs-style2 .cs-hero_tab_item h2::before {
content: '';
    position: absolute;
    height: 5px;
    width: 0%;
    right: 0px;
    bottom: -15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: .5;
    border-radius: 20px 0px 0px 20px;
    background: #0066b3;
}

.cs-hero.cs-style2 .cs-hero_tab_item .cs-hero_tab_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  pointer-events: none;
  -webkit-animation: inactiveImageAnimation 1s forwards ease;
          animation: inactiveImageAnimation 1s forwards ease;
          filter: brightness(0.5);
}

.cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
  margin-bottom: 20px;
}


.cs-hero.cs-style2 .cs-hero_tab_item::before {
content: '';
    position: absolute;
    height: 20px;
    width: 20px;

    background-color: #ffffff87;
    border-radius: 140px;
    margin-right: -30px;
    margin-top: 7px;
        z-index: 999999;

}
.cs-hero.cs-style2 .cs-hero_tab_item.active::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;

    background-color: #ffffff;
    border: 3px solid #0066b3;
        z-index: 999999;
}

/*.cs-hero.cs-style2 .cs-hero_tab_item h2:before {
 width: 60px;
    transform: rotate(90deg);
    right: -49px;
    color: white;
    background: white;
    opacity: 1;
}*/

.cs-hero.cs-style2 .cs-hero_tab_item.active .cs-hero_tab_img {
  -webkit-animation: activeImageAnimation 1s forwards ease;
          animation: activeImageAnimation 1s forwards ease;
}

.cs-hero.cs-style2 .cs-hero_social_wrap {
  -webkit-transform: rotate(0deg) translateY(50%);
          transform: rotate(0deg) translateY(50%);

}

.cs-hero.cs-style3 {
  background-color: #000;
  padding: 240px 0 150px;
  position: relative;
  overflow: hidden;
}

.cs-hero.cs-style3 .cs-hero_title {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.6em;
}

.cs-hero.cs-style3 .cs-hero_subtitle {
  font-size: 18px;
  line-height: 1.9em;
  color: #FEFEFE;
  max-width: 650px;
  margin-left: auto;
  margin-bottom: 95px;
}

.cs-hero.cs-style3 .cs-hero_text {
  position: relative;
  z-index: 5;
}

.cs-hero.cs-style3.cs-shape_wrap_1 .cs-shape_1:nth-child(2) {
  top: 16%;
}

.cs-hero.cs-style3.cs-shape_wrap_1 .cs-shape_1:nth-child(3) {
  top: 82%;
  left: 47%;
}

.cs-hero.cs-style3 .cs-circle_1 {
  height: 745px;
  width: 745px;
  border-radius: 50%;
  border: 3px solid rgba(153, 150, 150, 0.2);
  position: absolute;
  top: -30%;
  left: -12%;
}

.cs-hero.cs-style3 .cs-circle_2 {
  height: 626px;
  width: 626px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 74, 23, 0.8) 0%, rgba(255, 74, 23, 0) 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10%;
  -webkit-animation: 9s cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal none running light-mode;
          animation: 9s cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal none running light-mode;
}

.cs-hero.cs-style4,
.cs-hero.cs-style5 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 115px;
}

.cs-hero.cs-style4 .cs-swiper_parallax_bg,
.cs-hero.cs-style5 .cs-swiper_parallax_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.cs-hero.cs-style4 .cs-hero_text {
  position: relative;
  z-index: 10;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cs-hero.cs-style4 .cs-hero_title {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 100px;
  position: relative;
}

.cs-hero.cs-style4 .cs-hero_title span {
  display: inline-block;
  position: relative;
}

.cs-hero.cs-style4 .cs-hero_title span::before {
  content: '';
  position: absolute;
  height: 7px;
  width: 100%;
  bottom: 8px;
  left: 0;
  background-color: #0067b3;
  z-index: -1;
}

.cs-hero.cs-style4 .cs-hero_title:last-child {
  margin-bottom: 0;
}

.cs-hero.cs-style4 .cs-hero_link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 12;
}

.cs-hero.cs-style5 .cs-hero_title {
  margin: 0 0 60px 0;
  font-weight: 700;
  font-size: 100px;
  position: relative;
}

.cs-hero.cs-style5 .cs-hero_text {
  position: relative;
  z-index: 2;
  padding-top: 25px;
  padding-left: 180px;
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.swiper-slide-active .cs-hero.cs-style4 .cs-hero_text {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.swiper-slide-active .cs-hero.cs-style5 .cs-hero_text {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.cs-swiper_button_prev,
.cs-swiper_button_next {
  position: absolute;
  z-index: 11;
  font-weight: 600;
  color: #000;
  bottom: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-swiper_button_prev:hover,
.cs-swiper_button_next:hover {
  color: #0067b3;
}

.cs-swiper_button_prev {
  left: 115px;
}

.cs-swiper_button_prev svg {
  margin-right: 13px;
}

.cs-swiper_button_next {
  right: 115px;
}

.cs-swiper_button_next svg {
  margin-left: 13px;
}

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

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

@-webkit-keyframes inactiveImageAnimation {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

@keyframes inactiveImageAnimation {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

@-webkit-keyframes activeImageAnimation {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes activeImageAnimation {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@media screen and (max-width: 1920px) {
  .cs-hero.cs-style2 {
    height: 140vh;
  }
}

@media screen and (max-width: 1540px) {
  .cs-hero.cs-style1 {
    padding-top: 220px;
    min-height: 960px;
  }
  .cs-hero.cs-style2 {
    height: 864px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 90px;
    line-height: 1.4em;
  }
  .cs-hero.cs-style1.cs-type2 {
    height: 680px;
  }
  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 100px;
  }
}

@media screen and (max-width: 1400px) {
  .cs-hero.cs-style2 {
    height: 900px;
  }
  .cs-hero.cs-style1 {
    padding-top: 200px;
    min-height: 880px;
  }
  .cs-hero.cs-style1 .cs-hero_title {
    font-size: 100px;
  }
  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 80px;
    line-height: 1.3em;
    margin-bottom: 40px;
  }
  .cs-hero.cs-style2 {
    height: 768px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 80px;
  }
  .cs-hero.cs-style1.cs-type2 {
    height: 600px;
    min-height: 500px;
  }
  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 70px;
  }
  .cs-hero.cs-style4 .cs-hero_title,
  .cs-hero.cs-style5 .cs-hero_title {
    font-size: 80px;
  }
}

@media screen and (max-width: 1280px) {
  .cs-hero.cs-style2 {
    height: 800px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-hero.cs-style1 {
    min-height: 850px;
  }
  .cs-hero.cs-style1 .cs-hero_title {
    font-size: 80px;
  }
  .cs-hero.cs-style1 .cs-hero_subtitle {
    font-size: 16px;
  }
  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 60px;
  }
  .cs-hero.cs-style3 .cs-hero_subtitle {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .cs-hero.cs-style1 .cs-hero_social_wrap,
  .cs-hero.cs-style2 .cs-hero_social_wrap,
  .cs-hero.cs-style3 .cs-hero_social_wrap,
  .cs-swiper_parallax_slider_wrap .cs-hero_social_wrap,
  .cs-fullscreen_swiper_wrap .cs-hero_social_wrap {
    display: none;
  }
  .cs-hero.cs-style2 {
    height: 850px;
  }

  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .cs-hero.cs-style3 .text-end,
  .cs-hero.cs-style3 .cs-hero_text {
    text-align: center !important;
  }
  .cs-hero.cs-style3 .cs-hero_subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .cs-hero.cs-style1.cs-type2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-hero.cs-style1.cs-type2 .cs-hero_bg {
    left: 12px;
    right: 12px;
  }
  .cs-hero.cs-style4 {
    padding: 80px 15px;
  }
  .cs-hero.cs-style4 .cs-hero_title {
    font-size: 60px;
  }
  .cs-hero.cs-style4 .cs-hero_title span::before {
    height: 5px;
    bottom: 5px;
  }
  .cs-hero.cs-style5 {
    padding: 80px 15px 80px 150px;
  }
  .cs-hero.cs-style5 .cs-hero_title {
    font-size: 60px;
    margin: 0 0 45px 0;
  }
  .cs-hero.cs-style5 .cs-btn.cs-style1.cs-type1 {
    padding: 10px 26px;
  }
  .cs-swiper_button_prev, .cs-swiper_button_next {
    bottom: 25px;
  }
  .cs-hero.cs-style1.cs-type2 {
    margin-top: 80px;
  }
  .cs-swiper_button_prev {
    left: 15px;
  }
  .cs-swiper_button_next {
    right: 15px;
  }
  .cs-hero.cs-style5 .cs-hero_text {
    padding-top: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .cs-hero.cs-style1 {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 680px;
  }
  .cs-hero.cs-style1 .cs-hero_info {
    -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-hero.cs-style1 .cs-hero_title {
    font-size: 56px;
    margin-bottom: 20px;
  }
  .cs-hero.cs-style1 .cs-hero_subtitle {
    margin-bottom: 24px;
    max-width: 500px;
  }
  .cs-hero.cs-style1 .cs-hero_info > div {
    width: 100%;
  }
  .cs-hero.cs-style1 .cs-down_btn {
    bottom: 220px;
  }
  .cs-hero.cs-style1.cs-type1 .cs-hero_subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cs-hero.cs-style2 {
    height: 700px;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item h2 {
  }
  .cs-hero.cs-style2 .cs-hero_tab_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .cs-side_header_box .cs-contact_info li {
font-size: 19px !important;
}
  .cs-hero.cs-style3 {
    padding: 160px 0 120px;
  }
  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 50px;
  }
  .cs-hero.cs-style5 {
    padding: 80px 15px 80px 100px;
  }
}

@media screen and (max-width: 575px) {
  .cs-hero.cs-style1 .cs-hero_title {
    font-size: 42px;
  }
  .cs-hero.cs-style1 .cs-hero_title br {
    display: none;
  }
  .cs-hero.cs-style2 {
    height: initial;
    min-height: 100vh;
    padding: 150px 0 90px;
    padding-top: 30vh;
  }
  
  .socialtop {
      display:none;
  }
  .cs-hero.cs-style2 .cs-hero_tab_item h2::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 0%;
    /* right: -15px; */
    bottom: -5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: .5;
    border-radius: 20px 0px 0px 20px;
    background: #ffffff6b;
}
  .cs-hero.cs-style2 .cs-hero_tab_item .cs-hero_tab_img {
    width: 100%;
  }
  .cs-hero.cs-style3 .cs-hero_title {
    font-size: 38px;
    margin-bottom: 25px;
  }
  .cs-hero.cs-style3 .cs-hero_subtitle {
    margin-bottom: 35px;
  }
  .cs-hero.cs-style1.cs-type2 .cs-hero_title {
    font-size: 40px;
  }
  .cs-hero.cs-style1.cs-type2 {
    height: 500px;
    padding-bottom: 40px;
  }
  .cs-hero.cs-style4 {
    padding: 80px 15px;
  }
  .cs-hero.cs-style4 .cs-hero_title {
    font-size: 38px;
  }
  .cs-hero.cs-style4 .cs-hero_title span::before {
    height: 3px;
    bottom: 4px;
  }
  .cs-hero.cs-style5 {
    padding: 80px 15px;
  }
  .cs-hero.cs-style5 .cs-hero_title {
    font-size: 40px;
    margin: 0 0 35px 0;
  }
  .cs-hero.cs-style5 .cs-btn.cs-style1.cs-type1 {
    padding: 9px 26px;
  }
  .cs-swiper_button_prev {
    left: 15px;
  }
  .cs-swiper_button_next {
    right: 15px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1490px) {
  .cs-hero.cs-style1:not(.cs-type2) .cs-hero_social_wrap.cs-left_side,
  .cs-hero.cs-style2 .cs-hero_social_wrap.cs-left_side,
  .cs-hero.cs-style3 .cs-hero_social_wrap.cs-left_side {
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .cs-hero.cs-style1:not(.cs-type2) .cs-hero_social_wrap.cs-left_side,
  .cs-hero.cs-style2 .cs-hero_social_wrap.cs-left_side,
  .cs-hero.cs-style3 .cs-hero_social_wrap.cs-left_side {
    left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .cs-hero.cs-style1 {
    height: initial;
    min-height: initial;
    padding-top: 200px;
    padding-bottom: 350px;
  }
  .cs-hero.cs-style1 .cs-down_btn {
    bottom: 220px;
  }
}

/*--------------------------------------------------------------
  12. Iconbox
----------------------------------------------------------------*/
.cs-iconbox.cs-style1 {
  padding: 40px;
}

.cs-iconbox.cs-style1 .cs-iconbox_icon {
  padding: 4px 10px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 74, 23, 0.3)), color-stop(95.61%, transparent));
  background: linear-gradient(90deg, rgba(255, 74, 23, 0.3) 0%, transparent 95.61%);
}

.cs-iconbox.cs-style1.cs-type1 .cs-iconbox_icon {
  padding: 0;
  background: transparent;
}

.cs-iconbox.cs-style2 {
  max-width: 350px;
  margin: auto;
}

.cs-iconbox.cs-style2 .cs-iconbox_icon {
  margin-bottom: 25px;
}

.cs-iconbox.cs-style2 .cs-iconbox_title {
  font-size: 30px;
  margin-bottom: 20px;
}

.cs-iconbox.cs-style2 .cs-iconbox_subtitle {
  line-height: 1.75em;
  text-align: justify;
}

.cs-iconbox_3_list {
  position: relative;
  padding-left: 550px;
  min-height: 640px;
}

.cs-iconbox_3_list > *:not(:last-child) {
  border-bottom: 1px solid #4D4D4D;
}

.cs-iconbox_3_list .cs-image_layer {
  position: absolute;
  left: 0;
  top: 25px;
  pointer-events: none;
    max-width: 470px;
    height: 800px;
}

.cs-iconbox_3_list .cs-image_layer .cs-image_layer_in {
  height: 100%;
  width: 100%;
}

.cs-iconbox_3_list .cs-image_layer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: inactiveImageAnimation1 0.6s forwards ease;
          animation: inactiveImageAnimation1 0.6s forwards ease;
}

.cs-iconbox_3_list .cs-hover_tab.active .cs-image_layer img {
  -webkit-animation: activeImageAnimation1 0.6s forwards ease;
          animation: activeImageAnimation1 0.6s forwards ease;
}

.cs-iconbox_3_list .cs-hover_tab.active .cs-iconbox_icon {
  color: #000;
  /*background-color: #0067b3;*/
  border-color: #0067b3;
}

.cs-iconbox.cs-style3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
  padding-top: 25px;
color: rgb(64 64 64);
}

.cs-iconbox.cs-style3 .cs-iconbox_in {
  margin-right: 30px;
      width: calc(100% - 115px);
}

.cs-iconbox.cs-style3 .cs-iconbox_icon {
    border: 2px solid #999696;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 30px;
    color: #0067b3;
}

.cs-iconbox.cs-style3 .cs-iconbox_icon:hover {
  color: #000;
  /*background-color: #0067b3;*/
  border-color: #0067b3;
}

.cs-iconbox.cs-style3 .cs-iconbox_title {
  font-size: 30px;
  margin-bottom: 15px;
}

.cs-iconbox.cs-style3 .cs-iconbox_subtitle {
  line-height: 1.75em;
}

.cs-iconbox.cs-style3:hover .cs-iconbox_icon {
  color: #000;
  /*background-color: #0067b3;*/
  border-color: #0067b3;
}

@-webkit-keyframes inactiveImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}

@keyframes inactiveImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}

@-webkit-keyframes activeImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes activeImageAnimation1 {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@media screen and (max-width: 1199px) {
  .cs-iconbox_3_list {
    padding-left: 460px;
  }
}

@media screen and (max-width: 991px) {
  .cs-iconbox.cs-style2 {
    max-width: 100%;
  }
  .cs-iconbox.cs-style2 .cs-iconbox_title {
    font-size: 26px;
    margin-bottom: 10px;
    margin-bottom: 20px;
  }
  .cs-iconbox.cs-style3 .cs-iconbox_title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .cs-iconbox_3_list {
    padding-left: 0;
    padding-top: 650px;
  }
  .cs-iconbox_3_list .cs-image_layer {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .cs-iconbox.cs-style1 {
    padding: 30px;
  }
  .cs-iconbox.cs-style3 {
    -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-iconbox.cs-style3 .cs-iconbox_icon {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
  }
  .cs-iconbox.cs-style3 .cs-iconbox_icon svg {
    max-height: 22px;
  }
}

/*--------------------------------------------------------------
  13. Card
----------------------------------------------------------------*/
.cs-card.cs-style1 {
    position: relative;
    border-radius: 400%;
    display: block;
    margin-bottom: 30px;
    border: 20px solid #4f89c7;

}

.cs-card.cs-style1:hover {
    -webkit-filter: drop-shadow(0px 30px rgba(255, 74, 23, 0.5));
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 50%));
}

.cs-card.cs-style1 img {
    width: 100%;
    border-radius: inherit;
    border-radius: 400%;
    border: 20px solid white;
}

.cs-card.cs-style1 .cs-card_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #151515;
  opacity: 0.5;
}

.cs-card.cs-style1 .cs-card_info {
    position: absolute;
    left: 0;
    color: white;
    width: 100%;
    text-align: center;
       bottom: 40px;
}

.cs-card.cs-style1 .cs-card_info span {
    display: block;
    border-radius: 50%;
    margin-bottom: 5px;
    color: #d0d0d0;
}

.cs-card.cs-style1 .cs-card_title {
font-size: 20px;
    margin: 0;
    line-height: 1.5em;
    color: white;
}

@media screen and (max-width: 1400px) {
  .cs-card.cs-style1 .cs-card_title {
    font-size: 20px;
  }
  .cs-card.cs-style1 .cs-card_info {
    padding: 40px 18px 0;
  }
}

@media screen and (max-width: 1199px) {
  .cs-card.cs-style1 .cs-card_title {
    font-size: 24px;
  }
  .cs-card.cs-style1 .cs-card_info {
    padding: 40px 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

/*--------------------------------------------------------------
  14. Posts
----------------------------------------------------------------*/
.cs-post_wrap {
  width: 54vw;
}

.cs-post.cs-style1 {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.cs-post.cs-style1 .cs-post_thumb {
  position: relative;
  display: block;
}

.cs-post.cs-style1 .cs-post_thumb img {
  width: 100%;
	height:500px;
	object-fit:cover;
}

.cs-post.cs-style1 .cs-post_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(77, 77, 77, 0)));
  background: linear-gradient(360deg, #000000 0%, rgba(77, 77, 77, 0) 100%);
}

.cs-post.cs-style1 .cs-posted_by {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 10px;
      text-align: right;
          color: #b7b7b7;
}

.cs-post.cs-style1 .cs-post_title {
	font-size:17px;
  margin-bottom: 0;
  line-height: normal;
      color: white;
    direction: rtl;
	text-align:right;
}
.cs-post_info h2 {
        font-size: 22px;
    margin-top: 15px;
}
.cs-post_info h3 {
        font-size: 20px;
    margin-top: 15px;
}
.cs-post_info h4 {
        font-size: 18px;
    margin-top: 15px;
}
.cs-post_info h5 {
        font-size: 16px;
    margin-top: 15px;
}
.cs-post.cs-style1 .cs-post_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 25px;
}

.cs-slider .cs-post.cs-style1 {
  max-width: 420px;
}

.cs-post.cs-style2 .cs-post_thumb {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
      border: 1px solid #e0e0e0;
}

.cs-post.cs-style2 .cs-post_thumb::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(22, 22, 22, 0.5);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-post.cs-style2 .cs-post_thumb img {
    -webkit-transition: all 0.6sease;
    transition: all 0.6sease;
    height: 400px;
    object-fit: cover;
}

.cs-post.cs-style2 a.cs-post_thumb:hover::after {
  opacity: 1;
}

.cs-post.cs-style2 a.cs-post_thumb:hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.cs-post.cs-style2 .cs-post_meta {
  font-size: 18px;
  margin-bottom: 15px;
}

.cs-post.cs-style2 .cs-post_title {
    font-size: 20px;
    margin-bottom: 15px;
        line-height: normal;
}

.cs-post.cs-style2 .cs-post_sub_title {
  margin-bottom: 35px;
  line-height: normal;
}

.cs-post.cs-style2 p {
  margin-bottom: 15px;
  line-height: 1.75em;
}

.cs-post.cs-style2 h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.cs-post.cs-style2 blockquote {
    font-size: 18px;
    line-height: 1.9em;
    border-right: 5px solid #0067b3;
    background-color: #e7e7e7;
    padding: 40px 35px;
    font-weight: 600;
    color: #4f4f4f;
    margin-bottom: 45px;
}

.cs-post.cs-style2 blockquote small {
  display: block;
  position: relative;
  color: rgb(0 103 179);
  font-size: 16px;
  line-height: 1.9em;
  font-style: initial;
  font-weight: 400;
  margin-top: 15px;
  padding-right: 35px;
}

.cs-post.cs-style2 blockquote small::before {
    content: '';
    height: 2px;
    width: 20px;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #0067b3;
}

.cs-post_3_list li:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
  padding-bottom: 35px;
  margin-bottom: 26px;
}

.cs-post.cs-style3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-post.cs-style3 .cs-post_title {
  font-size: 30px;
  margin-bottom: 20px;
}

.cs-post.cs-style3 .cs-post_meta {
  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;
  margin-top: 30px;
}

.cs-post.cs-style3 .cs-post_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-post.cs-style3 .cs-post_avatar_img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 50px;
  border-radius: 5px;
  margin-right: 18px;
}

.cs-post.cs-style3 .cs-post_avatar_img img {
  width: 100%;
  border-radius: inherit;
}

.cs-post.cs-style3 .cs-post_avatar_info h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.cs-post.cs-style3 .cs-post_avatar_info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6em;
}

.cs-post.cs-style3 .cs-text_btn {
  color: #0067b3;
}

.cs-post.cs-style3 .cs-posted_by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 105px;
  margin-top: 4px;
}

.cs-post.cs-style3 .cs-posted_by > span:first-child {
  color: #FEFEFE;
  font-size: 30px;
  font-weight: 600;
  margin-right: 12px;
}

.cs-post.cs-style3 .cs-posted_by > span:last-child {
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 1550px) {
  .cs-slider .cs-post.cs-style1 {
    max-width: 360px;
  }
  .cs-shape_wrap_4 .cs-shape_4:nth-child(1) {
    left: -3%;
  }
}

@media screen and (max-width: 1550px) {
  .cs-slider .cs-post.cs-style1 {
    max-width: 360px;
  }
  .cs-shape_wrap_4 .cs-shape_4:nth-child(1) {
    left: -3%;
  }
}

@media screen and (max-width: 1550px) {
  .cs-post.cs-style1 .cs-post_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-post_wrap {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .cs-post.cs-style2 .cs-post_title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .cs-post.cs-style2 .cs-post_meta {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cs-post.cs-style2 .cs-post_sub_title {
    margin-bottom: 20px;
  }
  .cs-post.cs-style2 .cs-post_thumb {
    margin-bottom: 25px;
  }
  .cs-post.cs-style2 blockquote {
    font-size: 16px;
    border-width: 3px;
    padding: 30px 25px;
  }
  .cs-post.cs-style3 .cs-post_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .cs-slider .cs-post.cs-style1 {
    max-width: 320px;
  }
  .cs-post.cs-style3 {
    display: block;
  }
  .cs-post.cs-style3 .cs-posted_by {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .cs-post.cs-style3 .cs-post_meta {
    -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;
    margin-top: 20px;
  }
  .cs-post.cs-style3 .cs-post_avatar {
    margin-top: 25px;
  }
}

@media screen and (max-width: 350px) {
  .cs-slider .cs-post.cs-style1 {
    max-width: 300px;
  }
}

/*--------------------------------------------------------------
  15. Team
----------------------------------------------------------------*/
.cs-team.cs-style1 {
    overflow: hidden;
    position: relative;
    direction: rtl;
    color: black;
    border: 1px solid #0067b330;
    border-radius: 15px;
}

.cs-team.cs-style1 .cs-member_thumb {
  border-radius: 15px;
  position: relative;
  overflow: inherit;
  overflow: hidden;
}

.cs-team.cs-style1 .cs-member_thumb img {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.cs-team.cs-style1 .cs-member_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(77, 77, 77, 0)));
  background: linear-gradient(360deg, #000000 0%, rgba(77, 77, 77, 0) 100%);
}

.cs-team.cs-style1 .cs-member_social svg {
  height: 20px;
  width: 20px;
}

.cs-team.cs-style1 .cs-member_name {
    font-size: 20px;
    margin-bottom: 6px;
    /* color: #0067b3; */
    text-shadow: none;
}

.cs-team.cs-style1 .cs-member_info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding: 10px;
    color: #ffffff;
    background: #0067b3d1;
}

.cs-team.cs-style1 .cs-member_social {
  position: absolute;
  z-index: 2;
  left: 13px;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs-team.cs-style1 .cs-member_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px;
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #0067b3;
}

.cs-team.cs-style1:hover .cs-member_social a {
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  opacity: 1;
}



@media screen and (max-width: 1380px) {
  .cs-team.cs-style1 .cs-member_name {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
  16. Imagebox
----------------------------------------------------------------*/
.cs-image_box.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 300px;
  border: 1px solid rgba(255, 74, 23, 0.1);
  padding: 20px 15px 5px;
  position: relative;
  margin-top: 5px;
}

.cs-image_box.cs-style1::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: -5px;
  top: -5px;
  background-color: rgba(255, 74, 23, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-image_box.cs-style1 img {
  max-height: 100%;
}

.cs-image_box.cs-style1:hover {
  border-color: rgba(255, 74, 23, 0.2);
}

.cs-image_box.cs-style1:hover::before {
  background-color: rgba(255, 74, 23, 0.2);
  left: 0;
  top: 0;
}

.cs-image_box.cs-style2 {
  display: block;
  background: linear-gradient(108.18deg, #EA4C89 -2.02%, #4D44C6 100%);
  padding: 1px;
  border-radius: 10px;
}

.cs-image_box.cs-style2 img {
  max-height: 100%;
}

.cs-image_box.cs-style2 .cs-image_box_in {
  border-radius: inherit;
  padding: 10px;
}

.cs-image_box.cs-style2 .cs-image_box_img {
  background: #E94875;
  border-radius: inherit;
  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;
  height: 290px;
}

@media screen and (max-width: 575px) {
  .cs-image_box.cs-style1 {
    height: 200px;
    padding: 20px 10px 5px;
  }
  .cs-image_box.cs-style2 .cs-image_box_img {
    height: 190px;
  }
}

/*--------------------------------------------------------------
  17. CTA
----------------------------------------------------------------*/
.cs-cta.cs-style1 {
  padding: 90px 30px;
  border-radius: 15px;
}

.cs-cta.cs-style1 .cs-cta_in {
  position: relative;
  z-index: 2;
}

.cs-cta.cs-style1 .cs-cta_title {
  font-weight: 600;
  font-size: 50px;
}

@media screen and (max-width: 1300px) {
  .cs-cta.cs-style1 .cs-cta_title {
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {
  .cs-cta.cs-style1 {
    padding: 70px 30px;
    border-radius: 15px;
  }
  .cs-cta.cs-style1 .cs-cta_title {
    font-size: 36px;
  }
  .cs-cta.cs-style1 .cs-cta_title br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cs-cta.cs-style1 br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .cs-cta.cs-style1 {
    padding: 70px 20px;
  }
  .cs-cta.cs-style1 .cs-cta_title {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
  18. Timeline
----------------------------------------------------------------*/
.cs-time_line.cs-style1 h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.cs-time_line.cs-style1 h2 {
  font-size: 18px;
    margin-bottom: 30px;
}

.cs-time_line.cs-style1 p {
  margin-bottom: 7px;
}

.cs-time_line.cs-style1 p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1380px) {
  .cs-time_line.cs-style1 h3 {
    font-size: 26px;
  }
  .cs-time_line.cs-style1 h2 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
  19. Testimonial
----------------------------------------------------------------*/
.cs-testimonial.cs-style1 {
  position: relative;
  padding-left: 70px;
  padding-top: 70px;
      direction: rtl;
}

.cs-testimonial.cs-style1 .cs-testimonial_quote {
  position: absolute;
  top: 0;
  right: 0;
}

.cs-testimonial.cs-style1 .cs-testimonial_text {
font-size: 20px;
    line-height: normal;
    font-weight: normal;
    color: #000000;
    text-align: justify;
}

.cs-testimonial.cs-style1 .cs-rating {
  margin-top: 24px;
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 70px;
  text-align: left;
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_designation {
  margin-top: 10px;
  text-align: left;
}

.cs-testimonial.cs-style1 .cs-testimonial_avatar_designation::before {
    content: '';
    height: 2px;
    width: 20px;
    background-color: #0066b3;
    display: inline-block;
    position: relative;
    top: -4px;
    border-radius: 3px;
    margin-left: 10px;
}

@media screen and (max-width: 1380px) {
  .cs-testimonial.cs-style1 .cs-testimonial_text,
  .cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cs-testimonial.cs-style1 {
    padding-left: 20px;
    padding-top: 60px;
  }
  .cs-testimonial.cs-style1 .cs-testimonial_avatar_name {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
  20. Portfolio
----------------------------------------------------------------*/
.cs-portfolio_1_heading {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
          padding: 15px;
}

.cs-portfolio_1_heading .cs-isotop_filter {
  margin-bottom: 15px;
}
.cs-portfolio_1_heading .cs-isotop_filter2 {
  margin-bottom: 15px;
}
.cs-portfolio.cs-style1 {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 500px;
  display: block;
  position: relative;
}

.cs-portfolio.cs-style1 .cs-portfolio_hover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
 background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 102 179 / 35%)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgb(0 102 179 / 35%) 0%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}

.cs-portfolio.cs-style1 .cs-plus {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 30px;
  z-index: 1;
  top: 30px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.4);
          transform: translate(-50%, -50%) scale(0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-portfolio.cs-style1 .cs-plus::before, .cs-portfolio.cs-style1 .cs-plus::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cs-portfolio.cs-style1 .cs-plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.cs-portfolio.cs-style1:hover .cs-portfolio_hover {
  opacity: 1;
}

.cs-portfolio.cs-style1:hover .cs-plus {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.cs-portfolio.cs-style1 .cs-portfolio_bg {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}

.cs-portfolio.cs-style1 .cs-portfolio_info {
height: 260px;
    width: 100%;
    padding: 105px 70px 80px 22px;
    bottom: -60px;
    right: -40px;
    position: absolute;
    z-index: 2;
    text-align: right;
}

.cs-portfolio.cs-style1 .cs-portfolio_info_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  right: 0;
  top: 0;
}

.cs-portfolio.cs-style1 .cs-portfolio_title {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
      color: white;
}

.cs-portfolio.cs-style1 .cs-portfolio_subtitle {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 30px;
  color: rgba(254, 254, 254, 0.7);
}

.cs-portfolio.cs-style1 .cs-portfolio_subtitle::after {
    content: '';
    height: 3px;
    width: 20px;
    background-color: currentColor;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0px;
    color: #0066b3;
}

.cs-portfolio.cs-style1.cs-type1 {
  height: 465px;
}

.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_info_bg {
  right: -50px;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_info_bg {
  right: 0px;
  top: 0px;
  opacity: 1;
}

.cs-portfolio.cs-style1.cs-type1 img, .cs-portfolio.cs-style1.cs-type2 img {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 80px;
    box-shadow: 0px 0px 5px #ffffff;
    border-radius: 400px;
    background: #ffffffe0;
    padding: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 2px solid #0267b4de;
}

.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_title,
.cs-portfolio.cs-style1.cs-type1 .cs-portfolio_subtitle, .cs-portfolio.cs-style1.cs-type2 .cs-portfolio_title,
.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_subtitle {
  top: 15px;
  opacity: .8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 40px;
  font-size: 13px;
}

.cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_title, .cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_title {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
          right: 40px;
          font-size: 19px;
}

.cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_subtitle, .cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_subtitle {
  top: 0px;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
          right: 40px;
}

.cs-portfolio.cs-style1.cs-type2 {
  border-radius: 10px;
}

.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_hover {
background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 102 179 / 35%)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgb(0 102 179 / 35%) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info_bg {
  display: none;
}

.cs-portfolio.cs-style1.cs-type2 .cs-portfolio_info {
  height: 100%;
  width: 100%;
  border-radius: 0%;
  padding: 30px 20px 30px 25px;
  bottom: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cs-portfolio.cs-style1.cs-lightbox_item:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.cs-portfolio.cs-style1.cs-size1 {
  height: 244px;
	    border: 1px solid #eaeaea;
}

.cs-portfolio.cs-style1.cs-size2 {
  height: 510px;
		    border: 1px solid #eaeaea;

}

.cs-portfolio.cs-style1.cs-size3 {
  height: 600px;
}

.cs-portfolio.cs-style2 {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

.cs-portfolio.cs-style2 .cs-gradient_shape {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  height: 600px;
  width: 600px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(41, 0, 208, 0.2) 0%, rgba(24, 24, 24, 0.2) 100%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.cs-portfolio.cs-style2 .cs-portfolio_img.active .cs-shine_hover_1::before {
  -webkit-animation: shine 1.3s;
          animation: shine 1.3s;
}

.cs-portfolio.cs-style2 .cs-section_heading.cs-style1 {
  position: relative;
  z-index: 2;
}

.cs-portfolio.cs-style2 .cs-portfolio_img_title {
  margin: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  left: calc(((100vw - 1300px)/2)/2);
  margin: 0 0 0 -30px;
  white-space: nowrap;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 2px #0067b3;
  font-size: 50px;
}

.cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
  left: initial;
  right: calc(((100vw - 1300px)/2)/2);
  margin: 0 -30px 0 0;
}

.cs-portfolio.cs-style2.cs-type1 .cs-gradient_shape {
  right: initial;
  left: 0;
}

@media screen and (max-width: 1540px) {
  .cs-portfolio.cs-style1 {
    height: 450px;
  }
  .cs-portfolio.cs-style1.cs-size3 {
    height: 500px;
  }
}

@media screen and (max-width: 1400px) {
  .cs-portfolio.cs-style2 .cs-portfolio_img_title {
    left: calc(((100vw - 1120px)/2)/2);
    font-size: 40px;
    margin: 0 0 0 -27px;
  }
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    left: initial;
    right: calc(((100vw - 1120px)/2)/2);
    margin: 0 -27px 0 0;
  }
}

@media screen and (max-width: 1380px) {
  .cs-portfolio.cs-style1 .cs-portfolio_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-portfolio.cs-style2 .cs-portfolio_img_title {
    left: calc(((100vw - 940px)/2)/2);
  }
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    left: initial;
    right: calc(((100vw - 940px)/2)/2);
  }
}

@media screen and (max-width: 1080px) {
  .cs-portfolio.cs-style2 .cs-portfolio_img {
    padding-left: 60px;
  }
  .cs-portfolio.cs-style2 .cs-portfolio_img_title {
    margin-left: 0;
  }
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img {
    padding-right: 60px;
  }
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .cs-portfolio.cs-style1 {
    height: 380px;
  }
  .cs-portfolio.cs-style2 .cs-portfolio_img,
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img {
    position: relative;
    padding-left: 70px;
    padding-right: 0;
  }
  .cs-portfolio.cs-style2 .cs-portfolio_img_title,
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    left: 30px;
    right: initial;
    margin: 0 0 0 -27px;
  }
  .cs-portfolio.cs-style2 .cs-section_heading.cs-style1,
  .cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-style1 {
    padding-left: 70px;
  }
}

@media screen and (max-width: 575px) {
  .cs-portfolio.cs-style1 {
    height: 380px;
  }
  .cs-portfolio.cs-style2 .cs-portfolio_img_title, .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img_title {
    margin: 0px 0 0 -20px;
    font-size: 32px;
  }
}

/*--------------------------------------------------------------
  21. FunFact
----------------------------------------------------------------*/
.cs-funfact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
  border-radius: 15px;
  padding: 60px 80px;
  position: relative;
  z-index: 1;
}

.cs-funfact_wrap .cs-funfact_shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.cs-funfact_wrap .cs-funfact_left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
  position: relative;
  z-index: 2;
}

.cs-funfact_wrap .cs-funfact_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 80px;
  position: relative;
  z-index: 2;
}

.cs-funfact_wrap.cs-type1 {
  margin-top: -130px;
}

.cs-funfact_heading h2 {
  font-size: 50px;
  margin-bottom: 20px;
}

.cs-funfact_heading p {
  margin-bottom: 0;
  line-height: 1.75em;
}

.cs-funfacts {
  display: -ms-grid;
  display: grid;
  grid-gap: 36px 40px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.cs-funfact.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-funfact.cs-style1 .cs-funfact_number {
  margin: 0 13px 0 0;
  font-size: 50px;
  line-height: 1.3em;
}

.cs-funfact.cs-style1 .cs-funfact_text span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: -4px;
  margin-bottom: -1px;
}

.cs-funfact.cs-style1 .cs-funfact_text p {
  margin: 0;
}

.cs-funfact.cs-style2 .cs-funfact_number {
  margin: 0 13px 0 0;
  font-size: 50px;
  line-height: 1.3em;
}

.cs-funfact.cs-style2 .cs-funfact_title {
  font-size: 22px;
  color: #999696;
  margin: 0;
}

.cs-funfact_wrap_2 {
  background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
  -webkit-box-shadow: 0px 0px 25px rgba(123, 123, 123, 0.1);
          box-shadow: 0px 0px 25px rgba(123, 123, 123, 0.1);
  border-radius: 15px;
  padding: 90px 90px 100px;
  position: relative;
  z-index: 1;
}

.cs-funfact_wrap_2.cs-no_shadow {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

.cs-funfact_wrap_2 .cs-funfact_shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.cs-funfact_wrap_2 .cs-funfact_shape + * {
  position: relative;
  z-index: 2;
}

.cs-funfact_wrap_2 .cs-funfacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
}

.cs-funfact_wrap_2 .cs-funfacts > * {
  padding: 12px;
}

.cs-funfact_wrap_2.cs-type1 {
  margin-top: -145px;
}

.cs-funfact_wrap_2.cs-type2 {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1399px) {
  .cs-funfact_wrap,
  .cs-funfact_wrap_2 {
    padding: 60px 50px;
  }
  .cs-funfact_wrap_2.cs-type1 {
    margin-top: -102px;
  }
  .cs-funfact_wrap .cs-funfact_left {
    width: 38%;
  }
  .cs-funfact_wrap .cs-funfact_right {
    padding-left: 50px;
    width: 62%;
  }
}

@media screen and (max-width: 1380px) {
  .cs-funfact_heading h2 {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .cs-funfact.cs-style1 .cs-funfact_number {
    font-size: 42px;
  }
  .cs-funfact.cs-style1 .cs-funfact_text span {
    font-size: 18px;
    margin-top: -8px;
    margin-bottom: -5px;
  }
  .cs-funfact.cs-style2 .cs-funfact_number {
    font-size: 42px;
  }
  .cs-funfact.cs-style2 .cs-funfact_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-funfact_wrap {
    display: block;
  }
  .cs-funfact_wrap .cs-funfact_right {
    padding-left: 0;
    width: 100%;
  }
  .cs-funfact_wrap .cs-funfact_left {
    width: 100%;
    margin-bottom: 50px;
  }
  .cs-funfact_wrap_2 .cs-funfacts {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px 25px;
  }
}

@media screen and (max-width: 991px) {
  .cs-funfact_wrap .cs-funfact_left {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cs-funfacts {
    grid-gap: 15px 15px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .cs-funfacts {
    grid-gap: 15px 15px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .cs-funfact_wrap,
  .cs-funfact_wrap_2 {
    padding: 40px 30px;
  }
}

/*--------------------------------------------------------------
  22. Pricing
----------------------------------------------------------------*/
.cs-pricing_table.cs-style1 {
  position: relative;
  background:#f1f1f1;
  border-radius: 15px;
  overflow: hidden;
  padding: 0 45px;
}

.cs-pricing_table.cs-style1::before {
    content: '';
    position: absolute;
    right: 30px;
    top: 10px;
    height: 135px;
    width: 135px;
    background: #ffffff;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}

.cs-pricing_table.cs-style1 .cs-pricing_title {
    font-size: 24px;
    padding: 30px 0 10px;
    margin: 0;

}

.cs-pricing_table.cs-style1 .cs-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 20px;
  margin-bottom: 5px;
}

.cs-pricing_table.cs-style1 .cs-price h3 {
  margin: 0;
  font-size: 38px;
}

.cs-pricing_table.cs-style1 .cs-price span {
  position: relative;
  bottom: 6px;
}

.cs-pricing_table.cs-style1 .cs-pricing_info {
  border-bottom: 1px solid #302E2E;
  padding-bottom: 23px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature {
    padding: 30px 0 0px;
    height: 350px;
    overflow: scroll;
    padding-left: 30px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature li {
  position: relative;
  padding-right: 35px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature li:not(:last-child) {
  margin-bottom: 16px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature .cs-feature_icon {
  position: absolute;
  right: 0;
  top: -1px;
}

.cs-pricing_table.cs-style1 .cs-pricing_btn_wrap {
  padding: 20px 0;
}

.cs-pricing_table.cs-style1:hover::before {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .cs-pricing_table.cs-style1 {
    padding: 0 30px;
  }
  .cs-pricing_table.cs-style1 .cs-pricing_title {
    font-size: 26px;
  }
}
/*# sourceMappingURL=style.css.map */
.cs-hero_social_links a {
    color: black;
}

.cs-hero_tab {
    margin-right:70px;

}
.textvideo {
color: #0067b3a6;
    position: absolute;
    bottom: 0px;
    z-index: 999999;
    width: 100%;
    text-align: center;
}
.imglogowork {
position: absolute;
    top: -210px;
    right: 65px;
    width: 120px !important;
}
.titleshowwork {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 9999999;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.loaded {
      
    padding-left: 12px;

    opacity:1;
transition: all 1.5s ease-in-out;
}
.loaded span {
color: #fdfdfd;
    padding-right: 30px;
    font-size: 14px;
    position:absolute;
    margin-top:5px;
}
.noview {
    color:red;
opacity:0;
transition: all .5s ease-in-out;
}
/*.loaded span:before {
    content: "";
    display: block;
    vertical-align: middle;
    background: #b7b7b7;
    position: absolute;
    width: 1px;
    height: 20px;
    right: 180px;
    z-index: 555;
    top: 50%;
    margin-top: -10px;
}*/
.cs-gescout_sticky .loaded span {
color: #878787;
}
.p-30{
        padding: 30px;

}
.dirrtl {
    direction:rtl;
}
.cs-iconbox_in li {
    color:black;
}
#servicessec .cs-time_line {
    direction:rtl;
        text-align: center;
            border: 1px solid lightgrey;
    border-radius: 30px;
    height: 290px;
}
#servicessec .cs-time_line ul {
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0px;
    padding-right: 15px;
    font-size: 15px;
    height: 180px;
    overflow: overlay;
    padding-left: 30px;
}
#servicessec .cs-time_line li {
display: block;
    text-align: right;
    padding-right: 15px;
    padding-bottom:5px;
    }
#servicessec .cs-time_line li::before {
content: "\f0d9";
    font-family: FontAwesome;
    font-size: 15px;
    color: #0067b3;
    padding: 5px;
}


.flip-card {
  background-color: transparent;
  width: 100%;
  height: fit-content;
  display: inline-block;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin: 10px 0;
}
.flip-card .back{
	width: 100%;
	height: 100%;
	position: relative;
	background: #2E53A0;
	border-radius: 5px;
	color: #FFFFFF;
}
.flip-card .back .center{
	width: 100%;
}
.flip-card .back .back-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.flip-card .back .back-description{
	font-size: 17px;
	width: 80%;
	display: block;
	margin: auto;
}
.flip-card img{
    display: inline-block;
    width: 170px;
   
    object-fit: contain;
    padding-bottom: 10px;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  height: fit-content;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    position: relative;
    height: fit-content;
    padding: 50px;
}
.flip-card-front .shadow{

}
/* Style the front side (fallback if image is missing) */

/* Style the back side */
.flip-card-back {
    position: absolute;
    top: 0;
    transform: rotateY(180deg);
    height: fit-content;
    height: 290px;
    width: 100%;
    padding-top: 30px;
    padding-left: 15px;
	padding-right: 15px;
    background: #e9e9e9;
    border-radius: 30px;
}
.titlefilip {
    font:22px;
    font-weight:bold;
}

.flip-card-back img {
        width: 70px;
    position: absolute;
    left: 15px;
    height: auto;
    bottom: 0px;
}
#partnersec {
background: #0067b3;
    padding: 80px;
}
#partnersec .cs-section_subtitle{
    color:#ffffff;
}
.cs-section_heading p {
     font-size: 15px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 93%;
}
.cs-cta_in h2 {
    color:white;
}
.cs-cta_in a {
    color:#0067b3;
}
.cs-social_btns2 a {
    display: inline-block;
    font-size: 30px;

    padding: 20px;
    padding-bottom: 0px;
        width: 20%;
}
.cs-social_btns2 a:hover {
    color: #0067b3;
}
.cs-footer_item li::before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-size: 15px;
    color: #0067b3;
    padding: 10px;
}
.cs-bottom_footer_right li {
      font-size: 30px;
    padding-right: 40px;
    color: #0066b3;
}
.cs-hero_social_links a:hover{
   color: #4e88c6;

}
.topphone{
    display: inline-block;
    color: #0066b3;
    position: absolute;
    top: 10px;
    left: 50px;
}
.topphone li
{
display: inline-block;
    padding-left: 30px;
    font-size: 33px;
}
.topphone li a:hover
{
    color: #c1c1c1;
}

.cs-copyright a{
    color: #0066b3;
}

.animated-line{
display: inline-block;
    width: 1px;
    height: 110px;
    background: #0066B3;
    position: absolute;
    left:50px;
    top: calc(100vh - 110px);
    transform: translate(-50%,0);
    overflow: hidden;
    z-index: 1;
}
.animated-line:after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background:#ffffff ;
  animation: line-animation 3s infinite;
}
@keyframes line-animation{
  0%{
    top: -100%;
  }
  100%{
    top: 100%;
  }
}



.cs-cursor_sm.cursor-hover {
    opacity:0;
}

.cs-cursor_lg.cursor-hover {
    width: 90px;
    height: 90px;
    background-color: #0066B3;
    opacity: .3;
}
.cs-post_title a:hover {
    color:#0067b3;
}
.cs-fooer {
    background: #ededed;
    margin-top: 30px;

}
.titleproject .cs-section_heading {
  padding-right: 40px;
}
.cs-social_btns2 {
    margin-top:30px;
}
.headerinerpage {
    border-bottom: 4px solid #f3f3f3;
    padding-bottom: 8px;
    padding-top: 8px;
    background: white;
}
.headerinerpage .loaded span {

    color:black;
}
.headerinerpage  .cs-icon_btn {
      color: #0066b3 !important;
    border: 2px solid #7c7c7c !important;
}
.clients {
    padding:120px 15px ;
}
/* ====================== [ Start brands ] ====================== */
.clients .brands:hover img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.clients .brands:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  -o-transition: all 0;
  transition: all 0;
}

.clients .brands:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}

.clients .brands .item {
    text-align: center;
    border: 1px solid rgb(201 201 201);
    height: 160px;
    line-height: 160px;
    border-radius: 15px;
}

.clients .brands .item.no-bord {
  border: 0;
  text-align: center;
  height: 100px;
  line-height: 100px;
}

.clients .brands .img {
  position: relative;
}

.clients .brands .img img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  max-width: 140px;
  margin: auto;
}

.clients .brands .img .link {
    font-size: 18px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    line-height: 120px;
    height: 90px;
    vertical-align: middle;
    display: block;
    height: 162px;
    font-size: 12px;
    padding: 15px;
}

.clients .bord .item {
  margin-bottom: 30px;
}

.clients-brand .brands:hover .img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.clients-brand .brands:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  -o-transition: all 0;
  transition: all 0;
}

.clients-brand .brands:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}

.clients-brand .item {
  position: relative;
  text-align: center;
}

.clients-brand .item .link {
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.clients-brand .img {
  max-width: 85px;
  margin: auto;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.clients-brand .item a {
  width: 80px;
  opacity: .5;
}

.clients-brand .item a:hover {
  opacity: 1;
}
.morepage {
    text-align:center;
    padding:80px;
}
.morepage span {
    margin-left: 15px;
    margin-right: 15px;
    color: #ffffff;
    background: #0066b3;
    padding: 10px;
    border-radius: 15px;
}
.morepage a:after {
 content: "";
    width: 60px;
    height: 1px;
   width: 100px;
  background: linear-gradient(to left, #0066b3, #ffffff);

}
.morepage a:before {
 content: "";
    width: 60px;
    height: 1px;
    width: 100px;
    background: linear-gradient(to right, #0066b3, #ffffff);

}
 .cs-contact_infotitle {
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 25px;
}
 .cs-side_header_box  .cs-contact_info li {
        margin-bottom: 19px;
    line-height: normal;
    text-align: right;
    padding-left: 0px;
    font-size: 18px;
 }
  .cs-side_header_box  .cs-contact_info li::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: -15px;
    background: #1673b9;
    border-radius: 400%;
    margin-top: 10px;
 }

 .all-services{
	width: 100%;
	position: relative;
/*padding: 30px;*/
	overflow: hidden;
}
 
.all-services .single-service{
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 30px 0;
	outline: none;
	text-align: center;
	opacity: 1;
	transition: opacity .s;
	overflow: unset;
	transition: transform .2s;
}
.all-services .single-service a{
	text-decoration: none;
}
.all-services .single-service .circle{
    transition: transform .2s;
    width: 143px;
    height: 143px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin: auto;
    position: relative;
    border: 5px solid #d2d2d2;
    box-shadow: 0px 0px 15px #2e65ab96;
}
.all-services .not-active{
	transition: all .2s;
	opacity: 0.7;
}
.all-services .single-service a:hover .circle	{
	transform: scale(1.2);
}
.all-services .not-active .circle{
	transform: scale(0.8);
}
.all-services .single-service .circle img{
	width: 80%;
    /*filter: brightness(.3);*/
}
.all-services .single-service span{
color: #2e65ab;
    font-size: 15px;
    text-decoration: none;
    display: block;
    text-decoration: none;
    margin-top: 10px;
    font-weight: bold;
        margin-bottom: 30px;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 1200px) {




}
@media screen and (max-width: 800px) {


	.posts .post{
		right: 0;
		top: 0;
	}
	.all-services .single-service .circle{
		width: 100px;
		height: 100px;
	}
	.all-services .single-service span{
		    font-size: 13px;
    line-height: normal;
	}

}
@media screen and (max-width: 700px) {

    	.all-services .single-service .circle{
            border: 5px solid #95b5df;
	}


}

@media screen and (max-width: 500px) {





}



.single-casestudy{
	position: absolute;
	top: 0;
	right.: 0;
	display: inline-block;
	width: 100vw;
	height: 100vh;
	/*background: #ccc;*/
	overflow: hidden;
}
.single-casestudy .responsive-portrait-error{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(28, 28, 30, .8);
	z-index: 10;
	font-size: 20px;
}
.single-casestudy .responsive-portrait-error .box{
	display: inline-block;
	width: 100%;
}
.single-casestudy .responsive-portrait-error .text{
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.single-casestudy .responsive-portrait-error{
	color: #ffffff;
	text-align: center;
}
.single-casestudy a{
	user-select: none;
	/*pointer-events: none;*/
	/*outline: none;*/
  /*pointer-events: none;*/
}

.single-casestudy .road-map{
	display: inline-block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
	/*left: 50%;*/
	/*transform: translate(-50%,0);*/
}
.single-casestudy .road-map .map-item{
	display: inline-block;
	position: relative;
	margin: 0 40px;
	font-size: 16px;
	font-weight: 700;
	color: #979797;
	cursor: pointer;
	transition: color .5s;
}
.single-casestudy .road-map .map-item:hover{
	color: #2E65AB;
}
.single-casestudy .road-map .map-item:after{
	content: '';
	display: inline-block;
	width: 40px;
	height: 2px;
	position: absolute;
	left: -60px;
	/*bottom: 0;*/
	top: 50%;
	transform: translate(0,-50%);
	background: #979797;
}
.single-casestudy .road-map .map-item:last-child:after{
	display: none;
}
.single-casestudy .road-map .map-item.active{
	color: #2E65AB;
}
.single-casestudy .single-casestudy-slider{
	position: absolute;
	right: 0;
	top: 0;
	width: 1000vw;
	height: 100%;
	/*right: -100vw;*/
	transition: right 1s;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item{
	position: relative;
	right: 0;
	top: 0;
	display: inline-block;
	width: 100vw;
	height: calc(100vh - 80px);
	/*background: #cccccc;*/
	float: right;
        margin-top: 80px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .continue{
	display: inline-block;
	position: absolute;
	bottom: 100px;
	left: 80px;
	color: #2E65AB;
	font-size: 22px;
	cursor: pointer;
	border-radius: 15px;
	transition: all .5s;
	/*overflow: hidden;*/
	display: inline-block;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .continue:hover:after{
	content: '';
	display: inline-block;
	width: 100%;
	position: absolute;
	height: 2px;
	background: #2E65AB;
	bottom: 0;
	right: 0;
	animation: border-animation .4s;
}
@keyframes border-animation{
	0%{
		width: 0;
		/*right: -100%; */
	}
	100%{
		width: 100%;
		/*right: 0;*/
	}
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .continue.textless{
	font-size: 40px;
	margin-top: 20px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .continue.textless i{
	/*transform: translate(-50%,25%);*/
	display: inline-block;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .continue span{
	float: right;
	position: relative;
	top: 50%;
    padding-left: 15px;

}
.single-casestudy .single-casestudy-slider .single-casestudy-item .continue i{
	position: relative;
	top: 50%;
	/*transform: translate(-50%,25%);*/
	/*display: inline-block;*/
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .scroll-down-icon{
	display: inline-block;
	position: absolute;
	bottom: 10%;
	right: 10%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .scroll-down-icon.left{
	left: unset;
	left: 15%;
	right: unset;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .scroll-down-icon object{
	width: 40px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item.single-casestudy-result .scroll-down-icon{
	right: unset;
	left: 8%;
	bottom: 15%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-data{
	position: relative;
	top: 50%;
	right: 45%;
	transform: translate(50%,-50%);
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-title{
	font-size: 43px;
	font-weight: 700;
	color: #2E65AB;
	display: inline-block;
	float: right;
	top: 50%;
	transform: translate(0,-50%);
	width: 100%;
        margin-top: 60px;
        text-align: center;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer{
	display: inline-block;
	position: absolute;
	height: 650px;
	width: 650px;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	border-radius: 50%;
	box-sizing: border-box;
	/*background: url(../images/casestudy1.png);*/
	/*background-size: cover;*/
	/*overflow: hidden;*/
	/*right: 0%;*/
	transition: right 1.2s,transform 1s,top 1s;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item.active .single-casestudy-videoplayer .video-preview-img .img-center{
	right: 0!important;

}
.single-casestudy .single-casestudy-slider .single-casestudy-item.active .single-casestudy-videoplayer .video-preview-img .not-activated-item{
	opacity: 0;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer .video-preview-img .activated-item{
	opacity: 0;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item.active .single-casestudy-videoplayer .video-preview-img .activated-item {
    opacity: 1;
    border-radius: 500px;
    padding: 22px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer .video-preview-img .not-activated-item{
	opacity: 1;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer{
	right: 100%;
	transform: translate(-50%,-50%);
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer.video-popup-btn{
	display: none;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer{
	overflow: unset;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer .video-preview-img .main-img{
  left: 100%;
  transform: translate(0,-50%);
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer .video-preview-img .img-center{
	right: 0;
	top: 30%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer .video-popup-btn{
	display: none;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer.third-part{
	right: 250vw!important;
	transform: translate(70%,-50%);
	top: 50%;
	left: unset;
	/*background: #cccccc;*/
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer.third-part .video-preview-img .img-center{
	right: 0;
	top: 0!important;
	transform: translate(-50%,0);
}
/*.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer.third-part{
	right: -100%;
	position: absolute;
	top: 0;
}*/
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer.third-part .video-preview-img .main-img{
	opacity: 0;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer.third-part .video-preview-img .img-center{
	right: -50vw!important;
	transform: translate(-50%,0);
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer .video-preview-img{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer .video-preview-img img{
	transition: right 1s;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer .video-preview-img .main-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s,opacity .2s;
}
/*.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer .video-preview-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}*/
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer .video-preview-img .img-center{
	width: 50%;
	transition: all 1s;	
	right: 0;
	/*opacity: 1;*/
	transition: right 1s,top 1s ,opacity 1s ,transform 1s;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer .bg{
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer .video-popup-btn{
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	width: 50px;
	height: 50px;
	color: #001844;
	border: 5px solid #001844;
	border-radius: 50%;
	cursor: pointer;
	z-index: 3;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer .bg .video-preview-circle{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*width: 100px;*/
	/*height: 100px;*/
	padding: 150px;
	border: 60px solid #ffffff;
	z-index: 3;
	border-radius: 50%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer{
	cursor: pointer;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer a{
	transition: width .2s ,height .2s ,font-size .2s;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer:hover a{
	width: 80px;
	height: 80px;
	font-size: 40px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .row .col-6{
	position: relative;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check{
	width: 70%;
	display: block;
	margin: auto;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check .title{
	font-size: 26px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 20px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check .description{
    font-weight: normal;
    font-size: 15px;
    color: #6A6969;
    text-align: justify;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check2{
    position: absolute;
    top: 15%;
    width: 60%;
    text-align: justify;
    max-height: 450px;
    height: 450px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check2 .title{
	font-size: 26px;
	color: #1C1C1E;
	font-weight: 700;
	margin-bottom: 14px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check2 .description{
    font-size: 16px;
    color: #6A6969;
    font-weight: normal;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-item-2-container{
	display: inline-block;
	height: 100%;
	width: 100%;
	position: relative;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-information{
float: left;
    position: relative;
    top: 58%;
    left: 0;
    /* width: 200px; */
    text-align: right;
    /* transform: translate(-50%,-50%); */
    font-size: 16px;
    font-weight: normal;
    color: #6A6969;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .rewards{
	position: absolute;
	bottom: 20%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .rewards .header{
	font-size: 26px;
	font-weight: 700;
	color: #404040;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .rewards .header .title{
	padding-right: 46px;
	margin: 10px 0;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .rewards .reward{
	display: inline-block;
	width: 100%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .rewards .reward img{
	width: 40px;
	float: right;
	margin-left: 10px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .rewards .reward span{
	font-size: 16px;
	font-weight: 700;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-information{

}
.single-casestudy .single-casestudy-slider .single-casestudy-item .data-opacity-holder{
	display: none;
	position: relative;
	transition: opacity .5s;
	/*display: inline-block;*/
	width: 100%;
	height: 100%;
	animation: casestudy-text-opacity 2.2s;
	opacity: 1;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:nth-child(1) .data-opacity-holder{
	animation: casestudy-text-opacity 1s;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item.active .data-opacity-holder{
	display: inline-block;
	opacity: 1;

}
@keyframes casestudy-text-opacity{
	0%{
		opacity: 0;
	}
	70%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .third-case-study-container{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-right: 12%;
	box-sizing: border-box;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-img{
	width: 550px;
	/*float: left;*/
	text-align: left;
	transition: all 1.3s;
	left: 0;
	position: relative;
	transform: translate(0,0);
	top: 0;
  top: 50%;
	transform: translate(0, -50%);
	max-width: 100%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .third-part-img{
	position: relative;
	left: -60vw;
	top: 50%;
	transform: translate(-50%,-50%);
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-img img{
	width: 100%;
	object-fit: cover;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-info{
	display: inline-block;
	padding-left: 20px;
	width: 70%;
	margin-right: 10%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-info .title{
	font-size: 43px;
	font-weight: ;
	color: #404040;
	font-weight: bold;
	margin: 15px 0;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-info .description{
	font-size: 16px;
    color: #6A6969;
    font-weight: normal;
    text-align: justify;
        overflow: scroll;
    max-height: 400px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .third-case-study-container .col-6{
	position: static;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .insights-container{
	    padding-right: 11%;
    padding-top: 0px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);

}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info{
	/*display: block;*/
	/*margin-top: 50px;*/
	width: 70%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .slogan{
	font-size: 26px;
	color: #404040;
	font-weight: 	bold;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .single-insight-img{
	text-align: center;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .header .title{
	font-size: 43px;
	color: #404040;
	font-weight: bold;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .hand-made-flex-box{
	display: flex;
	/*flex-basis: 50%;*/
	flex-wrap: nowrap;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .gender-age-box{
	display: block;
	height: 90px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .gender-age-box img{
	display: inline-block;
	float: right;
	margin-left: 20px;
	height: 100%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .gender-age-box .gender{
	font-size: 21px;
	color: #2E65AB;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .gender-age-box .age-range{
	font-size: 43px;
	font-weight: bold;
	color: #2E65AB;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .single-insight{
	margin: 20px 0;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .single-insight .title{
    font-size: 35px;
    color: #404040;
    font-weight: bold;
    margin-bottom: 15px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .single-insight .description{
	font-size: 16px;
	font-weight: normal;
	color: #6A6969;
    text-align: justify;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .insights-casestudy-slider{
		width: 200vw;
    display: inline-block;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .insights-casestudy-slider .insights-casestudy-slide{
	width: 100vw;
	display: inline-block;
	float: right;
}

.single-casestudy .single-casestudy-slider .single-casestudy-item .owl-stage{
	position: relative;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .activites-item-img{
	position: relative;
	height: 600px;
	width: 100%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .activites-item-img img{
	position: absolute;
	max-height: 100%;
	max-width: 70%;
	object-fit: contain;
	    border-radius: 30PX;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .owl-dots{
	text-align: center;
        width: 100%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .owl-dots button.owl-dot{
	width: 8px;
	height: 8px;
	background: #D8D8D8;
	display: inline-block;
	margin: 0 1.5px;
	border-radius: 50%;
        margin-right: 5px !important;
    margin-left: 5px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .owl-dots button.owl-dot.active{
	background: #2E65AB;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item #casestudy-arrow-holder{
	top: 47%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item #casestudy-arrow-holder button{
	outline: none;
	border: none;
	background: transparent;
	transition: background .4s ,color .4s;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 24px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item #casestudy-arrow-holder button:hover{
	background: #2E65AB;
	color: #ffffff;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item #casestudy-arrow-holder{
	width: 100%;
	z-index: 5;

}
.single-casestudy .single-casestudy-slider .single-casestudy-item #casestudy-arrow-holder .owl-prev{
	position: absolute;
	left: 10%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item #casestudy-arrow-holder .owl-next{
	position: absolute;
	right: 10%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info{
	display: inline-block;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .header .title{
	font-size: 43px;
	font-weight: normal;
	color: #404040;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities{
	position: relative;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info{
	/*margin-top: 20px;*/
	position: relative;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities-num{
	position: relative;
	top: 4px;
	right: 0;
	padding: 15px;
	display: inline-block;
	float: right;
	background: #2E65AB;
	color: #ffffff;
	border-radius: 50%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities{
	padding-right: 50px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities .title{
	font-size: 21px;
	color: #404040;
	font-weight: bold;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities .description{
	font-size: 16px;
	color: #6A6969;

	margin-top: 10px;
        text-align: justify;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-data .activities-img{
	width: 100%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-data .activities-img img{
	width: 100%;
	max-width: 600px;
	float: left;
	margin-left: 40px;
}
.activities-music-player{
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	float: left;
}
.activities-music-player .music-player{
	position: relative;
	display: inline-block;
	width: 100%;
	background: #3478F6;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	border: 20px solid #2E65AB;
}
.activities-music-player .music-player img{
	width: 80%;
}
.activities-music-player .music-player .play-toggle{
	font-size: 40px;
	width: 85px;
	height: 85px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
}
.activities-music-player .bottom-part{
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 20px 0;
	/*height: 100px;*/
}
.activities-music-player .bottom-part .other-bottom-stuff{
	width: 100%;
	display: inline-block;
}
.activities-music-player .bottom-part .mute-toggle{
	display: inline-block;
	position: relative;
	float: left;
}
.activities-music-player .bottom-part  .timing{
	font-size: 14px;
	font-weight: 900;
	float: right;
}
.activities-music-player .bottom-part .timeline{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 15px;
	background: #E9E9E9;
	border: 4px solid #E5E5E5;
	border-radius: 100px;
	overflow: hidden;
}
.activities-music-player .bottom-part .timeline .timemover{
	position: absolute;
	border-radius: 100px;
	top: 0;
	width: 100%;
	height: 100%;
	right: 100px;
	position: absolute;
	background: #2E65AB;
	border: 4px solid #2E65AB;
}
.single-casestudy .single-casestudy-slider .single-casestudy-result{
	overflow: hidden;
width:99vw;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle{
	position: relative;
	right: 0;
	top: 50%;
	width: 1100px;
	height: 1100px;
	border-radius: 50%;
	transform: translate(50%,-50%);
	background: #2E65AB;
	transition: right 2s;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .right-circle{
	right: 100%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .right-circle .audience-retention{
	display: none;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item.active .right-circle .audience-retention{
	display: inline-block;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention{
	position: absolute;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background: #ffffff;
	color: #2E65AB;
	font-weight: bold;
	animation: audience-retention 2.5s;
}

.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention .value{
	direction: ltr;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention.first-retention{
    border: 4px solid #2E65AB;
    top: 33%;
    height: 232px;
    width: 232px;
    left: 5%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention.second-retention{
	width: 300px;
	height: 300px;
	left: 30%;
	top: 60%;
	border-radius: ;
	-webkit-box-shadow: 0px 0px 0px 8px #2E65AB, 0px 0px 0px 16px #ffffff; 
	box-shadow: 0px 0px 0px 8px #2E65AB, 0px 0px 0px 20px #ffffff;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention .data{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention .value{
	text-align: center;
	font-size: 52px;

}
.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention .title{
	font-size: 18px;
	display: block;
	width: 100%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .bg .right-circle{
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 700px;
	width: 100%;
	height: 100%;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .header .title{
	font-size: 43px;
	color: #404040;
	font-weight: bold;
    margin-bottom: 15px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .description{
	font-size: 16px;
	font-weight: bold;
	color: #6A6969;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .result{
	display: inline-block;
	width: 85%;
	animation: audience-retention 2.5s;
}

.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .audience-retention-content .result{
	display: none;
}
.single-casestudy .single-casestudy-slider .single-casestudy-items.active .audience-retention-content .result{
	display: inline-block;
}
@keyframes audience-retention{
	0%{
		opacity: 0;		
	}
	75%{
		opacity: 0;		
	}
	100%{
		opacity: 1;
	}
}	
.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .pdf-download-link{
	color: #2E65AB;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .pdf-download-link i{
	color: #001844;
	display: inline-block;
	float: right;
	margin: 0 5px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .img{
	display: inline-block;
	float: right;
	margin-left: 20px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .img img{
	max-width: 150px;
	max-height: 150px;
	object-fit: cover;
	min-width: 74px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .data{
	margin-top: 20px;
	display: inline-block;
	float: right;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .name{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .comment{
font-size: 16px;
    color: #404040;
    font-weight: normal;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item.single-casestudy-call-us{
	background: #2E65AB;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-call-us-box{
	margin-top: 200px;
	color: #ffffff;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-call-us-box .title{
	font-size: 43px;
	font-weight: bold;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-call-us-box .description{
	font-size: 18px;
	margin: 30px 0;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-call-us-box .btn-toggle-callus-box{
	padding: 10px 15px;
	border: 1px solid #ffffff;
	display: inline-block;
	float: right;
	border-radius: 48px;
	margin: 20px 0;
	cursor: pointer;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .dynamic-section{
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .dynamic-section .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-height: 400px;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .dynamic-section .bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #13131E;
	opacity: .53;
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info{
	/*width: 50%;*/
}
.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info{
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
}

@media screen and (min-width: 2200px) {
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities-num{
		top: 12px;
		}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-data .activities-img img{
		max-width: 800px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .header .title{
		font-size: 60px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities .description{
		font-size: 24px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities .title{
		font-size: 32px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .header .title{
		font-size: 60px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .single-insight .title{
		font-size: 24px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .single-insight .description{
		font-size: 20px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .slogan{
		font-size: 32px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-info .title{
		font-size: 60px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-info .description{
		font-size: 24px;
	}
	.fixed-menu .left-side .box .address{
		font-size: 22px;
	}
	.fixed-menu .left-side .box{
		width: 400px;
	}
	.fixed-menu .call-info{
		font-size: 20px;
	}
	.fixed-menu .left-side .box a{
		width: 100px;
	}
	.fixed-menu .left-side .box a img{
		width: 100%;
		object-fit: cover;
	}
	.fixed-menu .right-side ul li{
		font-size: 34px;
	}
	.fixed-menu .right-side .title{
		font-size: 56px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check2{
		/*width: 360px;*/
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer{
		width: 1000px;
		height: 1000px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-information,.single-casestudy .single-casestudy-slider .single-casestudy-item .rewards .reward span{
		font-size: 24px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .rewards .header, .single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check2 .title,.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check .title{
		font-size: 36px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check2 .description,.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check .description{
		font-size: 24px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-title{
		font-size: 56px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .continue{
		font-size: 26px;
	}
	.single-casestudy .road-map .map-item{
		font-size: 24px;
	}
}

@media screen and (max-width: 1600px) {
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info{
		width: 70%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info{
		width: 80%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check{
		width: 80%;
	}
/*	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content{
		padding-right: 600px;
	}*/
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .result{
		width: 600px;
	}
	.casestudy-slider .casestudy-item{
		height: 500px;
	}

	.single-work-info .more-stories .works .work{
		height: 400px;
	}
/*	section.call-us .slider{
		height: 300px;
	}*/
	.player-holder{
		width: 70%;
		height: 550px;
	}
	.video-player .player{
		width: 60%!important;
	}
	.video-player .back-circle{
		padding: 30%!important;
	}
	.single-work-info .campaign .video-box-holder .video-box{
		height: 600px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-img{
		width: 500px;
	}
}
@media screen and (max-width: 1400px) {
	.page-head .search-box.active form input{
		width: 95%;
	}
	.player-holder{
		height: 500px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-info{
		width: 70%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-information{
		right: 80px;
	}
	.activities-music-player .music-player{
		width: 400px;
		height: 400px;
	}
	.badkoobeh-manager .manager-holder .manager .data{
		display: none;
	}
	.badkoobeh-manager .manager-holder .manager.active{
		position: static;
	}
	.badkoobeh-manager .manager-holder{
		height: unset!important;
	}
	.badkoobeh-manager .manager-holder .manager .img{
		width: 100%;
		height: unset;
	}
	.badkoobeh-manager .manager-holder .manager .img img{
		width: 100%;
		object-fit: cover;
	}
	.badkoobeh-comment-section .comment .comment-img{
		width: 150px;
	}
	.badkoobeh-comment-section .comment{
		margin-right: 10%;
	}
	.badkoobeh-comment-section .owl-item:not(.active) .comment{
		transform: translate(6%,0);
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer{
		width: 500px;
		height: 500px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .third-part-img{
		left: -50vw;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle{
		width: 1000px;
		height: 1000px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content{
		padding-right: 580px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .result{
		width: 600px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .gender-age-box{
		height: 60px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .gender-age-box .gender{
		font-size: 18px;		
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .gender-age-box .age-range{
		font-size: 30px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info{
		width: 80%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .slogan{
		font-size: 20px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .header .title{
		font-size: 30px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .insights-container{
		padding-top: 20px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content{
		padding-right: 500px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention .value{
		font-size: 36px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention .title{
		font-size: 16px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention.second-retention{
		width: 200px;
		height: 200px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention.first-retention{
		width: 200px;
		height: 200px;
	}
	.fixed-menu .right-side .title{
		margin-top: 80px;
	}
	.fixed-menu .right-side ul{
		margin-top: 60px;
	}
	.fixed-menu .right-side ul li{
		margin: 20px 0;
	}
}
@media screen and (max-width: 1200px){
	.page-head .search-box{
		margin-top: 10px;
	}
	.page-head .search-box.active form input{
		width: 92%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info{
		width: 80%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info{
		width: 80%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-img{
		/*width: 400px;*/
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check{
		margin: 0;
	}
	.single-service .creative-service .bg .background-img img{
		width: 120%;
	}
	.single-service .creative-service .creative-service-container{
		width: 50%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info{
		/*margin-top: 30px;*/
		}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .img{
		margin-top: 30px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .img img{
		max-width: 100px;
    max-height: 100px;
	}
	.activities-music-player .music-player{
		width: 300px;
		height: 300px;
	}
		.badkoobeh-comment-section .comment .from{
		font-size: 24px;
	}
	.badkoobeh-comment-section .comment .jobtitle{
		font-size: 18px;
		font-weight: initial;
	}
	.badkoobeh-comment-section .comment .comment-text{
		font-size: 18px;
	}
	.badkoobeh-comment-section .comment .project-link{
		font-size: 18px;
	}
	.badkoobeh-awards .award{
	 width: 70%;
	}
	.dynamic-section .box .third-page .result-title{
		font-size: 24px;
		width: 100%;
	}
		.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle{
		width: 900px;
		height: 900px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content{
		padding-right: 500px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .result{
		width: 450px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .insights-container .casestudy-insights-img img{
		width: 250px;

	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .third-part-img{
		left: -40vw;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer{
		width: 400px;
		height: 400px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-title{
		font-size: 22px;
	}
	.casestudy-slider .casestudy-item{
		height: 400px;
	}
	.single-work-info .more-stories .works .work{
		height: 300px;
	}
	/*.all-services .single-service{
		top: 0!important;
		right: 0!important;
		left: 0!important;
		bottom: 0!important;
	}*/
	.video-player .arrow-holder{
		width: 85%;
	}
	.player-holder{
		width: 80%;
	}

	.dynamic-section .jobs .job .job-title,.dynamic-section .jobs .job .team-title{
		font-size: 20px!important;
	}
	.video-player .player{
		width: 70%!important;
	}
	.video-player .back-circle{
		padding: 35%!important;
	}
	.page-head .title{
		font-size: 36px;
	}
	.fixed-menu .left-side{
		right: 40%;
	}
	@keyframes left-side-animation{
		0%{
			right: 100vw;
		}
		50%{
			right: 100vw;
		}
		100%{
			right: 40%;
		}
	}
	.campaign-section .content{
		width: 50%;
	}
	.campaign-section .campaign{
		background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(10,10,10,0.47942927170868344) 72%, rgba(33,33,33,0.13209033613445376) 88%, rgba(255,255,255,0) 100%, rgba(247,247,248,1) 100%);
	}
	.campaign-section .content .text{
		display: none;
	}
	.campaign-section {
		height: 400px;
	}
	.single-work-info .campaign .video-box-holder .video-box{
		height: 500px;
	}
}

@media screen and (max-width: 1000px) {
	.player-holder{
		width: 80%;
		height: 400px;
	}
	.badkoobeh-comment-section header .title,.about-us-description .title,.badkoobeh-manager header .title,.badkoobeh-awards .header .title,.other-sites .title{
		font-size: 24px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-information{
		right: 120px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check{
		width: 84%;
	}
	.casestudy-slider .owl-item:not(.active) .casestudy-item{
		margin-right: -4%;
	}
	.casestudy-slider .owl-item:not(.active) .casestudy-item .more-info{
		opacity: 0;
	}
	.casestudy-slider .owl-item .casestudy-item .more-info{
		transition: opacity .4s;
	}
	.casestudy-slider .casestudy-item{
		transition: margin-right.4s;
		height: 600px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-call-us-box{
		margin-top: 100px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-call-us-box .title{
		font-size: 26px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-call-us-box .description{
		font-size: 12px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-call-us-box .btn-toggle-callus-box{
		font-size: 12px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activites-item-img{
		height: 750px;
		/*margin-top: 80px;*/
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info.first-activities-info{
		margin-top: unset;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info.first-activities-info .activities{
		/*height: 400px;*/
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities .description{
		font-size: 12px;
        overflow: scroll;
    max-height: 170px;
    padding-left: 5px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities .title{
		font-size: 14px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities-num{
		padding: 10px;
		font-size: 12px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .data{
		margin-top: 40px;
		margin-right: 10px;
	}
	.activities-music-player .music-player{
		width: 200px;
		height: 200px;
	}
	.activities-music-player .music-player .play-toggle{
		width: 40px;
		height: 40px;
		font-size: 40px;
	}
	.badkoobeh-comment-section .comment .comment-container{
		width: 70%;
		margin-right: 20%;
	}
	.badkoobeh-comment-section .comment .comment-img{
		width: 150px;
	}
	.badkoobeh-mission .mission{
		height: unset;
	}
	.badkoobeh-mission .mission .title{
		font-size: 43px;
		text-align: center;
	}
	.badkoobeh-mission .mission .description{
		text-align: center;
		width: 90%;
		display: block;
		margin: auto;
	}
	.badkoobeh-mission .mission .mission-img{
		width: 50%;
		display: block;
		margin: auto;
	}
	.badkoobeh-awards .award{
		width: 100%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle{
		width: 800px;
		height: 800px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention.first-retention{
		width: 200px;
		height: 200px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention.second-retention{
		width: 200px;
		height: 200px;
		left: 24%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention .value{
		font-size: 36px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention .title{
		font-size: 16px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content{
		padding-right: 400px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .result{
		width: 310px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle{
		right: -5%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention.second-retention{

	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .insights-container .casestudy-insights-img img{
		width: 150px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info{
		margin: 0;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .single-insight{
		margin: 10px 0;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .insights-container{
		padding-top: 0px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer{
		width: 300px;
		height: 300px;
	}
	.single-casestudy .road-map{
		display: none;
	}
	.single-service .brand-experience{
		width: 90%;
	}
	.single-service .service-information .title{
		font-size: 30px;
	}
	.single-service .brand-strategy{
		width: 500px;
	}
	.campaign-section .content .title{
		font-size: 22px;
	}
	.campaign-section .content .continue{
		font-size: 18px;
	}
	.campaign-section .timeline-box .next, .campaign-section .timeline-box .previous{
		font-size: 14px;
	}
	.posts:not(.works) .col:nth-child(2n+1) .post:nth-child(2){
	top: -250px;
	}
	.posts:not(.works) .col:nth-child(3) .post:nth-child(1){
	top: -250px;
	}
	.posts:not('.works') .col:nth-child(2n+1) .post:nth-child(1){
		top: 200px;
		right: -200px;
		}
	.posts:not('.works') .col:nth-child(2n) .post:nth-child(2){
		top: 100px;
		right: 100px;
		/*width: 70%;*/
	}
	.posts:not('.works') .col:nth-child(2n+1) .post:nth-child(2){
		top: 250px;
		width: 90%;
	}
	.posts:not('.works') .col:nth-child(2n) .post:nth-child(1){
		top: 500px;
		/*width: 80%;*/
		right: 50px;
	}
	.posts:not('.works') .col:nth-child(1) .post:nth-child(1){
		right: -200px;
		/*top: -100px;*/
	}
	.posts:not('.works') .col:nth-child(1) .post:nth-child(2){
		top: -50px;
		right: 50px;
	}
	.single-work-info .campaign .video-box-holder .video-box{
		height: 400px;
	}
	.single-service .modern-media{
		width: 60%;
		top: 50%;
		transform: translate(50%,-50%);
	}
	.single-service .modern-media{
		border-radius: 5px 10px 10px 5px;
		width: 80%;
		padding-top: 40px;
	}
	.single-service .modern-media .bg .left-shape{
		border-radius: 10px 5px 5px 10px;
	}
	.single-service .modern-media .service-information p{
		font-size: 14px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .name{
		font-size: 16px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .comment{
		font-size: 20px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .img{
		margin-top: 20px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .data{
		margin-top: 30px;
	}
}

@media screen and (max-width: 991px) {
	.posts .post .hoverbox{
		opacity: 1;
		padding: 8px 0;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-img{
		width: 300px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info{
		/*margin-top: 20px;*/
	}
}
@media screen and (max-width: 850px) {
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-information{
		right: 60px;
		margin-top: -30px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check2 .description{
		font-size: 12px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check2 .title{
		font-size: 16px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check2{
		top: 10%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-information{
		font-size: 12px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .rewards{
		bottom: 10%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check .title{
		font-size: 16px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check .description{
		font-size: 12px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .continue{
		bottom: 20px;
		left: 40px;
	}
}
@media screen and (max-width: 800px) {
    .page-head .search-box.active form input {
        width: 90%;
    }

    .single-work-info .more-stories .works .work .more-info .title {
        font-size: 14px;
    }

    .single-work-info .more-stories .works .work .more-info .subtitle {
        font-size: 12px;
    }

    .single-work-info .more-stories .works .work .more-info {
        height: 40px;
    }

    .single-work-info .campaign .title {
        font-size: 18px;
    }

    .single-work-info .campaign .subtitle {
        font-size: 14px;
    }

    .single-work-info .campaign .more-info .qa-ul .qa-holder {
        font-size: 14px;
    }

    .single-work-info .campaign .content {
        font-size: 14px;
    }

    .single-work-info .campaign .video-box-holder .text-description {
        font-size: 14px;
    }

    .single-casestudy .single-casestudy-slider .single-casestudy-item .scroll-down-icon {
        display: none;
    }

    .single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info {
        width: 100%;
    }

    .single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-info {
        width: 90%;
    }

    .about-us-head .data {
        margin-top: 80px;
    }

        .about-us-head .data .customize-slider {
            height: 150px;
        }

            .about-us-head .data .customize-slider .text {
                font-size: 18px;
            }

    .badkoobeh-comment-section .comment {
        margin: 4%;
        margin-right: 8%;
    }

    .single-service .creative-service .bg .responsive-background-shape {
        display: inline-block;
    }

    .single-service .creative-service .creative-service-container {
        width: 90%;
    }

    .single-service .creative-service .big-size-screen-shape {
        display: none;
    }

    .single-service p {
        font-size: 14px;
    }

    .single-service .digital-solution {
        width: 400px;
        height: 400px;
    }

        .single-service .digital-solution .circle {
            width: 650px;
            height: 650px;
        }

    .badkoobeh-comment-section .comment .comment-img {
        width: 80px;
    }

    .about-us-head .data .employee-count, .about-us-head .data .successfull-project {
        opacity: 1;
    }

    .dynamic-section .box .third-page .result-title {
        font-size: 20px;
    }

    .single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .header .title {
        font-size: 26px;
    }

    .single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info {
        /*margin-top: 50px;*/
    }

        .single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities .title {
            font-size: 14px;
        }

        .single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .activities .description {
            font-size: 12px;
        }

    .single-casestudy .single-casestudy-slider .single-casestudy-item .insights-container {
        padding-right: 20%;
    }
}
@media screen and (max-width: 700px) {

    	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-information{
		right: 0;
	}

}

@media screen and (max-width: 576px) {

    .single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check{
		margin: 20px auto;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-videoplayer{
		position: relative;
		left: unset;
		right: 50%;
		transform: translate(50%,-50%);
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .single-casestudy-title{
		text-align: center;
		/*margin-bottom: 20px;*/
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check{
		text-align: center;
	}
	.single-work-info .campaign .more-info .qa-ul .qa-holder{
		float: unset;
	}
	.single-work-info .campaign .more-info .qa-ul{
		margin-top: 20px;
	}

}

@media screen and (max-width: 1000px) and (max-height: 600px) {
    .single-casestudy .single-casestudy-slider .single-casestudy-item .dynamic-section {
        overflow: scroll;
    }

    
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check2 .description{
		font-size: 12px;
            max-height: 190px;
    overflow: scroll;
    padding-left: 5px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .rewards .header{
		font-size: 18px;
	}


	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-information{
		font-size: 12px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check .description{
		    font-size: 12px;
    max-height: 110px;
    overflow: scroll;
    padding-left: 5px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check .title{
		font-size: 16px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .continue{
		font-size: 12px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .casestudy-check2 .title{
		font-size: 16px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .single-insight .description,.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .slogan{
		font-size: 12px;
            overflow: scroll;
    max-height: 170px;
    padding-left: 5px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .header .title{
		font-size: 26px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-insights-info .single-insight .title{
		font-size: 14px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info .header .title{
		font-size: 26px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .continue{
		bottom: 20px;
    left: 40px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle{
		height: 120vh!important;
		width: 120vh!important;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content{
		padding-right: 330px!important;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .result{
		margin-top: 120px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .img img{
		width: 74px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention.first-retention{
		width: 77px;
		height: 77px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention.second-retention{
		width: 130px;
		height: 130px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention.second-retention{
		left: 30%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle{
		right: 0%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention .value{
		font-size: 16px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .right-circle .audience-retention .title{
		font-size: 6px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item:not(.active) .single-casestudy-videoplayer .video-preview-img .img-center{
		top: 26%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-information{
	top: 55%;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-information{
		right: 30px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-info .title{
		font-size: 26px;
		margin: 5px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-info .description{
		font-size: 12px;
            max-height: 170px;
    overflow: scroll;
    padding-left: 5px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .third-part-info{
		margin-top: 30px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .activities-info{
		/*margin-top: 50px;*/
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .comment{
		font-size: 12px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .owner-comment .name{
		font-size: 12px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .description{
		font-size: 12px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .header .title{
		font-size: 26px;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .audience-retention-content .result{
		    margin-top: 30px;
    overflow: scroll;
    max-height: 170px;
    padding-left: 5px;
    overflow-x: hidden;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .more-information{
		margin: 0;
	}
	.single-casestudy .single-casestudy-slider .single-casestudy-item .rewards{
		bottom: 5%;
	}


}
.mcontainer{
	position: relative;
	width: 90%;
	display: block;
	margin: auto;
}

.display-none{
	display: none!important;
}
.continue span
{
    font-size: 17px;
    margin-top: 2px;

}
.gallerystyle i {
     position: absolute;
    color: #ffffff;
    left: 25px;
    top: 20px;
    font-size: 22px;
    border: 1px solid;
    padding: 13px;
    border-radius: 400px;
    width: 50px;
    height: 50px;
    background: #0066b39e;
    border: none;
}
.cs-hero_tab_item .morelink {
    color: #ffffff;
    position: absolute;
    margin-right: 20px;
    display: none;
    font-size: 12px;
    border: 1px solid #7c7c7c;
    border-radius: 400px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-right: 2px;
    background: #8d8d8d;
    margin-top: 31px;
}
.cs-hero_social_links {
        padding-left: 20px;
}
.active .morelink {
    display:inline;
}
.socialtop {
     position: absolute;
    left: 18px;
    top: 90px;
      z-index: 999999;
}
.socialtop li  {
    list-style: none;
    font-size: 15px;
    text-align: center;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 44px;
    width: 30px;
    height: 30px;
}

body.single-service{
	background: #f3f3f3;
	background: url(../../assets/img/single-service-background.png);
	/*background-size: cover;*/
	width: 100vw;
	height: 100vh;
        /*background: #f3f3f3;*/
}
.single-service{
position: relative;
    display: inline-block;
    /* width: 100%; */
    /* height: 100%; */
    /* overflow: hidden; */
    padding-bottom: 60px;
       margin-bottom: 60px;
           margin-top: 30px;
           overflow-x: hidden;
}
.single-service .market-research{
	display: inline-block;
	width: 550px;
	height: 550px;
	background: #ffffff;
	/*border: 10px solid #ffffff;*/
	border-radius: 50%;
}

.single-service .bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.single-service .bg .shape{
	display: inline-block;
	position: absolute;
}
.single-service .bg .shape.outer-shape{
	width: 115%;
	height: 115%;
	border: 24px solid #ffffff;
	border-radius: 50%;
}
.single-service .bg .shape.magnifier-handle{
	width: 100px;
	height: 100vh;
	background: #ffffff;
	transform: rotate(-45deg);
	transform-origin: 0 0;
	top: 100%;
	right: 5%;
}
.single-service .market-research .service-information{
	display: block;
	width: 70%;
	height: 100%;
	position: relative;
	top: 10%;
	margin: auto;
}
.single-service .service-information .video-player-btn{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
.single-service .service-information .video-player-btn span{
	margin-top: 6px;
	top: 50%;
	display: inline-block;
	color: #2e65ab;
}
.single-service .service-information .video-player-btn i{
	float: right;
	margin-left: 5px;
	font-size: 24px;	
	color: #2e65ab;
}
.single-service .market-research .service-information .title{
	text-align: center;
	font-size: 43px;
}
.single-service .market-research .service-information p{
	color: #6a6969;
	font-size: 18px;
	line-height: 35px;

}
.single-service .modern-media{
	position: relative;
	top: 0;
	width: 50%;
	background: #ffffff;
	display: inline-block;
	right: 46%;
	transform: translate(50%,0);
	border-radius: 0 0 10px 5px;
	/*height: 300px;*/
	padding-top: 200px;
	padding-bottom: 20px;
}
.single-service .modern-media .bg .left-shape{
	position: absolute;
	left: -12%;
	top: 0;
	width: 10%;
	height: 100%;
	background: #ffffff;
	border-radius: 0 0 5px 10px;
}
.single-service .modern-media .bg .right-rotated{
	top: 100%;
	transform: rotate(-20deg);
	transform-origin: 0 0;
	width: 10%;
	height: 90%;
	background: #ffffff;
	z-index: -1;
}
.single-service .modern-media .bg .left-rotated{
	top: 99%;
	left: -12%;
	height: 91%;
	width: 10%;
	background: #ffffff;
	transform: rotate(25deg);
	transform-origin: 100% 0;
}
.single-service .modern-media .bg .left-rotated{

}
.single-service .modern-media .title{
	text-align: center;
	font-size: 43px;
}
.single-service .modern-media .service-information p{
	color: #6a6969;
}
.single-service .brand-strategy{
	background: #ffffff;
	width: 700px;
	padding: 30px;
}
.single-service .brand-strategy p{
	white-space: pre-line;
	margin-bottom: 10px;
	line-height: 50px;
}
.single-service p{
	color: #6a6969;
	font-size: 15px;
	line-height: 30px;
}
.single-service .service-information .title{
	font-size: 43px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 900;
	color: #404040;
}
.single-service .brand-strategy .bg .right-inner,.single-service .brand-strategy .bg .left-inner,.single-service .brand-strategy .bg .left-outer ,.single-service .brand-strategy .bg .right-outer{
	top: 50%;
	display: inline-block;
	background: #ffffff;
	width: 50%;
	height: 130%;
}
.single-service .brand-strategy .bg .left-outer ,.single-service .brand-strategy .bg .right-outer{
	width: 25%;
}
.single-service .brand-strategy .bg .right-inner{
	transform: skewY(-20deg) translate(0,-50%);
}
.single-service .brand-strategy .bg .left-inner{
	left: 0;
	transform: skewY(20deg) translate(0,-50%);
}
.single-service .brand-strategy .bg .right-outer{
	right: -27%;
	transform: skewY(20deg) translate(0,-50%);
	transform-origin: 100% 0;
}
.single-service .brand-strategy .bg .left-outer{
	left: -27%;
	transform: skewY(-20deg) translate(0,-50%);
	transform-origin: 0 0 ;
}
.single-service .brand-experience{
	display: inline-block;
	padding: 20px;
	width: 800px;
	background: #ffffff;
}
.single-service .brand-experience .bg .right-top-inner,.single-service .brand-experience .bg .right-bottom-inner, .single-service .brand-experience .bg .left-top-inner,.single-service .brand-experience .bg .left-bottom-inner{
	display: inline-block;
	width: 50%;
	height: 100%;
	background: #ffffff;
}
.single-service .brand-experience .bg .right-bottom-inner{
	bottom: -25%;
	right: 0;
	transform: skewY(-20deg);
}
.single-service .brand-experience .bg .left-bottom-inner{
	left: 0;
	bottom: -25%;
	transform: skewY(20deg);
}
.single-service .brand-experience .bg .right-top-inner{
	top: -25%;
	right: 0;
	transform: skewY(20deg);
}
.single-service .brand-experience .bg .left-top-inner{
	left: 0;
	top: -25%;
	transform: skewY(-20deg);

}
.single-service .brand-experience .bg .right-top-inner:before,.single-service .brand-experience .bg .right-bottom-inner:before{
	position: absolute;
	left: -1px;
	content: '';
	display: inline-block;
	width: 100px;
	height: 100%;
	background: #ffffff;
}
.single-service .brand-experience  .subtitle{
 color: #404040;
 font-size: 18px;
 margin: 5px;
 font-weight: 900;
}
.single-service h2{
 color: #404040;
 font-size: 20px;
 margin: 5px;
 font-weight: 900;
 margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 0px;
}
.single-service .tv-radio-service{
	width: 50%;
	background: #ffffff;
	padding: 80px 0;
	border-radius: 16px;
}
.single-service .tv-radio-service .tv-holder-right,.single-service .tv-radio-service .tv-holder-left{
	position: absolute;
	background: #ffffff;
	bottom: -100px;
	width: 20px;
	height: 200px;
	border-radius: 24px;
}
.single-service .tv-radio-service p{
	margin-top: 40px;
	white-space: pre-line;
}
.single-service .tv-radio-service .tv-holder-right{
	transform: translate(50%,0) rotate(-45deg);
	right: 40%;
}
.single-service .tv-radio-service .tv-holder-left{
	right: 60%;
	transform: translate(50%,0) rotate(45deg);
}
.single-service .buy-media-management{
	padding: 100px 0;
	background: #ffffff;
	width: 600px;
	display: inline-block;
	border-radius: 16px;
	top: 200px;
	transform: translate(50%,0);
	padding-bottom: 400px;
}
.single-service .buy-media-management p{
	white-space: pre-line;
}
.single-service .buy-media-management .bg .top-phone{
	width: 100%;
	display: inline-block;
	top: 20px;
	height: 20px;
	text-align: center;
}
.single-service .buy-media-management .bg .top-phone span{
	background: #6a6969;
	display: inline-block;
	margin: 0 2px;
	border-radius: 5px;
}
.single-service .buy-media-management .bg .top-phone .line{
	width: 150px;
	height: 100%;
}
.single-service .buy-media-management .bg .top-phone .circle{
	height: 100%;
	width: 20px;
	border-radius: 50%;
}
.single-service .buy-media-management .bg .comment-shape{
	display: inline-block;
	width: 300px;
	height: 200px;
	background: #ffffff;
	transform: translate(100%) rotate(40deg);
	border-radius: 5px;
	right: -100px;
	border-radius: 16px;
}
.single-service .buy-media-management .bg .second-comment-shape{
	/*height: 150px;*/
	right: unset;
	left: -100px;
	transform: translate(-100%) rotate(-40deg);
}
.single-service .buy-media-management .bg .comment-shape:after{
	content: '';
	display: inline-block;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 100px solid white;
	position: absolute;
	top: 65%;
	border-radius: 55px;
	left: 0;
}
.single-service .pr-service{
	width: 700px;
	background: #ffffff;
	padding: 30px 0;
	border-radius: 16px;
}
.single-service .pr-service:after{
	content: '';
	display: inline-block;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 100px solid white;
	position: absolute;
	top: 90%;
	right: 0;
	z-index: -1;
}
.single-service .pr-service p{
	white-space: pre-line;
	line-height: 40px;
}
.single-service .digital-solution{
	position: relative;
	width: 600px;
	height: 600px;
}
.single-service .digital-solution .service-information{
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
.single-service .digital-solution .circle{
	width: 800px;
	height: 800px;
	border-radius: 50%;
	background: #ffffff;
}
.single-service .creative-service{
}
.single-service .creative-service .bg .background-img{
	width: 100%;
	height: 100%;
}
.single-service .creative-service .bg .background-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-service .creative-service .bg .responsive-background-shape{
	display: none;
	width: 100%;
	height: 100%;
}
.single-service .creative-service .bg .responsive-background-shape .body{
	position: relative;
	width: 100%;
	height: 90%;
	top: 200px;
	background: #ffffff;
}
.single-service .creative-service .bg .responsive-background-shape .top-left,.single-service .creative-service .bg .responsive-background-shape .top-right{
	height: 400px;
	position: absolute;
	width: 50%;
	background: #ffffff;
	top: 50px;
}
.single-service .creative-service .bg .responsive-background-shape .top-left{
	left: 0;
	transform: skewY(-20deg);
}
.single-service .creative-service .bg .responsive-background-shape .top-right{
	right: 0;
	transform: skewY(20deg);
}
.single-service .creative-service .creative-service-container{
    position: relative;
    width: 43%;
    display: block;
    margin: auto;
    margin-top: 100px;
    padding: 40px;
}
.single-service .creative-service p{
	color: #6A6969;
    text-align: justify;
}
.single-service .creative-service .title{
	color: #404040
}
@media screen and (max-width: 1200px) {

    	.single-service .creative-service .bg .background-img img{
		width: 120%;
	}
	.single-service .creative-service .creative-service-container{
		width: 50%;
	}

}
@media screen and (max-width: 1000px) {

    	.single-service .brand-experience{
		width: 90%;
	}
	.single-service .service-information .title{
		font-size: 30px;
	}
	.single-service .brand-strategy{
		width: 500px;
	}
    	.single-service .modern-media{
		width: 60%;
		top: 50%;
		transform: translate(50%,-50%);
	}
	.single-service .modern-media{
		border-radius: 5px 10px 10px 5px;
		width: 80%;
		padding-top: 40px;
	}
	.single-service .modern-media .bg .left-shape{
		border-radius: 10px 5px 5px 10px;
	}
	.single-service .modern-media .service-information p{
		font-size: 14px;
	}

}
@media screen and (max-width: 800px) {

    	.single-service .creative-service .bg .responsive-background-shape{
		display: inline-block;
	}
	.single-service .creative-service .creative-service-container{
		width: 90%;
	}
	.single-service .creative-service .big-size-screen-shape{
		display: none;
	}
	.single-service p{
		font-size: 14px;
	}
	.single-service .digital-solution{
		width: 400px;
		height: 400px;
	}
	.single-service .digital-solution .circle{
		width: 650px;
		height: 650px;
	}
    	.single-service .tv-radio-service{
		width: 80%;
	}
	.single-service .brand-strategy{
		width: 400px;
	}
    	.single-service .market-research .service-information p{
		font-size: 14px;
	}
}
@media screen and (max-width: 700px) {

    	.single-service .pr-service{
		width: 95%;
	}

}
@media screen and (max-width: 600px) {

    	.single-service .buy-media-management{
		width: 90%;
		padding: 20px;
	}
	.single-service .buy-media-management .bg{
		display: none;
	}
	.single-service .brand-strategy{
		width: 300px;
	}
	.single-service .service-information .video-player-btn{
		font-size: 16px;
	}
	.single-service .service-information .video-player-btn span{
		/*font-size: inherit;*/
	}
	.single-service .brand-strategy p{
		font-size: 14px;
	}
}
@media screen and (max-width: 500px) {

    	.single-service .digital-solution{
		width: 300px;
	}
	.single-service .digital-solution .circle{
		width: 800px;
		height: 800px;
	}
    	.single-service .tv-radio-service{
		width: 95%;
	}
	.single-service .brand-strategy{
		width: 100%;
	}
}

.Register-form .form-group {
    margin-bottom:20px;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
  border-right: solid 30px transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0078d14f;
 
}
.cs-post {
    display: block;
    margin-bottom: 30px;
    text-align: justify;
    padding: 30px;
    padding-top: 0px;
}
.catblog {
    width:100%;
    display:block;
    margin-top: 50px;
}
.catblog ul {
   display:inline-block;
     padding-right: 15px;
    padding-left: 15px;
}
.catblog li {
    display: inline-block;
    padding-left: 15px;
    padding-bottom: 15px;
}
.catblog li i{
        color: #ededed;
    font-size: 10px;
    padding: 5px;
}
.breadcrumb-item a{
    line-height:27px;
}
input#iphorm_1_1_65213f98229cc {
    display: block;
    width: 50%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



#html5-watermark{display:none !important}
#html5box-html5-lightbox #html5-text{font-family:iranyekanwebregular !important}
#html5-lightbox-box
{
height: fit-content !important;    
    top:30px;
}
#html5-lightbox-box #html5-elem-wrap,#html5-lightbox-box .html5-elem-wrap{width:100% !important;height:100% !important}
@media screen and (min-width: 480px)
{
    #html5-lightbox-box
    {
height: fit-content !important;       
    }
}
@media screen and (min-width: 640px)
{
    #html5-lightbox-box
    {
height: fit-content !important;        
    }
}
@media screen and (min-width: 768px)
{
    #html5-lightbox-box
    {
height: fit-content !important;        
    }

}
@media screen and (min-width: 992px)
{
    #html5-lightbox-box
    {
 height: fit-content !important;        
    }

}
@media screen and (min-width: 1200px)
{

    #html5-lightbox-box
    {
 height: fit-content !important;       
    }

}

       .video-carousel {
            text-align: center;
        }
        .main-video {
                  transition: transform 0.2s ease-in-out;
        }
        .main-video a {
            display: block;
            width: 100%;
            height: 100%;
        }
        .thumbnails {
display: flex;
    justify-content: center;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
        }
        .thumbnails img {
width: 100%;
    margin: 5px;
    cursor: pointer;
        border: 4px solid #c8c8c8;
    border-radius: 8px;
              transition: transform 0.1s ease-in-out, border 0.1s;
        }
                .thumbnails img:hover {
            transform: scale(1.02);
        }
        .thumbnails img.active {
               border: 4px solid #0066b3;

        }
        #videoLink h2 {
                display: block;
    color: white;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    width: 100%;
    align-items: center;
    font-size: 25px;
    text-shadow: 0px 0px 35px #ffffff;
        }
           .thumbnail-text {
    font-size: 13px;
    margin-top: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #0067b3;
    margin-right: 8px;
    padding-right: 5px;
    padding-left: 5px;
    line-height: normal;
        padding-top: 0px;
             transition: color 0.2s;
        }
                 .thumbnail-container {
            text-align: center;
            margin: 5px;
					 width:33.33%;
        }
                 .cs-copyright 
                 {
                         padding-top: 15px;
                 }


                 #service .clients  {

                         padding: 15px 15px !important;
                 }
                 .closediv{
                         padding: 0px;
    background: #4e86c5c9;
    background-position: left;
    background-size: cover;
    float: left;
    position: absolute;
    left: 19px;
    width: 67px;
    top: 0px;
    height: 100vh;
                 }

#cert .cs-portfolio.cs-style1.cs-type1 {
    height: max-content;
}
#cert .cs-portfolio.cs-style1 .cs-portfolio_info {
    height: auto;
    width: 100%;
    padding: 15px;
    bottom: 0px;
    right: -40px;
    position: absolute;
    z-index: 2;
    text-align: right;
}
#cert .cs-portfolio.cs-style1.cs-type1 .cs-portfolio_title {
    opacity: .8;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 11px;
    padding: 5px;
    line-height: normal;
    text-align: center;
	    display: none;
}
#cert .cs-portfolio.cs-style1.cs-type1 {
    height: 380px;
	    border: 1px solid #95b5df;
}

#cert .cs-portfolio.cs-style1.cs-type1:hover .cs-portfolio_title, #cert .cs-portfolio.cs-style1.cs-type2:hover .cs-portfolio_title {
    top: 0px;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    right: 40px;
    font-size: 12px;
    display: block !important;
}