@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Typography
3. Table
4. Forms
5. Buttons
6. Pagination
7. Clearing
8. Main Header
9. Home front section
	* Home banner section
	* Home clinet section  
	* Home Support section  
	* Home About section  
	* Home Charity section  
	* Home Contact section  
	* Home Event section  
	* Home Team section  
	* Home Testimonial section  
	* Home Gallery section  
	* Home Blog section  
	* Home Callback section  
10. main Footer
11. pages
	* Event List Pages
	* Event Detail Pages
	* Campaign List Pages
	* Campaign Detail Pages
	* About Pages
	* Blog Archive Pages
	* Blog Single Pages
	* Career Pages
	* Career Detail Pages
	* Single Pages
	* Gallery Pages
	* Team Pages
	* Testimonial Pages
	* FAQ Pages
	* Search Pages
	* 404 Pages
	* Comming Soon Pages
	* Contact Pages
	* Shop Pages
		*Product Right
		*Product Detail
		*Product Cart 
		*Product Checkout
	* Volunteer Page
	* Donate Page
12. compatibility
    * Widget Siderbar

---------------------------------------------------------------- */


:root {
  --ecupurple: #211569;
  --ecuyellow: #f5c51b;
  --millerred: #a93338;
}

/*--------------------------------------------------------------
>>> Normalize
----------------------------------------------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

figure {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
>>> Typography
----------------------------------------------------------------*/
body {
  font-size: 15px;
  color: #686868;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.6;
  margin: 0 0 15px;
  word-wrap: break-word;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote, pre {
  background-color: #fafafa;
  border-width: 0 0 0 3px;
  border-color: #d9d9d9;
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}
blockquote p, pre p {
  margin-bottom: 0;
}

blockquote {
  background-color: #FAFAFA;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: none;
  font-size: 15px;
  padding: 35px 35px 40px;
  color: #223645;
  margin: 40px 0;
  text-align: center;
  position: relative;
  padding: 30px 0;
}
blockquote:before {
  color: #e6e9ec;
  content: "\f10d";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
  font-style: normal;
  margin-bottom: 15px;
}
blockquote cite {
  color: #8d8d8d;
  display: block;
  font-style: normal;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }
}

abbr, acronym {
  border-bottom: 1px dotted #4d4d4d;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

b, strong {
  font-weight: 700;
}

iframe {
  display: block;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #223645;
  font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 65px;
  font-weight: 700;
}

h2 {
  font-size: 45px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  font-weight: 700;
}

h4 {
  font-size: 22px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 12px;
  }
}
/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 0.875em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #0085BA;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover, a:focus, a:active {
  color: #1B3096;
  text-decoration: none;
  outline: 0;
}
a:visited {
  text-decoration: none;
  outline: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #1a1a1a;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.title-divider {
  height: 23px;
  position: relative;
  margin-bottom: 24px;
}
.title-divider:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='120px' height='25px' viewBox='0 0 640 512' enable-background='new 0 0 120 25' xml:space='preserve'%3E%3Cpath fill='%23211569' stroke='%23211569' stroke-width='2' stroke-miterlimit='10' d='M640 240v32c0 8.875-7.125 15.1-16 15.1h-124.2l-55.13 110.2c-5.875 11.87-18.63 18.75-31.75 17.62c-13.25-1.375-24.25-10.62-27.75-23.5L323.8 167.3L255.2 486.8C252.2 501 239.8 511.5 225.1 512H224c-14.25 0-26.88-9.5-30.75-23.25L135.9 288H16c-8.875 0-16-7.125-16-15.1V240c0-8.875 7.125-15.1 16-15.1H160c14.25 0 26.88 9.503 30.75 23.25l28.75 100.7L288.8 25.27c3-14.37 15.62-24.87 30.37-25.25c14.75-.5 27.88 9.375 31.75 23.62l74 271.1l26.5-52.1C456.8 230.9 467.9 224 480 224h144C632.9 224 640 231.1 640 240z'/%3E%3C/svg%3E%0A");

  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M640 240v32c0 8.875-7.125 15.1-16 15.1h-124.2l-55.13 110.2c-5.875 11.87-18.63 18.75-31.75 17.62c-13.25-1.375-24.25-10.62-27.75-23.5L323.8 167.3L255.2 486.8C252.2 501 239.8 511.5 225.1 512H224c-14.25 0-26.88-9.5-30.75-23.25L135.9 288H16c-8.875 0-16-7.125-16-15.1V240c0-8.875 7.125-15.1 16-15.1H160c14.25 0 26.88 9.503 30.75 23.25l28.75 100.7L288.8 25.27c3-14.37 15.62-24.87 30.37-25.25c14.75-.5 27.88 9.375 31.75 23.62l74 271.1l26.5-52.1C456.8 230.9 467.9 224 480 224h144C632.9 224 640 231.1 640 240z"/></svg> 
  
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M352.4 243.8l-49.83 99.5c-6.009 12-23.41 11.62-28.92-.625L216.7 216.3l-30.05 71.75L88.55 288l176.4 182.2c12.66 13.07 33.36 13.07 46.03 0l176.4-182.2l-112.1 .0052L352.4 243.8zM495.2 62.86c-54.36-46.98-137.5-38.5-187.5 13.06L288 96.25L268.3 75.92C218.3 24.36 135.2 15.88 80.81 62.86C23.37 112.5 16.84 197.6 60.18 256h105l35.93-86.25c5.508-12.88 23.66-13.12 29.54-.375l58.21 129.4l49.07-98c5.884-11.75 22.78-11.75 28.67 0l27.67 55.25h121.5C559.2 197.6 552.6 112.5 495.2 62.86z"/></svg>*/

  mask: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='120px' height='25px' viewBox='0 0 640 512' enable-background='new 0 0 120 25' xml:space='preserve'%3E%3Cpath fill='%23535EE0' stroke='%23535EE0' stroke-width='2' stroke-miterlimit='10' d='M640 240v32c0 8.875-7.125 15.1-16 15.1h-124.2l-55.13 110.2c-5.875 11.87-18.63 18.75-31.75 17.62c-13.25-1.375-24.25-10.62-27.75-23.5L323.8 167.3L255.2 486.8C252.2 501 239.8 511.5 225.1 512H224c-14.25 0-26.88-9.5-30.75-23.25L135.9 288H16c-8.875 0-16-7.125-16-15.1V240c0-8.875 7.125-15.1 16-15.1H160c14.25 0 26.88 9.503 30.75 23.25l28.75 100.7L288.8 25.27c3-14.37 15.62-24.87 30.37-25.25c14.75-.5 27.88 9.375 31.75 23.62l74 271.1l26.5-52.1C456.8 230.9 467.9 224 480 224h144C632.9 224 640 231.1 640 240z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: '';
  /* font-family: 'Font Awesome 6 Pro';
  content: "\f5f8\f21e";
  color: var(--ecupurple);
  font-size: 30px; */
  width: 120px;
  height: 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-mask-size: cover;
  mask-size: cover;
  /* background-color: #535EE0; */
  background-color: var(--ecupurple);
}
.text-center .title-divider:before {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-head {
  margin-bottom: 58px;
}
.section-head .section-title {
  line-height: 1.1;
  margin-bottom: 25px;
}
.section-head p {
  font-size: 16px;
}
.section-head p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .section-head {
    margin-bottom: 40px;
  }
  .section-head p {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
>>> table
----------------------------------------------------------------*/
table {
  color: #737373;
  margin: 0 0 1.5em;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
  font-size: 15px;
}
table thead tr {
  background-color: #262626;
}
table thead tr th {
  color: #383838;
}
table.table {
  color: #737373;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
  border-bottom: 1px solid #e6e6e6;
}

th, td {
  padding: 8px;
}

/*--------------------------------------------------------------
>>> form
----------------------------------------------------------------*/
form {
  position: relative;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  height: 55px;
}
@media screen and (max-width: 575px) {
  input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
    height: 42px;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background-color: #F8F8F8;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 15px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #535EE0;
  outline: 0;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0) !important;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8D8D8D;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8D8D8D;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #8D8D8D;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8D8D8D;
}

textarea {
  padding: 20px 10px;
  width: 100%;
}

select {
  border: 1px solid #d9d9d9;
  color: #383838;
  height: 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 30px 0 10px;
}
select option {
  padding: 8px;
}
select:focus {
  outline: none;
}
@media screen and (max-width: 575px) {
  select {
    height: 42px;
  }
}

form label {
  font-weight: normal;
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  padding: 0 55px 0 10px;
}
.search-form button {
  background-color: #535EE0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  font-size: 15px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 13px 18px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.search-form button:hover {
  background-color: #1B3096;
}

.form-group {
  margin-bottom: 15px;
}
.form-group select {
  height: 48px;
}
.form-group select,
.form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
}
.form-group label {
  display: block;
  color: #383838;
  font-size: 15px;
  margin-bottom: 10px;
}
.form-group label.checkbox-list {
  position: relative;
  padding-left: 30px;
}
.form-group label .custom-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 2px;
}
.form-group label .custom-checkbox:before {
  background-color: #535EE0;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.form-group label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -9;
}
.form-group label input:checked ~ .custom-checkbox {
  border-color: #535EE0;
}
.form-group label input:checked ~ .custom-checkbox:before {
  opacity: 1;
}

/*--------------------------------------------------------------
>>> button
----------------------------------------------------------------*/
.outline-round, .button-round {
  font-size: 16px;
  line-height: 1.1;
  padding: 17px 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .outline-round, .button-round {
    font-size: 14px;
    padding: 12px 20px;
  }
}

input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background-color: #535EE0;
  color: #ffffff;
  cursor: pointer;
  padding: 17px 30px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
input[type=button]:hover, input[type=button]:active, input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #1B3096;
}

.button-round {
  background-color: var(--ecuyellow);
  border: none;
  color: #000;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button-round:hover, .button-round:focus, .button-round:active {
  background-color: #1B3096;
  color: #ffffff;
}

.outline-round {
  padding: 15px 30px;
  border: 2px solid #535EE0;
  color: #535EE0;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  -ms-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.outline-round:hover, .outline-round:focus, .outline-round:active {
  background-color: #1B3096;
  border-color: #1B3096;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .outline-round {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.outline-round-white {
  border-color: #ffffff;
  color: #ffffff;
}
.outline-round-white:hover, .outline-round-white:focus {
  border-color: #1B3096;
}

