/* 

TemplateMo 562 Space Dynamic

https://templatemo.com/tm-562-space-dynamic

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/*loader*/
/*===========Fancy loader==========*/
.fancy_loader {
    font-size: 15px;
    color: var(--bg-blue);
}

.fancy_loader{
    display: flex;
    z-index: 800;
    position: fixed;
    justify-content: center;
    align-items: center;
    bottom: 2rem;
    right: 2rem;
    background: var(--filter);
    border-radius: var(--border-radius-half);
    width: 175px;
    height: 35px;
}
.fancy_loader div{
    background: linear-gradient(to bottom, #d53a9d, #743ad5);
    width: 4px;
    border-radius: var(--border-radius-2);
    height: 8px;
    margin-left: 5px;
    animation: fancy_loader .6s infinite;
}
.fancy_loader p{
    margin-left: 5px;
    font-size: 16px ;
    font-weight: 800;
    color: var(--white);
}

@keyframes fancy_loader {
    50% {
        height: 23px;
        background: linear-gradient(to bottom, #743ad5, #d53a9d);
    }
}

.fancy_loader div:nth-child(1){
    animation-delay: -0.30s;
}

.fancy_loader div:nth-child(2){
    animation-delay: -0.15s;
}

.fancy_loader div:nth-child(3){
    animation-delay: 0s;
}
.fancy_loader div:nth-child(4){
    animation-delay: .2s;
}
/*loader*/
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #eee;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #1f2667;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #eee;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

::selection {
  background: #6c49fe;
  color: #fff;
}

::-moz-selection {
  background: #6c49fe;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #1f2667;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #6c49fe;
}

.section-heading h2 span {
  background: #1f2667;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-blue-button a {
  display: inline-block;
  background-color: #6c49fe;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: hsl(252deg 99% 64%);
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 10px;
  /*letter-spacing: 0.25px;*/
}

.main-red-button a{
  background-color: rgb(255 135 0);
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #3871b6;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.error_wrap{
  position: sticky;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 720;
  width: 100%;
  min-height: 6vh;
  background-color: var(--danger);
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 800;
  line-height: 16px;
  color: white;
  overflow: hidden;
}
.success_wrap{
  position: sticky;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 720;
  width: 100%;
  min-height: 6vh;
  background-color: var(--success);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  color: white;
  overflow: hidden;
}
.err_header{
    position: fixed;
    display: flex;
    text-align: center;
    top: 10vh;
    right: 1rem;
    padding: 1rem;
    background: red;
    min-width: 300px;
    max-width: 320px;
    transition: .5s ease-in-out;
    border-radius: 1rem;
    z-index: 1020;
    color: white;
    box-shadow: 0px 15px 28px -2px rgba(0,0,0,0.42);
    -webkit-box-shadow: 0px 15px 28px -2px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 15px 28px -2px rgba(0,0,0,0.42);
}
.suc_header{
    position: fixed;
    display: flex;
    text-align: center;
    top: 10vh;
    right: 1rem;
    padding: 1rem;
    background: white;
    min-width: 300px;
    max-width: 320px;
    transition: .5s ease-in-out;
    border-radius: 1rem;
    z-index: 1020;
    color: #000;
    box-shadow: 0px 15px 28px -2px rgba(0,0,0,0.42);
    -webkit-box-shadow: 0px 15px 28px -2px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 15px 28px -2px rgba(0,0,0,0.42);
}
.pend_header{
    position: fixed;
    display: flex;
    text-align: center;
    top: 10vh;
    right: 2rem;
    padding: 1rem;
    background: #000;/*rgba(54, 162, 235, 0.6);*/
    min-width: 300px;
    max-width: 400px;
    transition: .5s ease-in-out;
    border-radius: 1rem;
    z-index: 700;
    color: white;
    box-shadow: 0px 15px 28px -2px rgba(0,0,0,0.42);
    -webkit-box-shadow: 0px 15px 28px -2px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 15px 28px -2px rgba(0,0,0,0.42);
}
#error,
#success,
#pending{
    display: none;
}

.background-header {
  background-color: red !important;
  height: 60px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
  color: #ff8700 !important;
}

.background-header .nav li a.active {
  color: #ff8700 !important;
}

.header-area{
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 900;
  /*overflow-y: hidden;*/
  min-height: 60px;
  /*border-bottom: 1.2pt solid #d1d1d1;*/  
  border-bottom: 10px solid;
  border-image-slice: 1;
  border-width: 1.5pt;
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d, #335dff);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
}
.border-gradient-purple {
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.header-area .main-nav {
  height: 100;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    font-family: 'poppins', sans-serif;
    color: #6c49fe;
    line-height: 60px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  width: 75px ;
  height: 80px;
  line-height: 60px;
}

.logo h4 span {
  color: #3871b6;
}

.background-header .main-nav .logo h4 {
  line-height: 60px;
}

.background-header .main-nav .nav {
  margin-top: 10px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 20px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 20px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  padding: 0px 20px;
  font-weight: 800;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #1f2667;
  text-transform: uppercase;
  font-family: 'poppins', sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  /*letter-spacing: 1px;*/
}

.header-area .main-nav .nav li a {
  color: #1f2667;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ff8700 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #3871b6!important;
  opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #6c49fe;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #1f2667;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #1f2667;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #ffffff;
  color: #1f2667 !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #3871b6!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #3871b6;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 200px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area .main-nav .logo img {
    margin-top: 10px;
    width: 75px ;
    height: 80px;
    line-height: 60px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ff8700 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #ffffff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #ffffff !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #3871b6!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: -webkit-linear-gradient(#743ad5, #d53a9d, #335dff);
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: -webkit-linear-gradient(#743ad5, #d53a9d, #335dff);
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 193px;
  height: 467px;
}

.main-banner:before {
  content: '';
  background-image: url(../images/baner-dec-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 98px;
  height: 290px;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #3871b6;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #1f2667;
  line-height: 72px;
}

.main-banner .left-content h2 em {
  color: #6c49fe;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #3871b6;
}

.main-banner .left-content p {
  margin: 20px 0px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #3871b6;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #6c49fe;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}

.home_slider{
   margin-top: 80px;
}
/*
.home_slider.home_slider_wrapper{
  position: relative;
  height: 87vh;
}
.home_slider span {
  position: relative;
}
.home_slider span img { 
  height: 87vh;
  object-fit: cover;
  object-position: center;
}

.home_slider.home_slider_wrapper.home_slider_det{
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
}

.home_slider.home_slider_wrapper.home_slider_det h2{
  color: #6c49fe;
}

.home_slider.home_slider_wrapper.home_slider_det p{
  color: black;
}
*/
.custom_overlay_wrapper { position: relative; height: 87vh; background: white; }

.custom_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /*background-color: rgba(0, 0, 0, .09);*/
  opacity: .9;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.custom_overlay:hover {
  opacity: 1;
}

.custom_overlay_inner {
  position: absolute;
  top: 55%;
  left: 100px;
  right: 50vw;
  transform: translateY(-50%);
  background-color: rgb(223, 224, 209, .8);
  /*backdrop-filter: blur(10px);*/
  border-radius: 1rem;
  padding: 10px;
}
.custom_overlay_inner button{
  background-color: #6c49fe;
  outline: none;
  border: none;
  padding: 6px 20px;
  border-radius: 1.5rem;
  color: white;
  margin-top: 10px;
}
.custom_overlay_inner button:hover .custom_overlay_inner button i{
  margin-left: 5px !important;
  color: red;
}
.custom_overlay h4 {
  position: relative;
  margin-bottom: .6rem;
  color: rgb(120 24 35);
  font-size: 38px;
  font-weight: 800;
  font-family: 'poppins',sans-serif;
  transform: translate(-50px, -20px);
}

.custom_overlay p { 
  font-family: sans-serif;
  color: rgb(0 0 0);
  line-height: 1.6em;
  font-size: 15px;
}

/*.custom_overlay h4:after {
  background-color: #6c49fe;
  content: "";
  position: absolute;
  left: 35%;
  right: 35%;
  bottom: 5%;
  height: 3px;
}*/

/*------------------- TABLET ------------------*/
@media only screen and ( min-width: 767px ) and ( max-width: 999px ) {
  .custom_overlay h4 { font-size: 80%;}
  .home_slider{
     margin-top: 100px;
  }
  .custom_overlay p { 
    font-size: 85%;
    line-height: 1.2em;
  }
  .custom_overlay_inner {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    /*transform: translateY(-50%);*/
  }
}

@media only screen and ( max-width: 767px ) {

  .custom_overlay_inner {
    position: absolute;
    top: 45%;
    left: 10px;
    right: 10px;
    /*transform: translateY(-50%);*/
  }
  .custom_overlay_wrapper{
    height: 70vh;
  }
  .custom_overlay_wrapper img{
    height: 70vh;
    object-fit: cover;
    object-position: center;
  }
  .our-services{
    margin-top: 0px !important;
  }
}

/*------------------- MOBILE ------------------*/
@media only screen and ( max-width: 599px ) {
  .custom_overlay h4 { font-size: 100%;}
  .custom_overlay p { font-size: 100%;}
}


/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

#about {
  margin-top: 0;
}

.about-us {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0px 70px 0px;
}

.about-us .left-image {
  margin-right: 45px;
}

.about-us .services .item {
  margin-bottom: 30px;
}

.about-us .services .item .icon {
  float: left;
  margin-right: 25px;
}

.about-us .services .item .icon img {
  max-width: 70px;
}

.about-us .services .item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-us .services .item p {
  color: #fff;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.admissions{
  margin-top: 100px !important;
}

.admissions h2{
  font-family: 'Roboto', 'helvitica', 'ariel' sans-serif !important;
  font-size: 32px !important;
  color: #801113 !important;
}

.our-services {
  margin-top: 0px;
  padding-top: 70px;
}

.our-services .left-image {
  margin-right: 45px;
}

.our-services .section-heading h2 {
  /*margin-right: 100px;*/

  width: fit-content;
}
.section-heading span a button{

  outline: none;
  border: none;
  background: #801113;
  border-radius: 5px;
  padding: 8px 20px;
  color: #fff;
  font-weight: 500;
  font-family: 'poppins', sans-serif;
}
.our-services .section-heading p {
  margin-top: 30px;
  margin-bottom: 60px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #6c49fe;
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1f2667;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding: 70px 0;
  margin-top: 0px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -120px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 95px;
}

.our-portfolio .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  padding: 20px;
  border-radius: 1rem;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  /*padding: 50px;*/
  border-radius: 1rem;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  width: 100%;
  height: 220px;
  border-radius: .45rem;
  object-fit: cover;
  object-position: center;
}

.our-portfolio .showed-content-slider {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  /*padding: 50px;*/
  border-radius: .45rem;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content-slider img {
  min-width: 360px;
  width: 100%;
  min-height: 220px;
  max-height: 220px;
  border-radius: .45rem;
  object-fit: cover;
  object-position: center;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.our-blog {
  position: relative;
  margin-top: 80px;
  padding-top: 120px;
}

.our-blog .section-heading h2 {
  margin-right: 180px;
}

.our-blog .top-dec {
  text-align: right;
  margin-top: -80px;
}

.our-blog .top-dec img {
  max-width: 270px;
}

.our-blog .left-image {
  position: relative;
  border-radius: 1rem;
}

.our-blog .left-image img {
  border-radius: .5rem;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.left-image img {
  /*width: 100%;*/
  border-radius: .35rem !important;
  /*box-shadow: 0px 0px 15px rgba(0,0,0,0.1);*/
  max-height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.our-blog .left-image .info {
  position: relative;
}

.our-blog .left-image .info .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.our-blog .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.our-blog .left-image ul li:last-child {
  margin-right: 0px;
}

.our-blog .left-image ul li i {
  color: #3871b6;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1f2667;
  margin: 20px 0px 15px 0px;
}

.our-blog .left-image .info .main-blue-button {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.our-blog .right-list {
  margin-left: 30px;
}

.our-blog .right-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}

.our-blog .right-list .left-content {
  margin-right: 45px;
}

.our-blog .right-list .left-content span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
}

.our-blog .right-list .left-content span i {
  color: #3871b6;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1f2667;
  margin: 20px 0px 15px 0px;
}


.our-blog .right-list .right-image img {
  width: 250px;
  max-height: 200px;
  min-height: 200px;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding: 20px 0px;
  background: linear-gradient(90deg, rgb(91 25 113) 0%, rgb(4 139 146) 100%);
  
  }

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #fff;
}

.contact-us .section-heading p {
  color: #fff;
  margin-top: 30px;
}

.phone-info {
  margin-top: 40px;
}

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.phone-info h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #ff3b2c;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

form#contact .contact-dec {
  position: absolute;
  right: -166px;
  bottom: 0;
}

form#contact .contact-dec img {
  max-width: 178px;
}

form#contact {
  margin-left: 30px;
  position: relative;
  background-color: #fff;
  /*border: 1.5pt solid #dee2e6;*/
  /*box-shadow: 0 0 36px 0 rgb(222, 226, 230, .5);*/
  padding: 20px 20px 50px 20px;
  border-radius: 20px;
}
form#contact h4{
  margin-bottom: 20px;
  font-weight: 800;
}

form#contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: transparent;

  border: 1.5pt solid #dee2e6;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #1f2667;
  padding: 0px 20px;
  margin-bottom: 20px;
}
form#contact input:focus, form#contact input:hover, form#contact textarea:focus, form#contact textarea:hover{
  outline: 2px solid rgba(114, 80, 255, .3);
  border: 1.5pt solid #a2a2a2;
}

