@import url('https://fonts.googleapis.com/css2?family=Quando&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* .quando-regular {
  font-family: "Quando", serif;
  font-weight: 400;
  font-style: normal;
} */

/* 
.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
/********** Template CSS **********/
:root {
    --primary: #59386C;
    --secondary: #C58F28;
    --white:#fff;
    --black:#000;
    
  }
  *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: 'Open Sans', sans-serif; */

}
h1,h2,h3,h4,h5,h6{
  
  font-family: "Quando", serif;
    font-weight: 700;
    font-style: normal;
  letter-spacing: -1px;
  color: var(--primary);
  /* color: var(--primary) !important; */
  

}



body {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}


p{
  text-align: left !important;
  font-family: "Quicksand", sans-serif;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 17px !important;
  color: var(--primary) !important;

}
button{
  font-family: "Poppins", sans-serif; 
}

a{
  font-family: "Poppins", sans-serif;
}


.navbar
{
  /* position:absolute; */
  width:100%;
 
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.navbar img
{
 width: 250px;
}
.navbar .nav-links ul
{
  display:flex;
}
.navbar .nav-links ul li
{
  margin:0 25px;
}
.navbar .nav-links ul li.active a
{
  color:#E6B747;
 
}
.navbar a 
{
  color:#59386C;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.navbar .menu-hamburger
{
  display:none;
  color:#59386C;
  position:absolute;
  top:50px;
  right:50px;
  font-size:35px;
  cursor:pointer;
}

@media screen and (max-width:900px)
{
  .navbar
  {
    padding:0;
  }
  .navbar .logo
  {
    display:block;
  }
  .navbar .menu-hamburger
  {
    display:block;
  }
  .nav-links
  {
    top:0;
    left:-100%;
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:rgba(0,0,0,0.5);
    backdrop-filter:blur(8px);
    width:100%;
    height:100vh;
    transition: left 0.5s ease;
    
  }
  .nav-links.mobile-menu
  {
  left:0;
    
  }

  .nav-links ul
  {
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .navbar .nav-links ul li
  {
  margin:25px 0;
  font-size:1.2em;
  }
  .menu-hamburger
  {
    display:block;
  }
}
.header-btn a{ 
    color: #fff;
}
.header-btn{
    background-color: #59386C;
    color: #fff;
    padding: 10px 35px;
    border-radius: 50px;
    border: none;
    outline: none;
    width: 100%;
}

.header-readmore{
  background-color: #59386C;
  color: #fff;
  padding: 17px 35px;
  border-radius: 12px;
  border: none;
  outline: none;
  width: 100%;
}

.line1{
  margin-top: -6%;
}
.line3{
  margin-top: -8%;
}

/* @media (min-width:767px)and(max-width:1366px) { */

.corporate{
  position: relative;
}

.corporate-text{
height: 60vh;
/* margin-left: -15px; */
z-index: -1;
background-color: #A892B5;
  
 
}
.corporate p{
  padding: 8% 5%;
  color: #fff !important;
}

.corporate h3{
  position: absolute;
  left: 33%;
  /* transform: translateX(calc(100% - 50%)); */
  top: -8%;
  background-color: #F3D48F;
  padding: 20px;
 border-radius: 25px;
 font-size: 20px;
  color: var(--primary);
}
.corporate1{
  position: relative;
  margin-top: 80px
}


.corporate1 p{
  padding: 8% 5%;
text-align: center !important;
color: #fff !important;

}
.corporate1 h3{
  position: absolute;
  left: 45%;
  top: -5%;

  /* transform: translateX(calc(100% - -120%)); */
  background-color: #F3D48F;
  padding: 20px;
  font-size: 20px;
 border-radius: 25px;
  color: var(--primary);
}
.first{
 margin:0 5% 0% 0; 
}

.corporate2{
  position: relative;
  margin-top: 80px
}
.corporate2 img{
  position: absolute;
  top: -15%;
  left: -10px;
  border-radius: 5%;
}
.corporate-text2{
height: 70vh;
margin-left: -15px;
z-index: -1;
padding: 50px;
  
 
}
.corporate2 .corporate-text2 p{
position: absolute;
/* left: 10%; */
top: 5%;
padding: 5%;
text-align: center !important;
color: #fff !important;

}
.corporate2 .corporate-text2 h3{
  position: absolute;
  left: 25%;
  top: -5%;
  background-color: #F3D48F;
  padding: 20px;
 border-radius: 25px;
 font-size: 20px;
  color: var(--primary);
}

.corporate3{
  position: relative;
  margin-top: 80px
}


.corporate3 p{

padding: 8% 5%;
text-align: center !important;
color: #fff !important;

}
.corporate3 h3{
  position: absolute;
  left: 35%;
  top: -5%;
  
  /* transform: translateX(calc(100% - -30%)); */
  background-color: #F3D48F;
  padding: 20px;
  font-size: 20px;
 border-radius: 25px;
  color: var(--primary);
}

.corporate4{
  position: relative;
  margin-top: 80px
}


.corporate4  p{

padding: 8% 5%; 
text-align: center !important;
color: #fff !important;

}
.corporate4  h3{
  position: absolute;
  left: 25%;
  top: -5%;
  
  /* transform: translateX(calc(100% - 90%)); */
  background-color: #F3D48F;
  padding: 20px;
  font-size: 20px;
 border-radius: 25px;
  color: var(--primary);
}
  



.first{
 margin:0 5% 0% 0; 
}

.box-session{
  background-color:  #E35839;
  padding: 30px;
  width: 250px;
  margin: 0 auto;
  color: #fff;
  border-radius: 25px;
  text-align: center;
}
.box-session-wrapper .button-reg{
 
 /* transform: translateX(calc(100% - 83%));
 margin-top: -15px; */
}

























































































.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
p{
    
    line-height: 30px;
}
h1,h2,h3,h4,h5,h6,button,p{
   
}
p,span{
    
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}


h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}
p{
    
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

@media (min-width: 992px) {
  .author-img img{
    width: 350px;
    height: 350px !important;
  }
    .col-md-1-8 {
        width:12.5%
    }

    .col-md-1-5 {
        width: 20%
    }

    .col-md-1-7 {
        width: 14.28%
    }

    .col-md-1-9 {
        width: 11.11%
    }
  
}



@media (min-width: 768px) {
    .col-sm-1-7 {
        width:14.28%
    }
    .button-buy {
      margin-right: 40px;
    }
   
}

.col-md-offset-4-5 {
    margin-left: 37.5%
}

.col-md-offset-1-5 {
    margin-left: 12.5%
}

@media (min-width: 481px) and (max-width:767px) {
    .col-xm-6 {
        width:50%
    }
    

    .col-xm-4,.col-xm-6,.col-xm-6.no-padding-xs {
        padding-left: 15px;
        padding-right: 15px
    }
    .buy-gita-btn{
      display: flex;
  justify-content: flex-start !important;
  width: 50%;
  padding: 0;
  
    }

    .col-xm-4 {
        width: 33.3333333333%
    }

    .col-xm-4.no-padding-xs {
        padding-left: 15px;
        padding-right: 15px
    }
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}



/*** Navbar ***/
@media (min-width: 992px) {
    .col-md-1-8 {
        width:12.5%
    }

    .col-md-1-5 {
        width: 20%
    }

    .col-md-1-7 {
        width: 14.28%
    }

    .col-md-1-9 {
        width: 11.11%
    }
}

@media (min-width: 768px) {
    .col-sm-1-7 {
        width:14.28%
    }
}

.col-md-offset-4-5 {
    margin-left: 37.5%
}

.col-md-offset-1-5 {
    margin-left: 12.5%
}

@media (min-width: 481px) and (max-width:767px) {
    .col-xm-6 {
        width:50%
    }

    .col-xm-4,.col-xm-6,.col-xm-6.no-padding-xs {
        padding-left: 15px;
        padding-right: 15px
    }

    .col-xm-4 {
        width: 33.3333333333%
    }

    .col-xm-4.no-padding-xs {
        padding-left: 15px;
        padding-right: 15px
    }
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}



.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

  .exo-menu {
    /* width: 100% !important; */
    /* float: left; */
    list-style: none;
    position: relative;
    background: #5F4199;
    margin-top: 0%;
    /* margin: 0; */
    padding: 0;
    transition: all 10s linear;
    display: block;
    align-content: center;
    justify-content: center;
    text-align: center !important;
    /* top: 20px; */
    z-index: 999;
    /* left: 110px; */
}
.navbar
{
  /* position:absolute; */
  width:100%;
 
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.navbar img
{
 width: 250px;
}
.navbar .nav-links ul
{
  display:flex;
}
.navbar .nav-links ul li
{
  margin:0 25px;
}
.navbar .nav-links ul li.active a
{
  color:#E6B747;
 
}
.navbar a 
{
  color:#59386C;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:18px;
}
.navbar .menu-hamburger
{
  display:none;
  color:#59386C;
  position:absolute;
  top:50px;
  right:50px;
  font-size:35px;
  cursor:pointer;
}

@media screen and (max-width:900px)
{
  .navbar
  {
    padding:0;
  }
  .navbar .logo
  {
    display:block;
  }
  .navbar .menu-hamburger
  {
    display:block;
  }
  .nav-links
  {
    top:0;
    left:-100%;
    position:absolute;
    display:none;
    justify-content:center;
    align-items:center;
    background-color:rgba(0,0,0,0.5);
    backdrop-filter:blur(8px);
    width:100%;
    height:100vh;
    transition: left 0.5s ease;
    
  }
  .nav-links.mobile-menu
  {
  left:0;
    
  }

  .nav-links ul
  {
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .navbar .nav-links ul li
  {
  margin:25px 0;
  font-size:1.2em;
  }
  .menu-hamburger
  {
    display:block;
  }
}
.header-btn a{ 
    color: #fff;
}
/* .header-btn{
    background-color: #59386C;
    color: #fff;
    padding: 10px 35px;
    border-radius: 50px;
    border: none;
    outline: none;
} */


ul{
	list-style:none;
	margin: 0;
	padding: 0;
}


.exo-menu > li {	display: inline-block;float:left;}
.exo-menu > li > a{
  
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
    font-size: 15px;
	/* border-right: 1px #bbbbbb dotted; */
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li:last-child a{
  border-right: none;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	background:#C58F28;
	color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #365670;
	border-bottom: 1px dotted #547787;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
/*mega menu*/

.mega-menu {
  left: 0;
  width: 100%;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: red;
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}
	/* width: 100%; */
	/* float: left; */
	/* list-style: none; // */
	/* position:relative; */
	/* background: #5F4199;// */
    /* margin-top: -3%; */
    /* margin: 0;// */
    /* padding: 0;/ */
    /* display: fle;// */
    /* align-content: enter;// */
    /* justify-content: center// */
    /* text-align: center !imporant;// */

.exo-menu > li {	display: inline-block;float:left;}
.exo-menu > li > a{
  
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
    font-size: 15px;
	/* border-right: 1px #bbbbbb dotted; */
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li:last-child a{
  border-right: none;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	background:#C58F28;
	color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #365670;
	border-bottom: 1px dotted #547787;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
/*mega menu*/

.mega-menu {
  left: 0;
  width: 100%;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: red;
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/

.header .logo-img img{
  width: 280px;

}
.activee{
  background-color: var(--secondary);
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
	background-color: #547787;
}

/*hover*/
.toggle-menu{
    display: none;
}

.mega-menu:hover,

.mega-drop-down a:hover+.mega-menu
{
	display:block;
}
/*responsive*/
 @media (min-width:1024px){
	.exo-menu > li > a{
	display:block;
	padding: 15px 21.6px;
 }
.mega-menu{
		position:absolute;
}
 
 }
@media (max-width:1024px){

	.exo-menu {
		/* min-height: 2px; */
		/* background-color: #23364B; */
		width: 100%;
    display: block;
	}
    .toggle-menu{
        display: block;
    }
	
	.exo-menu > li > a{
		width:100% ;
	    display:none ;
	
	}
  .header .logo-img img{
    width: 220px;
  }
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 14px 22px;
	}
	
.mega-menu{
		position:relative;
    
}

}
a.toggle-menu{
  
    position: absolute;
    /*right: -10px;*/
    right: -36px;
    /* right: -50px; */
    padding: 6px;
    font-size: 33px;
    /* background-color: #c58f28; */
    /* color: #fff; */
    top: 6px;
    width: 75px;
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.visit-my-blog {
    background: #379fe1;
}

.mega-menu-wrap{
    /* background-color: #fff; */
    width: 100%;

}
.header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    padding-bottom: 10px;
    /* padding-bottom: 40px; */
    padding-left:0px ;
    box-shadow: 3px 3px 5px #ccc;
    /* height: 26vh; */

}

.button-header {
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  /* margin: 0.5em;
  padding: 1em 2em; */
}

.button-header {  
 
  transition: 0.50s;
  
  &:hover,
  &:focus { 
    border-color: var(--hover);
    color: #fff;
  }
}
.button-header a{
  color: #fff;
  text-decoration: none;
}
.slide{
    background-color: #C58F28 !important;
    padding: 15px 15px;
    font-size: 16px;
   border-radius: 20px 0 20px 0;
   border: none;
   color: #fff;
   
}
.slide:hover,
.slide:focus {
  box-shadow: inset 15.5em 0 0 0 #5F4199;
}
.slide:nth-child(2){
    margin-right: 0px;
    margin-left: 0px;
}

.button-header1 {
    background: none;
    border: 2px solid;
    /* font: inherit; */
    line-height: 1;
    /* margin: 0.5em;
    padding: 1em 2em; */
  }
  .button-header1 a{
    color: #fff;
  }
.button-header1 {  
 
  transition: 0.50s;
  
  &:hover,
  &:focus { 
    border-color: var(--hover);
    color: #fff;
  }
}
.btn-footer .slide{
    background-color: #5F4199 !important;
    padding: 20px 35px;
    font-size: 18px;
   border-radius: 20px 0 20px 0;
   border: none;
   color: #fff;
   /* margin-left: 30px; */

   
}
.btn-footer .slide:hover,
.btn-footer .slide:focus {
  box-shadow: inset 15.5em 0 0 0 #C58F28;
}
.slide:nth-child(1){
    /* margin-right: 15px;
    margin-left: -30px; */
}

/* another button start */
.slide2{
  background-color: var(--primary) !important;
  padding: 20px 35px;
  font-size: 18px;
 border-radius: 20px 0 20px 0;
 border: none;
 /* color: #000; */
 
}
.slide2 a {
  color: #fff;
  font-weight: bold;

}
.slide2:hover,
.slide2:focus {
  box-shadow: inset 15.5em 0 0 0 #C58F28;
}
.slide2:nth-child(1){
    margin-right: 15px;
    margin-left: -30px;
}

.button-header2 {
  background: none;
  /* border: 2px solid #fff; */
  /* font: inherit; */
  line-height: 1;
  /* margin: 0.5em;
  padding: 1em 2em; */
}
.button-header2 {  

transition: 0.50s;

&:hover,
&:focus { 
  /* border-color: var(--white); */
  color: #fff;
}
}
button:hover a{
  color: #fff;
}

.button-hero{
  display: flex;
  justify-content: center;
}

/* another button end */

/* contact page start */

#contact-section{
    background-image:linear-gradient(to top, rgba(197,143,40,0.7),rgba(0,0,0,0.6)),url(../img/bg-imgbook.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40vh;
    margin-top: -2%;
    display: flex;
    justify-content: center;
    align-items: center;
    
   
}
.inner-title h2{
    font-size: 52px;
    color: var(--white);
    /* font-family: 'Courgette', cursive; */
}

.contact-form-wrapper {
  /* padding: 100px 0; */
  padding: 0 0 10% 0;
}

.contact-form {
  /* padding: 30px 40px; */
  background-color: #ffffff;
  border-radius: 12px;
  width: 100%;
  /* box-shadow: 1px 5px 4px 0px; */
    padding: 80px 40px 40px 40px;
    /* margin-top: -12%; */
}
.contact-form .title{
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  color: var(--black);
  font-size: 30px;
  margin-bottom: 30px;
  /* font-family: 'Courgette', cursive; */
  
}
.contact-form .title::after{
  content: "";
  width: 50px;
  height: 5px;
  background-color: var(--primary);
  bottom: 0;
  left:45%;
  position: absolute;
  border-radius: 50px;
  

}
.shape-btn {
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin-top: 3%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 30%;
    position: relative;
  /* margin: 0.5em;
  padding: 1em 2em; */
}

.shape-btn {  
 
  transition: 0.50s;
  
  &:hover,
  &:focus { 
    border-color: var(--hover);
    color: #fff;
  }
}
.contact-form .slide{
    background-color: #C58F28;
    padding: 15px 15px;
    font-size: 18px;
   border-radius: 20px 0 20px 0;
   border: none;
   color: #fff;
   
}
.contact-form .slide:hover,
.contact-form .slide:focus {
  box-shadow: inset 45.5em 0 0 0 #5F4199;
}

.contact-form input[type="submit"]{
  background-color: transparent;
  border: none;
  color: var(--white);
  font-size: 22px;
  /* padding: 8px 30%; */
  /* max-width: 80% !important; */
  
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  /* background-color: #f0f4f5; */
  height: 50px;
  padding-left: 16px;
  border: 1px solid #d2d2d2 !important;
}

.contact-form .form-text-area {
  /* background-color: #f0f4f5; */
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: var(--secondary);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px var(--primary);
}

.contact-details{
  /* background-color: var(--secondary); */
  width: 105%;
  /* height: 500px; */
  margin: 10% 0 10% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px 0 50px 0 ;

}
.contact-details .title{
  padding: 0 10%;
  color: var(--white);
  font-size: 30px;
  /* font-family: 'Courgette', cursive; */
  position: relative;
  padding-bottom: 5px;

}
.contact-details .title::after{
  content: "";
  width: 50px;
  height: 5px;
  background-color: var(--white);
  bottom: -15px;
  left:10%;
  position: absolute;
  border-radius: 50px;
  

}
#error_message{
  margin-bottom: 20px;
  background: var(--primary);
  padding: 0px;
  color: var(--white);
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease;
}


/* contact section end */



/* footer start */

.footer-top{
  background-image:linear-gradient(to right top, rgb(192,140,39,0.9),rgb(90,61,159,0.8)),url(../img/bg-imgbook.jpg);
  height: 100%;
  
}

.footer-section {
    background: #151414;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta{
    display: flex;
    padding: 20px 0 0 0%;
    
    
  }
  .single-cta .icon{
  /* background-color: var(--primary); */
  width: 60px;
  height: 60px; 
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  
 
}
  .single-cta .icon i {
    /* color: var(--white); */
    font-size: 40px;
    color: #59386C;
 
    
  }
  .cta-text span{
    /* color: var(--white); */
    font-size: 18px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
    
  }
  .cta-text h4 {
    /* color: var(--white); */
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-logo img {
      max-width: 300px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: var(--white);
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .youtube-bg{
    background: #ff0000;
  }
  .google-bg{
    background: #DD4B39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background:var(--secondary) ;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
    color: var(--secondary);
  }
  .footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: var(--secondary);
      padding: 13px 20px;
      border: 1px solid var(--secondary);
      top: 0;
      border-radius: 25% 0 25% 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a{
    color: var(--secondary);
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #ff5e14;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }
  
  /* footer end */



  /* Home Page start */

.book-line{
  background-image: url(../img/book-line.png);
  background-position:center;
  background-size: fill;
  width: 100%;
  height: 50vh;
}













/* hero section start */
.banner-image{
  background-image: url(../img/new-banner.png);
  width: 100%;
  /* height: 100vh; */
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  /* margin-top: -2%; */
  

}
.banner-image1{
  /* background-color: #F3D48F; */
}
.img-left-hero-mob{
  background-image: url(../img/gitabodh\ book\ mockup\ 2.png);
  width: 100%;
  height: 100vh;
  background-position: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* margin-top: -2%; */
  

}
.img-left-hero{
  width: 100%;
  height: 75vh;
  margin-top: 15%;
}
.img-left-hero img{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  width: 80%;
  height: 80vh;
}
/* hero section end */

/* hero content start */
.hero-content{
  position: relative;
}
.hero-content h2{
  font-size: 40px;
  /* color: #fff; */
  /* padding-left: 40px; */
  text-align: left;
  
  
  
}
.hero-content h2 span{
  font-size: 30px;
  
  
 
}

.book-available h4{
color: #fff;
text-align: left;
font-size: 18px;

}
.button-hero .btn{
  
  width: 80px;
  padding: 10px 35px;
  background-color: var(--white);
  
}
.button-hero .btn a{
  color: #000;
  font-weight: bold;
}
/* hero content end */
.heading-title-2 h2{
  color: var(--primary);
  font-size: 40px;
  position: relative;
  letter-spacing: -1px;
}

.heading-title h2{

  color: var(--primary);
  /* font-size: 47px; */
  position: relative;
  letter-spacing: -1px;
}

.heading-desc p{
color: var(--primary) !important;
line-height: 30px;
margin-top: 30px
}
.why-one {
  margin-top: -15%;
}
.why-one .img-wrapper{
  background-image: url(../img/img.png);
  background-position: left center;
  background-size: cover;
  width: 100%;
  height: 500px;
  border-radius: 25% 0  25% 0;
  border: 5px solid var(--secondary);
  transition: transform .2s; 
  

  
}
#for-me-btn{
  margin-top: -30%;
}

#is-gita .gita-img{
  background-image: url(../img/Untitled\ design\ \(2\)\ 1.jpg);
  background-position: left center;
  background-size: cover;
  width: 100%;
  height: 500px;
  border-radius: 25% 0  25% 0;
  border: 5px solid var(--secondary);
  transition: transform .2s; 
  padding-bottom: 5%;
  

  
}
/* .why-one .img-wrapper:hover{
  border-radius: 0 0 0 0;
  transform: scale(0.9);
  border: 5px solid var(--primary);
  


} */

.img-wrapper-whatisgita{
  background-image: url(../img/img1.jpg);
  width: 100%;
  height: 550px;
  background-position: center;
  background-size: cover;
  border-radius: 25% 0  25% 0;
  border: 5px solid var(--secondary);
  transition: transform .2s; 
  position: relative;
  
}
/* .img-wrapper-whatisgita:hover{
  border-radius: 0 0 0 0;
  transform: scale(0.9);
  border: 5px solid var(--primary);
} */
.btn-play{
  position: relative;
}
.btn-play{
  position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
    transition: opacity .25s cubic-bezier(0,0,.2,1);
    z-index: 63;
    /* border-radius: 100%; */
}

#what-is-gita{
  background-image: url(../img/bg-banner.jpg);
  width: 100%;height: 100%;
  background-position: left center;
  background-size: contain;
  padding: 10% 0;
  

}
#is-gita-bodh{
  padding: 10% 0;
}
.heading-title1 h2{
color: var(--primary);
/* font-size: px; */
position: relative;
}
 .heading-title1 h2::after{
  content: '';
  width: 20%;
  height: 5px;
  background-color: var(--secondary);
  position: absolute;
  /* top: 5px; */
  bottom: -15px;
  left: 40%;
  
  
}
 .heading-desc1 p{
  margin-top: 30px;
  line-height: 35px;
}

#in-what-form{
  background-image: url(../img/bg-banner.jpg);
  background-position: center;
  background-size: left center;
}
.card-img img{
  width: 100%;
}
.heading-card h4{
  color: #151414;
}
/* testimonial start */
.gtco-testimonials {
  position: relative;
  margin-top: 30px;

  /* h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  } */

  .owl-stage-outer {
    padding: 30px 0;
  }

  .owl-nav {
    display: flex;
    text-align: center;
    justify-content: center;
    
  }

  .owl-dots {
    text-align: center;
    display: none;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #01b0f8;
      margin: 0 5px;
    }

    .active {
      box-shadow: none;

      span {
        background: #01b0f8;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    }
  }

  .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;

    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 100px;
      height: 100px;
    }

    h5 {
      color: var(--primary);
      font-size: 21px;
      line-height: 1.3;

      span {
        font-size: 18px;
        color: #666666;
      }
    }

    p {
      font-size: 18px;
      color: #555;
      padding-bottom: 15px;
    }
  }

  .active {
    opacity: 0.5;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }

    .card-img-top {
      max-width: 100%;
      height: 150px;
      width: 150px;
    }
  }
}
.owl-prev,.owl-next{
  background-color: var(--primary);
  padding: 15px  25px;
  color: #fff;
  display: none;
}
.owl-prev{
  margin-right: 40px !important;
}

@media (max-width: 767px) {
  .button-buy {
    /* margin-left: 32%;
    padding: 4% 0;
    width: 100%; */
    margin-left: 10%;
    padding: 4% 0;
    width: 80%;
}

  .author-img img{
    width:250px;
    height:250px;
    /* border-radius: 25px; */
  }

  .gtco-testimonials {
    margin-top: 20px;
  }
  .copyright-text p{
    font-size: 13px !important;
  }
  .corporate{
    position: relative;
  }
  
  .corporate p{ 
    padding-top: 15%;
  }
 
  .corporate h3{
    position: absolute;
    left: 18%;
    /* transform: translateX(calc(100% - 50%)); */
    top: -5%;
    background-color: #F3D48F;
    padding: 20px;
   border-radius: 25px;
   font-size: 20px;
    color: var(--primary);
  }
  .corporate1{
    position: relative;
    margin-top: 80px
  }
  
  
  .corporate1  p{
  
  text-align: center !important;
  color: #fff !important;
  
  }
  .corporate1  h3{
    position: absolute;
    left: 35%;
    top: -7%;
  
    /* transform: translateX(calc(100% - -120%)); */
    background-color: #F3D48F;
    padding: 20px;
    font-size: 20px;
   border-radius: 25px;
    color: var(--primary);
  }
  .first{
   margin:0 5% 0% 0; 
  }
  
  .corporate2{
    position: relative;
    margin-top: 80px
  }
  
  .corporate2 p{
  position: absolute;
  /* left: 10%; */
  top: 5%;
  padding: 5%;
  text-align: center !important;
  color: #fff !important;
  
  }
  .corporate2  h3{
    position: absolute;
    left: 25%;
    top: -5%;
    background-color: #F3D48F;
    padding: 20px;
   border-radius: 25px;
   font-size: 20px;
    color: var(--primary);
  }
  
  .corporate3{
    position: relative;
    margin-top: 80px
  }
  
  .corporate3  p{

  text-align: center !important;
  color: #fff !important;
  
  }
  .corporate3  h3{
    position: absolute;
    left: 20%;
    top: -5%;
    
    /* transform: translateX(calc(100% - -30%)); */
    background-color: #F3D48F;
    padding: 20px;
    font-size: 20px;
   border-radius: 25px;
    color: var(--primary);
  }
  
  .corporate4{
    position: relative;
    margin-top: 80px
  }
  
 
  .corporate4  p{
 
  text-align: center !important;
  color: #fff !important;
  
  }
  
  .corporate4  h3{
    position: absolute;
    left: 8%;
    top: -5%;
    
    /* transform: translateX(calc(100% - 90%)); */
    background-color: #F3D48F;
    padding: 20px;
    font-size: 20px;
   border-radius: 25px;
    color: var(--primary);
  }
    
  
  
}

@med (min-width:1024px){
  .corporate{
    position: relative;
  }
  
  .corporate-text{
  height: 30vh;
  /* margin-left: -15px; */
  z-index: -1;
  margin-top: 30px !important;
  background-color: #A892B5;
    
   
  }
  .corporate .corporate-text p{
  position: absolute;
  /* left: 10%; */
  top: 5%;
  padding: 8% 5%;
  text-align: center !important;
  color: #fff !important;
  
  }
  .corporate .corporate-text h3{
    position: absolute;
    left: 15%;
    /* transform: translateX(calc(100% - 50%)); */
    top: -5%;
    background-color: #F3D48F;
    padding: 20px;
   border-radius: 25px;
   font-size: 20px;
    color: var(--primary);
  }
  .corporate1{
    position: relative;
    margin-top: 80px
  }
  
  .corporate-text1{
   height: 25vh; 
  /* margin-left: -15px; */
  z-index: -1;
  margin-bottom: 30px !important;
    
   
  }
  .corporate1 .corporate-text1 p{
  position: absolute;
  /* left: 10%; */
  
  top: 5%;
  padding: 5%;
  text-align: center !important;
  color: #fff !important;
  
  }
  .corporate1 .corporate-text1 h3{
    position: absolute;
    left: 35%;
    top: -10%;
  
    /* transform: translateX(calc(100% - -120%)); */
    background-color: #F3D48F;
    padding: 20px;
    font-size: 20px;
   border-radius: 25px;
    color: var(--primary);
  }
  .first{
   margin:0 5% 0% 0; 
  }
  
  .corporate2{
    position: relative;
    margin-top: 80px
  }
  .corporate2 img{
    position: absolute;
    top: -15%;
    left: -10px;
    border-radius: 5%;
  }
  .corporate-text2{
  height: 25vh;
  margin-left: -15px;
  z-index: -1;
  padding: 50px;
    
   
  }
  .corporate2 .corporate-text2 p{
  position: absolute;
  /* left: 10%; */
  top: 5%;
  padding: 5%;
  text-align: center !important;
  color: #fff !important;
  
  }
  .corporate2 .corporate-text2 h3{
    position: absolute;
    left: 25%;
    top: -5%;
    background-color: #F3D48F;
    padding: 20px;
   border-radius: 25px;
   font-size: 20px;
    color: var(--primary);
  }
  
  .corporate3{
    position: relative;
    margin-top: 80px
  }
  
  .corporate-text3{
   height: 30vh; 
  /* margin-left: -15px; */
  z-index: -1;
  margin-bottom: 30px !important;
    
   
  }
  .corporate3 .corporate-text3 p{
  position: absolute;
  /* left: 10%; */
  
  top: 5%;
  padding: 5%;
  text-align: center !important;
  color: #fff !important;
  
  }
  .corporate3 .corporate-text3 h3{
    position: absolute;
    left: 25%;
    top: -5%;
    
    /* transform: translateX(calc(100% - -30%)); */
    background-color: #F3D48F;
    padding: 20px;
    font-size: 20px;
   border-radius: 25px;
    color: var(--primary);
  }
  
  .corporate4{
    position: relative;
    margin-top: 80px
  }
  
  .corporate-text4{
   height: 40vh; 
  /* margin-left: -15px; */
  z-index: -1;
  margin-top: 50px !important;
    
   
  }
  .corporate4 .corporate-text4 p{
  position: absolute;
  /* left: 10%; */
  
  top: 5%;
  padding: 10%; 
  text-align: center !important;
  color: #fff !important;
  
  }
  
  .corporate4 .corporate-text4 h3{
    position: absolute;
    left: 5%;
    top: -5%;
    
    /* transform: translateX(calc(100% - 90%)); */
    background-color: #F3D48F;
    padding: 20px;
    font-size: 20px;
   border-radius: 25px;
    color: var(--primary);
  }
    
  
  

}


.owl-carousel {
  .owl-nav button {
    &.owl-next, &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}

.img-ratan-tata img{
  width: 100%;
}
.textii p{
  font-size: 14px;
  text-align: center;
  margin-top: 30px;

}
.gita-img img{
  width: 400px;
}
#own{
  background-image: url(../img/bg-banner.jpg);
  width: 100%;height: 100%;
  background-position: left center;
  background-size: contain;
  padding: 8% 0;
}
.heading-title2 h4{
  color: var(--secondary);
  margin-top: 30px
}
.heading-title2 h2{
  color: var(--primary);
  font-size: 50px;
  position: relative;
  }
   .heading-title2 h2::after{
    content: '';
    width: 20%;
    height: 5px;
    background-color: var(--secondary);
    position: absolute;
    /* top: 5px; */
    bottom: -10px;
    left: 0%;
    
    
  }
  .bagwad-gita-img img{
    width: 100%;
  }
/* testimonial end */
  /* home page End */



  /*  */
  .inner-banner-image{
    background-image:linear-gradient(to top,  rgba(95,65,153,0.6),rgba(197,143,40,0.9)),url(../img/1.avif);
    width: 100%;
    height: 50vh;
    background-position: center center;
    background-size: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2%;

  }


  /* why gita start */

  .why-gita{
    
    /* margin-top: -8%; */
    width: 100%;
    /* height: 30vh; */
    background-color: #FFF4D8;
    border-radius: 15% 15% 0% 0%;
    
  }
  .heading-desc{

  }
.if-you-have h3{
  font-size: 30px !important;
  color: var(--primary);
  padding: 5% 0;
  position: relative;
}
.if-you-have h3::after{
  content: '';
  background-color: var(--secondary);
  width: 30%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.list-container ul li i {
  /* list-style-type: disc; */
  font-size: 18px;
  color: var(--secondary);
  padding: 10px;

  
}
.heading-title h4{
  font-size: 30px;
  color: var(--primary);
  padding: 5% 0;
  
}
#is-gita-bodh1{
  
  background-color: #FFFBD9;
  padding:2% 0 5% 0;
  border-radius: 0 0 0 25%;


}
  /* why gita end */


  /* consolidate */
  #consolidate{
    /* background-image: url(../img/download.jpeg); */
    background-position: center;
    background-size: cover;
  }


  .services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: var(--secondary);
    
  }
  
  .services .icon-box .icon {
    margin-bottom: 10px;
  }
  
  .services .icon-box .icon i {
    color: #000;
    font-size: 36px;
    transition: 0.3s;
  }
  
  .services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .services .icon-box h4 a {
    color: #37517e;
    transition: ease-in-out 0.3s;
  }
  
  .services .icon-box p {
    line-height: 24px;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .services .icon-box:hover {
    transform: translateY(-10px);
  }
  
  .services .icon-box:hover h4 a {
    color: #47b2e4;
  }
  /* challenge start */
.heading{
  position: relative;
}
.heading h2::after{
  content: " ";
  width: 30%;
  height: 5px;
  left: 0;
  bottom: -14%;
  background-color: var(--secondary);
  position: absolute;
}
  /* challenge end */

#puzzle .desc{
  position: relative;
}
 #puzzle .desc i{
    /* position: absolute; */
    width: 100px;
    right: 0;
    top: -20%;
    font-size: 56px;
    
  }
  /* scope start */
  #scope{
    background-image:linear-gradient(rgba(95,65,153,0.5),rgba(204,186,40,0.8)), url(../img/murudeshwar-arabian-sea-karnataka-172586.jpg);
    background-position: center;
    background-size: 100%;
    /* height: 90vh; */
    width: 100%;
    padding: 5% 0;
    background-repeat: no-repeat;
  }
  #scope .list-container-wrapper{
    /* width: 100%; */
    height: 100%;
    padding-left: 50px;
    padding: 50px;
    margin-top: -10%;
    /* margin-bottom: 50% !important; */
    background-color: #424242;
    
    
  }
  #scope .list-container-wrapper .list-container h4{
    color: var(--secondary);
    
  }
  #scope .list-container-wrapper .list-container p{
    color: #dedede;
    font-size: 16px !important;
  }
  /* scope end */
  #challenge{
    
  }
  .down-arrow{
    position: relative;
    width: 80px;
    height: 80px;
    background: pink;
    border-radius: 50%;
    left: 50%;
    top: -50%;
   
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .down-arrow a{
    position: absolute;
   font-size: 32px;
   color: #000;
   margin-top: -5%;
    
  }
.img-wrap {
  position: relative;
}
  #feature {
    background-color: #ededed;
  
    
  }
  
  .img-wrap img{
    /* position: absolute; */
    border-right: 20px solid #FFF0AA;

  }
  .feature-box{
    box-shadow: 1px 0px 5px grey;
    background-color: #fff;
    padding: 30px;
    margin: 20px 0;
    border-radius: 50px 0 50px 0;
  }


  .heading-title{
    position: relative;
  }
  .heading-title h3::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0%;
    width: 15%;
    height: 5px;
    background-color: var(--secondary);

  }

  /*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq {
  padding: 0;
}

.faq .content {
  padding: 60px 100px 0 100px;
}

.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.faq .content p {
  font-size: 15px;
  color: #848484;
}

.faq .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.faq .accordion-list {
  padding: 0 100px 60px 100px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li+li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 4px;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.faq .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
  color: #5F4199 !important;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .faq .content,
  .faq .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .faq {
    /* img {
      padding-top: 30px;
    } */
  }

  .faq .content {
    padding-top: 30px;
  }

  .faq .accordion-list {
    padding-bottom: 30px;
  }
}
.head {
  /* padding: 10px 16px; */
  background: #fff;
  color: #f1f1f1;
  z-index: 999;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.bg-grey{
  /* background-color: #f9ffd7; */
  background-color: rgba(249,255,215,1);
}

/* sessions start */
.containerr1{
  display: flex;
  /* flex-wrap:wrap;
  justify-content:space-between; */
}


.containerr1 .box
{
  position:relative;
  /* width: 350px; */
  padding: 40px;
  background: linear-gradient(to bottom,#face7a,#ffe9bf);
  box-shadow:0 15px 25px rgba(0,0,0,.1);
  border-radius:15px;
  margin:20px;
  box-sizing:border-box;
  overflow:hidden;
  text-align: center; 
}

.containerr1 .box:before
{
  content:'';
  width: 50%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:rgba(255,255,255,.2);
  z-index:2;
  pointer-events:none;
  text-align: center;
}
.containerr1 .box .icon {
  position:relative;
  width: 80px;
  height: 80px;
  color:#fff;
  /* background:#FF1493; */
  background: #ffae12;
  display:flex;
  justify-content: center;
  align-items: center;
  margin:55px auto;
  border-radius:20%;
  font-size: 50px;
  font-weight:normal;
  transition:2s;
  padding:10px;
}
.containerr1 .box .icon i{
  padding:12px;
}
.containerr1 .box .icon
{
  box-shadow:0 0 0 0 #5F4199;;
  backgraund:#5F4199;;
}
.containerr1 .box:hover .icon
{
  box-shadow:0 0 0 400px #5F4199;
}



.containerr1 .box .content
{
  position:relative;
  z-index:1;
  transition:1.5s;
}
.containerr1 .box h3
{
  position:relative;
  z-index:1;
  transition:1.5s;
}
.containerr1 .box:hover .content{
  color:#fff;
}
.containerr1 .box:hover h3{
  color:#fff !important;
}
.containerr1 .box .content h3
{
  font-size: 19px;
  margin:10px 0;
  padding:0;
  text-align: center;
  letter-spacing: 1px;
  color: var(--primary);
  line-height: 25px;
}
.containerr1 .box .content p{
   margin:0;
  padding:0;
  text-align: center;
  font-size: 15px !important;
}
.containerr1 .box .content a{
  display:inline-block;
  padding:10px 25px;
  background:#fff;
  border-radius:10px;
  text-decoration:none;
  color:#000;
  font-weight:500;
  margin-top:20px;
  box-shadow: 5px 2px 5px rgba(0,0,0,.2);
  border: 1px solid green;
  
}
#complete .img-wrapper{
  background-image: url(../img/session-complete-gita.jpg);
  background-position: left center;
  background-size: cover;
  width: 100%;
  height: 500px;
  border-radius: 25% 0  25% 0;
  border: 5px solid var(--secondary);
  transition: transform .2s; 
  

  
}
/* sessions emd */
.about-author-img img{
  width: 100%;
}
/* skew start */
.tilesWrap {
	padding: 0;
	margin: 50px auto;
	list-style: none;
	text-align: center;
}
.tilesWrap li {
	display: inline-block;
	width: 50%;
	min-width: 400px;
	max-width: 400px;
	padding: 80px 20px 40px;
	position: relative;
	vertical-align: top;
	margin: 10px;
	/* font-family: 'helvetica', san-serif; */
	min-height: 25vh;
	background: #fff;
	border: 1px solid #252727;
	text-align: left;
}
.tilesWrap li h2 {
	font-size: 114px;
	margin: 0;
	position: absolute;
	opacity: 0.2;
	top: 50px;
	right: 10px;
	transition: all 0.3s ease-in-out;
}
.tilesWrap li h3 {
	font-size: 20px;
	color: #101010;
	margin-bottom: 5px;
}
.tilesWrap li p i{
  color: var(--primary);
  margin-right: 30px;
}
.tilesWrap li p {
	font-size: 16px;
	/* line-height: 18px; */
	color: #6c6c6c;
	margin-top: 5px;
}
.tilesWrap li button {
	background: transparent;
	border: 1px solid #b7b7b7;
	padding: 10px 20px;
	color: #b7b7b7;
	border-radius: 3px;
	position: relative;
	transition: all 0.3s ease-in-out;
	transform: translateY(-40px);
	opacity: 0;
	cursor: pointer;
	overflow: hidden;
}
.tilesWrap li button:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 120%;
	background: #b7b7b7;
	top: 0;
	opacity: 0;
	left: -140px;
	border-radius: 0 20px 20px 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	
}
.tilesWrap li:hover button {
	transform: translateY(5px);
	opacity: 1;
}
.tilesWrap li button:hover {
	color: #262a2b;
}
.tilesWrap li button:hover:before {
	left: 0;
	opacity: 1;
}
.tilesWrap li:hover h2 {
	top: 0px;
	opacity: 0.6;
}

