html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap');

:root{
    --main-color:#ef4b0f;
    --sec-color:#122c9d;
}


body {
  margin: 0;
  font-family: 'Lato', sans-serif !important;

}

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



small {
  font-size: 80%;
}



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: #383838;
  background-color: #ffffff;
  font-family: 'DM Sans', 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 {
  margin: 0 0 15px;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 28px;
  color: #757783;
}

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-style: italic;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}

blockquote p,
pre p {
  margin-bottom: 0;
}

blockquote {
  background-color: transparent;
  border-left: none;
  color: #009ccf;
  margin: 40px 0;
  text-align: center;
  position: relative;
  padding: 30px;
}

blockquote:before {
  background-color: #fff;
  color: #333333;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  float: left;
  margin-right: 20px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -10px;
  padding: 0 10px;
  z-index: 9;
}

blockquote:after {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  content: "";
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  width: 200px;
}

blockquote p {
  font-size: 28px;
  line-height: 1.4;
}

blockquote cite {
  color: #8d8d8d;
  display: block;
  font-style: normal;
  font-size: 13px;
}

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

mark,
ins {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

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 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12px;
}

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }
}

/*-------------------------------------------------------------- # Lists --------------------------------------------------------------*/
ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

/*-------------------------------------------------------------- # Links --------------------------------------------------------------*/
a {
  color: unset;
  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: unset !important;
  text-decoration: none;
  outline: 0;
}

a:visited {
  text-decoration: none;
  outline: 0;
}

.section-padding {
  padding: 50px 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: 1300px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.section-heading {
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.section-heading h5 {
  color: #F56960;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
}

.section-heading p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading .dash-style {
  /*padding-left: 80px;
 */
  position: relative;
}

/*.section-heading .dash-style:before {
  background-color: #F56960;
  content: "";
  height: 2px;
  width: 70px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
}
*/
.section-heading .dash-style:after {
  background-color: #F56960;
  content: "";
  height: 2px;
  width: 70px;
  margin-left: 15px;
  position: absolute;
  top: 50%;
}

.title-icon-divider {
  color: #009ccf;
  line-height: 1;
  position: relative;
  margin-top: 25px;
}

.title-icon-divider:before,
.title-icon-divider:after {
  content: "....";
  display: inline-block;
  font-size: 37px;
  line-height: 0;
  letter-spacing: 3px;
}

.title-icon-divider [class*=fa-] {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.title-icon-divider~p {
  margin-top: 30px;
}

.title-icon-divider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.text-center .title-icon-divider {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.section-heading-white {
  color: #ffffff;
}

.section-heading-white .dash-style {
  color: #ffffff;
}

.section-heading-white .dash-style:before {
  background-color: #ffffff;
}

.section-heading-white h2,
.section-heading-white p {
  color: #ffffff;
}

.section-heading-white .title-icon-divider {
  color: #ffffff;
}

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

input[type=text],
input[type=email] {
  height: 48px;
}

input[type=text],
input[type=email],
textarea {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 0 10px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: #F56960;
  outline: 0;
}

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

select {
  border: 1px solid #d9d9d9;
  color: #383838;
  height: 48px;
  padding: 0 30px 0 10px;
}

select option {
  padding: 8px;
}

select:focus {
  outline: none;
}

form label {
  font-weight: normal;
}

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  padding: 0 55px 0 10px;
}

.search-form button {
  background-color: #F56960;
  color: #ffffff;
  font-size: 15px;
  border: none;
  position: absolute;
  right: 4px;
  top: 3px;
  padding: 13px;
  -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: #2C75BA;
}

.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%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.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: #F56960;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  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: #F56960;
}

.form-group label input:checked~.custom-checkbox:before {
  opacity: 1;
}

.custom-radio-field {
  position: relative;
  padding-left: 30px;
}

.custom-radio-field .radio-field {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 2px;
}

.custom-radio-field .radio-field:before {
  background-color: #999;
  border-radius: 100%;
  content: "\f00c";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  font-weight: 900;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  line-height: 19px;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  -ms-transition: all 0.3s linear 0.1s;
  -o-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
}

.custom-radio-field input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -9;
}

.custom-radio-field input:checked~.radio-field:before {
  opacity: 1;
}

.trip-date-input {
  position: relative;
}

.trip-date-input i {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

/*-------------------------------------------------------------- >>> button ----------------------------------------------------------------*/
.outline-primary,
.outline-round,
.button-primary,
.button-round,
.button-secondary {
  font-size: 15px;
  line-height: 1.3;
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid var(--main-color);
}

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

  .outline-primary,
  .outline-round,
  .button-primary,
  .button-round,
  .button-secondary {
    font-size: 14px;
    padding: 10px 20px;
  }
}

input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background-color: #F56960;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 30px;
  font-weight: 600;
  -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: #2C75BA;
}