form#contact input::placeholder {
  color: #1f2667;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 20px;
  background-color: transparent;
  border: 1.5pt solid #dee2e6;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #1f2667;
  padding: 15px 20px;
  margin-bottom: 20px;
}

form#contact textarea::placeholder {
  color: #1f2667;
}

form#contact button {
  display: inline-block;
  background-color: #6c49fe;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover {
  background-color: #3871b6;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer p {
  text-align: center;
  margin: 30px 0px 45px 0px;
}

footer p a {
  color: #3871b6;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner {
    padding-top: 196px;
  }
  .main-banner .left-content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .main-banner:after {
    top: 76px;
    z-index: -1;
  }
  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100%!important;
  }
  #about {
    margin-top: 0px;
  }
  .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  }
  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  }
  .about-us .services {
    text-align: center;
  }
  .about-us .services .item  {
    background: rgb(255,77,30);
    background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }
  .about-us .services .item .right-text {
    text-align: left;
  }
  .our-services {
    margin-top: 100px;
  }
  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }
  .our-portfolio .item {
    margin-bottom: 15px;
  }
  .our-blog {
    margin-top: 0px;
  }
  .our-blog .top-dec {
    display: none;
  }
  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .our-blog .left-image {
    margin-bottom: 45px;
  }
  .contact-us {
    margin-top: 40px;
    padding: 20px 0px;
  }
  .contact-us .section-heading {
    text-align: center;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  form#contact .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 767px) {
  .about-us .left-image {
    bottom: -280px;
  }
  .our-blog .right-list {
    margin-left: 0px;
  }
  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-blog .right-list .right-image,
  .our-blog .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }

  .our-portfolio {
    padding: 20px 0;
    margin-top: 0px;
  }
  .our-portfolio .section-heading h2{
    margin-bottom: 40px;
  }
  .our-services .section-heading p{
    margin-bottom: 20px;
  }
}