.tilesWrap li:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	background: #fff;
	transform: skew(2deg, 2deg);
}
.tilesWrap li:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}
.tilesWrap li:nth-child(1):before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
background: linear-gradient(to right, #FFAFBD, #C9FFBF);
}
.tilesWrap li:nth-child(2):before {
	background: #f2709c;
background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
background: linear-gradient(to right, #ff9472, #f2709c);
}
.tilesWrap li:nth-child(3):before {
	background: #ffdd1b;
background: -webkit-linear-gradient(to right, #f6ff98, #ffdd1b);
background: linear-gradient(to right, #f6ff98, #ffdd1b);
}

/* skew end */
#right .img-wrapper{
  background-image: url(../img/session-gitabodh-overview.jpg);
  background-position: left center;
  background-size: cover;
  width: 100%;
  height: 570px;
  border-radius: 25% 0  25% 0;
  border: 5px solid var(--secondary);
  transition: transform .2s; 
  

  
}

/* benefit start */
#benefit{
  display: flex;
  background-image:linear-gradient(rgba(197,143,40,0.5),rgba(197,143,40,0.9)),url(../img/murudeshwar-arabian-sea-karnataka-172586.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  

}
.box-benefit{
  background-color: var(--primary);
  padding: 30px;
  color: #fff;
}
.box-benefit h3{
  color: #fff !important;
}
/* benefit End */


/* testimonial start */
.group-241{
   background-color: #FFEFC7;
   padding: 20px 30px;
   position: relative;
}
.group-241::before{
  content: url(../img/d1.png);
  position: absolute;
  top: -20px;
  right: 30px;



}



.border-testi-parent{
  position: relative;
}
.border-testi{
  border: 5px solid #e2e2e2;
  
  }
  .testimonialone{
    background-image: url(../img/Group\ 264.png);
    width: 100%;
    /* height: 100vh; */
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .testimonialtwo{
    background-image: url(../img/Group\ 243.png);
    width: 100%;
    /* height: 80vh; */
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;

  }
  .yogi{
    /* background-image: url(../img/Group\ 266\ \(1\).png); */
    background-color: #EFEFFF;
    width: 100%;
    /* height: 100vh; */
    position: relative;
  }
  .yogi::before{
    content: url(../img/double\ blue1.png);
    position: absolute;
    /* width: 30px;
    height: 30px; */
    top: -50px;
    left: 30px;
  }
/* testimonial end */

/* reviews by reader start */
.reader-testi1{
  background-image: url(../img/Group\ 238.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  
}
.swami{
  /* background-image: url(../img/Group\ 267.png); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: contain; 
  */
  background-color: #FFF8E6;
  width: 100%;
  position: relative;
  
  /* height: 500px; */
}
.swami::before{
  content: url(../img/double-q1.png);
  position: absolute;
  /* width: 30px;
  height: 30px; */
  top: -50px;
  left: 30px;
}
/* reviews by reader end */

.img-reader{
  /*    */
  box-shadow: 1px 2px 5px #e5e5e5;
  padding: 5%;
  position: relative;
  
}



.desc-owner{
  background-color: var(--primary);
  color: #fff;
  padding: 20px;
 
}

.tab-mob-image{
  background-image: url(../img/Vector\ 348.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 8% 0;
}


@media (max-width:768px){
  .author-img img {
    width: 320px;
    height: 320px !important;
}
  
  #for-me-btn{
    margin-top: -5px;
  }
  #puzzle{
    margin-top: -5% !important;
    margin-bottom: 15%;
    }
    .intent{
      margin-bottom: 20%;
    }
    #say {
      margin-top: -16% !important;
  }
}




.faq{
  margin-top: -10%;

}
#line2{
  position: relative;
  margin-top: -15%;
  z-index: -99;
}
#puzzle{
margin-top: -35%;
}
      
#puzzle1{
margin-top: -8%;
}
#services1{
margin-top: 80px;

}
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #FBF0D1;
}
.services .icon i {
  color: #fff !important;
  font-size: 24px;
  line-height: 0;
}
.services .icon {
  position: absolute;
  top: -105px;
  left: calc(50% - 56px);
  transition: 0.2s;
  border-radius: 50%;
  /* border: 6px solid #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 150px;
  color: #fff;
  height: 150px;
  background: #59386C;
}