.button-primary,
.button-round {
  background-color: transparent;
  color: var(--main-color);
}

.button-main {
  background-color: var(--main-color);
  color: #fff !important;
  letter-spacing: 3px;
}

.button-secondary {
  background-color: #009ccf;
}

.button-primary,
.button-round,
.button-secondary {
  border: 2px solid var(--main-color);
  color: var(--main-color);
  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-primary:hover,
.button-primary:focus,
.button-primary:active,
.button-round:hover,
.button-round:focus,
.button-round:active,
.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  background-color: var(--main-color);
  color: #ffffff !important;
}

.outline-primary,
.outline-round {
  background-color: transparent;
  border: 2px solid #292929;
  padding: 13px 30px;
  color: #292929;
  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-primary:hover,
.outline-primary:focus,
.outline-primary:active,
.outline-round:hover,
.outline-round:focus,
.outline-round:active {
  background-color: #2C75BA;
  border-color: #2C75BA;
  color: #ffffff;
}

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

.button-text {
  color: #009ccf;
  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: var(--main-color) !important;
}

/*-------------------------------------------------------------- >>> Default ----------------------------------------------------------------*/
.white-bg {
  background-color: #ffffff;
}

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

.primary-bg {
  background-color: #F56960;
}

.secondary-bg {
  background-color: #009ccf;
}

.pl-20 {
  padding-left: 20px;
}

.pr-40 {
  padding-right: 40px;
}

.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: 70px;
}

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

.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: #F56960;
  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 a:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  -moz-filter: saturate(1.5) brightness(1.2);
  -ms-filter: saturate(1.5) brightness(1.2);
  -o-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}

.social-icon-wrap .social-icon [class*=fa-] {
  width: 40px;
  text-align: center;
}

.social-icon-wrap .social-icon span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.12)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
  padding: 10px 15px;
}

.social-icon-wrap .social-facebook a {
  background-color: #3b5998;
}

.social-icon-wrap .social-pinterest a {
  background-color: #bd081c;
}

.social-icon-wrap .social-whatsapp a {
  background-color: #DB3F16;
}

.social-icon-wrap .social-linkedin a {
  background-color: #0077b5;
}

.social-icon-wrap .social-twitter a {
  background-color: #1da1f2;
}

.social-icon-wrap .social-google a {
  background-color: #dd4b39;
}

.to-top-icon {
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 20px;
  display: none;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  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: #2C75BA;
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  .to-top-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    right: 10px;
    bottom: 10px;
  }
}

/*-------------------------------------------------------------- >>> Main Header ----------------------------------------------------------------*/
.site-header {
  position: relative;
}

.site-header .black-logo {
  display: none;
}

.header-primary {
  left: 0;
  right: 0;
  /* position: absolute; */
  width: 100%;
  top: 0;
  z-index: 9999;
}

/*--- top header css start ---*/
.top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #3e3e3e;
  position: relative;
}

.top-header:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background-color: var(--main-color);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.header-contact-info {
  color: #fafafa;
  padding: 11px 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 15px;
}

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

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

.header-social a:hover,
.header-social a:focus {
  color: #2C75BA;
}

@media screen and (max-width: 991px) {
  .header-social {
    padding: 10px 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;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: 10px;
}

.header-search-icon .search-icon {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  height: 100%;
  padding: 0 15px;
  width: 100%;
}

.header-search-icon .search-icon:hover,
.header-search-icon .search-icon:focus {
  outline: none;
  color: #2C75BA;
}

/*--- 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 {
  -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;
  height: 66px;
}

.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: 110px;
  }
 
}

/*-------------------------------------------------------------- >>> Main Header Menu ----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .bottom-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 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;
  }
}

.main-navigation .navigation>ul>li {
  display: inline-block;
  padding: 0 18px;
}

.main-navigation ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul>li.menu-item-has-children>a:after {
  content: "\f0d7";
}

.main-navigation ul>li:last-child {
  border-bottom: none;
}

.main-navigation ul>li:last-child:before {
  display: none;
}

.main-navigation ul>li>a {
  color: var(--sec-color);
  display: inline-block;
  font-size: 16px;
  padding: 25px 0;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}

.main-navigation ul>li:hover>ul,
.main-navigation ul>li:focus>ul,
.main-navigation ul>li:active>ul {
  display: block;
}

.main-navigation ul>li:hover>a,
.main-navigation ul>li:focus>a,
.main-navigation ul>li:active>a {
  color: #F56960;
}

.main-navigation ul>li:hover>a:after,
.main-navigation ul>li:focus>a:after,
.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);
}

.main-navigation ul ul {
  background: #ffffff;
  border-top: 4px solid var(--main-color);
  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;
}

.main-navigation ul ul li {
  border-bottom: 1px solid #DDD;
  position: relative;
  display: block;
}

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

.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:focus,
.main-navigation ul ul li a:active {
  padding-left: 30px;
  color: #F56960;
}

.main-navigation ul ul li>ul {
  left: 100%;
  top: 0;
}

.main-navigation ul ul li.menu-item-has-children>a:after {
  content: "\f0da";
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li:focus>ul,
.main-navigation ul ul li:active>ul {
  display: block;
  top: -3px;
}

.main-navigation ul ul li:hover a:after,
.main-navigation ul ul li:focus a:after,
.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);
}

.main-navigation ul li {
  position: relative;
  color: #2d2d2d;
}

.main-navigation ul li:last-child ul,
.main-navigation ul li:nth-last-child(2) ul {
  /* left : auto;
  */
  right: 0;
}