/*waves animation*/

.header {
  overflow: hidden !important;
  /*margin-top: 70px;*/
  position:relative;
  text-align:center;
  /*background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);*/
  /*background: brown;*/
  color:white;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  overflow: hidden !important;
  min-height:55vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  overflow: hidden !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  overflow-x: hidden !important;
  position:relative;
  width: 100%;
  height:20vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:130px;
  max-height:200px;
}

.content {
  overflow: hidden !important;
  position:relative;
  max-height:15vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}

.mapouter{position:relative;text-align:right;width:100%;height:450px;margin: 25px; border-radius: .5rem;}
.gmap_canvas {overflow:hidden;background:none !important;width:100%;height:450px; border-radius: .5rem;}
.gmap_iframe {width:100% !important;height:450px!important;}

@media (max-width:  768px) {
  .mapouter{position:relative;text-align:right;width:100%;height:350px;margin: 10px;}
}




.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-button {
  display: flex !important;
  align-items: center !important;
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 90px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: -35px;
  top: 20px;
}
.owl-carousel .owl-next {
  right: -35px;
}
.owl-theme .owl-nav [class*=owl-] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 25px;
  background: #fff;
  font-weight: 600;
  box-shadow: 0 0 2px 0 rgb(34 47 62 / 20%), 0 4px 8px 0 rgb(34 47 62 / 15%);
  border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: linear-gradient(to left, #d53a9d, #335dff);
  color: white;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -60px;
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}



