/* TABLE OF CONTENTS  */
/* ------------
1 . General,
2 . Navbar,
3 . Banner,
4 . Links,
5 . News,
6 . Courses,
7 . Gallery,
8 . Testimonial,
9. Footer,
------------ */

/* =============================== General Start ===============================*/

@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: rgb(12, 12, 165);
  --bs-secondary: rgb(7, 7, 63);
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 12, 12, 165;
  --bs-secondary-rgb: 7, 7, 63;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #050542;
  --bs-secondary-text-emphasis: #030319;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #ceceed;
  --bs-secondary-bg-subtle: #cdcdd9;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9e9edb;
  --bs-secondary-border-subtle: #9c9cb2;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(12, 12, 165);
  --bs-link-color-rgb: 12, 12, 165;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a0a84;
  --bs-link-hover-color-rgb: 10, 10, 132;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(12, 12, 165, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  /*colors from default */
  --color-primary: rgb(12,12,165);
  --color-secondary: rgb(7,7,63);
  --color-headline: #1d1d21;
  --color-bluer: #88690380;
  --color-light: #666;
  --color-white: #fff;

  --primary-font: "PT Serif", serif;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6d6dc9;
  --bs-secondary-text-emphasis: #6a6a8c;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #020221;
  --bs-secondary-bg-subtle: #01010d;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #070763;
  --bs-secondary-border-subtle: #040426;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6d6dc9;
  --bs-link-hover-color: #8a8ad4;
  --bs-link-color-rgb: 109, 109, 201;
  --bs-link-hover-color-rgb: 138, 138, 212;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
  /*colors from default */
  --color-primary: rgb(12,12,165);
  --color-secondary: rgb(7,7,63);
  --color-headline: #1d1d21;
  --color-bluer: #88690380;
  --color-light: #666;
  --color-white: #fff;

  --primary-font: "PT Serif", serif;
}

body {
  font-family: var(--primary-font);
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
/*customization with the top*/
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(12, 12, 165);
  --bs-btn-border-color: rgb(12, 12, 165);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0a0a8c;
  --bs-btn-hover-border-color: #0a0a84;
  --bs-btn-focus-shadow-rgb: 48, 48, 179;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a0a84;
  --bs-btn-active-border-color: #09097c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(12, 12, 165);
  --bs-btn-disabled-border-color: rgb(12, 12, 165);
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(7, 7, 63);
  --bs-btn-border-color: rgb(7, 7, 63);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #060636;
  --bs-btn-hover-border-color: #060632;
  --bs-btn-focus-shadow-rgb: 44, 44, 92;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #060632;
  --bs-btn-active-border-color: #05052f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(7, 7, 63);
  --bs-btn-disabled-border-color: rgb(7, 7, 63);
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}


section{
    .img_ban{
      background-size: cover; 
      background-repeat: no-repeat; 
      box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);

    }
  }
  .edu_purecounter{
    font-size: 48px;
    display: block; 
    font-weight: 700;
    color: White;
  }
 .edu_purecounter2{
    font-size: 30px;
    display: block; 
    font-weight: 400;
    color: white;
  }

/*end of customization*/

a {
  text-decoration: none !important;
}

ul {
  padding: 0 !important;
}

ul li {
  list-style: none;
} 


.menuzord a {
  font-family: "PT Serif", serif;
}

.font-raleway {
  font-family: "PT Serif", serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
a,
p,
small {
  font-family: "PT Serif", serif;
}
small {
  font-size: 11px !important;
}
.scroll-to-top {
    position: fixed;
    bottom: 60px;
    right: 30px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 35%;
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
}

.scroll-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0;
}

/* 1 .=============================== General End ===============================*/

/* 1 .=============================== Navbar End ===============================*/

  .fixed-top {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
.navbar{
  background-color: var(--color-primary);
}
.dropdown_wrapper{
  background-color: var(--color-primary) !important;
}
.dropdown_wrapper li a{
    color: var(--color-white) !important;
}
.dropdown_wrapper li a:hover{
  background-color: var(--color-secondary) !important;
}



.navbar-nav .nav-link {
  font-weight: 500;
  color: var(--color-white) !important;
}

.login_btn a {
  background-color: var(--color-secondary);
  font-weight: 500;
  padding: 10px 28px;
  align-self: center;
  font-family: var(--primary-font);
  color: var(--color-white) !important;
}

.login_btn a:hover {
  background-color: var(--color-secondary);
  transition: all 0.3s ease-in-out;
  color: var(--color-white) !important;
}

.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: 0.5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--color-white);
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.middle-bar {
  margin-top: 0px;
}