.main-navigation ul li:last-child ul ul,
.main-navigation ul li:nth-last-child(2) ul ul {
  right: 100%;
}

.main-navigation ul li.menu-item-has-children>a {
  position: relative;
  color: var(--main-color) !important;
}

.main-navigation ul li.menu-item-has-children>a:after {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  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;
}

.main-navigation ul li.menu-item-has-children li:hover>a,
.main-navigation ul li.menu-item-has-children li:focus>a {
  background-color: var(--main-color);
  color: #ffffff !important;
}

.main-navigation ul li.current-menu-item>a,
.main-navigation ul li.current-menu-parent>a {
  color: #F56960;
}

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

.header-btn a {
  padding: 9px 30px;
}

@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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #292929;
  border: none;
  width: 100%;
  height: 42px;
  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: #2C75BA;
}

.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 {
  background-color: #fff;
  width: 100%;
  transition: all .3s ease;
  position: relative;
}
.header-sticky{
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  animation: smoothScroll .5s forwards;
}
@keyframes smoothScroll {
  0% {
      transform: translateY(-80px);
  }
  100% {
      transform: translateY(0px);
  }
}

@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;
  }
  .event-wrappers{
      width:70%;
      margin-inline:auto;
  }

  .fixed-header .bottom-header .white-logo {
    display: none;
  }

  .fixed-header .bottom-header .black-logo {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .fixed-header .bottom-header {
    background-color: transparent;
    position: relative;
  }
}

.fixed-header .main-navigation .navigation>ul>li>a {
  color: #009ccf;
  padding: 22px 0;
}

.fixed-header .main-navigation .navigation>ul>li>a:before {
  background-color: #234499;
}

.fixed-header .header-icons .icon-item a {
  color: #009ccf;
}

.fixed-header .header-icons .icon-item a:hover {
  color: #2C75BA;
}

@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;
  float: none;
  padding: 6px 0;
  width: fit-content;
    right: 5%;
    top: 17px;
    position: absolute;

}

.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;
  padding-left: 10px;
}

.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: #2C75BA;
  -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: var(--sec-color);
  box-shadow: none;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 3px;
  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: var(--sec-color);
  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 slider section ----------------------------------------------------------------*/
.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 5 Free";
  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: #2C75BA;
  color: #ffffff;
}

.slick-dots {
  list-style: none;
  margin: 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: #009ccf;
}

.slick-dots li.slick-active button {
  background-color: #009ccf;
}

.home-slider .slick-dots {
  bottom: 100px;
}

.home-slider .slick-arrow {
  -webkit-transition: linear 0.6s;
  -moz-transition: linear 0.6s;
  -ms-transition: linear 0.6s;
  -o-transition: linear 0.6s;
  transition: linear 0.6s;
  opacity: 0;
}

.home-slider .slick-arrow:before {
  font-size: 15px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.home-slider .slick-prev {
  left: -100px;
}

.home-slider .slick-next {
  right: -100px;
}

.home-slider:hover .slick-arrow {
  opacity: 1;
}

.home-slider:hover .slick-prev {
  left: 15px;
}

.home-slider:hover .slick-next {
  right: 15px;
}

@media screen and (max-width: 575px) {
  .home-slider .slick-arrow:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
  }
}

.home-slider {
  position: relative;
  overflow: hidden;
}

.home-slider .home-banner-items .banner-content-wrap {
  padding-bottom: 200px;
}

.home-slider .banner-content {
  text-align: center;
  max-width: 55%;
}

