/* Css For Appway */

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}

/*** 
====================================================================
  Global Settings
====================================================================

 ***/

@font-face {
      font-family: 'Poppins', sans-serif;
/*    font-family: "Libre Baskerville", serif;*/
    src: url('../fonts/new-folder/Poppins-Regular.ttf') format('truetype');
}


body {
  font-size:21px;
  color:#000;
  line-height:34px;
  font-weight:500;
  background:#ffffff;
/*  font-family: 'Poppins', sans-serif;*/
  font-family: "Libre Baskerville", serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}



  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1600px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 20px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  color: #000;
  font-family: "Libre Baskerville", serif;
/*font-family: 'Poppins', sans-serif;*/
  margin-bottom: 0px;
  font-style: normal;
  text-align: justify;
  transition: all 500ms ease;
  
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}


@keyframes pulse {
    50% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.1),
        0 0 0 60px rgba(255, 255, 255, 0.1);
    }
}

@keyframes pulse-2 {
    50% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2),
        0 0 0 40px rgba(0, 0, 0, 0.1);
    }
}



.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 6px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 38px;
  font-weight: 500;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  text-align: center;
  color: #777;
  background: transparent;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active{
  color: #fff;
  border-color: #4527a4;
  background: #4527a4;
}

.pagination li:last-child a,
.pagination li:first-child a{
  background: #222222;
  border-color: #222222;
  color: #fff;
}

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#4527a4;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #0098f4;
  transition: 1s ease;
  border-radius: 32px;
}

.scroll-top:hover{
  background: #1651A0;
  -webkit-box-shadow: 2px 2px 0px #222;
  -ms-box-shadow: 2px 2px 0px #222;
  box-shadow: 2px 2px 0px #222;
}

.scroll-top.open {
  bottom: 70px;
}

.scroll-top span{
  color: #fff;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

.sec-title{
  position: relative;
  display: block;
}

.sec-title.center{
  text-align: center;
}

.sec-title p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #777;
  margin: 0px;
}

.sec-title.center h2,
.sec-title.center p{
  text-align: center;
}

.margin_left_30{
  margin-left: 30px !important;
}

.margin_right_30{
  margin-right: 30px !important;
}

.margin_bottom_30{
  margin-bottom: 30px !important;
}

.margin_left_100{
  margin-left: 100px !important;
}


/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #fff;
  left:0px;
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



.outer-container{
  background:linear-gradient(180deg, #f3e1e1e8 54%, #0000 105%);
  color: black  ;
}



@media (max-width: 768px) {
    
.outer-container{
  background-color: transparent;
}
}
.main-header .outer-container{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.main-header .outer-container .logo-box .logo{
  position: relative;
  padding: 10px 0px 10px 0px;
}

.clearfix{
/*  display: flex;*/
  justify-content: space-between;
  align-items: center;
}


/** main-menu **/

.main-menu{
  position:relative;
/*  float:left;*/
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  z-index:2;
  padding:34px 0px 25px 0px;
  margin: 0px 5px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

@media (min-width:1600px){
  .main-menu .navigation > li > a{
    font-size:20px !important;
  }
  .main-menu .navigation > li{
    margin: 0 14px;
  }
  body{
    font-size: 22px;
  }
  .contact-info-list li{
    font-size: 22px !important;
  }
  .text1{
    font-size: 22px !important;
  }
  
  .btn{
  padding: 19px 26px !important;
  font-size: 22px !important;
}
 .sub{
  color: #000 !important;
    font-size: 26px !important;
    
 }
 .m-head{
  font-size: 38px;
  color: #4527a4;
}
.exp-logo{
  width: 100px !important;
}

}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:17px;
  line-height:30px;
  font-weight:500;
  opacity:1;
  color:black;
  padding: 0px;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top:80%;
  width:170px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0px;
  border: 1px solid #d0c7c7;
  background-color: #ffffff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  border-bottom: 1px solid #d0c7c7;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 0px;
  line-height:24px;
  font-weight:400;
  font-size:14px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover{
  color:#4527a4;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:-2px;
  width:230px;
  z-index:100;
  display:none;
  padding: 20px 0px;
  background-color: #ffffff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:6px 0px;
  line-height:24px;
  font-weight:400;
  font-size:14px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  color:#4527a4;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease; 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:10px;
  top:8px;
  width:34px;
  height:30px;
  border:1px solid #ffffff;
  text-align:center;
  font-size:16px;
  line-height:26px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  display:none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #4527a4;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.home-16 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-1 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-3 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-7 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-8 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-9 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-11 .menu-area .mobile-nav-toggler .icon-bar{
  background: #fff;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


.main-menu .navigation .megamenu{
  width: 500px;
}

.main-menu .navigation .megamenu:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 2px;
  height: calc(100% - 60px);
  left: 42%;
  top: 30px;
}

.main-menu .navigation>li> .megamenu li {
  position: relative;
  display: block;
  width: 50%;
  float: left;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:30px 25px;
  text-align:left;  
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:#000;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  color:#4527a4;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #0cbf65;;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
  color:#0cbf65;  
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  background:#4527a4; 
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:30px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  color:#00aeef;  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  text-decoration: underline;
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 30px 15px !important;
}

@media (max-width:1450px){
  .sticky-header .main-menu .navigation > li > a{
  padding: 30px 6px !important;
}
}
@media (min-width:1200px) and (max-width:1250px){
  .sticky-header .main-menu .navigation > li > a{
  padding: 30px 4px !important;
}
}

.sticky-header .main-menu .navigation > li > a{
  color: #000 !important;
  font-weight: 600;
}

.sticky-header .main-menu .navigation > li.current > a{
/*  background: #fff;*/
  color: #0098f4 !important;
}
.sticky-header .main-menu .navigation > li:hover > a{
  color: #0098f4;
  background: ;
}

.sticky-header .logo-box{
  position: relative;
  float: left;
  padding: 10px 0px 10px 0px;
}

.sticky-header .menu-area{
  position: relative;
  float: right;
}

.sticky-header .main-menu .navigation > li > a:before{
  display: none;
}

.sticky-header .main-menu .navigation > li{
  padding: 0px !important;
  margin: 0px !important;
}

.sticky-header .main-menu .navigation > li:before{
  display: none;
}

.main-menu .navigation > li.current > a{
  color:#3d00ff !important;
}

/** counter-style-three **/

.counter-style-three{
  position: relative;
  padding: 40px 0px 40px 0px;
}

.counter-style-three .bg-layer{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 90px;
  right: 0px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-style-three .sec-title{
  margin-bottom: 86px;
}

.counter-style-three .sec-title h2{
  margin-bottom: 60px;
}

.counter-style-three .inner-box{
  position: relative;
  display: inline-block;
  width: 272px;
  height: 250px;
  text-align: center;
  padding: 60px 30px;
}

.counter-style-three .inner-box .layer-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.counter-style-three .inner-box .count-outer span{
  position: relative;
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #4527a4;
  margin-bottom: 3px;
  transition: all 500ms ease;
}

.counter-style-three .inner-box .text{
  position: relative;
  font-size: 20px;
  transition: all 500ms ease;
  text-align: center;
}

.counter-style-three .counter-block:nth-child(2) .inner-box .count-outer span{
  color: #ff0303;
}

.counter-style-three .counter-block:nth-child(3) .inner-box .count-outer span{
  color: #4aac24;
}

.counter-style-three .counter-block:last-child .inner-box .count-outer span{
  color: #3c00ff;
}


/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section{
  padding: 160px 0px 130px 0px;
}

.error-section .content-box .error-image{
  position: relative;
  display: inline-block;
  margin-bottom: 127px;
}

.error-section .content-box h1{
  position: relative;
  font-size: 48px;
  line-height: 60px;
  color: #4527a4;
  font-weight: 700;
  margin-bottom: 56px;
}

.error-section .content-box .text{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 48px;
}

.error-section .content-box .btn-box .theme-btn-two{
  padding: 13px 30px;
  font-weight: 400;
}

.designe-process.service-page{
  padding: 145px 0px 90px 0px;
}

.designe-process.service-page .image-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 950px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.designe-process-three.service-page{
  background: #f9f9f9;
}


.text{
  text-align: justify;
}
.heading h1{
  font-size: 30px;
  color:#1457aa;
  font-weight: 600;
}
.heading1 h2{
  font-size: 30px !important;
  color:#1457aa !important;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.heading2 h3{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 5px;
    position: relative;
    font-weight: 800;
    color:#1457aa;
}
.pt-10{
  padding-top: 10px!important;
}
.pt-15{
  padding-top: 15px!important;
}
.pt-20{
  padding-top: 20px!important;
}
.pt-25{
  padding-top: 25px!important;
}
.pb-10{
  padding-bottom: 10px!important;
}
.pb-15{
  padding-bottom: 15px!important;
}
.pb-20{
  padding-bottom: 20px!important;
}
.center{
  display: flex;
  align-items: center;
}
.clr-000{
  color: #000;
}
.just-center{
  justify-content: center;
}

/*Home 1st segment*/

.btn {
  background-color: #1457aa;
/*  background-image: linear-gradient(-180deg, #130050, #4527a4);*/
  
  font-weight: 600;
  color: #fff;
  width: max-content;
  outline: 0;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-top: 40px;
  text-align: center;
  transform: scale(1);
  transition: all 0.2s ease-in;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: auto;
}

.btn:hover {
  box-shadow: 0 4px 2px #0098f4;
/*  transform: scale(0.98);*/
}

.text{
  text-align: center;
  color:#000;
}
.heading{
  font-size: 30px;
  color: #000;
  padding-bottom: 10px;
}

/* Stacked Cards */
.stack {
  position: relative;
  margin-top: 38%;
}

.card {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 300px;
  height: 400px;
  border-radius: 2rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25),
    0 15px 20px 0 rgba(0, 0, 0, 0.125);
  transition: transform 0.6s;
  user-select: none;
}

.card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.card:nth-last-child(n + 5) {
  --x: calc(-50% + 90px);
  transform: translate(var(--x), -50%) scale(0.85);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.01);
}

.card:nth-last-child(4) {
  --x: calc(-50% + 60px);
  transform: translate(var(--x), -50%) scale(0.9);
}

.card:nth-last-child(3) {
  --x: calc(-50% + 30px);
  transform: translate(var(--x), -50%) scale(0.95);
}

.card:nth-last-child(2) {
  --x: calc(-50%);
  transform: translate(var(--x), -50%) scale(1);
}

.card:nth-last-child(1) {
  --x: calc(-50% - 30px);
  transform: translate(var(--x), -50%) scale(1.05);
}

.card:nth-last-child(1) img {
  box-shadow: 0 1px 5px 5px rgba(255, 193, 111, 0.5);
}

.swap {
  animation: swap 1.3s ease-out forwards;
}

@keyframes swap {
  30% {
    transform: translate(calc(var(--x) - 250px), -50%) scale(0.85) rotate(-5deg)
      rotateY(65deg);
  }
  100% {
    transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
    z-index: -1;
  }
}

/* Media queries for keyframes */

@media (max-width: 1200px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 200px), -50%) scale(0.85)
        rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

@media (max-width: 1050px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 150px), -50%) scale(0.85)
        rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

