

@font-face {
    font-family: "Americana BT V2";
    src: url("https://db.onlinewebfonts.com/t/c52aad82e004d1deefb4d583e2727566.eot");
    src: url("https://db.onlinewebfonts.com/t/c52aad82e004d1deefb4d583e2727566.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/c52aad82e004d1deefb4d583e2727566.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/c52aad82e004d1deefb4d583e2727566.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/c52aad82e004d1deefb4d583e2727566.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/c52aad82e004d1deefb4d583e2727566.svg#Americana BT V2")format("svg");
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
  p{
      font-size:18px;
  }
  
  /* .header {
    position: fixed;
    z-index: 1000;
    height: 80px;
    width: 100%;
    background: #fff;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
  } */
  
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Noto Serif';
}
  h1,h2,h3,h4,h5,h6,p,span{
      font-family: 'Noto Serif';
  }
  li {
    display: table-cell;
    position: relative;
    padding: 31px 0px 15px 48px;
  }
  
  .home {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
   .t-justify{
        text-align:justify;
    }
  
  .home:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fd8019;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  
  a:hover:after {
    width: 100%;
    left: 0;
  }
   .fenx{
          display: flex;
    justify-content: space-between;
}

.read-m{
    color:#f96000;
    border-color:#f96000;
    background-color:white;
    padding:5px 50px;
}
  .laod-m{
      border: none;
    border-bottom: 1px solid;
    background: white;
    color: #f96000;
    font-size: 22px;
}

  .read-m:hover{
       background-color:#f96000;
      color:white;
  }
  
  
  @media screen and (max-height: 300px) {
    ul {
      margin-top: 40px;
    }
  }
  
 
  }
  .header ul li {
    list-style: none;
  }
  
  .header ul li a {
    color: black;
    text-decoration: none;
  }
  
  .active {
    background: url(/image/strip.png);
    color: #fff;
  }
  
  .img-responsiv {
    width: 65%;
  }
  
  .container {
    max-width: 1135px !important;
  }
  
  .social-icon {
    margin: 20px 0;
    padding-bottom: 10px;
  }
  
  
  .social-icon a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0 2px;
    text-align: center;
    border-radius: 100%;
    background-color: #fd8829;
    color: #fff;
  }
  
  .social-icon a:hover {
    background-color: #e46b1d;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .social-icon span {
    font-size: 24px;
    font-weight: 600;
    color: #fd8829;
    font-family: 'Heebo', sans-serif;
  }
  
  .footer-con {
    margin-top: 25px;
  }
  
  .footer p {
    margin: 0px;
    background-color: #fd8829;
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    font-weight:normal;
  }
  
  .footer p a {
    color: white;
    text-decoration: none;
  }
  
  .bhagva {
    background-color: #fd8019;
  }
  
  .bg-black {
    background-color: black;
    color: white;
    font-size: 27px;
    border-radius: 8px;
  }
  
  a:hover{
    color: black !important;
    text-decoration: none !important;
  }
  .bhagva-r {
    background: url(/image/strip.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .hero-img {
    background-image: url(/image/ramji.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px;
  }
  
  .mani-p {
    font-size: 140px;
    color: white;
    text-align: center;
    margin-top: 90px;
  }
  
  .enfl {
    padding: 8px 64px;
    font-size: 16px;
    background-color: #fb5e11;
    color: white;
    border: none;
    border-radius: 10px;

}
  
  .width {
    width: 80%;
  }
  
  
  .border {
    border: 1px solid #fd8019;
  }
  
  .text-black {
    color: black;
    border-bottom: 1px solid #fd8019;
  }
  
  .stong {
    font-weight: bold;
  }
  
  .parvat {
    position: relative;
  }
  
  .width {
    width: 80%;
  }
  
  .for-any {
    font-size: 24px;
  }
  
.btn-c {
    border: none;
    padding: 6px 37px;
    font-size: 25px;
    color: #fd8019;
    font-weight: 600;
    border-radius: 26px;
}
  
  @media (max-width: 768px){
.join-use {
    font-size: 14px!important;
    margin: 0;
}
}
  .join-use{
      font-size:35px;
  }
  section {
    display: grid !important;
  }
  
  .bnr {
    margin-top: 80px;
  }
  
  /* ######## HTML/body Layout */
  html,
  body {
    overflow-x: hidden;
  }
  
  /* ######## Carousel variables */
  :root {
    --crsl-height: 80vh;
    --crsl-width: 100vw;
    --crsl-img-mx: 49vw;
  }
  
  /* ######## Carousel */
  .crsl-ctn {
    width: var(--crsl-width);
    height: var(--crsl-height);
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .crsl-all-img-ctn {
    width: var(--crsl-width);
    height: var(--crsl-height);
    display: flex;
    align-items: center;
    position: relative;
    transition: all 1s ease-in-out;
  }
  
  .crsl-img-ctn {
    height: 1px;
    width: 0px;
    margin-right: var(--crsl-img-mx);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .crsl-img {
    width: 25vw;
    height: var(--crsl-height);
    object-fit: contain;
    transition: all 1s ease-in-out;
  }
  
  .crsl-controls {
    position: absolute;
    width: 100vw;
    display: flex;
    justify-content: space-between;
  }
  
  .crsl-prev {
    margin-left: 30px;
    cursor: pointer;
  }
  
  .crsl-next {
    margin-right: 30px;
    cursor: pointer;
  }
  
  /* mani parvat */
  
  
  .pop {
    padding: 40px 0px;
  }
  
  .shrim {
    font-size: 17px;
    margin-top: 18px;
    margin-bottom: 0px;
  }
  
  .embar {
    font-size: 11px;
    text-align: justify;
  }
  
  .parvat {
    position: relative;
  }
  
  .join-us {
    font-size: 35px;
    margin: 0;
  
  }
  
  .circut {
    display: flex;
    padding-bottom: 0px;
    justify-content: space-between;
    border-bottom: 1px solid black;
    align-items: center;
  
  }
  
  .embar {
    font-size: 11px;
    text-align: justify;
  }
  
  .text-black {
    color: black;
    text-decoration: underline;
    text-decoration-color: #ff7c0a;
    text-underline-offset: 20px;
  }
  
    .do-come {
    font-size: 20px;
    margin-top: 12px;
}
  
  .enflm {
    padding: 8px 70px;
    font-size: 16px;
    border: 1px solid #fd8019;;
    color: #fd8019;;
    border-radius: 10px;
    background-color: #fff;
    margin:5px;
  }
  
  .bhagva-r {
    background-color: #fd8019;
    padding: 22px;
  }
  
  .click-t {
    padding: 12px 45px;
    background: #fd8019;
    border: none;
    color: white;
    font-size: 25px;
  }
  
  .click-t:hover {
    padding: 12px 45px;
    background: #fd8019;
    border: none;
    color: white !important;
    ;
    font-size: 25px;
  }
  
  .img-respon {
    width: 100%;
  }
  
  .hero-mg {
    background: url(/shriramcircuit/image/manieng.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    margin-top: 80px;
  }
  .enflm:hover a{
    color:#fff;
    text-decoration: none;
    
  }
  
  .hero-mgi {
    background: url(/shriramcircuit/image/hindi.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    margin-top: 80px;
  }
  
  
  .hero-mgin{
      background: url(/shriramcircuit/image/ban.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    margin-top: 80px;
  }
  .manipar{
      font-size: 146px;
    color: white;
    margin-top: 118px;

  }
  
  .enfl a{
    color: white!important;
  }
  .enfl:hover a{
    color:#fff;
    text-decoration: none;
  }
  
  
  .enflm:hover{
    background-color: #fb5e11;
    color:white;
  }
  .width {
    width: 80%;
  }
  
  .border {
    width: 50%;
  }
  
  /* new page ccs */
  .dflez {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .dis-f {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .enflm a {
    color: #f96000;
  }
  
  .Importance {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2px 20px;
    margin-top:12px;
  }
  
  .Importance::after {
    content: "";
    border: 1px solid;
    position: absolute;
    top: 21px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .Importancew{
      position: relative;
    display: flex;
    flex-direction: column;
    padding: 2px 20px;
  }
  
.Importancew::after {
    content: "";
    border: 1px solid;
    position: absolute;
    top: 21px;
    bottom: 0;
    left: 100px;
    right: 100px;
    z-index: 1;
}
  .p-8 {
    padding: 26px 146px 38px 167px;
}
  .refren {
    color: #fff;
    background-color: #f96000;
    border-radius: 5px;
    margin: 0 auto;
    padding: 6px 20px;
    z-index:999;
    font-size:24px;
  }
  
  .latitude {
    font-size: 16px;
    padding: 12px 15px;
    font-weight: 900;
    margin: 0;
  }
  
  .box {
    border: 1px solid;
    border-radius: 5px;
  }
  
  .bckg {
    background-color: #f96000;
    border-radius: 10px;
  }
  
  .safron {
    border: 5px solid #f96000;
  }
  
  .inguarat {
    padding: 44px;
  }
  .fw-bold{
    font-weight: 700;
  }
  .f-sizen{
    font-size: 18px;
    line-height: 19px;
  }

  .w-90{
    margin:auto;
    width: 90%!important;
  }

  .w-92{
    width: 92%;
    margin: auto!important;
  }

  .w-80{
    width: 90%;
    margin: auto !important;
  }
  .d-grids{
          display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  
  
  
  
  
  .owl-carousel .owl-item img {
    display: block;
    width: 17%;
    float: left;
    border: 5px solid #fff;
    border-radius: 20px;
    margin-left: 54px;
    margin-right: 35px;
    margin-top: 15px;
}
.testimonial-item.equal-height.style-6 {
    background-color: #eee;
    border-radius: 10px;
    margin: 10px;
}
.cell-right {
    text-align: center;
    margin-right: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
}
.testimonial-name {
    font-weight: 600;
}
.testimonial-content.quote {
    padding: 17px 55px;
}
.et_right_sidebar #main-content .container:before{
    display: none;
}
#main-content .container {
    padding-top: 10px;
}
i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}

  .dwsktop-v{
        display:none;
    }
    
    .mobile-v{
        display:none;
    }
    .deskt-biew{
        display:block;
    }
    .card-hr {
        border: none;
        height: 6px;
        width: 12%;
        background-color: #f96000;
}
  .act{
      background-color: #fb5e11;
    color: white;
  }
  
  
  
   .py-6{
        padding:40px;
        padding-bottom:40px;
    }
    .u-flex{
        display:flex;
        align-items:center;
            justify-content: space-between;
    }
    
    .text-righ{
        text-align:right;
    }
  @media screen and (min-width: 200px) and (max-width: 768px) {
    .img-responsiv {
        width: 70%;
    }
    .text-righ{
        text-align:center;
    }
    .u-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
    
  
    .py-6{
        padding:0px;
        padding-bottom:0px;
    }
    .deskt-biew{
        display:none!important;
    }
    
    .dwsktop-v{
        display:block!important;
    }
    .desktop-b{
        display:none;
    }
    .hero-mgi {
     background-size: 100%; 
    height: 15vh;
    margin-top: 80px;
}

.manipar {
    font-size: 35px;
    color: white;
    margin-top: 45px;
}
    
    .hero-mgi{
        margin-top:0px;
    }
    .m-mobiledr{
        display:block;
    }
    .p-8{
        padding:0px;
    }
    .dwsktop-v{
        display:none;
    }
    
     .mobile-v{
        display:block;
    }
      .Importancew::after{
       content: "";
    border: 1px solid;
    position: absolute;
    top: 21px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
    
    
    .enflm{
        padding: 6px 36px;
    margin-bottom: 10px;
    }
	.header {
		height: 6em;
		position: relative;
	}
	.d-grids{
	        display: grid;
    grid-template-columns: repeat(2, 1fr);
	}
	.logo {
		z-index: 300;
	}
	
	.hero-mg {

    background-size: 100%;

    height: 15vh;
    margin-top: 80px;

  }

}
/** 
 * Reset Styles 
 */

/**
 * Variables
 */
:root {
	--master-color: #f96000;
	--master-color-partner-dark: #7c591d;
  --master-color-partner-bright: #f5cd87;
	
	--main-txt-color: #333;
	--headings-color: #263358;
	--link-color: #8069b2;
	--sub-color: #b4b4b4;
	
	--main-bg-color: #fff;
	--secondary-bg-color: #f9f9f9;
	
	--content-padding: 1.6em;
}

/** 


/**
 * Page Layout
 */


.header {
    position: fixed;
    z-index: 1000;
    height: 80px;
    width: 100%;
    background: #fff;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    display: flex;
    align-items: center;
  }

/**
 * Logo
 */
.logo { 
	flex: 3 1 auto; /* 3 part from 10 */
	line-height: 2em;
}

.logo a {
	font-family: 'Noto Serif TC', serif;
	font-size: calc(36px + (45 - 36) * (100vw - 470px) / (1920 - 470));
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	color: var(--headings-color);
	
	-webkit-transition: color .5s;
			transition: color .5s;
}

.logo a:hover {
	color: var(--master-color);
}

/**
 * Main menu
 */
.menu {
	flex: 2 1 auto;
	display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 8px 38px 0px 0px;
}

.menu__item {
  font-weight: 500;
  line-height: 2em;
  text-align: center;
color: black;
  position: relative;
  overflow: hidden;
}

.menu__item_active {
	color: var(--master-color);
}
.menu__item a:hover{
    
}
.menu__item:after {
	content: '';
	display: block;
    height: 2px;
	position: absolute;
	bottom: 3px;
	background: var(--master-color);
	
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.menu__item:hover:after {
	left: 0;
}

/**
 * Mobile menu elements
 */
.mobile-menu__opener {
	z-index: 300;
		
	height: 1.2em; 
	width: 1.8em;
	border: none;
	text-align: center;
		
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	position: relative;
}

.mobile-menu__opener span {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--master-color);
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	letter-spacing: -5px;
	text-align: left;
		
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mobile-menu__opener:before,
.mobile-menu__opener:after {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	background: var(--master-color);
		
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
				
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-moz-transform-style: flat;
}

.mobile-menu__opener:before {
	top: 0;
}

.mobile-menu__opener:after {
	top: 100%;
}

.mobile-menu__screen {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--secondary-bg-color);
	overflow: hidden;
	z-index: 200;
}

.mobile-menu__screen:after {
	content: '';
	height: 2px; 
	position: absolute;
	left: 1.5em;
	right: 1.5em;
	bottom: 0;
	background: var(--master-color-partner-bright);
	background-image: linear-gradient(to right, var(--master-color), var(--master-color-partner-bright));
}

.mobile-menu__opener, 
.mobile-menu__screen {
	display: none;
}

/**
 * Breakpoint 768px 
 */
@media all and (max-width: 768px) { 
	.header {
		height: 6em;
		position: relative;
	}
	.Importancew {
	    padding:12px 20px;
	    margin-bottom:12px;
	}
	.logo {
		z-index: 300;
	}

  .join-us {
    font-size: 22px;
    margin: 0;
}
.do-come {
  font-size: 18px;
}
.t-center{
  text-align: center;
}
	
	.mobile-menu__opener, 
	.mobile-menu__screen {
		display: block;
	}
 
	.mobile-menu__opener_menu_open:before {
		top: 50%;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	
	.mobile-menu__opener_menu_open span {
		opacity: 0;
	}

	.mobile-menu__opener_menu_open:after {
		top: 50%;
		-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}
  .hero-mg{
    margin: 0px;
  }
	.menu {
		/* hide menu */
		height: auto;
		opacity: 0;
		visibility: hidden;
			
		-webkit-transform: translateY(-100%);
				transform: translateY(-100%);
		
		/* layout in header */
		flex: 1 0 100%;
			
		/* own layout */
		flex-direction: column;
		align-items: flex-start;
			
		/* positioning */
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		padding: var(--content-padding);
		z-index: 100;
			
		/* styling */
		background: var(--main-bg-color);
		box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .1);
			
		/* transition */
		-webkit-transition: transform 500ms ease-in-out 0s;
				transition: transform 500ms ease-in-out 0s;
	}

	.menu_slide_up {
		opacity: 1;
		visibility: visible;
	}
		
	.menu_slide_down { 
		-webkit-transform: translateY(6em);
				transform: translateY(6em);
	}
  .btn-c {
    border: none;
    padding: 7px 35px;
    font-size: 25px;
    color: #fd8019;
    font-weight: bold;
}
.pb-6{
  margin-top: 15px;
}
}
@media (max-width: 768px){
.join-us {
    font-size: 16px;
    margin: 0;
}
}

@media (max-width: 768px){
.btn-c {
    border: none;
    padding: 7px 35px;
    font-size: 11px;
    color: #fd8019;
    font-weight: bold;
}}
.icon-f:hover{
  color: white!important;
  }

  .f-sized{
    font-size: 16px;
    margin-right:40px;
    margin-bottom:0px;
  }

  .englis{
      display:grid;
  }
  
  @import url("https://fonts.googleapis.com/css?family=Montserrat");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  background-color: #34495e;
  color: #fff;
}
h1 {
  text-align: center;
  margin: 2rem 0;
  font-size: 2.5rem;
}

.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background:black;
  color:white;
  border-radius:5px;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}


section {
  margin-top: 2.5%;
}
.scroll-arrow {
  width: 10%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding:0;
    margin:0;
    opacity: 0.5;
  font-size:34px;
  transition: 0.2s;
  bottom:9px;
}
.scroll-arrow:hover {
  transition: 0.2s;
  opacity:1;
}
  ul {
    width: 100%;
    scroll-behavior: smooth;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
    ul::-webkit-scrollbar {
    display: none;
  }
  .li {
    list-style: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 20%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    filter: grayscale(100%);
      transition: 0.2s;
      padding:0px 0px 0px 0px;
  }
.li, img {
  width: 300px;
}
  .li:hover {
    transition: 0.2s;
    filter: grayscale(0);
  }
  
  .shokwi{
      width:200px;
  }
  
   .boxe{
      display:flex;
      justify-content: center;
  }
 
      .boxe h5 {
    border: 1px solid;
    border-radius: 5px;
} 

       
  @media screen and (min-width: 200px) and (max-width: 768px) {
    .img-responsiv {
        width: 70%;
    }
    
    .f-sized {
    font-size: 16px;
     margin-right: 0px; 
    margin-bottom: 0px;
}
    
    .desktop-b{
        display:none;
    }
    
    .m-mobiledr{
        display:block;
    }
  }
  
  
  .desktop-b{
        display:block;
    }
    
    .m-mobiledr{
        display:none;
    }
    
    
   