.banner-inner-wrap {
  -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;
  bottom: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.home-banner-items {
  position: relative;
}

.home-banner-items .banner-content-wrap {
  padding-bottom: 140px;
  padding-top: 230px;
}

.home-banner-items .banner-content {
  position: relative;
  z-index: 1;
  margin-top: 172px;
}

.home-banner-items .banner-content .banner-title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 30px;
    position: absolute;
    text-shadow: 0 3px #737373;
}
.home-banner-items .banner-content p {
  color: #ffffff;
  margin-bottom: 45px;
  text-shadow: 0 1px 2px #000
}

.home-banner-items .banner-content .slider-button {
  margin-left: -10px;
  margin-right: -10px;
}

.home-banner-items .banner-content .slider-button a {
  margin: 10px;
}

.home-banner-items .overlay {
  background-color: rgb(0 0 0 / 30%);
}

@media screen and (max-width: 991px) {
  .home-banner-items .banner-content .banner-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .home-banner-items .banner-content .banner-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 575px) {
  .home-banner-items .banner-content-wrap {
    padding: 106px 0 40px 0 ;
  }

  .home-banner-items .banner-content {
    max-width: 100%;
  }

  .home-banner-items .banner-content .banner-title {
    font-size: 32px;
  }
  .home-slider .home-banner-items .banner-content-wrap {
    padding-bottom: 110px;
  }
}

.home-banner-section {
  padding-bottom: 100px;
}

@media screen and (max-width: 575px) {
  .home-banner-section {
    padding-bottom: 60px;
  }

  .home-banner-section .banner-content-wrap {
    padding-bottom: 60px;
  }

  .home-banner-section .banner-content-wrap .slider-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;
  }

  .home-banner-section .banner-content-wrap .slider-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;
  }
}

/* About us Section */
.about-us {
  position: relative;
  background: #f6f9fc;
}

.about-us .heading-section {
  margin: 0 auto;
}

.about-us .heading-section h2 {
  font-size: 32px;
  font-weight: 700;
  width: 85%;
}
.about-inner-wrapper img{
  float: right;
}
.sub-head {
  font-size: 21px;
}

.heading-section h2 span {
  color: var(--main-color);
}

.head-img {
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
}

.green-btn {
  background-color: #DB3F16;
}

.about-img {
  padding: 0 20px;
}

.about-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}

.notice-wrapper {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  margin-top: -380px;
  border-radius: 15px;
  width: 22rem;
}

.notice-head {
  background-color: var(--sec-color);
  color: #fff;
  padding: 20px;
}

.notice-list ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 20px;
}

.notice-list ul li {
  margin-bottom: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.notice-list ul li:last-child {
  border-bottom: none;
}

.notice-list ul li h4 {
  color: #747272;
  margin-top: 8px;
  font-weight: 400;
  font-size: 1rem;
}

.notice-list ul li h4:hover {
  color: #DB3F16;
}

.pro-wrapper {
  margin-top: 140px;
}

.pro-box {
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  padding: 20px 30px;
  text-align: center;
  border-bottom: 3px solid var(--main-color);
  background-color: #fff;
  transition: all 0.5s ease;
  cursor: pointer;
}

.pro-wrapper .col-md-4:nth-child(odd) .pro-box {
  border-bottom: 3px solid #DB3F16;
}

/* .pro-box:hover .pro-img {
  animation: upd 1.5s infinite;
}

@keyframes upd {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

} */

.pro-box h2 {
  font-size: 22px;
  color: #333333;
  line-height: 24px;
  margin: 30px 0;
  font-weight: 700;
  text-transform: uppercase;
}

.pro-img {
    margin: 0 auto;
    margin-top: -93px;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    width: 60px;
    border-radius: 50%;
    border: 2px dashed var(--main-color);
}

.pro-wrapper .col-md-4:nth-child(odd) .pro-img {
  border: 2px dashed #DB3F16;
}

.pro-img i {
font-size:30px;
color:var(--main-color);
}

.newsletter {
  /* background-image: url(./assets/images/travel/bg11.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -340px;
  background-color: #F8FAF9;
  padding: 180px 30px 100px 30px;
  margin-top: -100px;
}

.newsletter-wrapper h3 {
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
}

input[type=text],
input[type=email],
textarea {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 46px;
  height: 40px;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border-radius: 50px;
  border-left: none;
  background-color: var(--main-color);
  color: #fff;
}

/* desk css */
.desck {
  padding-top: 115px;
  background-color: #fbfbfb;
}

.principle-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius:15px;

}
.principle-img{
  position: relative;
  z-index: 1;
}
.p-img-left{
  position: absolute;
  content: "";
  height: 95px;
  width: 83px;
  top: -4%;
  left: -7%;
  border-radius: 15px;
  background-color: var(--main-color);
  z-index: -1;
}
.p-img-left::before {
  content: url(./assets/images/dot.png);
  position: absolute;
  top: 72%;
  left: 0.3rem;
}

.desck-wrapper {
    background-color: #fff;
    padding: 44px;
    height: 35rem;
    position: relative;
    left: -6%;
    bottom: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 3px solid var(--main-color);
    border-top: 3px solid var(--main-color);
    border-radius: 50px;
}

.desck-wrapper h2 {
  font-size: 32px;
  color: var(--main-color);

}

.desck-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-height: 33px;
}