.button-round,
.outline-round {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.button-text {
  color: #535EE0;
  font-weight: 600;
  position: relative;
  line-height: 1.3;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.button-text:hover, .button-text:focus, .button-text:active {
  color: #535EE0;
}

/*--------------------------------------------------------------
>>> Default 
----------------------------------------------------------------*/
.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.text-left {
  text-align: left;
}

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

.white-bg {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #F8F8F8;
}

.primary-bg {
  background-color: #535EE0;
  background-color: var(--ecupurple);
}

.primary-color {
  color: #535EE0;
  color: var(--ecupurple);
}

.bg-transparent-img {
  background-color: rgba(21, 21, 21, 0.75);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bg-transparent-img:before {
  background-color: rgba(21, 21, 21, 0.75);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.site-loader {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
.site-loader .preloader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}

.social-links ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.social-links li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}
.social-links a {
  font-size: 16px;
  color: #404040;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.social-links a:hover, .social-links a:focus, .social-links a:active {
  color: #1B3096;
}

.social-icon-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.social-icon-wrap .social-icon {
  padding: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.social-icon-wrap .social-icon a {
  background-color: #535EE0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-icon-wrap .social-icon [class*=fa-] {
  width: 40px;
  text-align: center;
}
.social-icon-wrap .social-icon span {
  background-color: #535EE0;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-icon-wrap .social-icon a:hover {
  background-color: #1B3096;
}
.social-icon-wrap .social-icon a:hover span {
  background-color: #1B3096;
}

.to-top-icon {
  background-color: var(--ecupurple);
  color: #ffffff;
  font-size: 12px;
  display: none;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.to-top-icon:hover {
  background-color: var(--ecuyellow);
  color: #000;
}
@media screen and (max-width: 575px) {
  .to-top-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    right: 10px;
    bottom: 10px;
  }
}

.nav-tabs {
  margin: 0;
}
.nav-tabs .nav-link {
  color: #223645;
  border-radius: 0;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 25px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  color: #535EE0;
}

.tab-container {
  margin-top: 50px;
}
.tab-container .responsive-tabs .nav-tabs {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab-container .responsive-tabs .nav-tabs {
    display: flex;
  }
  .tab-container .responsive-tabs .card {
    border: none;
  }
  .tab-container .responsive-tabs .card .card-header {
    display: none;
  }
  .tab-container .responsive-tabs .card .collapse {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .tab-container .nav {
    display: block;
  }
  .tab-container .nav .nav-tabs .nav-link {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #dee2e6;
    padding: 15px 20px;
  }
  .tab-container .nav .nav-tabs .nav-link:hover, .tab-container .nav .nav-tabs .nav-link:focus, .tab-container .nav .nav-tabs .nav-link.active {
    background-color: #1B3096;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .tab-container .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.tab-content {
  padding: 30px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #d4d4d4;
}
.tab-content ul {
  margin-bottom: 0;
}
.tab-content ul li {
  margin-bottom: 5px;
}
.tab-content ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tab-content .card {
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: none;
  }
  .tab-content .card:last-child {
    margin-bottom: 0;
  }
  .tab-content .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
  }
  .tab-content .card .card-header a {
    color: #383838;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 22px;
    font-weight: 600;
    position: relative;
    text-align: left;
  }
  .tab-content .card .card-header a:before {
    content: "\f106";
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
  }
  .tab-content .card .card-header a.collapsed:before {
    content: "\f107";
  }
  .tab-content .card .card-body {
    font-size: 15px;
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .tab-content {
    padding: 0;
    border: none;
  }
}

.accordion-content .card {
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  border: none;
}
.accordion-content .card:last-child {
  margin-bottom: 0;
}
.accordion-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.accordion-content .card .card-header a {
  color: #383838;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 22px;
  font-weight: 600;
  position: relative;
  text-align: left;
}
.accordion-content .card .card-header a:before {
  content: "\f106";
  display: block;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}
.accordion-content .card .card-header a.collapsed:before {
  content: "\f107";
}
.accordion-content .card .card-body {
  font-size: 15px;
  padding: 0 20px 20px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-prev {
  left: 15px;
}
.slick-slider .slick-prev:before {
  content: "\f053";
}
.slick-slider .slick-next {
  right: 15px;
}
.slick-slider .slick-next:before {
  content: "\f054";
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
  width: auto;
  height: auto;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.slick-slider .slick-prev:hover:before, .slick-slider .slick-prev:focus:before, .slick-slider .slick-prev:active:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:active:before {
  background-color: #1B3096;
  color: #ffffff;
}

.slick-dots {
  position: static;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}
.slick-dots li button {
  background-color: #c6c6c6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li button:hover {
  background-color: #535EE0;
}
.slick-dots li.slick-active button {
  background-color: #535EE0;
}

.progress-wrapper .progress-inline .progress-title {
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #292929;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
  z-index: initial;
}
.progress-wrapper .ab-progress {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.progress-wrapper .ab-progress .progress-indecator {
  width: 50px;
  text-align: right;
}
.progress-wrapper .ab-progress .progress-bar-wrap {
  background: #D9D9D9;
  border: none;
  height: 3px;
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
.progress-wrapper .progress-inline .ab-progress-bar {
  background: #535EE0;
  box-shadow: none;
  height: 3px;
  position: relative;
}
.progress-wrapper .progress-inline .ab-progress-bar:before {
  background-color: #ffffff;
  border: 1px solid #535EE0;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 100%;
  top: -12px;
  right: -8px;
}
.progress-wrapper .progress-inline .ab-progress-bar:after {
  background-color: #535EE0;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 100%;
  top: -3px;
  right: 0;
}
@media screen and (max-width: 575px) {
  .progress-wrapper .progress-inline .progress-title {
    margin-bottom: 10px;
  }
}

.video-button a {
  background-color: rgba(83, 94, 224, 0.8);
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 18px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
}
.video-button a i {
  color: #ffffff;
}
.video-button a:before, .video-button a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  -moz-animation: rippleOne 3s infinite;
  -ms-animation: rippleOne 3s infinite;
  -o-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.video-button a:before {
  animation-delay: 0.9s;
}
.video-button a:after {
  animation-delay: 0.3s;
}
@media screen and (max-width: 575px) {
  .video-button a {
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
/*--------------------------------------------------------------
>>> Pagination
----------------------------------------------------------------*/
.post-navigation-wrap {
  margin-top: 30px;
}

.pagination {
  margin: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  color: #444444;
  display: block;
  border: 1px solid #e6e6e6;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination li a:hover {
  background-color: #535EE0;
  border-color: #535EE0;
  color: #ffffff;
}
.pagination li.active a {
  background-color: #535EE0;
  border-color: #535EE0;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> Clearing
----------------------------------------------------------------*/
.clearfix:before, .clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
>>> Main Header 
----------------------------------------------------------------*/
.site-header {
  position: relative;
}
.site-header .hgroup-wrap {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .site-header .bottom-header {
    background-color: #ffffff;
  }
  .site-header .hgroup-wrap {
    background-color: transparent;
    padding: 0;
  }
}

.site-header-transparent {
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}

/*--- top header css start ---*/
.header-contact-info {
  color: #fafafa;
  padding: 14px 0;
}
.header-contact-info ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-contact-info ul li {
  display: inline-block;
  font-size: 13px;
  padding: 0 10px;
  line-height: 1.2;
}
.header-contact-info ul li:last-child {
  padding-right: 0;
}
.header-contact-info ul li:first-child {
  padding-left: 0;
}
.header-contact-info ul li [class*=fa-] {
  margin-right: 5px;
}
.header-contact-info ul li a {
  color: #fcfcfc;
  display: block;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}
.header-contact-info ul li a:hover, .header-contact-info ul li a:focus, .header-contact-info ul li a:active {
  color: #1B3096;
}

.header-social {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-social li {
  margin: 0 8px;
}
.header-social a {
  color: #fafafa;
}
.header-social a:hover, .header-social a:focus {
  color: #1B3096;
}
@media screen and (max-width: 991px) {
  .header-social {
    padding: 8px 0;
  }
}

.header-search-icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.header-search-icon .search-icon {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
}
.header-search-icon .search-icon:hover, .header-search-icon .search-icon:focus {
  outline: none;
  color: #1B3096;
}
@media screen and (max-width: 991px) {
  .header-search-icon {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .header-search-icon .search-icon {
    height: 100%;
    padding: 0 15px;
    width: 100%;
  }
}

/*--- top header css end ---*/
/*--- header Logo css start ---*/
.site-identity .site-title {
  margin: 0;
  line-height: 1.1;
  font-size: 28px;
}
.site-identity .site-description {
  font-size: 13px;
  margin-bottom: 0;
}
.site-identity img {
  max-width: 200px;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.site-identity a {
  display: block;
}
.site-identity a:hover img, .site-identity a:focus img, .site-identity a:active img {
  opacity: 0.5;
}
@media screen and (max-width: 575px) {
  .site-identity img {
    max-width: 120px;
  }
}

/*--------------------------------------------------------------
>>> Main Header Menu
----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .bottom-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 12px 0;
  }
}

.navigation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .navigation-container {
    padding-right: 35px;
  }
}

.site-header-transparent .main-navigation .navigation > ul > li {
  display: inline-block;
  padding: 0 15px;
}
.site-header-transparent .main-navigation ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header-transparent .main-navigation ul > li.menu-item-has-children > a:after {
  content: "\f0d7";
}
.site-header-transparent .main-navigation ul > li:last-child {
  border-bottom: none;
}
.site-header-transparent .main-navigation ul > li:last-child:before {
  display: none;
}
.site-header-transparent .main-navigation ul > li > a {
  color: #414141;
  display: inline-block;
  font-size: 16px;
  padding: 30px 0;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  text-transform: uppercase;
}
.site-header-transparent .main-navigation ul > li:hover > ul, .site-header-transparent .main-navigation ul > li:focus > ul, .site-header-transparent .main-navigation ul > li:active > ul {
  display: block;
}
.site-header-transparent .main-navigation ul > li:hover > a, .site-header-transparent .main-navigation ul > li:focus > a, .site-header-transparent .main-navigation ul > li:active > a {
  color: #535EE0;
}
.site-header-transparent .main-navigation ul > li:hover > a:after, .site-header-transparent .main-navigation ul > li:focus > a:after, .site-header-transparent .main-navigation ul > li:active > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-header-transparent .main-navigation ul ul {
  background: #ffffff;
  border-top: 4px solid #535EE0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 99;
  display: none;
  text-align: left;
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation: slide-up 0.3s ease-out;
  -ms-animation: slide-up 0.3s ease-out;
  -o-animation: slide-up 0.3s ease-out;
  animation: slide-up 0.3s ease-out;
}
.site-header-transparent .main-navigation ul ul li {
  border-bottom: 1px solid #DDD;
  position: relative;
  display: block;
}
.site-header-transparent .main-navigation ul ul li a {
  color: #333;
  display: block;
  padding: 13px 20px;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header-transparent .main-navigation ul ul li a:hover, .site-header-transparent .main-navigation ul ul li a:focus, .site-header-transparent .main-navigation ul ul li a:active {
  padding-left: 30px;
  color: #535EE0;
}
.site-header-transparent .main-navigation ul ul li > ul {
  left: 100%;
  top: 0;
}
.site-header-transparent .main-navigation ul ul li.menu-item-has-children > a:after {
  content: "\f0da";
}
.site-header-transparent .main-navigation ul ul li:hover > ul, .site-header-transparent .main-navigation ul ul li:focus > ul, .site-header-transparent .main-navigation ul ul li:active > ul {
  display: block;
  top: -3px;
}
.site-header-transparent .main-navigation ul ul li:hover a:after, .site-header-transparent .main-navigation ul ul li:focus a:after, .site-header-transparent .main-navigation ul ul li:active a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-header-transparent .main-navigation ul li {
  position: relative;
}
.site-header-transparent .main-navigation ul li:last-child ul, .site-header-transparent .main-navigation ul li:nth-last-child(2) ul {
  left: auto;
  right: 0;
}
.site-header-transparent .main-navigation ul li:last-child ul ul, .site-header-transparent .main-navigation ul li:nth-last-child(2) ul ul {
  right: 100%;
}
.site-header-transparent .main-navigation ul li.menu-item-has-children > a {
  position: relative;
}
.site-header-transparent .main-navigation ul li.menu-item-has-children > a:after {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-weight: 900;
  margin-left: 8PX;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.site-header-transparent .main-navigation ul li.menu-item-has-children li:hover > a, .site-header-transparent .main-navigation ul li.menu-item-has-children li:focus > a {
  background-color: #1B3096;
  color: #ffffff;
}
.site-header-transparent .main-navigation ul li.current-menu-item > a, .site-header-transparent .main-navigation ul li.current-menu-parent > a {
  color: #535EE0;
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.header-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  margin-left: 10px;
}
.header-btn a {
  padding: 13px 22px;
}
@media screen and (max-width: 575px) {
  .header-btn {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .header-btn a {
    padding: 8px 20px;
    font-size: 14px;
  }
}

/*---  header search css ---*/
.header-search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-form {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -ms-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  z-index: 999;
}
.header-search-form .header-search {
  position: relative;
}
.header-search-form input[type=text] {
  background-color: #ffffff;
  color: #292929;
  border: none;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  text-align: center;
}
.header-search-form .search-close {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.header-search-form .search-close:hover, .header-search-form .search-close:focus, .header-search-form .search-close:active {
  color: #1B3096;
}
.header-search-form.search-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*---  fixed header css ---*/
.bottom-header {
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

@media screen and (min-width: 992px) {
  .fixed-header .bottom-header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }
}
@media screen and (max-width: 991px) {
  .fixed-header .bottom-header {
    background-color: transparent;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .fixed-header .mobile-menu-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }
  .fixed-header .mobile-menu-container .slicknav_nav {
    min-height: calc(100vh - 78px);
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .fixed-header .mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #212121;
  }
  .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span {
    background-color: #212121;
  }
  .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:before, .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:after {
    background-color: #212121;
  }
}

/*---  mobile slick Nav css ---*/
/* Slicknav - a Mobile Menu */
.mobile-menu-container .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .mobile-menu-container .slicknav_menu {
    display: none;
  }
}
.mobile-menu-container .slicknav_menu .slicknav_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 10px 0;
  float: none;
}
.mobile-menu-container .slicknav_menu .slicknav_icon {
  margin-left: 0;
  margin-right: 10px;
}
.mobile-menu-container .slicknav_menu .slicknav_menutxt {
  color: #FFF;
  text-shadow: none;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
}
.mobile-menu-container .slicknav_menu .slicknav_nav li {
  border-top: 1px solid #e6e6e6;
}
.mobile-menu-container .slicknav_menu .slicknav_nav li .slicknav_arrow {
  color: #7a7a7a;
  font-size: 13px;
}
.mobile-menu-container .slicknav_menu .slicknav_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.mobile-menu-container .slicknav_menu .slicknav_row > a {
  width: -moz-calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}
.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {
  border-left: 1px solid #e6e6e6;
  width: 45px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item .slicknav_arrow {
  position: static;
  padding: 0;
  margin: 0;
}
.mobile-menu-container .slicknav_menu .slicknav_row:hover, .mobile-menu-container .slicknav_menu .slicknav_row:focus, .mobile-menu-container .slicknav_menu .slicknav_row:active {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 991px) {
  .mobile-menu-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}

.slicknav_menu .slicknav_btn {
  background-color: transparent;
  padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #242424;
}
.slicknav_menu .slicknav_nav ul {
  margin: 0;
  padding: 0;
}
.slicknav_menu .slicknav_nav li {
  position: relative;
  list-style: none;
}
.slicknav_menu .slicknav_nav li a {
  display: inline-block;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slicknav_menu .slicknav_nav li a:hover, .slicknav_menu .slicknav_nav li a:focus, .slicknav_menu .slicknav_nav li a:active {
  background-color: transparent;
  color: #1B3096;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.slicknav_menu .slicknav_nav {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
}
.slicknav_menu .slicknav_arrow {
  position: absolute;
  right: 5px;
  height: 100%;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0;
  line-height: 1.125em;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.slicknav_btn .slicknav_icon {
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
  margin-top: 1px;
}
.slicknav_btn .slicknav_icon:before {
  display: none;
}
.slicknav_btn .slicknav_icon span {
  background-color: #FFF;
  box-shadow: none;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slicknav_btn .slicknav_icon span:first-child {
  display: block;
}
.slicknav_btn .slicknav_icon span:first-child:before, .slicknav_btn .slicknav_icon span:first-child:after {
  background-color: #FFF;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -ms-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -ms-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
}
.slicknav_btn .slicknav_icon span:first-child:before {
  top: -6px;
}
.slicknav_btn .slicknav_icon span:first-child:after {
  top: 6px;
}
.slicknav_btn.slicknav_open span:first-child {
  background-color: transparent !important;
}
.slicknav_btn.slicknav_open span:first-child:before, .slicknav_btn.slicknav_open span:first-child:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -ms-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}
.slicknav_btn.slicknav_open span:first-child:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slicknav_btn.slicknav_open span:first-child:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
>>> Home Main section  
----------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/
.home-banner {
  background-color: var(--ecupurple);
  min-height: 580px;
  position: relative;
  z-index: 1;
}
.home-banner .banner-pattern {
  background-color: #111111;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
.home-banner .banner-img {
  position: relative;
  z-index: 1;
}
.home-banner .banner-img:before {
  content: "";
  background-image: url(assets/images/banner-background.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .home-banner .banner-img {
    padding: 40px 0 0 40px;
  }
}

.banner-content {
  position: relative;
  padding: 44px 0 47px;
  z-index: 1;
}
.banner-content * {
  color: #ffffff;
}
.banner-content .banner-title {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
}
.banner-content .banner-text {
  margin-bottom: 30px;
}
.banner-content .banner-button {
  margin-left: -10px;
  margin-right: -10px;
}
.banner-content .banner-button a {
  margin: 10px;
}
@media screen and (max-width: 991px) {
  .banner-content .banner-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner-content .banner-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 575px) {
  .banner-content .banner-title {
    font-size: 32px;
  }
  .banner-content .banner-button {
    margin-left: -5px;
    margin-right: -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-content .banner-button a {
    padding: 10px 15px;
    text-align: center;
    margin: 5px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}

/*--------------------------------------------------------------
>>> Home about section  
----------------------------------------------------------------*/
.home-about {
  padding: 110px 0 50px 0;
}
.home-about .about-head-wrap {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  align-items: center;
  margin-bottom: 10px;
}
.home-about .about-head-wrap .about-dec {
  padding: 0 20px 0 30px;
  margin-left: 15px;
  border-left: 3px solid #D9D9D9;
}
.home-about .about-head-wrap .about-dec p {
  font-size: 16px;
}
.home-about .about-head-wrap .about-dec p:first-letter {
  color: #787878;
  float: left;
  font-size: 50px;
  margin: 0 0.1em 0 0;
  line-height: 1.1;
}
.home-about .progress-content {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.25);
  padding: 56px 60px 60px 60px;
}
.home-about .progress-content em {
  font-size: 16px;
  font-weight: 600;
}
.home-about .progress-wrapper {
  margin-top: 30px;
  margin-bottom: 35px;
}
.home-about .exp-date {
  border: 3px solid rgba(83, 94, 224, 0.38);
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
}
.home-about .exp-date h2 {
  color: var(--ecupurple);
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.home-about .exp-date h4 {
  color: #787878;
  font-weight: 600;
  margin-bottom: 0;
}
.home-about .progress-content {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .home-about .about-video-banner {
    margin-right: -30px;
  }
  .home-about .progress-content {
    margin-left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .home-about .about-head-wrap {
    align-items: self-start;
    margin-bottom: 40px;
  }
  .home-about .about-head-wrap .section-head {
    margin-bottom: 0;
  }
  .home-about .about-head-wrap .about-dec {
    padding: 0;
    margin-left: 0;
    border-left: none;
  }
  .home-about .section-head-outer {
    grid-column: 1/3;
  }
  .home-about .about-dec {
    grid-column: 1/3;
    margin-top: auto;
  }
  .home-about .exp-date-wrap {
    grid-column: 3/3;
  }
  .home-about .exp-date-wrap .exp-date {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-about .exp-date-wrap .exp-date h2 {
    font-size: 22px;
  }
  .home-about .exp-date-wrap .exp-date h4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .home-about {
    padding: 70px 0;
  }
  .home-about .section-head-outer {
    grid-column: 1/4;
  }
  .home-about .about-dec {
    grid-column: 1/4;
    margin-top: auto;
  }
  .home-about .exp-date-wrap {
    grid-column: 1/4;
  }
  .home-about .progress-wrapper {
    margin-bottom: 30px;
  }
  .home-about .progress-content {
    padding: 30px 30px 40px;
  }
}

.about-video-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
  min-height: 520px;
}
@media screen and (max-width: 575px) {
  .about-video-banner {
    min-height: 290px;
  }
}

/*--------------------------------------------------------------
>>> Home service section  
----------------------------------------------------------------*/
.home-service {
  padding: 50px 0 115px 0;
}
.home-service .service-image {
  position: relative;
  z-index: 1;
}
.home-service .service-image:before {
  content: "";
  background-image: url(assets/images/banner-background.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  height: 500px;
  width: 500px;
  top: 50%;
  left: 50%;
  opacity: 0.6;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home-service .service-image img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-service {
    padding: 70px 0;
  }
  .home-service .service-image {
    padding: 65px;
  }
  .home-service .service-image:before {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .home-service service-image {
    margin: 20px 0;
  }
}
.home-service .service-icon-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.home-service .service-icon-box:last-child {
  margin-bottom: 0px;
}
.home-service .service-icon-box .service-icon-content {
  border: 3px solid rgba(83, 94, 224, 0.16);
  border-radius: 15px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  width: -moz-calc(100% - 82px);
  width: -webkit-calc(100% - 82px);
  width: calc(100% - 82px);
}
.home-service .service-icon-box .service-icon-content h4 {
  margin-bottom: 10px;
}
.home-service .service-icon-box .service-icon-content p:last-child {
  margin-bottom: 0;
}
.home-service .service-icon-box .service-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.home-service .service-icon-box .service-icon {
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  height: 82px;
  width: 82px;
}
.home-service .service-icon-box .service-icon i {
  color: #535EE0;
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .home-service .service-icon-box .service-icon-content {
    width: -moz-calc(100% - 48px);
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 575px) {
  .home-service .service-icon-box {
    margin-bottom: 30px;
  }
}
.home-service .text-left .service-icon-box {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.home-service .text-left .service-icon {
  margin-right: -34px;
}
.home-service .text-left .service-icon-content {
  padding: 20px 20px 20px 55px;
}
@media screen and (min-width: 768px) {
  .home-service .text-left .service-icon-box:nth-child(2n+1) {
    -webkit-transform: translate(-30px, 0);
    -moz-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    -o-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
}
.home-service .text-right .service-icon-content {
  padding: 20px 55px 20px 20px;
}
.home-service .text-right .service-icon {
  margin-left: -34px;
}
@media screen and (min-width: 768px) {
  .home-service .text-right .service-icon-box:nth-child(2n+1) {
    -webkit-transform: translate(30px, 0);
    -moz-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
}
@media screen and (min-width: 768px) {
  .home-service .text-right .service-icon-box:first-child .service-icon {
    border-bottom-right-radius: 0;
  }
  .home-service .text-right .service-icon-box:last-child .service-icon {
    border-top-right-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .home-service .text-left .service-icon-box:first-child .service-icon {
    border-bottom-left-radius: 0;
  }
  .home-service .text-left .service-icon-box:last-child .service-icon {
    border-top-left-radius: 0;
  }
}

/*--------------------------------------------------------------
>>> Home portfolio section  
----------------------------------------------------------------*/
.home-portfolio {
  padding-top: 110px;
  padding-bottom: 115px;
  position: relative;
}
.home-portfolio .image-overlay {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  width: 100%;
  height: 450px;
  left: 0;
  right: 0;
  z-index: -1;
}
.home-portfolio .image-overlay:before {
  content: "";
  background-color: #111111;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-portfolio .section-head .title-divider:before {
  background-color: #ffffff;
}
.home-portfolio .section-head * {
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .home-portfolio {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.portfolio-item {
  margin-bottom: 70px;
}
.portfolio-item .portfolio-img {
  position: relative;
}
.portfolio-item .portfolio-img img {
  border-radius: 15px;
}
.portfolio-item .cat-link {
  position: absolute;
  right: 15px;
  top: 15px;
}
.portfolio-item .cat-link a {
  background-color: var(--ecupurple);
  border-radius: 5px;
  color: #ffffff;
  font-size: 26px;
  padding: 5px 10px;
}
.portfolio-item .portfolio-content {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, 0.3);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -100px;
  padding: 25px 30px 25px 30px;
  position: relative;
}
.portfolio-item .portfolio-content h4 {
  margin-bottom: 10px;
}
.portfolio-item .portfolio-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .portfolio-item {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------
>>> Home team section  
----------------------------------------------------------------*/
.home-team {
  padding-top: 110px;
  padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .home-team {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .home-team {
    padding-top: 70px;
  }
}

.team-item {
  text-align: center;
}
.team-item .team-img {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.01);
  border-radius: 100%;
  margin-bottom: -45px;
  padding: 8px;
}
.team-item .team-img img {
  width: 100%;
  border-radius: 100%;
}
.team-item .team-content h4 {
  margin-bottom: 12px;
}
.team-item .team-content span {
  color: #787878;
  display: block;
  font-size: 14px;
  line-height: 1.1;
}
.team-item .social-links {
  background-color: #535EE0;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 15px;
}
.team-item .social-links li {
  margin: 0 8px;
}
.team-item .social-links li:first-child {
  margin-left: 0;
}
.team-item .social-links li:last-child {
  margin-right: 0;
}
.team-item .social-links li a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-item .social-links li a:hover, .team-item .social-links li a:focus {
  color: #1B3096;
}
@media screen and (max-width: 767px) {
  .team-item {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------
>>> Home support section  
----------------------------------------------------------------*/
.home-support .home-support-outer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding-bottom: 215px;
  padding-top: 110px;
  position: relative;
  z-index: 1;
}
.home-support .home-support-outer * {
  color: #ffffff;
}
.home-support .home-support-outer .title-divider:before {
  background-color: #ffffff;
}
.home-support .home-support-details {
  display: grid;
  grid-template-columns: 40% 60%;
}
.home-support .home-support-details {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.05);
  margin-top: -100px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.home-support .home-support-details .home-support-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-support .home-support-details .home-support-content {
  padding: 55px 40px 60px 40px;
}
.home-support .home-support-details .home-support-content h3 {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .home-support .home-support-outer {
    padding-top: 70px;
    padding-bottom: 130px;
  }
  .home-support .home-support-details {
    grid-template-columns: auto;
  }
  .home-support .home-support-details .home-support-image {
    min-height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .home-support .home-support-outer {
    padding-bottom: 175px;
  }
  .home-support .home-support-details .home-support-content {
    padding: 40px 25px;
  }
}

.support-btn-wrap {
  padding-top: 15px;
}
.support-btn-wrap .support-number-icon {
  background-color: #D9D9D9;
  border-radius: 100%;
  color: #535EE0;
  font-size: 35px;
  line-height: 70px;
  height: 70px;
  text-align: center;
  width: 70px;
  margin-right: 10px;
}
.support-btn-wrap .support-number-content h5 {
  margin-bottom: 10px;
}
.support-btn-wrap .support-number-content a {
  color: var(--ecupurple);
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 575px) {
  .support-btn-wrap .button-round {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .support-btn-wrap .support-number-icon {
    font-size: 25px;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
  .support-btn-wrap .support-number-content h5 {
    font-size: 14px;
  }
  .support-btn-wrap .support-number-content a {
    font-size: 20px;
  }
}

.support-icon-item {
  background-image: url(assets/images/pattern-banner1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 55px 0;
}
.support-icon-item a {
  display: block;
}
.support-icon-item i {
  font-size: 60px;
}
.support-icon-item h4 {
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .support-icon-item {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------
>>> Home pricing section  
----------------------------------------------------------------*/
.home-pricing-table {
  padding-bottom: 115px;
  padding-top: 110px;
}
@media screen and (max-width: 575px) {
  .home-pricing-table {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.pricing-item {
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding-bottom: 40px;
  text-align: center;
}
.pricing-item .pricing-head {
  background-color: #F8F8F8;
  border-radius: 15px 15px 0 0;
  padding: 45px;
}
.pricing-item .pricing-head i {
  color: #535EE0;
  font-size: 80px;
}
.pricing-item .pricing-head h4 {
  margin-top: 20px;
}
.pricing-item .pricing-head h2 {
  margin-bottom: 0;
  line-height: 1;
}
.pricing-item ul {
  margin: 30px 50px 30px 50px;
  padding: 0;
}
.pricing-item ul li {
  color: #223645;
  list-style: none;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 8px 0;
  border-bottom: 1px solid #f3f3f3;
}
.pricing-item ul li:first-child {
  padding-top: 0;
}
.pricing-item ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.pricing-item.table-active .pricing-head {
  background-color: #535EE0;
}
.pricing-item.table-active .pricing-head * {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .pricing-item .pricing-head {
    padding: 20px;
  }
  .pricing-item .pricing-head i {
    font-size: 40px;
  }
  .pricing-item ul {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .pricing-item {
    border-bottom: 1px solid rgba(17, 17, 17, 0.09);
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  [class*=col-]:last-child .pricing-item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/*--------------------------------------------------------------
>>> Home client section  
----------------------------------------------------------------*/
.home-client {
  padding: 115px 0;
}
.home-client .section-head {
  margin-bottom: 0;
}
.home-client .section-head .button-round {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .home-client .section-head {
    text-align: center;
    margin-bottom: 40px;
  }
  .home-client .section-head .title-divider:before {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .home-client {
    padding-bottom: 70px;
  }
}

.client-section ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px 0;
  padding: 0;
}
.client-section li {
  list-style: none;
  padding: 12px;
  width: 33.33%;
}
.client-section .client-img {
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .client-section ul {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .client-section ul {
    margin: -10px;
  }
  .client-section li {
    width: 50%;
    padding: 10px;
  }
}

/*--------------------------------------------------------------
>>> Home subscribe section  
----------------------------------------------------------------*/
.home-subscribe {
  padding-top: 45px;
  margin-bottom: -150px;
}
@media screen and (max-width: 767px) {
  .home-subscribe {
    padding-top: 0;
  }
}

.subscribe-inner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.subscribe-inner .overlay {
  border-radius: 15px;
}
.subscribe-inner .overlay-img {
  background-image: url(assets/images/subscribe-shape.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.subscribe-inner .section-head * {
  color: #ffffff;
}
.subscribe-inner .section-head .title-divider:before {
  background-color: #ffffff;
}
.subscribe-inner .subscribe-image {
  margin: -60px 0 0 -60px;
}
.subscribe-inner .subscribe-content {
  padding: 70px 70px 75px 50px;
}
.subscribe-inner .subscribe-content .subscribe-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.subscribe-inner .subscribe-content .subscribe-form input {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .subscribe-inner .subscribe-content {
    padding: 40px;
  }
  .subscribe-inner .subscribe-image {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .subscribe-inner .subscribe-content .subscribe-form {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscribe-inner .subscribe-content .subscribe-form input {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .subscribe-inner .subscribe-content .subscribe-form .button-round {
    display: block;
    text-align: center;
    width: 100%;
  }
}

/*--------------------------------------------------------------
>>> Home testimonial section  
----------------------------------------------------------------*/
.home-testimonial {
  padding-top: 265px;
  padding-bottom: 115px;
}
@media screen and (min-width: 768px) {
  .home-testimonial .testimonial-inner {
    padding-left: 60px;
  }
  .home-testimonial .testimonial-item:nth-child(2n+2) {
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .home-testimonial .testimonial-inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-testimonial {
    padding-bottom: 70px;
    padding-top: 200px;
  }
}

.testimonial-item {
  background-image: url(assets/images/img19.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 98% 100%;
  box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 35px;
  margin-bottom: 35px;
}
.testimonial-item .testimonial-img {
  border-radius: 100%;
  overflow: hidden;
  width: 75px;
}
.testimonial-item .testimonial-content {
  width: -moz-calc(100% - 75px);
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px);
  padding-left: 30px;
}
.testimonial-item .testimonial-content p:last-child {
  margin-bottom: 0;
}
.testimonial-item:last-child {
  margin-bottom: 0;
}
.testimonial-item:nth-child(2n+2) {
  background-image: url(assets/images/img20.png);
  background-color: #535EE0;
}
.testimonial-item:nth-child(2n+2) * {
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .testimonial-item {
    padding: 25px;
  }
  .testimonial-item .testimonial-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .testimonial-item .testimonial-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.circle-progressbar {
  width: 50%;
  padding: 0 10px;
}
.circle-progressbar .circle-bar {
  display: inline-block;
  position: relative;
  text-align: center;
}
.circle-progressbar .circle-bar canvas {
  vertical-align: middle;
  width: 100%;
}
.circle-progressbar .circle-bar .circle-number {
  color: #535EE0;
  font-size: 28px;
  font-weight: 700;
  line-height: 9rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.circle-progressbar .circle-bar span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .circle-progressbar .circle-bar .circle-number {
    line-height: 6.5rem;
  }
}

/*--------------------------------------------------------------
>>> Home blog section  
----------------------------------------------------------------*/
.home-blog {
  padding: 110px 0 115px;
}
.home-blog .post {
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  overflow: hidden;
}
.home-blog .entry-content {
  padding: 25px;
}
.home-blog .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}
.home-blog .entry-meta span {
  padding: 0 8px;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.home-blog .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: -3px;
  top: 2px;
}
.home-blog .entry-meta span:last-child:before {
  display: none;
}
.home-blog .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}
.home-blog .entry-meta a:hover, .home-blog .entry-meta a:focus {
  color: #1B3096;
}
@media screen and (max-width: 991px) {
  .home-blog {
    padding: 100px 0 70px;
  }
  .home-blog .post {
    margin-bottom: 30px;
  }
  .home-blog .feature-image img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .home-blog {
    padding: 60px 0;
  }
}

/*--------------------------------------------------------------
>>> Main Footer  
----------------------------------------------------------------*/
.site-footer {
  padding-top: 0px;
  position: relative;
  z-index: 1;
  background-color: #000;
}
.site-footer .overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.site-footer .footer-logo {
  margin-bottom: 20px;
}
.site-footer .bottom-footer .bottom-footer-content {
  /* border-top: 1px solid rgba(255, 255, 255, 0.11); */
  padding-top: 25px;
  padding-bottom: 30px;
}
.site-footer .copy-right {
  color: #ffffff;
}
.site-footer .copy-right a {
  color: #ffffff;
}
.site-footer .copy-right a:hover {
  color: #1B3096;
}
.site-footer .social-links {
  margin-top: 20px;
}
.site-footer .social-links li {
  margin: 0 5px;
}
.site-footer .social-links li a {
  background-color: #535EE0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.site-footer .social-links li a:hover {
  background-color: #1B3096;
}
.site-footer .footer-menu ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.site-footer .footer-menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.site-footer .footer-menu ul li:before {
  content: "|";
  position: absolute;
  top: 0;
  right: -2px;
  font-size: 14px;
  color: #B6B6B6;
}
.site-footer .footer-menu ul li:last-child:before {
  display: none;
}
.site-footer .footer-menu ul li a {
  color: #A7A7A7;
  font-size: 13px;
  font-weight: 400;
}
.site-footer .footer-menu ul li a:hover, .site-footer .footer-menu ul li a:focus {
  color: #1B3096;
}

.footer-primary .widget {
  color: #e0e0e0;
}
.footer-primary .widget .widget-title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 25px;
}
.footer-primary .widget ul li {
  margin-bottom: 12px;
}
.footer-primary .widget ul li a {
  color: #D9D9D9;
}
.footer-primary .widget ul li a:hover, .footer-primary .widget ul li a:focus, .footer-primary .widget ul li a:active {
  color: #1B3096;
}
.footer-primary .widget .widget-wrap {
  padding-top: 10px;
}
.footer-primary .widget .contact-detail-widget ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-size: 13px;
}
.footer-primary .widget .contact-detail-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-primary .widget .contact-detail-widget ul li i {
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 991px) {
  .footer-primary .widget {
    margin-bottom: 30px;
  }
}

.widget-map {
  position: relative;
}
.widget-map img {
  width: 100%;
}
.widget-map .hotspot > div {
  position: absolute;
  display: block;
}
.widget-map .hotspot > div.hotspot-one {
  top: -10px;
  left: 50px;
}
.widget-map .hotspot > div.hotspot-two {
  top: -10px;
  right: 50px;
}
.widget-map .hotspot > div.hotspot-three {
  top: 20px;
  left: 65px;
}
.widget-map .hotspot > div.hotspot-four {
  top: 30px;
  left: 80px;
}
.widget-map .hotspot > div.hotspot-five {
  bottom: 10px;
  right: 30px;
}
.widget-map .hotspot .hotspot-content {
  color: #ffffff;
  position: absolute;
  font-size: 14px;
  left: 50%;
  top: 20px;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  visibility: hidden;
  -webkit-transition: visibility 0.4s;
  -moz-transition: visibility 0.4s;
  -ms-transition: visibility 0.4s;
  -o-transition: visibility 0.4s;
  transition: visibility 0.4s;
  z-index: 1;
}
.widget-map .hotspot a {
  color: #A7A7A7;
  font-size: 12px;
}
.widget-map .hotspot a:hover ~ .hotspot-content {
  visibility: visible;
}
@media screen and (max-width: 575px) {
  .widget-map {
    margin-bottom: 15px;
  }
  .widget-map .widget-map img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
>>> Inner Banner  
----------------------------------------------------------------*/
.inner-banner-wrap {
  padding-bottom: 95px;
}
@media screen and (max-width: 575px) {
  .inner-banner-wrap {
    padding-bottom: 55px;
  }
}

.inner-baner-container {
  background-color: var(--ecupurple);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 235px 0 120px;
  text-align: center;
}
.inner-baner-container .inner-banner-content {
  position: relative;
  color: #ffffff;
}
.inner-baner-container .inner-title {
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
}
.inner-baner-container .breadcrumb {
  background-color: transparent;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0;
  padding: 0;
}
.inner-baner-container .breadcrumb li {
  color: #ffffff;
  font-size: 14px;
}
.inner-baner-container .breadcrumb li:before {
  color: inherit;
}
.inner-baner-container .breadcrumb li a {
  color: #ffffff;
}
.inner-baner-container .breadcrumb li a:hover {
  color: #1B3096;
}
.inner-baner-container .breadcrumb li.active {
  color: #b3b3b3;
}
.inner-baner-container .breadcrumb-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media screen and (max-width: 991px) {
  .inner-baner-container {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .inner-baner-container .inner-title {
    font-size: 30px;
  }
  .inner-baner-container .inner-banner-content p {
    font-size: 15px;
  }
}

.policy-page-section {
  padding-bottom: 100px;
}

/*--------------------------------------------------------------
>>> Event Page  
----------------------------------------------------------------*/
.pricing-page-section .pricing-table-inner {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .pricing-page-section .pricing-table-inner {
    padding-bottom: 70px;
  }
}

/*--------------------------------------------------------------
>>> Campaign Page  
----------------------------------------------------------------*/
.portfolio-detail-section {
  padding-bottom: 100px;
}
.portfolio-detail-section .portfolio-inner-detail h2 {
  margin-bottom: 20px;
}
.portfolio-detail-section .portfolio-inner-detail .project-summary ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.portfolio-detail-section .portfolio-inner-detail .project-summary ul li {
  list-style: none;
  width: 50%;
  margin-bottom: 8px;
}
.portfolio-detail-section .portfolio-inner-detail .project-summary ul li i {
  color: #535EE0;
  margin-right: 5px;
}
@media screen and (max-width: 575px) {
  .portfolio-detail-section .portfolio-inner-detail .project-summary ul li {
    width: 100%;
  }
}
.portfolio-detail-section .portfolio-img {
  margin-bottom: 30px;
}
.portfolio-detail-section .portfolio-img img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .portfolio-detail-section {
    padding-bottom: 70px;
  }
}

.gallery-slider {
  margin-top: 50px;
}
.gallery-slider .slick-slide {
  margin: 0 10px;
}
.gallery-slider .slick-list {
  margin: 0 -10px;
}
.gallery-slider .slick-list img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

/*--------------------------------------------------------------
>>> About Page  
----------------------------------------------------------------*/
.about-page-section .about-head-wrap {
  margin-bottom: 70px;
}
.about-page-section .about-head-wrap .section-head {
  margin-bottom: 0;
  padding-right: 50px;
}
.about-page-section .testimonial-single {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 30px 30px 30px 30px;
}
.about-page-section .testimonial-single .testimonial-content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page-section .testimonial-single p {
  color: #535EE0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
}
.about-page-section .testimonial-single .testi-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  height: 70px;
  width: 70px;
}
.about-page-section .testimonial-single .testi-content {
  width: -moz-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  padding-left: 20px;
}
.about-page-section .testimonial-single .testi-content h4 {
  margin-bottom: 5px;
}
.about-page-section .iconbox-container {
  margin-bottom: 50px;
}
.about-page-section .about-video-banner {
  margin-bottom: 70px;
}
.about-page-section .process-count-wrap {
  margin-bottom: -80px;
  position: relative;
}
.about-page-section .process-count-item {
  background-color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0px -10px 35px 0px rgba(0, 0, 0, 0.03);
  padding: 35px;
}
.about-page-section .process-count-item .process-number {
  background: #F8F8F8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #535EE0;
  font-size: 32px;
  font-weight: 700;
  padding: 20px;
  line-height: 1;
}
.about-page-section .process-count-item .process-content {
  padding-left: 20px;
}
.about-page-section .process-count-item .process-content h4 {
  margin-bottom: 6px;
}
.about-page-section .process-count-item .process-content p:last-child {
  margin-bottom: 0;
}
.about-page-section .about-inner-process {
  padding-top: 180px;
  padding-bottom: 100px;
}
.about-page-section .about-inner-process .support-icon-item {
  background-image: url(assets/images/pattern-banner2.png);
}
.about-page-section .about-inner-process .support-icon-item i {
  color: #535EE0;
}
@media screen and (max-width: 575px) {
  .about-page-section .about-head-wrap {
    margin-bottom: 70px;
  }
  .about-page-section .about-head-wrap .section-head {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .about-page-section .process-count-item {
    margin-bottom: 30px;
  }
  .about-page-section .about-inner-process {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .about-page-section .process-count-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
  .about-page-section .process-count-item .process-number {
    margin-bottom: 15px;
  }
  .about-page-section .process-count-item .process-content {
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
>>> Career Page  
----------------------------------------------------------------*/
.blog-page-section {
  padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .blog-page-section {
    padding-bottom: 60px;
  }
}

.blog-page-inner .post .feature-image img {
  border-radius: 15px;
}
.blog-page-inner .post .entry-content {
  padding-top: 25px;
}
.blog-page-inner .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 15px;
}
.blog-page-inner .entry-meta span {
  padding: 0 8px;
  position: relative;
}
.blog-page-inner .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-page-inner .entry-meta span:last-child:before {
  display: none;
}
.blog-page-inner .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}
.blog-page-inner .entry-meta a:hover, .blog-page-inner .entry-meta a:focus {
  color: #1B3096;
}
@media screen and (min-width: 1200px) {
  .blog-page-inner .row {
    margin: 0 -15px;
  }
  .blog-page-inner .row [class*=col-] {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .blog-page-inner .post {
    margin-bottom: 30px;
  }
  .blog-page-inner .feature-image img {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .right-sidebar {
    padding-right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .left-sidebar {
    padding-left: 40px;
  }
}

.grid-item .post {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
>>> Career Page  
----------------------------------------------------------------*/
.inner-banner-wrap .entry-meta {
  border-top: 1px solid rgba(217, 217, 217, 0.18);
  border-bottom: 1px solid rgba(217, 217, 217, 0.18);
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}
.inner-banner-wrap .entry-meta span {
  padding: 0 10px;
  position: relative;
}
.inner-banner-wrap .entry-meta span:before {
  color: #787878;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.inner-banner-wrap .entry-meta span:last-child:before {
  display: none;
}
.inner-banner-wrap .entry-meta .posted-on a:before {
  content: "\f073";
}
.inner-banner-wrap .entry-meta .byline a:before {
  content: "\f007";
}
.inner-banner-wrap .entry-meta .comments-link a:before {
  content: "\f086";
}
.inner-banner-wrap .entry-meta a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  line-height: 1.1;
}
.inner-banner-wrap .entry-meta a:before {
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  font-weight: 900;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.inner-banner-wrap .entry-meta a:hover, .inner-banner-wrap .entry-meta a:focus {
  color: #1B3096;
}

.single-post-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .single-post-section {
    margin-bottom: 50px;
  }
}
.single-post-section .feature-image {
  margin-bottom: 30px;
}
.single-post-section .feature-image img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.single-post-section .meta-wrap {
  margin-bottom: 30px;
}
.single-post-section .meta-wrap .tag-links:before {
  content: "\f02c";
  color: #1a1a1a;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
  font-weight: 900;
}
.single-post-section .meta-wrap .tag-links a {
  color: #151515;
  font-weight: 600;
  margin: 0 3px;
}
.single-post-section .meta-wrap .tag-links a:hover {
  color: #1B3096;
}
.single-post-section .author-wrap {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.single-post-section .author-wrap:before, .single-post-section .author-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.single-post-section .author-wrap .author-thumb {
  width: 100px;
}
.single-post-section .author-wrap .author-thumb img {
  border-radius: 100%;
}
.single-post-section .author-wrap .author-content {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  margin-left: 20px;
}
.single-post-section .author-wrap .author-content .author-name {
  margin-bottom: 5px;
}
.single-post-section .author-wrap .author-content p {
  font-size: 17px;
}
.single-post-section .author-wrap .author-content .button-text {
  color: #535EE0;
}
.single-post-section .author-wrap .author-content .button-text:hover {
  color: #1B3096;
}
@media screen and (max-width: 575px) {
  .single-post-section .author-wrap {
    text-align: center;
  }
  .single-post-section .author-wrap .author-thumb {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-post-section .author-wrap .author-content {
    width: 100%;
  }
}

.primary .social-icon-wrap .social-facebook a {
  background-color: #3b5998;
}
.primary .social-icon-wrap .social-pinterest a {
  background-color: #bd081c;
}
.primary .social-icon-wrap .social-whatsapp a {
  background-color: #25d366;
}
.primary .social-icon-wrap .social-linkedin a {
  background-color: #0077b5;
}
.primary .social-icon-wrap .social-twitter a {
  background-color: #1da1f2;
}
.primary .social-icon-wrap .social-google a {
  background-color: #dd4b39;
}
.primary .social-icon-wrap .social-icon[class*=social-] a span {
  background: transparent;
}
.primary .social-icon-wrap .social-icon[class*=social-] a:hover {
  background: #1B3096;
}

.post-navigation {
  margin: 50px -10px 0;
}
.post-navigation:before, .post-navigation:after {
  content: "";
  display: block;
  clear: both;
}
.post-navigation [class*=nav-] .nav-label,
.post-navigation [class*=nav-] .nav-title {
  display: block;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.post-navigation .nav-label {
  color: #535EE0;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
.post-navigation .nav-prev,
.post-navigation .nav-next {
  width: 50%;
  padding: 0 10px;
}
.post-navigation .nav-prev a,
.post-navigation .nav-next a {
  color: #151515;
  display: block;
  position: relative;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.post-navigation .nav-prev a:before,
.post-navigation .nav-next a:before {
  color: #535EE0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.post-navigation .nav-prev a:hover, .post-navigation .nav-prev a:focus, .post-navigation .nav-prev a:active,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:active {
  color: #1B3096;
}
.post-navigation .nav-prev a:hover .nav-label, .post-navigation .nav-prev a:focus .nav-label, .post-navigation .nav-prev a:active .nav-label,
.post-navigation .nav-next a:hover .nav-label,
.post-navigation .nav-next a:focus .nav-label,
.post-navigation .nav-next a:active .nav-label {
  color: #1B3096;
}
.post-navigation .nav-prev {
  float: left;
}
@media screen and (max-width: 767px) {
  .post-navigation .nav-prev {
    width: 100%;
  }
}
.post-navigation .nav-prev a {
  padding-left: 30px;
}
.post-navigation .nav-prev a:before {
  left: 12px;
  content: "\f053";
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .post-navigation .nav-next {
    float: left;
    width: 100%;
  }
}
.post-navigation .nav-next a {
  padding-right: 30px;
}
.post-navigation .nav-next a:before {
  content: "\f054";
  right: 12px;
}
@media screen and (max-width: 767px) {
  .post-navigation .nav-prev ~ .nav-next {
    border-top: 1px solid #ececec;
    margin-top: 15px;
    padding-top: 15px;
  }
}

.comment-area {
  margin-top: 60px;
}
.comment-area .comment-title {
  margin-bottom: 25px;
}
.comment-area ol {
  margin: 0;
  padding: 0;
}
.comment-area ol ol {
  margin-left: 30px;
}
.comment-area ol li {
  list-style: none;
  margin-bottom: 30px;
}
.comment-area ol li:before, .comment-area ol li:after {
  content: "";
  display: block;
  clear: both;
}
.comment-area .comment-thumb {
  width: 45px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  float: left;
}
.comment-area .comment-content {
  border: 1px solid #e6e6e6;
  width: -moz-calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  float: right;
  padding: 20px;
}
.comment-area .comment-content .comment-header {
  margin-bottom: 10px;
}
.comment-area .comment-content p {
  margin-bottom: 15px;
}
.comment-area .comment-content h5 {
  display: inline-block;
  margin-bottom: 0;
}
.comment-area .comment-content .post-on {
  font-size: 13px;
  margin-left: 10px;
}
.comment-area .comment-content .reply {
  background-color: #535EE0;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 12px 6px;
  display: inline-block;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.comment-area .comment-content .reply i {
  margin-right: 4px;
  font-size: 12px;
}
.comment-area .comment-content .reply:hover {
  background-color: #1B3096;
}
@media screen and (max-width: 575px) {
  .comment-area .comment-thumb {
    width: 25px;
  }
  .comment-area .comment-content {
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }
}

.comment-form-wrap {
  padding-top: 30px;
}
.comment-form-wrap .rate-wrap {
  padding: 0 15px;
  margin-bottom: 15px;
}
.comment-form-wrap label {
  display: block;
}
.comment-form-wrap input {
  border: none;
}
.comment-form-wrap input:not([type=submit]) {
  background-color: #F8F8F8;
  width: 100%;
}
.comment-form-wrap input[type=submit] {
  margin-top: 20px;
}
.comment-form-wrap input[type=checkbox] {
  width: auto;
}
.comment-form-wrap textarea {
  background-color: #F8F8F8;
  border: none;
}

.single-page-section {
  padding-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .single-page-section {
    padding-bottom: 40px;
  }
}

.single-feature-img img {
  margin-bottom: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

/*--------------------------------------------------------------
>>> Blog archive Page  
----------------------------------------------------------------*/
.vacancy-container {
  padding-bottom: 60px;
  padding-top: 20px;
}
.vacancy-container .vacancy-form {
  background-color: #535EE0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 30px;
  color: #ffffff;
  text-align: center;
}
.vacancy-container .vacancy-form h3 {
  color: #ffffff;
}
.vacancy-container .vacancy-form form {
  text-align: left;
  margin-top: 30px;
}
.vacancy-container .vacancy-form form p {
  margin-bottom: 20px;
}
.vacancy-container .vacancy-form input {
  width: 100%;
}
.vacancy-container .vacancy-form input:not[type=submit] {
  height: 59px;
}
.vacancy-container .vacancy-form input[type=submit] {
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vacancy-container .vacancy-form input[type=submit]:hover {
  border-color: #1B3096;
}
@media screen and (min-width: 992px) {
  .vacancy-container .vacancy-form {
    margin-left: 30px;
  }
}

.vacancy-content {
  margin-bottom: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 40px;
  border: 1px solid rgba(83, 94, 224, 0.25);
}
.vacancy-content span {
  color: #535EE0;
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
}
.vacancy-content .button-primary {
  margin-top: 10px;
}

.vacancy-content-wrap [class*=col-]:first-child .vacancy-content, .vacancy-content-wrap [class*=col-]:nth-child(4n+4) .vacancy-content, .vacancy-content-wrap [class*=col-]:nth-child(4n+5) .vacancy-content {
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);
  border: none;
}

.carrer-page-section {
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .carrer-page-section .section-disc {
    margin-left: 50px;
  }
}
.carrer-page-section .iconbox-container {
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 575px) {
  .carrer-page-section {
    padding-bottom: 40px;
  }
  .carrer-page-section .iconbox-container {
    padding-top: 10px;
  }
}

.iconbox-item-3 {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .iconbox-item-3 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .iconbox-item-3 {
    width: 33.33%;
  }
}
@media screen and (max-width: 575px) {
  .iconbox-item-3 {
    padding: 0;
  }
}

.iconbox-border {
  width: 100%;
}
.iconbox-border .iconbox-icon {
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
  color: #535EE0;
  font-size: 32px;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.iconbox-border .iconbox-icon.primary-bg {
  background-color: #535EE0;
  color: #ffffff;
}
.iconbox-border .iconbox-content {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  border: 3px solid rgba(83, 94, 224, 0.16);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: -moz-calc(100% - 48px);
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  padding: 25px 25px 25px 50px;
  margin-left: -30px;
}
.iconbox-border .iconbox-content h4 {
  margin-bottom: 10px;
}
.iconbox-border .iconbox-content p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
>>> Career detail Page  
----------------------------------------------------------------*/
.career-detail-section .career-detail-inner {
  padding-bottom: 50px;
}
.career-detail-section .job-description {
  background-color: rgba(33, 21, 105, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.career-detail-section .job-description ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 24px 0;
}
.career-detail-section .job-description li {
  color: #ffffff;
  list-style: none;
  display: inline-block;
  padding: 0 8px;
  width: 25%;
  font-size: 13px;
  font-weight: 400;
  border-right: 2px solid rgba(255, 255, 255, 0.28);
}
.career-detail-section .job-description li h4 {
  color: #ffffff;
  margin-bottom: 0;
}
.career-detail-section .job-description li:last-child {
  border-right: none;
}
@media screen and (max-width: 575px) {
  .career-detail-section .job-description li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    padding: 10px 0;
  }
  .career-detail-section .job-description li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  .career-detail-section .career-detail-container {
    padding-left: 20px;
  }
}

/*--------------------------------------------------------------
>>> Gallery Page  
----------------------------------------------------------------*/
.gallery-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .gallery-section {
    margin-bottom: 50px;
  }
}

.gallery-inner-wrap {
  margin: -6px;
}
.gallery-inner-wrap:before, .gallery-inner-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.gallery-inner-wrap .single-gallery {
  width: 33.33%;
  float: left;
  padding: 6px;
}
.gallery-inner-wrap .single-gallery.width-3 {
  width: 66.66%;
}
.gallery-inner-wrap .gallery-img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.gallery-inner-wrap .gallery-img img {
  width: 100%;
}
.gallery-inner-wrap .gallery-img h4 {
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.gallery-inner-wrap .gallery-img a {
  display: block;
  position: relative;
}
.gallery-inner-wrap .gallery-img a:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.gallery-inner-wrap .gallery-img a:hover:before {
  opacity: 1;
}
.gallery-inner-wrap .gallery-img a:hover h4 {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .gallery-inner-wrap {
    margin: -5px;
  }
  .gallery-inner-wrap .single-gallery {
    width: 50%;
    padding: 5px;
  }
}
@media screen and (max-width: 479px) {
  .gallery-inner-wrap .single-gallery {
    width: 100%;
  }
}

/*--------------------------------------------------------------
>>> Team Page  
----------------------------------------------------------------*/
.team-page-section .team-page-inner {
  padding-bottom: 210px;
}
@media screen and (max-width: 575px) {
  .team-page-section .team-page-inner {
    padding-bottom: 150px;
  }
}
.team-page-section .team-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .team-page-section .team-item {
    margin-bottom: 30px;
  }
}
.team-page-section .team-support-details {
  padding-bottom: 100px;
}
.team-page-section .team-support-details .inner-support-outer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding-bottom: 215px;
  padding-top: 115px;
  position: relative;
  z-index: 1;
}
.team-page-section .team-support-details .inner-support-outer * {
  color: #ffffff;
}
.team-page-section .team-support-details .inner-support-outer .title-divider:before {
  background-color: #ffffff;
}
.team-page-section .team-support-details .inner-support-details {
  display: grid;
  grid-template-columns: 40% 60%;
}
.team-page-section .team-support-details .inner-support-details {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.05);
  margin-top: -100px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.team-page-section .team-support-details .inner-support-details .inner-support-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.team-page-section .team-support-details .inner-support-details .inner-support-content {
  padding: 60px 30px 60px 50px;
}
.team-page-section .team-support-details .inner-support-details .inner-support-content h3 {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .team-page-section .team-support-details .inner-support-outer {
    padding-top: 70px;
    padding-bottom: 130px;
  }
  .team-page-section .team-support-details .inner-support-details {
    grid-template-columns: auto;
  }
  .team-page-section .team-support-details .inner-support-details .inner-support-image {
    min-height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .team-page-section .team-support-details {
    padding-bottom: 70px;
  }
  .team-page-section .team-support-details .inner-support-outer {
    padding-bottom: 175px;
  }
  .team-page-section .team-support-details .inner-support-details .inner-support-content {
    padding: 40px 25px;
  }
}
.team-page-section .support-btn-wrap {
  padding-top: 15px;
}
.team-page-section .support-btn-wrap .support-number-icon {
  background-color: #D9D9D9;
  border-radius: 100%;
  color: #535EE0;
  font-size: 35px;
  line-height: 70px;
  height: 70px;
  text-align: center;
  width: 70px;
  margin-right: 10px;
}
.team-page-section .support-btn-wrap .support-number-content h5 {
  margin-bottom: 10px;
}
.team-page-section .support-btn-wrap .support-number-content a {
  color: #535EE0;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 575px) {
  .team-page-section .support-btn-wrap .button-round {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .team-page-section .support-btn-wrap .support-number-icon {
    font-size: 25px;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
  .team-page-section .support-btn-wrap .support-number-content h5 {
    font-size: 14px;
  }
  .team-page-section .support-btn-wrap .support-number-content a {
    font-size: 20px;
  }
}

.team-detail-section .team-inner-detail .team-content {
  padding: 30px 0 30px 30px;
}
.team-detail-section .team-img {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 8px;
}
.team-detail-section .team-img img {
  border-radius: 15px;
}
.team-detail-section .team-content .social-links {
  margin-bottom: 20px;
}
.team-detail-section .team-content .social-links li:first-child {
  margin-left: 0;
}
.team-detail-section .progress-wrapper {
  margin-top: 30px;
}
.team-detail-section .progress-wrapper .progress-inline .progress-title {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .team-detail-section .team-inner-detail .team-content {
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
>>> Testimonial Page  
----------------------------------------------------------------*/
.testimonial-page-section {
  padding-bottom: 60px;
}
.testimonial-page-section .testimonial-item {
  margin-bottom: 30px;
}
.testimonial-page-section [class*=col-]:nth-child(2n+1) .testimonial-item {
  background-position: bottom left;
}
.testimonial-page-section [class*=col-]:nth-of-type(3) .testimonial-item, .testimonial-page-section [class*=col-]:nth-of-type(4) .testimonial-item {
  background-color: #535EE0;
}
.testimonial-page-section [class*=col-]:nth-of-type(3) .testimonial-item *, .testimonial-page-section [class*=col-]:nth-of-type(4) .testimonial-item * {
  color: #ffffff;
}
@media screen and (min-width: 576px) {
  .testimonial-page-section [class*=col-]:nth-child(2n+1) .testimonial-item {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
  }
  .testimonial-page-section [class*=col-]:nth-child(2n+1) .testimonial-item .testimonial-content {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-page-section .row {
    margin: 0 -25px;
  }
  .testimonial-page-section .row [class*=col-] {
    padding: 0 25px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-page-section {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
>>> FAQ Page  
----------------------------------------------------------------*/
.faq-page-container {
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .faq-page-container .faq-content-wrap {
    padding-left: 20px;
  }
}
.faq-page-container .section-head p {
  margin-bottom: 30px;
}

.qsn-form-container {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 40px 40px 20px;
  text-align: center;
  /* Firefox */
}
.qsn-form-container p {
  margin-bottom: 20px;
}
.qsn-form-container form {
  padding-top: 10px;
  text-align: left;
}
.qsn-form-container textarea {
  border: none;
}
.qsn-form-container input {
  border: none;
}
.qsn-form-container input:not([type=submit]) {
  min-height: 59px;
  width: 100%;
}
.qsn-form-container input:not[type=submit] {
  height: 59px;
}
.qsn-form-container input[type=submit] {
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.qsn-form-container input[type=submit]:hover {
  border-color: #1B3096;
}
.qsn-form-container input::-webkit-outer-spin-button,
.qsn-form-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qsn-form-container input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
@media screen and (min-width: 992px) {
  .qsn-form-container {
    margin-left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .qsn-form-container {
    margin-top: 40px;
    padding: 30px;
  }
}

.faq-testimonial .faq-image img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
}
.faq-testimonial .testimonial-content {
  background-color: #535EE0;
  border-radius: 0 15px 15px 15px;
  color: #ffffff;
  margin-right: 25px;
  margin-top: -100px;
  padding: 30px;
  position: relative;
}
.faq-testimonial .testimonial-content i {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1;
}
.faq-testimonial .testimonial-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .faq-testimonial {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------
>>> Search Page  
----------------------------------------------------------------*/
.search-section .post {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.search-section .post .entry-content {
  padding: 25px;
}
.search-section .post .entry-content .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 15px;
}
.search-section .post .entry-content .entry-meta span {
  padding: 0 8px;
  position: relative;
}
.search-section .post .entry-content .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-section .post .entry-content .entry-meta span:last-child:before {
  display: none;
}
.search-section .post .entry-content .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}
.search-section .post .entry-content .entry-meta a:hover, .search-section .post .entry-content .entry-meta a:focus {
  color: #1B3096;
}
.search-section .search-outer-wrap {
  margin-bottom: 80px;
}
.search-section .button-container .button-text {
  color: #535EE0;
  text-transform: uppercase;
}
.search-section .button-container .button-text:hover {
  color: #1B3096;
}
.search-section .content-search-from {
  background-color: #F8FAFF;
  padding-top: 100px;
  padding-bottom: 100px;
}
.search-section .content-search-from h2 {
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
>>> 404 Page  
----------------------------------------------------------------*/
.no-content-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .no-content-section {
    padding-bottom: 70px;
  }
}

.no-content-wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}
.no-content-wrap .title-wrap {
  position: relative;
}
.no-content-wrap span {
  color: rgba(0, 0, 0, 0.1);
  font-size: 300px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1.2;
}
.no-content-wrap h1 {
  font-size: 65px;
  margin-bottom: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  right: 0;
}
.no-content-wrap p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 70px;
}
.no-content-wrap .search-form-wrap {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
}
.no-content-wrap .search-form-wrap .search-form input {
  padding: 0 55px 0 20px;
}
.no-content-wrap .search-form-wrap .search-form button {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 10px 20px;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .no-content-wrap span {
    font-size: 224px;
  }
}
@media screen and (max-width: 575px) {
  .no-content-wrap span {
    font-size: 124px;
  }
  .no-content-wrap h1 {
    font-size: 22px;
  }
  .no-content-wrap p {
    font-size: 16px;
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
>>> Comming soon Page  
----------------------------------------------------------------*/
.comming-soon-section {
  background-color: #535EE0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.comming-soon-section * {
  color: #ffffff;
}
.comming-soon-section .overlay-img {
  background-color: #151515;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.25;
  z-index: -1;
}
.comming-soon-section .comming-soon-wrap {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.comming-soon-section .site-identity {
  text-align: center;
}
.comming-soon-section .site-identity img {
  max-width: 100%;
}
.comming-soon-section .comming-soon-content {
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}
.comming-soon-section .comming-soon-content h2 {
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 30px;
}
.comming-soon-section .comming-soon-content h2:after {
  background-color: #ffffff;
  content: "";
  width: 90px;
  height: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}
.comming-soon-section .time-counter-wrap {
  margin-bottom: 70px;
}
.comming-soon-section .time-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.comming-soon-section .time-counter .counter-time {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 160px;
  margin: 12px;
  padding: 20px 10px;
}
.comming-soon-section .time-counter .counter-time span {
  display: block;
}
.comming-soon-section .time-counter .counter-time [class*=counter-] {
  font-size: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.1;
}
.comming-soon-section .social-icons {
  text-align: center;
}
.comming-soon-section .social-icons ul {
  margin: 0;
  padding: 0;
}
.comming-soon-section .social-icons li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
.comming-soon-section .social-icons a {
  background-color: #535EE0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 15px;
  color: #ffffff;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 34px;
}
.comming-soon-section .social-icons a:hover {
  background-color: #1B3096;
  color: #1B3096;
}
.comming-soon-section .com-contact-info ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.comming-soon-section .com-contact-info ul li {
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
}
.comming-soon-section .com-contact-info ul li:last-child {
  padding-right: 0;
}
.comming-soon-section .com-contact-info ul li:first-child {
  padding-left: 0;
}
.comming-soon-section .com-contact-info ul li [class*=fa-] {
  margin-right: 5px;
}
.comming-soon-section .com-contact-info ul li a {
  color: #fcfcfc;
  display: block;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}
.comming-soon-section .com-contact-info ul li a:hover, .comming-soon-section .com-contact-info ul li a:focus, .comming-soon-section .com-contact-info ul li a:active {
  color: #1B3096;
}
@media screen and (min-width: 1200px) {
  .comming-soon-section {
    height: 100vh;
  }
}
@media screen and (max-width: 1199px) {
  .comming-soon-section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .comming-soon-section .comming-soon-footer {
    text-align: center;
  }
  .comming-soon-section .com-contact-info {
    margin-bottom: 20px;
  }
  .comming-soon-section .time-counter .counter-time [class*=counter-] {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .comming-soon-section .comming-soon-content h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
>>> Contact Page  
----------------------------------------------------------------*/
.contact-form-inner {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contact-form-inner .contact-from-wrap {
    margin-left: 25px;
  }
}

.contact-page-section .section-heading p {
  margin-bottom: 25px;
}
.contact-page-section iframe {
  display: block;
}

.contact-details-list h3 {
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  padding: 12px 28px;
}
.contact-details-list .contact-details {
  border-right: 1px solid rgba(83, 94, 224, 0.14);
}
.contact-details-list .contact-details h4 {
  border-bottom: 4px solid rgba(83, 94, 224, 0.29);
  display: inline-block;
  padding-bottom: 8px;
}
.contact-details-list .contact-details ul {
  margin: 0;
  padding: 0;
}
.contact-details-list .contact-details ul li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
  position: relative;
  padding-left: 24px;
}
.contact-details-list .contact-details ul li:last-child {
  margin-bottom: 0;
}
.contact-details-list .contact-details ul li i {
  color: #535EE0;
  position: absolute;
  left: 0;
  top: 5px;
}
.contact-details-list .toll-feee {
  margin-top: 40px;
}
.contact-details-list .toll-feee ul {
  margin: 0;
  padding: 0;
}
.contact-details-list .toll-feee ul li {
  color: #535EE0;
  border-right: 2px solid #e6e6e6;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1;
}
.contact-details-list .toll-feee ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.contact-details-list .toll-feee ul li a {
  color: #535EE0;
}
.contact-details-list [class*=col-]:last-child .contact-details {
  border-right: none;
}

.contact-from-wrap {
  box-shadow: 0px 10px 25px -15px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 45px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.contact-from-wrap .contact-from p {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.contact-from-wrap .contact-from p:last-child {
  margin-bottom: 0;
}
.contact-from-wrap .contact-from input,
.contact-from-wrap .contact-from textarea {
  border: none;
}
.contact-from-wrap .contact-from input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.contact-from-wrap .contact-from input[type=submit] {
  padding: 15px 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .contact-from-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .contact-from-wrap {
    padding: 40px 20px;
  }
  .contact-from-wrap .contact-from p {
    width: 100%;
  }
}

/*--------------------------------------------------------------
>>> Shop Pages
----------------------------------------------------------------*/
.product-outer-wrap {
  padding-bottom: 70px;
}
.product-outer-wrap .product-notices-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.product-outer-wrap .product-notices-wrapper select, .product-outer-wrap .product-notices-wrapper form {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .product-outer-wrap .product-notices-wrapper p {
    margin-bottom: 0;
  }
  .product-outer-wrap .product-notices-wrapper select, .product-outer-wrap .product-notices-wrapper form {
    width: auto;
  }
}

.product-inner-wrap {
  background-color: #F8F8F8;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .product-inner-wrap {
    margin-bottom: 70px;
    padding-bottom: 70px;
  }
}

.product-toolbar {
  margin-bottom: 60px;
}
.product-toolbar .form-group {
  position: relative;
}
.product-toolbar .form-group i {
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 50px;
  text-align: center;
  right: 0;
  top: 0;
  border-left: 1px solid #e6e6e6;
}
.product-toolbar .form-group input[type=text] {
  padding-right: 55px;
}

.product-item {
  -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 10px 10px 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.product-item .product-image {
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.product-item .product-image a {
  display: block;
  overflow: hidden;
}
.product-item .product-image a img {
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -ms-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  transition: linear 0.4s;
}
.product-item .product-image a:hover img {
  transform: scale(1.2) rotate(5deg);
}
.product-item .product-content {
  padding: 25px;
}
.product-item .product-content h3 {
  margin-bottom: 10px;
}
.product-item .product-content .product-cat a {
  color: #4a4a4a;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}
.product-item .product-content .product-cat a:hover {
  color: #1B3096;
}
.product-item .product-content .product-price {
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  padding: 0 20px;
  color: #535EE0;
}
.product-item .product-content .product-price del {
  color: #787878;
  opacity: 0.5;
}
.product-item .onsale {
  background: #535EE0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  right: 12px;
  padding: 5px 20px;
  display: block;
  position: absolute;
  top: 12px;
  z-index: 3;
}
.product-item .rate-wrap {
  padding: 20px 20px 0;
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-item .button-round {
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 12px 18px;
  text-transform: capitalize;
}
.product-item:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.procduct-rate {
  display: inline-block;
  position: relative;
  font-size: 13px;
  letter-spacing: 3px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .procduct-rate {
    font-size: 12px;
  }
}
.procduct-rate:before {
  color: #ddd;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 6 Pro";
}
.procduct-rate span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
  z-index: 1;
}
.procduct-rate span:before {
  color: #FEBF00;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

/*---------------------------
procduct details css
----------------------------*/
.single-product-item .image-search-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
.single-product-item .image-search-icon a {
  background-color: #ffffff;
  border-radius: 100%;
  color: #383838;
  display: block;
  font-size: 17px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.single-product-item .image-search-icon a:hover {
  background-color: #1B3096;
  color: #ffffff;
}

.product-thumb-nav .single-product-item {
  padding: 10px 5px 0 5px;
}
.product-thumb-nav.slick-slider .slick-prev:before,
.product-thumb-nav.slick-slider .slick-next:before {
  height: 25px;
  width: 25px;
  font-size: 12px;
  line-height: 25px;
}
.product-thumb-nav.slick-slider .slick-prev {
  left: 5px;
}
.product-thumb-nav.slick-slider .slick-next {
  right: 5px;
}

.product-summary .product-price {
  color: #535EE0;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.product-summary .product-price del {
  opacity: 0.5;
  display: inline-block;
}
.product-summary .product-desc {
  border-top: 1px solid #D9D9D9;
  margin-top: 30px;
  padding-top: 25px;
}
.product-summary .cart-item input {
  background-color: #ffffff;
  width: 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 45px;
  font-size: 16px;
  font-weight: 600;
  padding-right: 0;
  text-align: center;
  color: #4a4a4a;
}
.product-summary .cart-item button {
  border: none;
  margin-left: 10px;
  padding: 13px 20px;
}
.product-summary .product-meta {
  border-top: 1px solid #D9D9D9;
  margin-top: 40px;
  padding-top: 30px;
}
.product-summary .product-meta [class*=-detail] {
  margin-bottom: 5px;
}
.product-summary .product-meta strong {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 5px;
}
.product-summary .product-meta a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #383838;
}
.product-summary .product-meta a:hover {
  color: #1B3096;
}
@media screen and (min-width: 992px) {
  .product-summary {
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .product-summary {
    margin-top: 40px;
  }
}

.product-outer-wrap .tab-container {
  margin-top: 0;
}
.product-outer-wrap .tab-container table {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}
.product-outer-wrap .tab-container table th {
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.product-outer-wrap .tab-container table tr:last-child td {
  border-bottom: none;
}
.product-outer-wrap .tab-container table tr:last-child th {
  border-bottom: none;
}
.product-outer-wrap .rate-wrap {
  padding: 0;
}
.product-outer-wrap .comment-area {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .product-outer-wrap .tab-content {
    padding: 0;
  }
}

/*---------------------------
Related product css
----------------------------*/
.related-product {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .related-product {
    margin-top: 40px;
  }
}

.related-title h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 30px;
}

/*---------------------------
product cart css
----------------------------*/
.cart-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .cart-section {
    margin-bottom: 50px;
  }
}

/*---------------------------
product checkout css
----------------------------*/
.checkout-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .checkout-section {
    margin-bottom: 50px;
  }
}

.checkout-field-wrap {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
}
.checkout-field-wrap .coupon-field {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.checkout-field-wrap .coupon-field label {
  display: block;
  margin-bottom: 5px;
}
.checkout-field-wrap .coupon-field label a {
  color: inherit;
}
.checkout-field-wrap .coupon-field .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
.checkout-field-wrap .coupon-field .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: auto;
  height: 48px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.checkout-field-wrap .coupon-field .form-group input[type=submit] {
  line-height: 48px;
  height: 48px;
  padding: 0 30px;
}
.checkout-field-wrap .coupon-field .form-group input {
  margin: 0 10px;
}
@media screen and (max-width: 575px) {
  .checkout-field-wrap {
    padding: 20px;
  }
  .checkout-field-wrap .coupon-field .form-group input[type=submit] {
    margin-top: 15px;
  }
}

.widget-table-summary table tr:last-child td {
  border-bottom: none;
}
.widget-table-summary table td {
  color: #383838;
  border-right: none;
}

.widget-paymet-bank .form-group label {
  margin-bottom: 0;
}
.widget-paymet-bank .form-group .desc {
  padding: 20px;
  font-size: 13px;
  background-color: #efefef;
  margin-top: 15px;
}
.widget-paymet-bank .custom-radio-field img {
  width: 150px;
  margin-top: -5px;
}
.widget-paymet-bank .button-round {
  width: 100%;
  border: none;
  display: block;
  margin-top: 25px;
  text-align: center;
}

#slider-range.ui-widget-content {
  background-color: #e6e6e6;
  border: none;
  height: 6px;
  margin-top: 20px;
}
#slider-range .ui-widget-header {
  background-color: #535EE0;
}
#slider-range .ui-corner-all, #slider-range.ui-widget-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#slider-range.ui-slider-horizontal .ui-slider-handle {
  margin-left: -1px;
  top: -6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.ui-widget-content {
  color: inherit;
}

/*--------------------------------------------------------------
>>> Shop cart
----------------------------------------------------------------*/
.cart-list-inner .table {
  margin-bottom: 60px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #dee2e6;
}
.cart-list-inner .table thead tr th {
  background-color: #f5f5f5;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.cart-list-inner .table tr .cartImage {
  display: block;
  overflow: hidden;
  width: 70px;
  margin-right: 10px;
}
.cart-list-inner .table tr td {
  color: #383838;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  border-right: none;
  border-left: none;
  border-top: none;
  position: relative;
  padding: 20px;
  font-size: 16px;
}
.cart-list-inner .table tr td .close {
  background-color: transparent;
  font-size: 24px;
  float: left;
  border: none;
  padding: 0;
  position: relative;
  top: 15px;
  margin-right: 15px;
}
.cart-list-inner .table tr td.count-input div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-list-inner .table tr td.count-input a {
  color: #383838;
  font-size: 10px;
  display: inline-block;
  border: 1px solid #e4e4e4;
  line-height: 41px;
  height: 41px;
  width: 40px;
  text-align: center;
}
.cart-list-inner .table tr td.count-input a.minus-btn {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.cart-list-inner .table tr td.count-input a.plus-btn {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.cart-list-inner .table tr td input {
  width: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  height: 41px;
  text-align: center;
  color: #223645;
  border-width: 1px 0 1px 0;
  border-color: #e4e4e4;
  border-style: solid;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .cart-list-inner .table {
    display: block;
  }
  .cart-list-inner .table thead, .cart-list-inner .table tbody, .cart-list-inner .table th, .cart-list-inner .table td, .cart-list-inner .table tr {
    display: block;
  }
  .cart-list-inner .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .cart-list-inner .table tr {
    border: 1px solid #e6e6e6;
  }
  .cart-list-inner .table td {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
  }
  .cart-list-inner .table td:before {
    display: block;
    white-space: nowrap;
    content: attr(data-column);
    color: #223645;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
.cart-list-inner .updateArea .input-group-wrap {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}
.cart-list-inner .updateArea .input-group-wrap .form-control {
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea .input-group-wrap .form-control {
    text-align: center;
  }
}
.cart-list-inner .updateArea a {
  padding: 12px 20px;
  font-weight: 400;
}
.cart-list-inner .updateArea a.update-btn {
  float: right;
}
@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea .input-group-wrap {
    width: 100%;
  }
  .cart-list-inner .updateArea .input-group-wrap .form-control {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .cart-list-inner .updateArea a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .cart-list-inner .updateArea a.update-btn {
    float: none;
  }
}
.cart-list-inner .totalAmountArea,
.cart-list-inner .updateArea,
.cart-list-inner .checkBtnArea {
  display: block;
  padding: 20px 30px;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.cart-list-inner .totalAmountArea:before, .cart-list-inner .totalAmountArea:after,
.cart-list-inner .updateArea:before,
.cart-list-inner .updateArea:after,
.cart-list-inner .checkBtnArea:before,
.cart-list-inner .checkBtnArea:after {
  content: "";
  display: block;
  clear: both;
}
.cart-list-inner .updateArea {
  border-top: 1px solid #dee2e6;
}
@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea {
    text-align: center;
  }
}
.cart-list-inner .updateArea .input-group-wrap input {
  height: 42px;
}
@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea a.update-btn {
    float: none;
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea a.update-btn {
    margin-top: 0;
  }
}
.cart-list-inner .totalAmountArea ul {
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}
.cart-list-inner .totalAmountArea ul li {
  margin-bottom: 10px;
}
.cart-list-inner .totalAmountArea ul li strong {
  font-weight: 600;
}
.cart-list-inner .totalAmountArea ul li span {
  width: 108px;
  display: inline-block;
}
.cart-list-inner .totalAmountArea ul li .grandTotal {
  font-weight: 700;
}

.step-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .step-section {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
>>> Cart Pages
----------------------------------------------------------------*/
.cart-list-inner .table {
  margin-bottom: 60px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #dee2e6;
}
.cart-list-inner .table thead tr th {
  background-color: #f5f5f5;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.cart-list-inner .table tr .cartImage {
  display: block;
  overflow: hidden;
  width: 70px;
  margin-right: 10px;
}
.cart-list-inner .table tr td {
  color: #383838;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  border-right: none;
  border-left: none;
  border-top: none;
  position: relative;
  padding: 20px;
  font-size: 16px;
}
.cart-list-inner .table tr td .close {
  background-color: transparent;
  font-size: 24px;
  float: left;
  border: none;
  padding: 0;
  position: relative;
  top: 15px;
  margin-right: 15px;
}
.cart-list-inner .table tr td.count-input div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-list-inner .table tr td.count-input a {
  color: #383838;
  font-size: 10px;
  display: inline-block;
  border: 1px solid #e4e4e4;
  line-height: 41px;
  height: 41px;
  width: 40px;
  text-align: center;
}
.cart-list-inner .table tr td.count-input a.minus-btn {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.cart-list-inner .table tr td.count-input a.plus-btn {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.cart-list-inner .table tr td input {
  width: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  height: 41px;
  text-align: center;
  color: #223645;
  border-width: 1px 0 1px 0;
  border-color: #e4e4e4;
  border-style: solid;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .cart-list-inner .table {
    display: block;
  }
  .cart-list-inner .table thead, .cart-list-inner .table tbody, .cart-list-inner .table th, .cart-list-inner .table td, .cart-list-inner .table tr {
    display: block;
  }
  .cart-list-inner .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .cart-list-inner .table tr {
    border: 1px solid #e6e6e6;
  }
  .cart-list-inner .table td {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
  }
  .cart-list-inner .table td:before {
    display: block;
    white-space: nowrap;
    content: attr(data-column);
    color: #223645;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
.cart-list-inner .updateArea .input-group-wrap {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}
.cart-list-inner .updateArea .input-group-wrap .form-control {
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea .input-group-wrap .form-control {
    text-align: center;
  }
}
.cart-list-inner .updateArea a {
  padding: 12px 20px;
  font-weight: 400;
}
.cart-list-inner .updateArea a.update-btn {
  float: right;
}
@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea .input-group-wrap {
    width: 100%;
  }
  .cart-list-inner .updateArea .input-group-wrap .form-control {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .cart-list-inner .updateArea a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .cart-list-inner .updateArea a.update-btn {
    float: none;
  }
}
.cart-list-inner .totalAmountArea,
.cart-list-inner .updateArea,
.cart-list-inner .checkBtnArea {
  display: block;
  padding: 20px 30px;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.cart-list-inner .totalAmountArea:before, .cart-list-inner .totalAmountArea:after,
.cart-list-inner .updateArea:before,
.cart-list-inner .updateArea:after,
.cart-list-inner .checkBtnArea:before,
.cart-list-inner .checkBtnArea:after {
  content: "";
  display: block;
  clear: both;
}
.cart-list-inner .updateArea {
  border-top: 1px solid #dee2e6;
}
@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea {
    text-align: center;
  }
}
.cart-list-inner .updateArea .input-group-wrap input {
  height: 42px;
}
@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea a.update-btn {
    float: none;
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea a.update-btn {
    margin-top: 0;
  }
}
.cart-list-inner .totalAmountArea ul {
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}
.cart-list-inner .totalAmountArea ul li {
  margin-bottom: 10px;
}
.cart-list-inner .totalAmountArea ul li strong {
  font-weight: 600;
}
.cart-list-inner .totalAmountArea ul li span {
  width: 108px;
  display: inline-block;
}
.cart-list-inner .totalAmountArea ul li .grandTotal {
  font-weight: 700;
}

.step-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .step-section {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
>>> Callback
----------------------------------------------------------------*/
.callback-inner {
  padding-top: 110px;
  padding-bottom: 110px;
}
.callback-inner .callback-img {
  padding: 55px;
  position: relative;
  z-index: 1;
}
.callback-inner .callback-img:before {
  background-image: url(assets/images/banner-background.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: -1;
}
.callback-inner img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.callback-inner .circle-progressbar {
  padding: 0 10px;
}
.callback-inner .circle-progressbar .circle-bar {
  background-color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  display: block;
  padding: 30px 25px;
}
.callback-inner .circle-progressbar .circle-bar .circle-number {
  line-height: 13rem;
}
@media screen and (min-width: 1200px) {
  .callback-inner .row {
    margin: 0 -25px;
  }
  .callback-inner .row [class*=col-] {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .callback-inner .callback-img {
    margin-top: 40px;
  }
  .callback-inner img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .callback-inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .callback-inner .circle-progressbar-wrap {
    margin-top: 40px;
  }
  .callback-inner .circle-progressbar {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .callback-inner .circle-progressbar .circle-bar .circle-number {
    font-size: 14px;
    line-height: 10rem;
  }
}

/*--------------------------------------------------------------
>>> Service Pages
----------------------------------------------------------------*/
.service-page-inner {
  padding-top: 60px;
}
.service-page-inner .service-icon-box {
  border: 3px solid rgba(83, 94, 224, 0.16);
  border-radius: 15px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center;
  margin-bottom: 100px;
}
.service-page-inner .service-icon-box .service-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.service-page-inner .service-icon-box .service-icon {
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  height: 112px;
  width: 112px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -80px;
  margin-bottom: 20px;
}
.service-page-inner .service-icon-box .service-icon i {
  color: #535EE0;
  font-size: 44px;
}
@media screen and (min-width: 992px) {
  .service-page-inner .row {
    margin: 0 -15px;
  }
  .service-page-inner .row [class*=col-] {
    padding: 0 15px;
  }
}

.service-page-section .callback-inner {
  padding: 0;
}
.service-page-section .callback-inner .callback-content-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.service-page-section .callback-inner .callback-img {
  padding: 0;
}
.service-page-section .callback-inner img {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.service-page-section .subscribe-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page-section .subscribe-form input[type=email] {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .service-page-section .callback-inner .callback-content-wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .service-page-section .subscribe-form input[type=email] {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .service-page-section .subscribe-form button {
    width: 100%;
    text-align: center;
  }
}

.service-detail-section {
  padding-bottom: 100px;
}
.service-detail-section .service-inner-detail h2 {
  margin-bottom: 20px;
}
.service-detail-section .service-inner-detail .service-detail-list {
  margin-bottom: 25px;
}
.service-detail-section .service-inner-detail .service-detail-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.service-detail-section .service-inner-detail .service-detail-list ul li {
  list-style: none;
  width: 50%;
  margin-bottom: 8px;
}
.service-detail-section .service-inner-detail .service-detail-list ul li i {
  color: #535EE0;
  margin-right: 5px;
}
@media screen and (max-width: 575px) {
  .service-detail-section .service-inner-detail .service-detail-list ul li {
    width: 100%;
  }
}
.service-detail-section .service-img {
  margin-bottom: 30px;
}
.service-detail-section .service-img img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .service-detail-section {
    padding-bottom: 70px;
  }
}

.gallery-slider .slick-slide {
  margin: 0 10px;
}
.gallery-slider .slick-list {
  margin: 0 -10px;
}
.gallery-slider .slick-list img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

/*--------------------------------------------------------------
>>> Compatibility  
----------------------------------------------------------------*/
.widget {
  margin-bottom: 30px;
}
.widget a {
  display: block;
}
.widget .widget-title {
  margin-bottom: 35px;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
}
.widget ul li a {
  color: #383838;
}
.widget ul li a:hover {
  color: #1B3096;
}
.widget.author_widget {
  text-align: center;
}
.widget.author_widget .profile .avatar {
  margin-bottom: 30px;
}
.widget.author_widget .profile .avatar a {
  display: block;
  position: relative;
  overflow: hidden;
}
.widget.author_widget .profile .avatar a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: none;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.widget.author_widget .profile .avatar a:hover:before, .widget.author_widget .profile .avatar a:focus:before, .widget.author_widget .profile .avatar a:active:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
  display: block;
}
.widget.author_widget .name-title {
  margin-bottom: 20px;
}
.widget.author_widget .text-content p:last-child {
  margin-bottom: 0;
}
.widget.author_widget .socialgroup {
  margin-top: 25px;
}
.widget.author_widget .socialgroup ul {
  margin: 0;
}
.widget.author_widget .socialgroup ul li {
  list-style: none;
  border-bottom: none;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}
.widget.author_widget .socialgroup ul li a {
  color: #535EE0;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 3px 8px;
  border: 1px solid #535EE0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.author_widget .socialgroup ul li a:hover, .widget.author_widget .socialgroup ul li a:focus, .widget.author_widget .socialgroup ul li a:active {
  border-color: #1B3096;
  color: #1B3096;
}
.widget.author_widget .profile .avatar {
  width: 150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #fff;
}
.widget.author_widget .profile .avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.widget.author_widget .widget-content.text-center .profile .avatar {
  margin-left: auto;
  margin-right: auto;
}
.widget.author_widget .widget-content.text-right .profile .avatar {
  margin-left: auto;
}
.widget.widget-post-thumb li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.widget.widget-post-thumb li:before, .widget.widget-post-thumb li:after {
  content: "";
  display: block;
  clear: both;
}
.widget.widget-post-thumb li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget.widget-post-thumb li a {
  color: inherit;
}
.widget.widget-post-thumb .post-thumb {
  width: 100px;
  float: left;
  position: relative;
}
.widget.widget-post-thumb .post-thumb img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.widget.widget-post-thumb .post-content {
  float: right;
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}
.widget.widget-post-thumb .post-content h5 {
  font-weight: 600;
  margin-bottom: 5px;
}
.widget.widget-post-thumb .post-content p {
  margin-bottom: 0;
  font-size: 14px;
}
.widget.widget-post-thumb .post-content .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}
.widget.widget-post-thumb .post-content .entry-meta span {
  padding: 0 8px;
  position: relative;
}
.widget.widget-post-thumb .post-content .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.widget.widget-post-thumb .post-content .entry-meta span:last-child:before {
  display: none;
}
.widget.widget-post-thumb .post-content .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}
.widget.widget-post-thumb .post-content .entry-meta a:hover, .widget.widget-post-thumb .post-content .entry-meta a:focus {
  color: #1B3096;
}
.widget.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.widget.widget_tag_cloud .tagcloud a {
  background-color: #F6F6F6;
  color: #383838;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 15px;
  margin: 5px;
  text-align: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #1B3096;
  color: #ffffff;
}
.widget.widget_recent_post li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(135, 135, 135, 0.3);
}
.widget.widget_recent_post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget.widget_recent_post li a {
  color: inherit;
}
.widget.widget_recent_post li h5 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.widget.widget_recent_post li .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}
.widget.widget_recent_post li .entry-meta span {
  padding: 0 8px;
  position: relative;
}
.widget.widget_recent_post li .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.widget.widget_recent_post li .entry-meta span:last-child:before {
  display: none;
}
.widget.widget_recent_post li .entry-meta a {
  color: #CCC;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}
.widget.widget_recent_post li .entry-meta a:hover, .widget.widget_recent_post li .entry-meta a:focus {
  color: #1B3096;
}
.widget .gallery,
.widget .insta-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}
.widget .gallery .gallery-item,
.widget .insta-gallery .gallery-item {
  padding: 8px;
}
.widget .gallery .gallery-item a,
.widget .insta-gallery .gallery-item a {
  display: block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.widget .gallery .gallery-item a:before,
.widget .insta-gallery .gallery-item a:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.widget .gallery .gallery-item a:hover:before, .widget .gallery .gallery-item a:focus:before, .widget .gallery .gallery-item a:active:before,
.widget .insta-gallery .gallery-item a:hover:before,
.widget .insta-gallery .gallery-item a:focus:before,
.widget .insta-gallery .gallery-item a:active:before {
  opacity: 1;
}
.widget .gallery.gallery-colum-3 .gallery-item,
.widget .insta-gallery.gallery-colum-3 .gallery-item {
  width: 33.33%;
}
.widget.widget_social {
  margin-top: 20px;
}
.widget.widget_social .social-icon {
  width: 50%;
}
.widget.widget_category ul li {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #888888;
  text-align: right;
}
.widget.widget_category ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_category ul li a {
  float: left;
}
.widget.search_widget {
  position: relative;
}
.widget.search_widget input {
  width: 100%;
  padding: 0 55px 0 10px;
}
.widget.search_widget button {
  background-color: #535EE0;
  color: #ffffff;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  border: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 18px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.widget.search_widget button:hover {
  background-color: #1B3096;
}
.widget.widget_social ul {
  margin: -2px;
}
.widget.widget_social ul li {
  display: inline-block;
  margin: 2px;
}
.widget.widget_social ul li a {
  border: 1px solid #e6e6e6;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.widget_social ul li a:hover {
  background-color: #1B3096;
  border-color: #1B3096;
  color: #ffffff;
}
.widget.widget_text {
  background-color: rgba(83, 94, 224, 0.3);
  border-radius: 15px;
  padding: 40px 30px 30px;
}
.widget.widget_newslatter .newslatter-form {
  margin-top: 24px;
}
.widget.widget_newslatter .newslatter-form input {
  width: 100%;
  margin-bottom: 15px;
}
.widget.widget_newslatter .newslatter-form [type=submit] {
  padding: 17px 30px;
  margin-bottom: 0;
}
.widget.widget-product-thumb li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget.widget-product-thumb li:before, .widget.widget-product-thumb li:after {
  content: "";
  display: block;
  clear: both;
}
.widget.widget-product-thumb li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget.widget-product-thumb li a {
  color: inherit;
}
.widget.widget-product-thumb .product-thumb {
  width: 80px;
  float: left;
  position: relative;
}
.widget.widget-product-thumb .product-thumb img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.widget.widget-product-thumb .product-content {
  float: right;
  padding-left: 20px;
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
.widget.widget-product-thumb .product-content h5 {
  color: #151515;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
.widget.widget-product-thumb .product-content .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}
.widget.widget-product-thumb .product-content .entry-meta span {
  padding: 0 8px;
  position: relative;
}
.widget.widget-product-thumb .product-content .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.widget.widget-product-thumb .product-content .entry-meta span:last-child:before {
  display: none;
}
.widget.widget-product-thumb .product-content .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}
.widget.widget-product-thumb .product-content .entry-meta a:hover, .widget.widget-product-thumb .product-content .entry-meta a:focus {
  color: #1B3096;
}
.widget.widget_category_product_thumb ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.widget.widget_category_product_thumb li {
  padding: 5px;
}
.widget.widget_category_product_thumb li .product-thumb {
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.widget.widget_category_product_thumb li .product-thumb a {
  display: block;
  position: relative;
}
.widget.widget_category_product_thumb li .product-thumb a:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.widget.widget_category_product_thumb li .product-thumb a:hover:before, .widget.widget_category_product_thumb li .product-thumb a:focus:before, .widget.widget_category_product_thumb li .product-thumb a:active:before {
  opacity: 1;
}
.widget.widget_category_product_thumb li .product-content h5 {
  margin-bottom: 0;
  display: inline-block;
  color: #151515;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.widget.widget_category_product_thumb li .product-content .count {
  color: #535EE0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.widget.widget_category_product_thumb.colum-3 li {
  width: 33.33%;
}

.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget .widget-title {
  border: 1px solid #535EE0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #535EE0;
  font-family: "Poppins", sans-serif;
  display: table;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget-map iframe {
  height: 280px;
}
.sidebar .widget-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sidebar .widget-bg-image:before {
  background-color: #151515;
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sidebar .widget-bg-image * {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .sidebar .widget-bg-image h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
  }
}
.sidebar .information-content {
  margin-bottom: 50px;
  padding: 50px 30px;
}
.sidebar .information-content .button-round {
  margin-top: 20px;
  display: inline-block;
}
.sidebar .widget-bg.icon-list-content {
  background-color: rgba(83, 94, 224, 0.8);
}
.sidebar .widget-bg.icon-list-content ul {
  padding: 0;
  margin: 0;
}
.sidebar .widget-bg.icon-list-content ul li {
  list-style: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
}
.sidebar .widget-bg.icon-list-content ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget-bg.icon-list-content ul li i {
  color: #ffffff;
  margin-right: 10px;
  font-size: 18px;
}
.sidebar .widget-bg.icon-list-content ul li a {
  color: #ffffff;
  line-height: 1.3;
  font-weight: 600;
}
.sidebar .widget-bg.icon-list-content ul li a:hover {
  color: #1B3096;
}
.sidebar .widget-detail li {
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 15px;
}
.sidebar .widget-detail li:last-child {
  margin-bottom: 0;
}
.sidebar .widget-detail li h5 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 600;
}
.sidebar .widget-detail li span {
  color: #535EE0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.sidebar .widget-from p {
  margin-bottom: 20px;
}
.sidebar .widget-from input:not([type=submit]) {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar .widget-bg {
  background-color: #F8F8F8;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 50px;
  padding: 30px;
}
.sidebar .widget-bg .bg-title {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin-bottom: 25px;
}
.sidebar .widget-bg .bg-title.primary-bg {
  background-color: #535EE0;
  color: #ffffff;
}
.sidebar .sidebar-list ul {
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-list li {
  list-style: none;
  margin-bottom: 8px;
}
.sidebar .sidebar-list li i {
  color: #1B3096;
  margin-right: 10px;
  font-size: 14px;
}
.sidebar .faq-widget .accordion .card button {
  font-size: 15px;
  font-weight: 600;
  padding: 18px;
  text-transform: capitalize;
}
.sidebar .widget-icon {
  background-color: #535EE0;
  border-radius: 100%;
  color: #ffffff;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.sidebar .or-style {
  color: #535EE0;
  display: table;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 20px;
}
.sidebar .or-style:before, .sidebar .or-style:after {
  background-color: #d1d1d1;
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  display: inline-block;
}
.sidebar .or-style:before {
  left: 0;
}
.sidebar .or-style:after {
  right: 0;
}
.sidebar .upload-widget .button-primary {
  margin-top: 20px;
}
.sidebar .sidebar-download a {
  margin-top: 15px;
}
.sidebar .sidebar-download a i {
  margin-left: 5px;
}
.sidebar .video-widget {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: -40px;
}
.sidebar .video-widget iframe {
  display: block;
}
.sidebar .widget-service {
  padding-top: 70px;
}
.sidebar .widget-service ul {
  margin: 0;
  padding: 0;
}
.sidebar .widget-service ul li {
  list-style: none;
}
.sidebar .widget-service li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(221, 221, 221, 0.36);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar .widget-service li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget-service li .service-icon {
  background-color: #535EE0;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 32px;
  line-height: 75px;
  height: 75px;
  text-align: center;
  width: 75px;
}
.sidebar .widget-service li .service-content {
  width: -moz-calc(100% - 75px);
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px);
  padding-left: 20px;
}
.sidebar .widget-service li .service-content h4 {
  margin-bottom: 8px;
}
.sidebar .widget-service li .service-content p {
  font-size: 14px;
}
.sidebar .widget-form p {
  margin-bottom: 20px;
}
.sidebar .widget-form p:last-child {
  margin-bottom: 0;
}
.sidebar .widget-form input {
  width: 100%;
}
.sidebar .widget-form input:not([type=submit]) {
  background-color: #ffffff;
  border: none;
}
.sidebar .widget-form textarea {
  background-color: #ffffff;
  border: none;
}
.sidebar .widget-form [type=submit] {
  background-color: transparent;
  border: 1px solid #535EE0;
  color: #535EE0;
}
.sidebar .widget-form [type=submit]:hover {
  background-color: #1B3096;
  border-color: #1B3096;
  color: #ffffff;
}

/*# sourceMappingURL=style.css.map */