.navbar-toggler .top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
  margin-top: -20px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  width: 70%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 20px;
  transform: rotate(0deg);
}

/* =============================== Navbar End ===============================*/
/* =============================== banner carousel Start ===============================*/

/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
/*indicator arrow background*/
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 50px;
  display: inline-block;
  width: 4rem !important;
  height: 4rem !important;
  background-repeat: no-repeat;
  background-position: 50% !important;
  background-size: 50% 50% !important;
}
.h_100{
  height: 100%;
}

.caption_text {
  background-color: var(--color-bluer);
  font-size: 43px;
  border-left: 5px solid var(--color-secondary);
}
.caption_carousel {
  right: 0 !important;
  left: 0 !important;
}
.caption_text2 {
  background-color: var(--color-bluer);
  font-size: 63px;
}

/* =============================== banner carousel End ===============================*/
/* =============================== Links  Start ===============================*/
.section_title {
  position: relative;
}
.section_title h2 span::after {
  background-color: #212529;
  content: " ";
  height: 4px;
  left: 0;
  position: absolute;
  top: 95px;
  width: 6%;
}
.section_title h2 span {
  font-size: 32px;
  font-weight: 700;
  color: #212529;
}
.section_title h2 {
  font-size: 32px;
  font-weight: 400;
  color: #cca76f;
}
.icon-box {
  box-shadow: none;
  border-radius: 5px;
  transition: 0.4s;
}

.icon-box:hover {
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.14);
}
.icon-box .icon {
  border-radius: 4px;
}
.icon img {
  top: 15px;
  left: 12px;
}
.icon_bg a {
  display: block;
  margin-right: 0.5rem;
  width: 73px;
  height: 73px;
  border-left: 3px solid var(--color-primary);
  background: var(--color-secondary);
}
.icon_title a {
  color: var(--color-headline);
  transition: 0.4s;
}
.icon_title a:hover {
  color: var(--color-light) !important;
  transition: 0.4s;
}
/* =============================== Links  End ===============================*/
/* =============================== News slide Start ===============================*/
.heading h2{
    font-size: 32px;
  font-weight: 700;
  color: #212529;
}
    .service-block .content {
      position: relative;
    }
    .news_slider, .testimonial_slider{
      overflow-x: hidden !important;
    }
    .slick-initialized { overflow: hidden !important; }

    .service-block .content h4::after {
      background-color: var(--color-primary);
      content: " ";
      height: 2px;
      left: 20px;
      position: absolute;
      top: 95px;
      width: 50px;
    }

    .service-block .content h4 {
      font-size: 18px;
      height: 90px;
    }

    .service-block .content p {
      font-size: 14px;
    }

    .service-block .content {
      border: 1px solid #eeeeee;
      padding: 12px 20px 20px;
      border-radius: 0px 0px 6px 6px;
      /* box-shadow: none; */
      transition: 0.4s;
    }

    .service-block .content:hover {
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24) !important;
      background-color: var(--color-secondary) !important;
      color: var(--color-white);
    }
    .content a{
            background: var(--color-secondary);
      color: var(--color-white);
    }
            .service-block:hover  .content a{
      background: var(--color-primary);
      color: var(--color-white);
    }

/* =============================== News slide End ===============================*/
/* =============================== Courses Start ===============================*/

    .Course_card,
    .box-cont {
      box-shadow: none;
      transition: 0.4s;
    }

    .Course_card:hover {
      box-shadow: 8px 8px 15px rgba(0, 0, 0, 12.24);
    }

    .box-cont:hover {
      border-radius:0 0 6px 6px;
      background-color: var(--color-secondary);
      color: var(--color-white);
    }

    .box-cont a {
      background: var(--color-secondary);
      color: var(--color-white);
    }
        .box-cont:hover a {
      background: var(--color-primary);
      color: var(--color-white);
    }