.desck-detail {
  margin-top: 80px;
}

.desck-detail .desck-wrapper p {
  text-overflow: unset;
  display: block;
}
.desck-detail .desck-wrapper{
  height: unset;
  position: unset;
}

/* Courses css */
.course {
  background-image: url(./assets/images/travel/blackbg.jpg);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: cover;
}

.course .heading-section {
  color: #fff;
}

.course-wrapper {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding-bottom: 20px;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  transition: transform .5s ease;
}

.course-wrapper:hover {
  transform: translateY(-15px);
}

.course-wrapper img {
  height: 275px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.course-desc {
  padding: 20px 20px 0 20px;
}

.course-desc h3 {
  font-size: 24px;
  color: #333333;
  font-size: 25px;
}

.desc-co {
  padding: 0 20px;
  color: var(--main-color);
}

.heading-section h2 {
  font-size: 33px;
  font-weight: 700;
}
.course-slider{
  position: relative;
}
.course-slider.owl-carousel .owl-nav{
  position: absolute;
  right: 0;
  top: -16%;
}
.course-slider.owl-carousel .owl-nav .owl-next{
  background-color: #1da1f2;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-left: 3px;
}
.course-slider.owl-carousel .owl-nav .owl-prev{
  background-color: #1da1f2;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
button:focus {
  outline: none !important;
}

/* Event */
.event {
  background-color: #f6f9fc;
}

.event-box {
  margin-bottom: 20px;
  /*display: inline-block;*/
}

.event-left h2 {
  font-size: 40px;
  color: #333333;
  line-height: 44px;
}
.event-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.event-left p {
  padding: 30px 0;
}

.event-box img {
  position: relative;
  border-radius: 8px;
  height: 230px;
  width: 100%;
  object-fit: cover;
}

.event-title {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  padding-right: 11px;
  margin-right: 20px;
  text-align: center;
  box-shadow: 0 0 5px 0px #c9c9c9;
}
.event-title strong{
  background-color: var(--sec-color);
  color: #fff;
  padding: 15px;
  margin-right: 1px;
}

.event-title h4 {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-left:10px;
}

.event-time {
  color: var(--main-color);
}


/* Article css */

.article-box {
  transition: transform .5s ease;
  margin-bottom: 30px;
}

.article-box:hover {
  transform: translateY(-15px);
}

.article-box img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  border-radius:10px;
}


.article-time {
  position: relative;
  margin-top: -20px;
  background-color: #fff;
  color: #fff;
  width: 125px;
  text-align: center;
  border-radius: 15px;
  margin-left: 12px;
  padding: 6px 0;
}

.inner-time {
  background: var(--main-color);
  padding: 6px 14px;
  border-radius: 15px;
}

.article-desc {
  position: absolute;
  bottom: 0;
  padding: 5px 5px 3px 25px;
}

.article-desc h3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.article-img{
  position: relative;
}
.article-img::before{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius:7px;
}

.article-sec img{
  height: 350px;
  object-fit: cover;
  border-radius:10px;
}
.article-int{
  background-color: #fff;
  padding: 20px 20px 75px 20px;
  position: relative;
  z-index: -1;
}
.article-head{
  font-size: 22px;
  font-weight: 600;
}
.article-para{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.article{
  /*background-color: #f6f9fc;*/
}
.article-sec{
  border-radius: 15px;
  box-shadow: 0 2px 6px #efefef;
  background-image: url('./assets/images/shape.svg');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;

}
.article-slider{
  position: relative;
}
.article-slider.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
 
}
.article-slider.owl-carousel .owl-nav button.owl-next{
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: grid;
  place-items: center;
  padding: 0!important;
  font: inherit;
  background-color: #009ccf;
  position: absolute;
  top: 30%;
  right: -5%;
}
.article-slider.owl-carousel .owl-nav button.owl-prev{
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: grid;
  place-items: center;
  padding: 0!important;
  font: inherit;
  background-color: #009ccf;
  position: absolute;
  top: 30%;
  left: -5%;
}
.article-detail{
  background-color: #f6f9fc;
  /* margin-top: 8rem; */
}
.article-detail-box{
  width: 65%;
  margin-inline: auto;
}
.article-detail-box p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.s-stats-row{
  background-color: var(--sec-color);
  border-radius: 15px;
  padding: 30px 0;
}
.stat-card{
  text-align: center;
}
.stat-card h2{
  color: #e5e5e5;
  font-size: 32px;
  font-weight: 600;
  margin-top: 10px;
}

.stat-card h4{
  color: #e5e5e5;
  font-size: 22px;
}


/* footer */
.site-footer {
  background-color: #383838;
  padding-top: 80px;
}

.site-footer .top-footer {
  padding-bottom: 55px;
}
.site-footer .top-footer .textwidget .site-title {
    width: 130px;
    /* height: 120px; */
    /* border-radius: 50%; */
    /* background-color: #fff; */
    display: grid;
    place-items: center;
    margin-bottom: 15px;
    padding: 0 10px;
}
.site-footer .top-footer .textwidget .site-title img{
    height:80px;
    object-fit:contain;
}

.site-footer .award-img {
  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;
  margin-top: 15px;
}

.site-footer .award-img a {
  width: 50%;
}

.site-footer .award-img a:first-child {
  margin-right: 10px;
}

.site-footer .buttom-footer {
  background-color: #404040;
  padding: 5px 0;
}

.site-footer .copy-right {
  color: #ffffff;
}

.site-footer .copy-right a {
  color: #ffffff;
}

.site-footer .copy-right a:hover {
  color: #2C75BA;
}

.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: #ffffff;
  font-size: 15px;
}