.admissions{
  margin-top: 100px !important;
}

.admissions .section-heading h2 span{
  font-family: 'Roboto', 'helvitica', 'ariel' sans-serif !important;
  font-size: 32px !important;
  color: #801113 !important;
}


/*fees*/
.fees {
  padding: 20px 0px;
  background: #e4e4ed;
  
}

.fees-heading h5{
  font-size: 18px;
  font-weight: 600;
  color: #2f2f32;
  margin-bottom: 2em;
}

.text-left{
  margin-bottom: 2em;
  text-align: left !important;
}

.table-responsive{
  display: block;
  overflow-x: auto;
  width: 100%;
}


.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #17181a;
}

.table-responsive table {
    border-collapse: collapse;
    border-color: #ceced8;
    border-left: 1.5pt solid #ceced8  !important;
    border-right: 1.5pt solid #ceced8 !important;
}

.table-responsive table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table-responsive table tr{
  border-bottom: 1.5pt solid #ceced8 !important; 
}
.table-responsive table td{
  border-right: 1.5pt solid #ceced8 !important;
  padding: 5px 8px !important;
}

.table-responsive table tr:first-child{
  border-top: 1.5pt solid #ceced8 !important;
  background-color: #ceced8; 
}
.table-responsive table td:first-child{
  border-right: 1.5pt solid #ceced8 !important;
}