/* =============================== Courses End ===============================*/
/* =============================== gellary Start ===============================*/

    .tz-gallery .row>div {
      padding: 2px;
    }


    .tz-gallery .lightbox img {
      width: 100%;
      border-radius: 0;
      position: relative;
    }

    .tz-gallery .lightbox img:before {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -13px;
      margin-left: -13px;
      opacity: 0;
      color: #fff;
      font-size: 26px;
      font-family: 'Glyphicons Halflings';
      content: '\e003';
      pointer-events: none;
      z-index: 9000;
      transition: 0.4s;
    }


    .tz-gallery .lightbox img:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-color: rgba(46, 132, 206, 0.7);
      content: '';
      transition: 0.4s;
    }

    .tz-gallery .lightbox:hover:after,
    .tz-gallery .lightbox:hover:before {
      opacity: 1;
    }

    .baguetteBox-button {
      background-color: transparent !important;
    }

    @media(max-width: 768px) {
      body {
        padding: 0;
      }
    }

/* =============================== gellary End ===============================*/
/* ============================== FAQ Start ============================== */
.accordion__btn,
.accordion__body {
    background-color: var(--color-white) !important;
    color: var(--color-headline);
    font-size: 20px;
        font-family: var(--primary-font) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../icons/minus.svg") !important;
    transform: rotate(80deg);
}

.accordion-button::after {
    background-image: url("../icons/plus.svg") !important;
        transform: rotate(0deg);
}
.accordion-button:not(.collapsed) {
    color: var(--color-headline) !important;
  }

.accordion__btn:focus {
    color: var(--color-headline);
    box-shadow: none !important;
}

/* ============================== FAQ End ============================== */
/* ============================== Footer Start ============================== */
.footer-wave {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}

.footer-wave {
    text-align: left;
    overflow: hidden;
    position: relative;
    z-index: 12;
    width: 100%;
}

.footer-area .wave-decoration {
    position: absolute;
    top: 1px;
    z-index: 5;
    pointer-events: none;
    width: 2000px;
    left: 50%;
    margin: 0 0 0 -1000px;
    height: 129px;
}

.footer .wave-decoration {
    z-index: 10;
}

.footer {
    background: var(--color-primary);
    padding-top: 80px;
    padding-bottom: 40px;
}

.single_footer h4 {
    color: var(--color-white);
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: var(--color-white);
    margin-top: 20px;
}
.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li a {
    color: var(--color-white);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
}
.single_footer ul li a:hover { 
   text-decoration: underline !important;
  }

.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}
.subscribe__input {
background-color: var(--color-white);
border:none;
border-radius: 5px;
color: var(--color-headline);
display: block;
font-size: 15px;
font-weight: 500;
height: 60px;
letter-spacing: 0.4px;
margin: 0;
padding: 0 150px 0 20px;
text-align: center;
text-transform: capitalize;
width: 100%;
}


.subscribe__btn {
background-color: transparent;
border-radius: 0 25px 25px 0;
color: var(--color-primary);
cursor: pointer;
display: block;
font-size: 20px;
height: 60px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.subscribe__btn i{transition: all 0.3s ease 0s;}
@media only screen and (max-width:768px) { 

}

.subscribe__btn:hover i{
    color:var(--color-headline);
}
button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}


.social_profile {margin-top:40px;}


.social_profile ul li a {
    text-align: center;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
}

.social_profile ul li a:hover{
background:var(--color-secondary);
border: 1px solid var(--color-secondary);
border:0px;
}
.copyright {
    margin-top: 70px;
    padding-top: 40px;
    color:var(--color-white);
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.4);
    text-align: center;
}

/* ============================== Footer End ============================== */


/* Resposive */
@media only screen and (max-width: 991px) {
.caption_text {
  font-size: 27px;
}

.caption_text2 {
  font-size: 45px;
}
}
@media only screen and (max-width: 767px) {
.caption_text {
  font-size: 20px;
}

.caption_text2 {
  font-size: 34px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1.5rem !important;
  height: 1.5rem !important;
  background-size: 30% 30% !important;
}
.h_100 {
    height: 80%!important;
}
.single_footer{margin-bottom:30px;}
.subscribe__input{padding: 0 50px 0 20px;}
.subscribe__btn{right:0px;}

.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width: 499px) {
.caption_text {
  font-size: 12px;
}

.caption_text2 {
  font-size: 12px;
}
.h_100 {
    height: 65%!important;
}
.social_profile ul li a{
    width:40px;
    height:40px;
    line-height:40px;
}
}