.site-footer .footer-menu ul li a:hover,
.site-footer .footer-menu ul li a:focus {
  color: #2C75BA;
}

.top-footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.top-footer ul li {
  margin-bottom: 18px;
}

@media screen and (max-width: 575px) {
  .site-footer {
    padding-top: 50px;
  }

  .site-footer .top-footer {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .site-footer .footer-menu {
    text-align: center !important;
    margin-bottom: 15px;
  }

  .site-footer .footer-logo {
    margin-bottom: 15px;
  }

  .site-footer .copy-right {
    text-align: center !important;
  }
}

.footer-primary .widget {
  color: #e0e0e0;
}

.footer-primary .widget .widget-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 18px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.footer-primary .widget .widget-title:before {
  background-color: #DB3F16;
  content: "";
  height: 18px;
  width: 3px;
  margin-right: 10px;
}

.footer-primary .widget ul li a {
  color: #ffffff;
}

.footer-primary .widget ul li a:hover,
.footer-primary .widget ul li a:focus,
.footer-primary .widget ul li a:active {
  color: #2C75BA;
}

@media screen and (max-width: 991px) {
  .footer-primary .widget {
    margin-bottom: 30px;
  }
}

/* work css */


.work-box {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

.work-img {
  background-color: #DB3F16;
  border-radius: 50%;
  height: 125px;
  width: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.work-img img {
  height: 70px;
  width: 70px;
  object-fit: contain;
}

.work-body h3 {
  font-size: 24px;
  font-weight: 700;
}

.work-wrapper .col-md-4:nth-child(1) .work-img {
  background-color: #FF6582;
}

.work-wrapper .col-md-4:nth-child(2) .work-img {
  background-color: #9BCE41;
}

.work-wrapper .col-md-4:nth-child(3) .work-img {
  background-color: #7CBDF5;
}

.work-wrapper .col-md-4:nth-child(4) .work-img {
  background-color: #E35FDE;
}

.work-wrapper .col-md-4:nth-child(5) .work-img {
  background-color: #FAB360;
}

.work-wrapper .col-md-4:nth-child(6) .work-img {
  background-color: #FA6096;
}

.breadcrumb-section {
  /* margin-top: 135px; */
  background-image: url(./assets/images/breadcrumb.jpg);
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0 !important;
  margin-bottom: 0 !important;
  list-style: none;
  background-color: transparent !important;
  border-radius: 0.25rem;
  justify-content: space-between;
  align-items: center;
}

.breadcrumb-link {
  display: flex;
  align-items: center;
}

.breadcrumb-title h2 {
  color: #fff;
}

.breadcrumb-item {
  color: #fff !important;
}

/* contact css */

.contact-left {
  background-color: var(--sec-color);
  padding: 50px 120px;
  color: #fff;
  min-height: 100%;
}

.contact-list {
  display: flex;
  align-items: center;
}

.contact-icon {
  height: 65px;
  width: 65px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon i {
  color: #2E91FC;
  font-size: 25px;
}

.contact-info h3 {
  font-size: 18px;
  font-weight: 400;
}

.contact-left p {
  color: #fff;
}

.contact-left .teacher-social {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 50px;
}

.contact-right {
  background-color: #fff;
  padding: 50px 120px 50px 50px;
}

.bg {
  background-color: #f6f9fc;
}

.contact-field .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 30px !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* blog-detail */
.related-news .media img{
  width: 30%;
  height: 75px;
}
.related-news{
  background-color: #fff;
  padding: 20px;
  position: sticky;
  top: 100px;
}
.related-news .media{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  align-items: center;
}
.related-news .media:last-child{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-detail .blog-detail-wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.blog-detail-img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.blog-detail-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
}

.blog-detail-info i {
  color: #DB3F16;
  font-size: 18px;
  margin-right: 10px;
}

.blog-detail-info h3 {
  font-size: 17px;
  margin-bottom: 0;
  color: #878787;
  font-weight: 400;
}

.blog-name {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

/* teacher css */
.teacher-wrapper {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 15px;
}

.teacher .col-lg-3:last-child .teacher-wrapper {
  margin-bottom: 0;
}

.teacher-wrapper:hover {
  transform: translateY(-15px);
}

.teacher-img img {
  height: 355px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.teacher-info {
  padding: 10px 20px;
  text-align: center;
}

.teacher-name span {
  color: #DB3F16;
}

.teacher-social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.social-box {
  background-color: #E5E5E5;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #383838;
  transition: all 0.3s ease;
}

.social-box i {
  font-size: 21px;
}

.social-box:hover {
  background-color: #DB3F16;
  color: #FFF;
}

.teacher-name h3 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}

/* gallery css */
.gallery .article-desc h3 {
  line-height: 29px;
  color: #000;
}
.gallery .article-desc{
  position: unset;
}

.gallery .article-box {
  height: 100%;
}

.gallery [class*="col-lg-3"] {
  margin-bottom: 30px;
}

.gallery .col-lg-3:last-child {
  margin-bottom: 0;
}

.gallery-box {
  margin-bottom: 30px;
  transition: transform .2s ease;
}

.gallery-box:hover {
  transform: translateY(-8px);
}

.gallery-all .col-lg-3:last-child .gallery-box {
  margin-bottom: 0;
}

/* notice css */
.notice-box {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  transition: transform .3s ease;
}

.notice .col-lg-3:last-child .notice-box {
  margin-bottom: 0;
}

.notice-box:hover {
  transform: translateY(-15px);
}

.notice-info {
  padding: 20px;
  padding-top: 0;
  text-align: center;
}

.notice-btn {
  color: var(--main-color);
}

.notice-img {
  height: 75px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: grid;
  place-items: center;
}

.notice-detail-wrapper img {
  height: 38rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.course-detail .notice-wrapper{
  position: sticky;
  top: 100px;
}
.notice-img i {
  font-size: 35px;
  color: var(--main-color);
}

/* testimonial css */
.testimonial{
  background-color: #f6f9fc;
}
.testi-list {
  display: flex;
  background-color: #fff;
  margin: 30px 0;
  box-shadow: 0 3px 6px #d5d5d5;
}
.testi-img{
  width: 85%;
}
.testi-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.testi-content {
  padding: 37px;
  padding-bottom: 0;
}

.testi-slider{
  position: relative;
}

.testi-slider.owl-carousel .owl-nav{
  display: block;
}
.testi-slider.owl-carousel .owl-nav .owl-next{
  position: absolute;
  top: 42%;
  right:-2%;
  background-color: #1da1f2;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.testi-slider.owl-carousel .owl-nav .owl-prev{
  position: absolute;
  top: 42%;
  left:-2%;
  background-color: #1da1f2;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}
.testimonial_part {
  overflow: hidden;
}



.testimonial_part .testimonial_inner {
  overflow: hidden;
}

.testimonial_part .testimonial_slider {
  margin: 20px 5px;
}

.testimonial_part .testimonial_slider_text {
  padding: 25px;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(12, 46, 96, 0.1);
  position: relative;
  z-index: 1;
  overflow-wrap: break-word;
}

.testimonial_part .testimonial_slider_text:after {
  position: absolute;
  right: 16%;
  top: 59px;
  width: 148px;
  height: 124px;
  background-image: url(../img/quote.png);
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonial_part .owl-dots {
  text-align: center;
  padding-top: 67px;
  margin-left: -26%;
  line-height: 0px;
}

.testimonial_part .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #d7d7d7;
  margin: 0 10px;
}

.testimonial_part .owl-dots button.owl-dot.active {
  background-color: var(--main-color);
  width: 17px;
  border-radius: 50px;
}

.testimonial_part .owl-dots button.owl-dot:focus {
  outline: none;
}

.testimonial_part .testimonial_slider p {
  font-size: 15px;
  font-style: italic;
}

.testimonial_part h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial_part h5 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #888888;
}
 .owl-next,  .owl-prev {
    background: var(--main-color) !important;
    height: 32px;
    width: 38px;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    margin-right: 4px;
}

.testimonial_inner .owl-nav{
    margin-left:45px;
} 


.academic_form {
    font-size: 18px;
    color: #333;
    padding-top: 50px;
}

.academic_bar {
    width: 65%;
    margin-inline: auto;
}

.academic_form h2{
    font-size:30px;
}
.testimonial_slider_img img{
    height:76px;
    width:auto !important;
}

.alumni-wrapper{
    background:#fff;
    padding:15px;
}
/* resposivness */
@media (max-width: 576px) {
  .section-padding{
    padding: 30px 0;
  }
.notice-wrapper{
  width:100%;
  margin-top:16px;
}
.pro-wrapper{
  margin-top: 99px;
}
.pro .col-md-3:not(:last-child) .pro-box {
    margin-bottom: 95px;
}

.s-stats{
    padding:40px 0;
}

.about-img{
    padding:0;
}
.newsletter{
  padding: 20px;
}
.desck-wrapper{
  position: unset;
}
.course-wrapper{
  margin-bottom: 30px;
}
.course .col-lg-3:last-child .course-wrapper{
  margin-bottom: 0;
}
.event-right{
  margin-top: 20px;
}
.article-box{
  margin-bottom: 30px;
}
.article .col-md-6:last-child .article-box{
  margin-bottom: 0;
}
.site-identity img{
  height: 100%;
}
.contact-left{
  padding: 15px 20px;
}
.contact-right{
  padding: 15px 20px;
}
.about-img img {
  margin-top: 7px;
}
.principle-img img {
  height: 240px;
}
.desck-wrapper {
  padding: 20px;
  height: 100%;
  justify-content: unset;
}
.notice-detail-wrapper img {
  height: 21rem;
}
.breadcrumb{
  padding: 1.7rem 0 !important;
}
.blog-detail-img img {
  height: 250px;
}
  .about-us .heading-section h2{
width: 100%;
  }
  .stat-card h4{
    font-size: 16px;
  }
  .stat-card h2{
    font-size: 18px;
  }
  .pro-wrapper .col-md-4:last-child .pro-box{
    margin-bottom: 0;
  }
   .article-detail-box{
    width: 100%;
  }
  .home-slider .banner-content{
    width: 100%;
  }
  .home-banner-items .banner-content {
    position: relative;
    z-index: 1;
    margin-top: 40px;
}
}


@media (min-width: 576px) and (max-width: 767.98px) {
.section-padding {
    padding: 20px 0;
  }
.notice-wrapper {
    width: 100%;
    margin-top: 16px;
  }

  .pro-wrapper {
    margin-top: 99px;
  }

  .pro-box {
    margin-bottom: 95px;
  }

  .newsletter {
    padding: 20px;
  }

  .desck-wrapper {
    position: unset;
  }

  .course-wrapper {
    margin-bottom: 30px;
  }

  .event-right {
    margin-top: 20px;
  }

  .article-box {
    margin-bottom: 30px;
  }
  /* .site-identity img{
    height: 100%;
  } */
  .contact-left {
    padding: 15px 20px;
  }

  .contact-right {
    padding: 15px 20px;
  }
  .about-img img{
    margin-top: 7px;
  }
  .principle-img img{
    height: 240px;
  }
  .desck-wrapper {
    padding: 20px;
    height: 100%;
    justify-content: unset;
  }
  .notice-detail-wrapper img{
    height: 21rem;
  }
  .breadcrumb {
    padding: 1.7rem 0 !important;
  }
  .blog-detail-img img{
    height: 250px;
  }
  .about-us .heading-section h2{
    width: 100%;
  }
  .article-detail-box{
    width: 100%;
  }
    .home-slider .banner-content{
    max-width: 100%;
  }
}


@media(max-width:992px){
    .header-contact-info ul{
        display:flex;
        align-items:center;
    }
    
    .header-contact-info ul li{
        display:flex;
        align-items:center;
    }
    
    .notice-wrapper {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
     margin-top: 20px; 
    border-radius: 15px;
     width: 100%; 
}
.home-slider .banner-content{
    max-width:100%;
}

.home-banner-items .banner-content{
    margin-top:90px;
}

.desck-wrapper{
    position:unset;
}
.top-header:before {
    width:92%;
}


}

@media(min-width:767px){
    .about-inner-wrapper{
        width:70%;
    }
}
.notice-head h3 {
    margin-bottom: 0;
}
div#servicesSliderWrap i.fa {
    font-size: 12px;
}