.schedule{
  margin-top: 50px;
  margin-bottom: 50px;
}

.schedule-align{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.schedule-align .h2{
  color: #801113;
}

.schedule-align-btn{
  background: #801113;
}

.schedule-align-btn a{
  color: #fff !important;
  font-weight: 600;
  font-size: 17px;
}

/*enquiry*/
.enquiry {
  padding: 20px 0px;
  background: #f0f6ff;
  
}

.enquiry-form{
  background-color: #fff;
  border-radius: 5px;
}

.enquiry-form h5{
  background: rgb(108 73 254);
  padding: 15px;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.enquiry-form-inner{
  padding: 20px 10em;
}

.enquiry-form-inner h4{
  font-size: 16px;
  color: #293053;
}

.enquiry-form-inner form{
  margin-top: 10px;
}

.enquiry-form-inner form .form-group{
  display: flex;
  flex-direction: column;
}
.enquiry-form-inner form .form-group label{
  margin-bottom: 5px;
  margin-top: 8px;
  font-size: 13px;
  color: #5b6c86;
  font-weight: 600;
}
.enquiry-form-inner form .form-group label span{
  color: red;
  margin-left: 3px;
}
.enquiry-form-inner form .form-group input, .enquiry-form-inner form .form-group textarea{
  border: 1px solid #d9e7f7;
  border-radius: 5px;
  padding: 5px;
}

.enquiry-form-inner form .form-group p{
  font-size: 11px;
  color: #5b6c86;
}

.enquiry-form-inner form .form-group p span{
  color: red;
}

.enquiry-form-inner form .form-group .submit-btn{
  width: fit-content;
  margin-top: 15px;
  margin-bottom: 10px;
  border: none;
  outline: none;
  padding: 5px 20px;
  background: #3e83f5;
  border-radius: 5px;
  color: white;
}

.enquiry-form-inner form .form-group input:focus, 
.enquiry-form-inner form .form-group textarea:focus{
  border: 1px solid #3e83f5;
  /*outline: 2px solid rgba(62, 131, 245, .3);*/
  outline: none;
}

.about-image{
  position: relative;
}

.about-image img{
  height: 350px !important;
  object-fit: cover;
  object-position: center;

}

.about-image .about-image-content{
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translateY(-50%);
  background-color: rgb(223, 224, 209, .8);
  border-radius: 1rem;
  padding: 10px;
}

.about-image .about-image-content h4{
  font-weight: 700;
  color: #801113;
}

.about-image .about-image-content p {
  color: #0c1a3b;
  font-weight: 600;
}

.section-videos{
  display: flex;
  justify-content: space-between;
}

.video-sec{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}


.video-sec .video-sec-card video{
  width:  550px; 
  height: 350px;
}
.section-videos .video-left, .section-videos .video-right{
  margin: 0 5px;
}
.section-videos .video-right iframe, .section-videos .video-left iframe, .section-videos .video-left video{
  width:  550px; 
  height: 350px;
}

@media screen and (max-width:  768px) {
  .video-sec{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .section-videos{
    display: flex;
    flex-direction: column;
  }

  .video-sec .video-sec-card video{
    width:  100%; 
    height: 280px;
  }

}

.vision-section{
  margin-top: 20px;
}

.mission-section{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.mission-section h4{
  color: #2f2f32;
  font-weight: 800;
  margin: 5px 0;
}

.mission-section p{
  margin: 0 5px;
}
.mission-content{
  margin: 0 10px;
  border: double 2px transparent;
  border-radius: 15px;
  background-image: linear-gradient(#eee, white),linear-gradient(to left, #743ad5, #d53a9d, #335dff);
  background-origin: border-box;
  background-clip: content-box, border-box

}

.socials{
  margin: 30px 0;
  background: linear-gradient(#FFF, #EEE);
  border-radius: 8px;

}

.socials div { 
  margin: 10px !important; 
  text-decoration: none; 
  font-family: sans-serif; 
  font-size: 16px;
}

.socials span{
  font-weight: 800;
}
.socials a{
  color: #1f2667 !important;
}
.socials a i{
  border-radius: 8px; 
  padding:5px 20px; 
  margin-right: 10px;
  background: linear-gradient(to left, #743ad5, #d53a9d); 
  color: white;
}

@media (max-width:  767.78px) {
  .mission-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mission-content{
    margin: 5px 0;
  }
  .section-videos{
    display: flex;
    flex-direction: column;
  }
  .section-videos .video-left, .section-videos .video-right{
    margin: 5px 0;
  }
  .section-videos .video-right iframe, .section-videos .video-left iframe{
    width:  100%;
    height: 250px; 
  }
  .enquiry-form-inner{
    padding: 10px;
  }
}


/*gallery*/
.gallery{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.gallery .gallery-img {
  width: 100%;
}
.gallery .gallery-img img{
  min-width: 360px;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width:  768px){
  .gallery{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .gallery .gallery-img img{
    width: 100%;
    min-width: 100%;
    height: 230px;
  }
}
/*loadeer*/

/**
  * Building blocks
  *
  * @author jh3y - jheytompkins.com
*/
@-webkit-keyframes building-blocks {
  0%,
  20% {
    opacity: 0;
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%); }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  90%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(300%);
            transform: translateY(300%); } }
@keyframes building-blocks {
  0%,
  20% {
    opacity: 0;
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%); }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  90%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(300%);
            transform: translateY(300%); } }

.building-blocks {
    display: flex;
    position: relative;
    align-items: center;
    justify-items: center;
    background: red;
}
  .building-blocks div {
    height: 10px;
    position: absolute;
    width: 10px; }
    .building-blocks div:after {
      -webkit-animation: building-blocks 2.1s ease infinite backwards;
              animation: building-blocks 2.1s ease infinite backwards;
      background: blue;
      content: '';
      display: block;
      height: 10px;
      width: 10px; 
      /*border-radius: 6px;*/
  }
    .building-blocks div:nth-child(1) {
      -webkit-transform: translate(-50%, -50%) translate(60%, 120%);
              transform: translate(-50%, -50%) translate(60%, 120%); }
    .building-blocks div:nth-child(2) {
      -webkit-transform: translate(-50%, -50%) translate(-60%, 120%);
              transform: translate(-50%, -50%) translate(-60%, 120%); }
    .building-blocks div:nth-child(3) {
      -webkit-transform: translate(-50%, -50%) translate(120%, 0);
              transform: translate(-50%, -50%) translate(120%, 0); }
    .building-blocks div:nth-child(4) {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .building-blocks div:nth-child(5) {
      -webkit-transform: translate(-50%, -50%) translate(-120%, 0);
              transform: translate(-50%, -50%) translate(-120%, 0); }
    .building-blocks div:nth-child(6) {
      -webkit-transform: translate(-50%, -50%) translate(60%, -120%);
              transform: translate(-50%, -50%) translate(60%, -120%); }
    .building-blocks div:nth-child(7) {
      -webkit-transform: translate(-50%, -50%) translate(-60%, -120%);
              transform: translate(-50%, -50%) translate(-60%, -120%); }
  .building-blocks div:nth-child(1):after {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; }
  .building-blocks div:nth-child(2):after {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .building-blocks div:nth-child(3):after {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s; }
  .building-blocks div:nth-child(4):after {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .building-blocks div:nth-child(5):after {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }
  .building-blocks div:nth-child(6):after {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  .building-blocks div:nth-child(7):after {
    -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s; }