/* Media queries for other classes */

@media (max-width: 1200px) {
  .content {
    padding-left: 0px;
  }

  .content p {
    padding-right: 40px;
  }

  .card {
    width: 250px;
    height: 380px;
  }
  .header-main{
    display: block !important;
  }
}

@media (max-width: 1050px) {
  .content {
    padding-left: 0px;
  }

  .content p {
    line-height: 1.5;
  }

  .card {
    width: 220px;
    height: 350px;
  }
}

@media (max-width: 990px) {
  .content p {
    padding-right: 0;
  }

  .card {
    width: 200px;
    height: 300px;
  }
}

@media (max-width: 950px) {
  main {
    grid-template-columns: 1fr;
    grid-template-rows: 4fr 3fr;
    grid-template-areas:
      "stacked"
      "content";
  }

  .content {
    grid-area: content;
    text-align: center;
    padding: 0 0px;
  }

  .btn {
            margin-bottom: 5px;
  }

  .stack {
    grid-area: stacked;
  }
}

@media (max-width: 650px) {
  main {
    grid-template-rows: 1fr 1fr;
  }

  .content {
    padding: 0 0px;
    text-align: justify !important;
  }

  .content h1 {
    padding-left: 0;
  }

  .btn {
    padding: 8px 16px;
  }

  .card {
    width: 180px;
    height: 260px;
  }
}
.padding{
  margin-top: 50px;
  margin-bottom: 30px;
}

/*Home 3rd segment*/
.gallery {
  position: relative;
  perspective: 1500px;
  transform-style: preserve-3d;
  width: 200px;
  aspect-ratio: 1;
  background: silver;
  transform: rotate(45deg);
  left: 43%;
}
.gallery .image-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid white;
  box-sizing: border-box;
  transition: 1s ease;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: calc(var(--total) - var(--i));
  overflow: hidden;
}
.gallery .image-animation img {
  --rotate: rotate(-45deg);
}
.gallery .image-animation:nth-of-type(odd) {
  --hovermove: -100px, 100px;
  --translate: calc((var(--i) - 1) * -92px), calc((var(--i) - 1) * 93px);
  --tZ: calc((var(--i) - 1) * -200px);
  animation: deploy 1.5s ease forwards;
} 
.gallery .image-animation:nth-of-type(even) {
  --hovermove: 100px, -100px;
  --translate: calc(var(--i) * 92px), calc(var(--i) * -93px);
  --tZ: calc(var(--i) * -200px);
  animation: deploy 1.5s ease forwards;

}
.gallery .image-animation.only-hover {
    animation: clickAnimation 1s ease;
    z-index: 9;
}


.gallery.hidden-gallery .image-animation {
  animation: close 1.5s ease forwards;
}
@keyframes deploy {
  from {
    transform: translate(0px, 0px) translateZ(0px);
  }
  to {
    transform: translate(var(--translate)) translateZ(var(--tZ));
  }
}
@keyframes close {
  from {
    transform: translate(var(--translate)) translateZ(var(--tZ));
  }
  to {
    transform: translate(0px, 0px) translateZ(0px);
  }
}
@keyframes clickAnimation {
  0% {
    transform: translate(var(--translate)) translateZ(var(--tZ));
  }
  20% {
    transform: translate(var(--hovermove)) translateZ(0px);
  }
  100% {
    transform: translate(calc(var(--i) * 0px), calc(var(--i) * 0px));
  }
}

/*home 4th segment*/
.about{
  margin-bottom: 30px;
  margin-top: 30px;
}
.images img{
/*  border: 8px solid #fff;*/
}

/*home 5th segment*/

.testimonial-style-five{
  position: relative;
  padding: 40px 0px 60px 0px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.testimonial-style-five .pattern-layer1{
  position: absolute;
  width: 455px;
  height: 930px;
  left: 0px;
  top: 160px;
  background-repeat: no-repeat;
  animation-name: slideInLeft;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInLeft;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInLeft;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInLeft;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.testimonial-style-five .pattern-layer2{
  position: absolute;
  width: 315px;
  height: 720px;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInRight;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInRight;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.testimonial-style-five .sec-title h2,
.testimonial-style-five .sec-title p{
  color: #000;
}

.testimonial-style-five .sec-title{
  margin-bottom: 38px;
}

.testimonial-style-five .testimonial-content .inner-box {
  position: relative;
  display: block;
  background: #d9d9d9;
  padding: 40px 30px 50px 55px;
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-style-five .testimonial-content .inner-box .icon-box {
  position: absolute;
  top: 60px;
  right: 60px;
}

.testimonial-style-five .testimonial-content .inner-box .author-info {
  position: relative;
  padding: 30px 0px 15px 140px;
  margin-bottom: 28px;
}

.testimonial-style-five .testimonial-content .inner-box .author-info .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-style-five .testimonial-content .inner-box .author-info .image-box img {
  border-radius: 50%;
  width: 100%;
}

.testimonial-style-five .testimonial-content .inner-box .author-info .name {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #4527a4;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.testimonial-style-five .testimonial-content .inner-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
}

.testimonial-style-five .owl-nav{
  display: none;
}

.testimonial-style-five .owl-dots{
  position: absolute;
  right: 45%;
  margin-top: 20px;
}

.testimonial-style-five .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ab90ff;
  border-radius: 50%;
  margin: 0px 7px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-five .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-five .owl-theme .owl-dots .owl-dot span:hover{
  background: #4527a4;
}

/*footer*/
.footer {
    background: radial-gradient(circle farthest-corner at center center, #135cb0 0%, #1458ab 100%);
}

.main-footer{
  position: relative;
}


.main-footer .footer-top{
  position: relative;
  padding: 32px 0px 2px 0px;
}

.main-footer .footer-top .footer-logo{
  margin-bottom: 10px;
}


.main-footer .footer-bottom{
  position: relative;
/*  padding: 14px 20px;*/
  text-align: center;
}

.main-footer .footer-bottom .copyright{
  font-size: 16px;
  color: #fff;
}

.footer-top p{
  color:#fff !important;
  text-align: center;

}
.footer-top a{
  color:#fff !important;

}
.clr-fff{
    color: #fff!important;
}
.clr-fff h2{
    color: #fff!important;
}

.otherlinks li {
    position: relative;
    margin-right: 15px;
/*    margin-bottom: 10px;*/
    display: inline-block;
}

.social-icon-one li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.social-icon-one li a {
    position: relative;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 10px;
/*    border: 1px solid #fff;*/
}
.pull-lefts{
float: left;
}
.pull-rights{
float: right;
}
.mb-txt-center1{
  text-align: center !important;
/*  margin-top: 18px;*/
}

/*footer animation*/
.box div {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 6px solid rgba(255,255,255,0.8);
}

.box div:nth-child(1) {
  top: 12%;
  left: 42%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(2) {
  top: 70%;
  left: 50%;
  animation: animate 7s linear infinite;
}
.box div:nth-child(3) {
  top: 17%;
  left: 6%;
  animation: animate 9s linear infinite;
}

.box div:nth-child(4) {
  top: 20%;
  left: 60%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(5) {
  top: 67%;
  left: 10%;
  animation: animate 6s linear infinite;
}

.box div:nth-child(6) {
  top: 80%;
  left: 70%;
  animation: animate 12s linear infinite;
}

.box div:nth-child(7) {
  top: 60%;
  left: 80%;
  animation: animate 15s linear infinite;
}

.box div:nth-child(8) {
  top: 32%;
  left: 25%;
  animation: animate 16s linear infinite;
}

.box div:nth-child(9) {
  top: 90%;
  left: 25%;
  animation: animate 9s linear infinite;
}

.box div:nth-child(10) {
  top: 20%;
  left: 80%;
  animation: animate 5s linear infinite;
}

@keyframes animate {
  0% {
    transform: scale(0) translateY(-90px) rotate(360deg);
    opacity: 1;
  }
  
  100% {
    transform: scale(1.3) translateY(-90px) rotate(-180deg);
    border-radius: 50%;
    opacity: 0;
  }
}
/*contact form*/
.contact-form label{
  display: none;
}

/*sub banner*/

.page-banner2 {
    position: relative;
   padding: 120px 0 110px;
    background-position: center top;
    background: url(../../image-mist/images/subbanner.jpg);
    background-size: cover;
}
.page-banner2:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    /* background-image: linear-gradient(to right, rgba(0, 18, 52, 0.95) 0%, rgba(255, 255, 255, 0) 100%); */
    z-index: 0;
    background: rgba(0, 0, 0, 0.25);
}
.page-banner2 .inner-container {
    position: relative;
    z-index: 5;
}
.page-banner2 h1 {
    position: relative;
    font-size: 30px;
    color: #fff;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    bottom: -21px;
    text-shadow: 0 0 4px #504444;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/*about 1st segment*/
.text-left {
    text-align: left ;
}
.ttm-row{
  margin-top: 30px;
  margin-bottom: 30px;
}
.ttm-highlight-fid-style1{
  background-color: #232323;
}

.ttm-highlight-fid-style1 {
    width: 200px;
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 20px 30px 30px
}

.ttm-highlight-fid-style1 .ttm-fid-icon {
    padding-bottom: 10px
}

.ttm-highlight-fid-style1 .ttm-fid-icon i {
    font-size: 50px
}

.ttm-highlight-fid-style1 .ttm-fid-contents {
    padding-left: 0;
    display: inline-block;
    width: 100%
}

.ttm-highlight-fid-style1 h4 {
    font-size: 40px;
    line-height: 50px;
    margin-right: 10px;
    color: #9d81f5;
    display: inline;
    position: relative
}

.ttm-highlight-fid-style1 sub {
    font-size: 46px;
    font-weight: 700
}

.ttm-highlight-fid-style1 h3 {
    font-size: 20px;
    line-height: 26px;
    display: inline
}

.ttm-highlight-fid-style1 h3 span {
    padding: 0;
    display: block;
    color: #fff;
}
.section-title h3 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 5px;
    position: relative;
    font-weight: 800;
}
.section-title h2.title {
    font-size: 37px;
    line-height: 53px;
}
h1,h2,h3,h4,h5,h6 {
/*    font-family: 'Poppins', sans-serif;*/
    font-family: "Libre Baskerville", serif;
    margin-bottom: 15px;
    font-weight: 700;
    color: #232323
}

.pb-25 {
    padding-bottom: 25px;
}
.ttm-list-style-icon li{
  color: #2c2b2b;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 10px;
}
.ttm-list.style1 li {
    padding-bottom: 10px;
}
.inside h3 {
    font-weight: 500;
    color: inherit;
    position: relative;
}

.align-center
{
  align-items:center;
  display: flex;
}

.mr-15 {
    margin-right: 15px;
}
.inside h4, .inside h4 span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
}
/*about 2nd segment*/
/*.home11-style {
  background-repeat: no-repeat;
  background-position: bottom;
}*/
.home11-style:before{
  background: rgba(0, 0, 0, 0.3);
}

/*about 3rd segment*/

.featured-icon-box.style4 {
    text-align: center;
    margin: 20px 0 15px
}

.featured-icon-box.style4 .featured-icon {
    position: relative;
    transition: all .5s ease
}

.featured-icon-box.style4:hover .featured-icon {
    transform: translateY(-10px)
}

.featured-icon-box.style4 .featured-icon .ttm-icon {
    position: relative;
    font-size: 56px;
    line-height: 167px;
    height: 150px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    border: 1px dashed;
    border-radius: 50%;
    color: rgba(24,24,24,.59);
    -webkit-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .5s ease-in-out
}

.featured-icon-box.style4:hover .featured-icon .ttm-icon {
    background-color: #f7f7f7;
    border-color: #cda274
}

.featured-icon-box.style4:hover .featured-icon .ttm-icon i {
    color: #cda274
}

.featured-icon-box.style4 .featured-icon .ttm-icon i {
    font-size: 56px;
    color: rgba(24,24,24,.59)
}

.featured-icon-box.style4 .ttm-num {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 47px;
    border: 1px dashed;
    background-color: #fff;
    text-align: center;
}
.featured-icon-box.style4 .featured-content {
    padding: 23px 15px 0
}

/*about 4th segment*/

.getting_loan_area {
    display: block;
    overflow: hidden;
 
}

.getting_inner {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.getting_loan_area .getting_first {
    padding-top: 25px;
}
.getting_loan_area .getting_items {
    position: relative;
    padding-left: 80px;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.getting_loan_area .getting_items:before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #1458aa;
    width: 3px;
    z-index: -1;
}

 ::after, ::before {
    box-sizing: border-box;
}

.getting_loan_area .getting_items span {
    width: 48px;
    border-radius: 50%;
    background: #1458aa;
    color: #fff;
    text-align: center;
    font: normal normal normal 18px/48px FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.our-history p{
  text-align: justify;
}
.service-paragraph{
  line-height: 25px !important;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000 !important;
  display: block;
  margin-block-start: 10px;
  margin-block-end: 15px;
  margin-inline-start: 0px;
  margin-inline-end: 0p
}
/*product page*/
.ttm-row .product .name{
  font-size: 19px;
  color: #000;
  padding: 14px 4px;
  background: #fbfbfb;
}
.ttm-row .product .item img{
  border-radius: 12px;
  box-shadow: 0 0 4px black;
}
/*contact page*/
.contact-section .info-content .single-info-box {
    position: relative;
    padding: 0px 30px;
}
/*experience section*/

.experiance-section{
    position:relative;
    padding:30px 0px 30px;
    background-position:center center;
    background-repeat:no-repeat;
}

.experiance-tabs{
    position:relative;
    margin-top:50px;
}

.experiance-tabs .tab-btns{
    position:relative;
    text-align:center;
    margin-bottom:25px;
}

.experiance-tabs .tab-btns .tab-btn{
    position:relative;
    z-index:1;
    width:100px;
    height:37px;
    display:block;
    font-size:16px;
    background:none;
    color:#0e0a31;
    font-weight:600;
    line-height:24px;
    cursor:pointer;
    overflow:hidden;
    text-align:center;
    margin:0px 10px 17px;
    display:inline-block;
    padding:5px 0px 2px;
    border-radius:12px;
    transition:all 500ms ease;
    border:1px solid #cccccc;
    background-color:#ffffff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.experiance-tabs .tab-btns .tab-btn:before{
    position:absolute;
    content:'';
    left:-1px;
    top:-1px;
    right:-1px;
    bottom:-1px;
    z-index:-1;
    opacity:0;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    background:linear-gradient(48deg, #3501d9 0%, #7956eb 42%, #3501d9 100%);
}

.experiance-tabs .tab-btns .tab-btn:hover::before,
.experiance-tabs .tab-btns .tab-btn.active-btn::before{
    opacity:1;
}

.experiance-tabs .tab-btns .tab-btn:hover,
.experiance-tabs .tab-btns .tab-btn.active-btn{
    color:#ffffff;
    border-color:#18025e;
}

.experiance-tabs .tabs-content{
    position:relative;
    text-align:center;
}

.experiance-tabs .tabs-content .tab{
    position:relative;
    display:none;
}

.experiance-tabs .tabs-content .tab.active-tab{
    display:block;  
}

.experiance-tabs .tabs-content .text{
    position:relative;
    color:#222222;
    font-weight:600;
    font-size:16px;
    line-height:1.9em;
    margin-bottom:45px;
    display: flex!important;
    justify-content: center!important;
    text-align: left;
}
.list-styled-2 li:before {
    color: #4527a4;
    content: "\f146";
    font-family: "flaticon";
    font-size: 16px;
    margin-right: 15px;
    position: relative;
    top: 0px;
}

/*rathis*/

.home-1-sec .image-column .inner-column{
  position:relative;
}

.home-1-sec .image-column .inner-column .circle-layer{
  position:absolute;
  left:0px;
  bottom:0px;
  background-repeat:no-repeat;
}

.home-1-sec .image-column .inner-column .image{
  position:relative;
  overflow:hidden;
/*  border:8px solid #fff;*/
  width: 100%;
}

.home-1-sec .image-column .inner-column .image img{
  position:relative;
  width:100%;
  display:block;
}

.justify-center
{
 display: flex;
 justify-content:center;
}
.align-center
{
  align-items:center;
}
.align-cnt-center
{
  align-content:center;
}

/*FEATURES*/

.style-four{
    padding: 40px 0 40px;
    background-color: #eff7f8 !important;
    background: transparent;
    background-repeat: no-repeat;
}
.service.style-four .service-box {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
}

.service .service-box {
    padding: 37px  31px 29px;
  }

.service .service-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    padding: 40px 39px 32px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 26px;
   margin-left: 4px;
    margin-right: 4px;
}
.static{
  background: #ffffff !important;
  color: #fff !important;

}

.static strong{
  color: #fff !important;
}
.static .read-more:hover{
  color: #fff !important;
}
.service .service-box .service-icon span {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    height: 78px;
    width: 78px;
    line-height: 78px;
    text-align: center;
    background: #06713b;
    border-radius: 50%;
} 
.service-icon .icon-clr{
  background-color: #06713b !important;
}
/*.service.style-four .service-box:before {
    background: #0F3567;
    border-radius: 5px;
}

.service .service-box:hover:before {
    opacity: 1;
  
}*/


.service .service-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    background: url(../image/back-img.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
    opacity: 0;
}
.service .service-box .read-more:hover i {
    transform: scale(1.5);
}

.service .service-box .read-more i {
    font-size: 20px;
    margin-left: 11px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.read-more{
  font-size: 15px !important;
}

.content .description
{
  text-transform: capitalize;
}


/*home-whychooseus-seg*/

.why-choose-us{
  position: relative;
/*  background: #eff8ff url('../images/why-choose-us-bg.svg') no-repeat;*/
  background-position: top center;
  background-size: auto;
  padding-bottom: 20px;
  
}

.why-choose-us .icon-star-image{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10px, -50%);
}

.why-choose-box-1{
  position: relative;
  z-index: 1;
}

.why-choose-box-1 .why-choose-item{
  flex-direction: row-reverse;
}

.why-choose-box-1 .why-choose-item .icon-box{
    margin-left: 42px;
  margin-right: 0;
}

.why-choose-box-1 .why-choose-item .why-choose-content{
  text-align: right;
}

.why-choose-item{
    display: flex;
    align-items: center;
  margin-bottom: 14px;
}

.why-choose-item:last-child{
  margin-bottom: 0;
}

.why-choose-item .icon-box{
    margin-right: 42px;
}

.why-choose-item .icon-box img{
  max-width: 48px;
}

.why-choose-content{
    width: calc(100% - 63px);
}

.why-choose-content h3{
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.why-choose-content p{
  margin: 0;
}

.why-choose-image{
  position: relative;
  z-index: 1;
}
.section-row {
    margin-bottom: 30px; 
}
.home .item img {
    border-radius: 50%;
}




@media (max-width: 990px) {


  .why-choose-item:last-child {
    margin-bottom: 30px !important ;
}
    .home .item img {
    display: none;
}

.section-row{
  margin-bottom: 10px;
}

.why-choose-item {
    margin-bottom: 30px;
}
.why-choose-box-2{
  margin-bottom: 30px;
}

.why-choose-us{
  padding-bottom: 0px;
}

.mobsp{
  margin-top: 30px;
}

.headce{
  text-align: center;
}

.mobimc{
      display: flex;
    justify-content: center;
}

.modn{
  display: none;
}


.pric .spacer-bottom{
  margin-top: 0px !important;
}
.mob-v{
  display: block;
}

.eqim{
      margin-bottom: -25px;
}

.eqh{
  margin-bottom: -35px;
}

.formi .btn{
  margin-top: 5px;
}

.pc-v{
  display:none;
}


.textcm{
  text-align: center;
}
.mosb{
  margin-bottom: 20px;
}

.pull-rights p{
  text-align: center;
}
.pull-lefts{
  float: none;
}
.pull-rights{
  float: none;
}
.spacer-top{
  margin-top: 20px;
}

.spacer-bottom{
margin-bottom: 20px;
}


.getting_loan_area .getting_first {
    padding-top: 20px;
}


.outer-container {
    background: linear-gradient(180deg, #857c7ccc 54%, #0000 107%);
    color: black;
}
.main-header.home-16 .menu-area .mobile-nav-toggler .icon-bar, .main-header.home-1 .menu-area .mobile-nav-toggler .icon-bar, .main-header.home-3 .menu-area .mobile-nav-toggler .icon-bar, .main-header.home-7 .menu-area .mobile-nav-toggler .icon-bar, .main-header.home-8 .menu-area .mobile-nav-toggler .icon-bar, .main-header.home-9 .menu-area .mobile-nav-toggler .icon-bar, .main-header.home-11 .menu-area .mobile-nav-toggler .icon-bar {
    background:white;
}

.text1{
  margin-bottom: 0px !important;
}

.mb-mar{
  margin-bottom: 20px;
}

.office-block a{
  font-size: 14px;
}



.about-img-1 {
    width: 280px !important;
    display: flex;
    justify-content: center;
}


.scroll-top {
    right: 20px;
  }

  .txtr{
    text-align: left;
  }


  .responsive-break {
/*        display: block;*/
      }


}


@media (min-width: 991px) {

  .responsive-break {
        display: none;
      }
.ext-sp{
  margin-top: 59px !important;

}
.mob-v{
  display: none;
}

.pc-v{
  display:block;
}

.spacer-top{
  margin-top: 40px;
}

.spacer-bottom{
margin-bottom: 30px;
}


}
@media (min-width: 1600px) {
  .spacer-top{
  margin-top: 30px;
}
}

.icon-star-image img {
    max-width: 112px;
     animation: zoom-in-zoom-out 1s ease infinite;
}

/*about-us range product section */

/*.about-us{
      padding: 25px 0px 25px 0px;
}*/

.about-image{
  background: url('../images/about-bg-image.svg') no-repeat;
  background-position: center center;
  background-size: auto;
  position: relative;
  margin-right: 50px;
  padding-bottom: 200px;
}

.about-img-1{
  width: 410px;
}

.about-img-2 figure,
.about-img-1 figure{
  display: block;
}

.about-img-1 img{
  aspect-ratio: 1 /0.96;
  object-fit: cover;
  border-radius: 40px;
}

.about-img-2{
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-img-2 img{
  aspect-ratio: 1 /0.72;
  object-fit: cover;
  border: 7px solid var(--white-color);
  border-radius: 40px;
}

.about-experience{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, 50%);
}

.about-experience img{
  animation: rotate 30s infinite linear;
}

@keyframes rotate{
  from{
    transform: rotate(0deg);
    }
  to{
    transform: rotate(360deg);
  }
}

.about-us-body{
  margin-bottom: 40px;
}

.about-us-body ul{
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.about-us-body ul li{
    position: relative;
    color: #000;
    text-transform: capitalize;
    padding-left: 30px;
    margin: 10px 0px;
    text-align: justify;
    line-height: 30px;
    font-size: 24px;
}

.about-us-body ul li:before{
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #1457aa;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 3px;
    left: 0;
}


/*table*/
.head-table
{
  font-size: 26px;
  color: #fff;
  background-color: #e113b5;
}

.head-2 th {
text-align: center;

}

.head-2 .main-h
{
font-size: 16px;
color:white;
}

.dark-p
{
  color: white;
}
.light-pink
{
background-color: #3b7021;
}
.dark-orange
{
background-color: #ed7d31;
color: #fff !important;
text-align: center;
}
.light-orange
{
background-color: #ffa5a4;
}
.light-green
{
  background-color:#e2f0d9;
  color: #9c0006;
}
.price td:nth-child(odd) {
  background-color: white;
  color: black;
  font-weight: 600;
}
.price td:nth-child(even) {
    background-color: white;
    color: black;
    font-weight: 600;
}

.back-white
{
    color: black !important;
}

.dark-grey
{
color:#3f3f76 !important;
}
.price th {
    padding: 10px;
    width: 10%;
    border: 1px solid #000000;
}
.price td {
    padding: 10px;
    text-align: center;
    border: 1px solid #000000;
}
.head-2 th {
    text-align: center;
}
.head-2 th p{
    color: #fff;
    text-align: center;
}
.padding-both-30
{
 padding-top: 30px;
 padding-bottom: 30px;
}
.padding-both-40
{
 padding-top: 40px;
 padding-bottom: 40px;
}


@media (max-width: 991px) {
  .padding-left-0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 991px) {
  .jus-cen
{
  display: flex;
  justify-content:center;
}

}

.width-5
{
width: 5% !important;
}
.align-center{
  display: flex;
  align-items:center;
}

/*enquiry -form*/

/* Keyframes for zoom in and zoom out effect */
@keyframes zoomEffect {
    0% {
        background-size: 100%; /* Initial state */
    }
    50% {
        background-size: 110%; /* Zoom in */
    }
    100% {
        background-size: 100%; /* Zoom out */
    }
}


.eqbg{
  margin-top: 1%;
}

.eqbg1 {
    background-image: url(../../image-mist/images/home/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: zoomEffect 10s ease-in-out infinite;
}


 .contact-form {
         

background: rgba(255, 255, 255, 0.09);
border-radius: 16px;
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(3.6px);
-webkit-backdrop-filter: blur(3.6px);
border: 1px solid rgba(255, 255, 255, 0.24);
                max-width: 100%;
                 padding: 20px 20px 5px 20px;
            border-radius: 10px;
    
        }

        .contact-form h2 {
            text-align: center;
            margin-bottom: 20px;
            font-size: 24px;
            color: black;
        }

        .contact-form p {
            text-align: center;
            margin-bottom: 30px;
        }
        textarea
        {
          height: 150px !important;
        }


.drop-area
{
  padding: 40px 0px !important;
}
@media (max-width: 768px) {
  .drop-area
{
  padding: 0px 0px !important;
}
}
/*contact*/

.office-section{
    position: relative;
    padding: 40px 0px 20px 0px;
}

.office-section .inner-container{
    padding-left:40px;
    padding-right: 40px;
}

.office-section .title-box{
    position: relative;
    padding-top: 70px;
    margin-bottom: 55px;
}

.office-section .title-box:before{
    position: absolute;
    content: '';
    left: -40px;
    top: 0px;
    right: -40px;
    height: 210px;
    /* background-color: #e9ede7; */
}

.office-section .title-box h2{
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #262626;
    text-align: center;
    text-transform: uppercase;
}

.office-section .office-section{
    position: relative;
}
.office-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0px 15px 40px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 10px;
    
}
@media (min-width:1200px){
  .office-block .inner-box {
    height: 290px;
  }
}
.inner-box .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../image-mist/images/contact/circle-w.png");
  animation: rotate360 10s linear infinite;
  -webkit-animation: rotate360 10s linear infinite;
}
.inner-box .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
    background-color: transparent;
}
.mar-top-20
{
margin-top: 20px;
}
.contact.icon-box {
    background: linear-gradient(90deg, #155724ab 0%, #155724 123.82%);
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

.main-footer .footer-bottom {
    position: relative;
    padding: 10px 10px;
    text-align: center;
    border-top: 1px solid #fff;
}


.filters.gallery-filters {

    border-radius: 5px;
    line-height: 3;
    margin-bottom: 45px;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}



.filters a {
    border-radius: 5px;
    color: #000;
    background-color: #e9e9e9;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 13px 30px;
    text-transform: uppercase;
}


.filters a:hover {
       background-color: #130050;
    background-image: linear-gradient(-180deg, #130050, #4527a4);
    font-size: clamp(0.8rem, 8vw, 0.9rem);

    color: #fff;
    width: max-content;
    outline: 0;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

    text-align: center;
    transform: scale(1);
    transition: all 0.2s ease-in;
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: auto;
}



.activeselected{
      background-color: #130050;
    background-image: linear-gradient(-180deg, #130050, #4527a4);
    font-size: clamp(0.8rem, 8vw, 0.9rem);
    font-weight: 600;
    color: #fff !important;
    width: max-content;
    outline: 0;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    margin-top: 26px;
    text-align: center;
    transform: scale(1);
    transition: all 0.2s ease-in;
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: auto;
}
 .hidden { display: none; }


 video{
  width: 100%;

 }



@media (max-width: 768px) {
  .gal{
  display: none;
}
.page-banner2 {
  padding: 120px 0 75px;
}
.nylon-mb h1,h2{
  margin: 0px !important;
}
.nylon-mb p{
  font-size: 15px;
  font-weight: 600;
}
.office-section .inner-container{
  padding: 0 !important;
}
}
.m-name{
  font-size: 16px;
  font-weight: bold;
}
.bann-txt-main{
    font-size: 36px;
    line-height: 3;
    margin-bottom: 20px;
}
.nylon div img{
  box-shadow: 0 0 4px #000;
  border-radius: 12px;
}

@media (max-width:996px){
  .heading h1{
    font-size: 22px;
  }
  .heading1 h2{
    font-size: 22px !important;
  }
  .heading2 h3{

  }

  .about-us-body{
  margin-bottom: 0px;
  margin-top: 15px;
}
.mb-center{
  text-align: center;
}

.page-banner2 h1 {
    font-size: 25px;
}
}

@media (max-width:576px){
.head-2 th{
  font-size: 14px;
}
.spacer-bottom{
margin-bottom: 0px;
}
.pric h2{
  font-size: 24px !important;
  margin-top: 10px !important;
}
}

/*Contact*/
.inner-column{
    position:relative;
/*    margin-right:-20px;*/
/*    padding:50px 35px 45px;*/
/*    background-color:#492ba6;*/
}

.inner-column .title-box{
    position:relative;
}

.inner-column .title-box h3{
    position:relative;
    color:#ffffff;
    font-size:25px;
    font-weight:700;
    line-height:1.3em;
    text-align: center;
}

.inner-column .title-box .title-text{
    position:relative;
    font-size:16px;
    font-weight:400;
    line-height:1.5em;
    margin-top:8px;
    margin-bottom:30px;
    color:rgba(255,255,255,0.80);
}

.inner-column .social-links{
    position:relative;
}

.inner-column .social-links li{
    position:relative;
    margin-right:4px;
    margin-bottom:5px;
    display:inline-block;
}

.inner-column .social-links li a{
    position:relative;
    color:#ffffff;
    width:45px;
    height:45px;
    border-radius:2px;
    display:inline-block;
    text-align:center;
    line-height:43px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border:1px solid rgba(255,255,255,0.30);
}

.inner-column .social-links li a:hover{
    color:#182545;
    border-color:#ffffff;
    background-color:#ffffff;
}

/* Contact Info List */

.contact-info-list{
    position:relative;
    padding-left:28px ;
}
.cnt-sec .inner-column{
  background: #1457aa !important;
  padding: 50px 25px 15px ;
}

.contact-info-list li{
    position:relative;
    list-style-type: none;
    margin-bottom:30px;
    margin-top: 30px;
    font-size:16px;
    min-height:50px;
    line-height:1.8em;
    padding-left:50px;
    color:#fff;
}

.contact-info-list li strong{
    font-weight:700;
    font-size:22px;
    display:block;
    padding-bottom: 10px;
    color: #68ff35;
}
.font-15{
  font-size: 15px !important;
}

.contact-info-list li .icon{
    position:absolute;
    left:0px;
    top:8px;
    font-size:26px;
    line-height:1em;
}

.contact-page-section .form-column{
    position:relative;
}

.contact-page-section .form-column .inner-column{
    position:relative;
    padding-left:60px;
}

.contact-page-section .form-column .inner-column .row{
    margin:0px -11px;
}

.contact-page-section .form-column .inner-column .contact-form .form-group{
    padding:0px 10px;
}
.links p{
  margin-bottom: 10px;
}
/*Order Page*/
/*=== Schedule Block ===*/

.schedule-block-three {
    position: relative;
    margin-bottom: 40px;
}

.schedule-block-three .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 970px;
    margin: 0 auto;
}

.schedule-block-three .date {
    height: 130px;
    min-width: 215px;
    margin-left: -30px;
    padding-right: 40px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../../image-mist/images/j-testimonials-bg-1.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.schedule-block-three .date .time {
   /* text-align: right;*/
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}
.schedule-block-three .date .time-1 {
    text-align: right !important;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}
.schedule-block-three .date .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 70px;
    font-weight: 500;
    height: 70px;
    background: #ffffff;
    font-size: 27px;
    color: #122a41 ;
    padding-right: 10px;
}

.schedule-block-three .date .icon:after {
    position: absolute;
    right: -20px;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-left: 20px solid #ffffff;
    content: "";
}

.schedule-block-three .inner-1 {
  align-content: center;
    position: relative;
    width: 100%;
    min-height: 180px;
    padding: 35px 60px;
   /* padding-right: 255px;*/
    border-radius: 500px;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 30px rgb(14 150 229 / 70%);
    box-shadow: inset 0 0 30px rgb(4 140 231 / 50%);
    /*text-align: right;*/
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.schedule-block-three .inner-1:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 500px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .10);
    box-shadow: 0 0 10px rgba(0, 0, 0, .10);

    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}
.schedule-block-three .inner-2 {
  align-content: center;
    position: relative;
    width: 100%;
    min-height: 180px;
    padding: 35px 60px;
   /* padding-right: 255px;*/
    border-radius: 500px;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 30px rgb(135 27 189 / 85%);
    box-shadow: inset 0 0 30px rgb(4 140 231 / 50%);
    /*text-align: right;*/
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.schedule-block-three .inner-2:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 500px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .10);
    box-shadow: 0 0 10px rgba(0, 0, 0, .10);

    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}
.schedule-block-three .inner-3 {
  align-content: center;
    position: relative;
    width: 100%;
    min-height: 180px;
    padding: 35px 60px;
   /* padding-right: 255px;*/
    border-radius: 500px;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 30px rgb(254 71 142);
    box-shadow: inset 0 0 30px rgb(4 140 231 / 50%);
    /*text-align: right;*/
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.schedule-block-three .inner-3:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 500px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .10);
    box-shadow: 0 0 10px rgba(0, 0, 0, .10);

    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}
.schedule-block-three .inner-4 {
    position: relative;
    width: 100%;
    min-height: 180px;
    padding: 35px 60px;
   /* padding-right: 255px;*/
    border-radius: 500px;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 30px rgb(255 147 0 / 68%);
    box-shadow: inset 0 0 30px rgb(4 140 231 / 50%);
    /*text-align: right;*/
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.schedule-block-three .inner-4:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 500px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .10);
    box-shadow: 0 0 10px rgba(0, 0, 0, .10);

    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}
.schedule-block-three .inner-box:hover .inner-1:before {
    opacity: 1;
}
.schedule-block-three .inner-box:hover .inner-2:before {
    opacity: 1;
}
.schedule-block-three .inner-box:hover .inner-3:before {
    opacity: 1;
}
.schedule-block-three .inner-box:hover .inner-4:before {
    opacity: 1;
}
.schedule-block-three .thumb {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 188px;
    width: 188px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
}

.schedule-block-three .speaker-info .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px;
    color: #ff4200;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.schedule-block-three .speaker-info .designation {
    display: block;
    margin-left: 10px;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    text-transform: capitalize;
}

.schedule-block-three .speaker-info h3 {
    position: relative;
    font-size: 25px;
    line-height: 1.2em;
    color: #081245;
    font-weight: 600;
    margin-bottom: 22px;
}

.schedule-block-three .speaker-info h3 a {
    color: #081245;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.schedule-block-three .speaker-info h3 a:hover {
    color: #081245;
}

.schedule-block-three .speaker-info .location {
    font-size: 18px;
    color: #000;
    text-align: center;
    
}
@media(min-width:1600px){
  .schedule-block-three .speaker-info .location {
    font-size: 23px;
    color: #000;
    text-align: center;
    
}
.text1{
  font-size: 20px;
}
.heading h1{
  font-size: 35px;
  color: #2f0d9d;
  font-weight: 600;
}
}
.schedule-block-three .speaker-info .location strong {
    color: #081245;
    font-weight: 700;
}


/*=== Schedule Block Even ===*/

.schedule-block-three.even .date {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    height: 130px;
    min-width: 230px;
    margin-left: 0;
    margin-right: -30px;
    padding-right: 0;
    padding-left: 40px;
    background-position: center left;
    background-image: url(../../image-mist/images/schedule-2.png);
}

.schedule-block-three.even .date .icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.schedule-block-three.even .inner {
    padding: 35px 60px;
   /* padding-left: 255px;
    text-align: left*/
}

.schedule-block-three.even .thumb {
    right: auto;
    left: 30px;
}

.schedule-block-three.even .speaker-info .name {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.schedule-block-three:nth-child(4n+2) .date {
    background-image: url(../../image-mist/images/j-testimonials-bg-2.png);
}

.schedule-block-three:nth-child(4n+3) .date {
    background-image: url(../../image-mist/images/j-testimonials-bg-1.png);
}

.schedule-block-three:nth-child(4n+4) .date {
    background-image: url(../../image-mist/images/j-testimonials-bg-2.png);
}
@media only screen and (max-width: 1023px) {
    .schedule-block-three .inner:before, .schedule-block-three .inner {
        border-radius: 0;
        padding: 40px 40px !important;
    }
}
@media only screen and (max-width: 767px) {
    .schedule-block-three.even .date {
        left: auto;
        right: 0;
        margin: 0;
        transform-origin: right top;
    }
}
@media only screen and (max-width: 767px) {
    .schedule-block-three .inner {
        padding-top: 150px !important;
        /* text-align: center !important; */
    }
}
@media only screen and (max-width: 767px) {
    .schedule-block-three .date {
        position: absolute;
        left: 0;
        top: 30px;
        z-index: 1;
        margin: 0;
        transform: scale(.7);
        transform-origin: left top;
    }
}
.process-icon img:hover{
    transform: scale(1.3);
    color: #fff !important;
}

/*Praveen*/
.sec-padd{
  padding-bottom: 40px;
  padding-top: 40px;
}
.sec-mar{
  margin-bottom: 40px;
  margin-top: 40px;
}
.pt-40{
  padding-top: 40px;
}

/*Terms*/
.service-box {
    background: #fff;
    border: 2px solid #E3E3E3;
    border-radius: 5px;
}
.service .service-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    padding: 30px 30px 30px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 26px;
}
/*.a-ht {
    height: 94%;
}*/
.static {
    background: #492ba6 !important;
    color: #fff !important;
}
.static .description{
  color: #fff;
}
.f-25{
  font-size: 25px !important;
}

.strip {
  position: relative;
  background-image: url(../../image-mist/images/strip.jpg); 
  padding-bottom: 50px; 
  padding-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.3);
}

.strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* You can adjust the opacity here */
  z-index: 1; /* Makes sure the overlay is above the background but below the content */
}

.strip .container {
  position: relative;
  z-index: 2; /* Ensures the content is above the overlay */
}

.strip .content {
  color: white; /* To ensure text is readable on top of the overlay */
}


/*Responsive*/

@media (min-width: 1450px){
.container {
    max-width: 1400px;
}

}
@media (min-width: 1700px){
.container{
    max-width: 1640px;
}
p{
    line-height: 42px;
    font-size: 24px;
  }
  
}
@media (min-width: 1950px){
.container {
    max-width: 1890px;
}
}
 .fe li{
    position: relative;
    color: #000;
    text-transform: capitalize;
    padding-left: 30px;
    margin: 18px 0px;
    text-.;
    letter-spacing: 1px;
    padding-left: 30px;
    text-indent: -30px;
   
  }


   .fe p{
    position: relative;
    color: #000;
    text-transform: capitalize;
    padding-left: 30px;
    margin: 18px 0px;
    text-.;
    letter-spacing: 1px;
    padding-left: 30px;
    text-indent: -30px;
   
  }

.text1{
      position: relative;
    color: #222222;
    font-size: 20px;
    line-height: 1.9em;
    margin-bottom: 20px;
    display: flex !important;
    justify-content: center !important;
    text-align: left;
}
.text1 ul span{
  font-weight: 600 !important;
}

.fe li::before{
      color: #0098f4;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    margin-right: 15px;
    position: relative;
    top: 0px;
    font-weight: 600;
}
.app{
  background: #f0f0d6;
/*  background: url(../../image-mist/images/pattern-4.jpg);*/
}
.small-head{
  font-size: 18px !important;
  margin-bottom: 15px !important;
}
 .sub{
  color: #000;
    font-size: 16px;
    font-weight: 600;
        line-height: 16px;
    margin-bottom: 10px;
 }
.main-head{
  font-size: 30px;
  color: #1457aa;
  font-weight: 600;
}

.m-head{
  font-size: 30px;
  color: #1457aa;
}
.img-home-1{
  /*width: 600px !important;
  height: 490px !important;*/
}
.img-home-2{
  /*width: 775px !important;
  height: 850px !important;*/
}
.img-home-3{
  /*width: 770px !important;
  height: 490px !important;*/
}
.abt-img-1{
  height: 665px;
}
.abt-img-2{
  height: 560px;
}

.f-25{
  font-size: 20px !important;
}
}
.certificate-bg{
  /*height: 550px ;
  width: 710px;*/
}
.eqim{
  width: 750px !important ;
  height: 540px !important;
  border-radius: 12px;
}
@media ( max-width:1600px){
  .eqim{
  height: 510px !important;
}
}
.header-main{
  display: flex;
}
.terms p{
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.terms-points .text1{
      position: relative;
    color: #222222;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 20px;
    display: block !important;
}
.terms li{
  display: flex;
}
.terms li p{
  padding: 0 0 0 10px;
}
.terms li i{
  margin: 8px 0 0 0;
}

@media ( max-width:996px){
  mb-center{
    text-align: center !important;
  }
  .btn {
    margin-top: 20px;
  }
}
.fnt-600{
  font-weight: 600 !important;
}

.q1{
  font-size: 24px;
  font-family: 'Ubuntu', sans-serif;
  border: 1px solid #bfadad;
  padding: 10px;
  border-radius: 25px;
  background: linear-gradient(135deg, #0098f4 40%, #3e7fd0 60%);
  color: #ffffff;
}
.q2{
  border: 1px solid #bfadad;
  padding: 10px 25px;
  display: inline-block !important;
  background: linear-gradient(135deg, #0098f4 40%, #3e7fd0 60%);
  color: #ffffff;
  border-radius: 25px;
}
.q3{
  border: 1px solid #bfadad;
  padding: 10px;
  display: inline-block !important;
  background: linear-gradient(135deg, #0098f4 40%, #3e7fd0 60%);
  color: #ffffff;
  border-radius: 25px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  font-size: 28px;
  padding: 10px 20px;
}
.ff{
  font-family: 'Ubuntu', sans-serif;
}
@media (max-width:767px){
  .mb-v-list{
    display: block;
  }
  .pc-v-list{
    display: none;
  }
}
@media (min-width:768px){
  .mb-v-list{
    display: none;
  }
  .pc-v-list{
    display: block;
  }
}
@media (max-width:600px){
body{
font-size:16px;
}p{
text-align:left;
}
.mb-left{
  text-align: left;
}
.mbl-mar-top{
margin-top:20px !Important;
        margin-bottom: 20px;
}
.mbl-center{
text-align: center !important;

}
.mbl-ds-blocks{
    display: block;
}
.mbl-text-hide{
display:none;
}
.mbl-center a{
margin-top: 10px;
margin-bottom: 20px;
}

.mb-justify{
/*  text-align: justify !important;*/
}
.mb-padd-top{
  padding-top: 20px;
}
.mb-padd-btm{
  padding-bottom: 20px;
}
.mb-padd{
  padding-top: 20px;
  padding-bottom: 20px;
}

.mb-mrg-top{
  margin-top: 20px !important;
}
.mb-mrg-btm{
  margin-bottom: 20px;
}
.mb-padd-btm-10{
  padding-bottom: 10px;
}
.mb-padd{
  padding-top: 20px;
  padding-bottom: 20px;
}
.mb-fn-22{
  font-size: 22px !important;
}
.mb-p0{
  padding: 0px !important;
}
.mrg-p0{
  margin: 0px !important;
}
.ttm-row{
  margin-top: 20px;
  margin-bottom: 20px;
}
.terms p{
  font-size: 18px;
/*  text-align: justify;*/
}
.schedule-block-three .speaker-info .location {
    font-size: 18px;
    color: #000;
/*    text-align: justify;*/
    
}
.q3{
  margin: 10px !important;
}
.cnt-sec .inner-column{
  background: #1457aa !important;
  padding: 15px 0px 2px ;
}
.contact-info-list li{
  padding-left: 35px;
}

.mb-lg{
  width: 100px !important;
}
.mb-lg-mg{
  margin-left: 5rem !important;
}

}


