/* Custom CSS */

#awwwards {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;

	width: 90px;
	height: 135px;

	text-indent: -666em;

	background-image: url(../img/root/awwwards_honorable_white.html);
	background-repeat: no-repeat;
	background-size: 90px 135px;

	overflow: hidden;
}

#wpselected {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;

	width: 90px;
	height: 90px;

	text-indent: -666em;

	background-image: url(../img/root/wpselected-badge-left.html);
	background-repeat: no-repeat;
	background-size: 90px 90px;

	overflow: hidden;
}

.ptf-custom--9135 .typed-cursor {
	color: #ee3364;
}

.ptf-custom--0531 {
	position: absolute;
	bottom: 15%;
	left: 130px;

	color: #0b0b0b;
	font-size: 35px;
}

.ptf-custom--9503::after {
	content: '';

	position: absolute;
	top: 50%;
	left: calc(100% + 30px);

	width: 0;
	max-width: 60px;
	height: 1px;

	background-color: #1f0e49;

	transition: width .5s 1s ease-in-out;
}

.ptf-is-page-loaded .ptf-custom--9503::after {
	width: 100%;
}

.ptf-custom--5832 {
	position: relative;
	z-index: 1;

	margin-right: 50px;
}

.ptf-custom--5832::after {
	content: '';

	position: absolute;
	top: -50px;
	right: -50px;
	z-index: -1;

	width: 100%;
	height: 100%;

	border: 10px solid #00bec5;
}

.ptf-custom--5832 {
	position: relative;
	z-index: 1;

	margin-right: 50px;
}

.ptf-custom--5832::after {
	content: '';

	position: absolute;
	top: -50px;
	right: -50px;
	z-index: -1;

	width: 100%;
	height: 100%;

	border: 10px solid #00bec5;
}

.ptf-custom--3103 .ptf-services-box__link {
	background-color: rgba(0,0,0,.25);
}

.ptf-custom--3103 .ptf-highlight {
	background: linear-gradient(to top, transparent 5%, rgba(0,0,0,.25) 5% , rgba(0,0,0,.25) 37%, transparent 37%);
}

.ptf-custom--4111 .ptf-swiper-pagination--style-1 span {
	background-color: #fff;
}

.ptf-custom--4111 .ptf-swiper-button-prev--style-2,
.ptf-custom--4111 .ptf-swiper-button-next--style-2 {
	color: #fff;
}

.ptf-custom--6632 {
	margin-top: -225px;
}

.ptf-custom--9917 .ptf-social-icons a:not(:hover) {
	color: #fff;
}

.ptf-custom--8681 .ptf-countdown h5,
.ptf-custom--8681 .ptf-countdown strong {
	color: #fff;
}

.ptf-custom--9511 .ptf-swiper-pagination--style-1 span {
	background-color: #fff;
}

.ptf-is--homepage-05 .ptf-header--default .ptf-navbar,
.ptf-is--homepage-05 .ptf-header--default .ptf-navbar.ptf-navbar--solid {
	background-color: #191919;
}

.ptf-is--homepage-11 .ptf-navbar {
	padding: 0 35px;
}

.ptf-is--homepage-11 .ptf-navbar .container {
	width: 100%;
}

/* min-width 768px */
@media (min-width: 768px) {
	.ptf-custom--5136 {
		padding-left: 70px;
	}
	.ptf-custom--8620 {
		padding-right: 70px !important;
	}
	.ptf-custom--5317 {
		padding: 0 30px !important;
	}
	.ptf-custom--5171 {
		padding-right: 70px;
	}
	.ptf-custom--7205 {
		margin-top: -100px;
	}
	.ptf-custom--8511 {
		padding-right: 85px;
	}
	.ptf-custom--6525 {
		position: relative;
		z-index: 2;
	}
}

/* max-width 767px */
@media (max-width: 767px) {
	#awwwards,
	#wpselected {
		display: none;
	}
	.ptf-custom--9135 h2 {
		font-size: 28px
	}
	.ptf-custom--1631 {
		font-size: 38px;
	}
}

/* max-width 991px */
@media (max-width: 991px) {
	.ptf-custom--9182 {
		font-size: 48px;
		line-height: 60px;
	}
	.ptf-custom--9182 {
		font-size: 48px;
		line-height: 60px;
	}
}

/* max-width 575px */
@media (max-width: 575px) {
	.ptf-custom-9182 {
		font-size: 38px;
		line-height: 50px;
	}
	.ptf-custom-9182 {
		font-size: 38px;
		line-height: 50px;
	}
	.ptf-custom--0531 {
		bottom: 5%;
	}
}

.pt-100{
	padding-top: 100px !important;
}

/*====================================================================== [ Tab Css ] =========================================================================*/

.season_tabs {
  position: relative;   
  min-height: 400px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.season_tab {
  float: left;  
  clear: both;
  width: 286px;
}
.season_tab label {
    padding: 10px;
    margin-left: -1px;
    font-size: 21px;
    vertical-align: middle;
    position: relative;
    left: 1px;
    width: 264px;
    height: 68px;
    display: table-cell;
}
.season_tab [type=radio] {
  display: none;   
}
.season_content {
  position: absolute;
  top: 0;
  left: 286px;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 0px solid #ccc;
 }
 .seson_dis{
 	margin: 50px 0px;
 }
.season_content span {
  animation: 0.5s ease-out 0s 1 slideInFromTop; 
}
[type=radio]:checked ~ label {
    border-bottom: 2px solid #000;
    width: 100%;
}
[type=radio]:checked ~ label ~ .season_content {
  z-index: 1;
}

@media only screen and (max-width: 600px) {
	.season_tab label{
		display: none;
	}
	.season_content{
		position: inherit;
	}
	.season_tab{
		width: auto;
	}
	
}
/*==================================================================== [ Frequently CSS ] ===================================================================================*/

.faq
{
  max-width: 100%;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.question
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question h3
{
  font-size: 1.8rem;
}

.answer
{
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}

.answer p
{
  padding-top: 1rem;
  line-height: 1.6;
  font-size: 1.2rem;
}

.faq.active .answer
{
  max-height: 600px;
}

.cta-call {
  position: relative;
  width: auto;
  height: 20em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image {
  width: 100%;
  height: 100%;
}

.cta-call:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25em;
  height: 20em;
}
.cta-call .text {
  font-family: Arial;
  font-size: 2em;
  color: white;
  text-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.5);
  margin: 0;
  position: absolute;
  text-align: center;
}
.cta-call .text h3 {
	color: #fff;
	margin-top: 10px;
}
.cta-call .text h5 {
	color: #fff;
}

/*==================================================================== [ Phone Media ] ==================================================================================*/
@media only screen and (max-width: 600px) {
	.mt-sm-50{
		margin-top: 50px !important;
	}
	.desktop-hide{
		display: block !important;
	}
	.mobile-hide{
		display: none;
	}
	.mt-sm-40{
		margin-top: 40px !important;
	}
	.col-sm-6 {
	    flex: 0 0 auto;
	    width: 50%;
	}
	.column-reverse{
		flex-direction: column-reverse;
	}
	.vedio-width{
		width: 100% !important;
	}
	.fz-20--sm {
		font-size: 1.5rem !important;
	}
	.fz-10--sm {
		font-size: 1rem !important;
	}
	.fz-20--md {
		font-size: 1.5rem !important;
	}
	.fz-12 {
    font-size: 1.2rem !important;
	}
	.lh-20{
		line-height: 20px !important;
	}
	.h1{
		font-size: 2.75rem !important;
	}
	.solution-icon{
		width: 40% !important;
	}
	.ptf-service-box{
		padding: 2.125rem !important;
	}
	.ptf-approach-box{
    padding-top: 1.75rem !important;
    height: 220px !important;
	}
	.about-img {
    margin-left: 0px;
    width: 100%;
	}
	.ptf-process-item+.ptf-process-item{
		    padding-top: 2.5rem !important;
	}
	.ptf-process-item{
		padding-bottom: 2.5rem !important;
	}
	.ptf-sidebar--right {
    margin-top: 2.5rem;
    padding-left: 0;
	}
	.ptf-counter-up--style-1 .ptf-counter-up__value{
		font-size: 3rem;
	}
	.ptf-counter-up--style-3 .ptf-counter-up__value {
    font-size: 4rem;
  }
	.box-h3{
		font-size: 2rem !important;
	}
	.ptf-approach-box__content{
		margin-top: 1.5rem !important;
	}
	.p-30-sm {
    padding: 30px !important;
	}
	.pt-50-sm{
		padding-top: 50px !important;
	}
	.pt-30-sm{
		padding-top: 30px !important;
	}
	.get-touch-div{
		width: 90%;
    margin: 20px 20px 0px 20px;
	}
	.seson_dis {
    margin: 20px 0px !important;
	}
	.directors-desk {
    padding: 60px 30px !important;
  }
	.directors-img{
		padding: 200px;
	}
	.plr-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.pl-0{
		padding-left: 0px;
	}    
	.btn-round a{
		width: 140px !important;
    height: 140px !important;
    font-size: 17px !important;
  }
  .get-touch-img{
	  background-image: url(../../images/get-touch.jpeg);
	  display: none !important;
	  color: #000 !important;
	}
.get-touch-img-div{
	color: #000 !important;
}
	.btn-round a{
		color: black !important;
		border: 1px solid !important;
	}
	.ptf-navbar-logo img{
		max-width: 40% !important;
	}
	:root {
		--ptf-navbar-height: 90px !important;
	}
	.jaltatva-way{
    background-position: 104% calc(78% + 186px) !important;
    background-image: url() !important;
	}
	/* ============ popup =========	*/
	.fa.fa-play{
		font-size: 16px !important;
		width: 44px !important;
	}
	.video-button{
		top: 70% !important;
    	left: 38% !important;
    	padding: 8px !important;
	}
	.form-container{
		width: 90% !important;
	}
	.vedio-container{
		max-width: 100% !important;
		padding: 20px !important;
	}
}

/*======================================================== [ Laptop Media ] ========================================================================*/


@media only screen and (min-device-width : 768px)  and (max-device-width : 1400px)  {
	.fz-120 {
    font-size: 5rem;
	}
	.h1.large-heading, h1.large-heading {
    font-size: 3.6rem;
  }
  .ptf-service-box {
    padding: 2.125rem;
    grid-template-columns: 5.5rem 12.75rem 1fr 2.75rem !important;
  }
  .ptf-service-box__title{
  	font-size: 1.3rem;
  }
  .offset-lg-1 {
    margin-left: 2.333333%;
	}
	.container-xxl{
		max-width: 1250px;
	}
	.ptf-header--style-1 .ptf-nav, .ptf-header--style-3 .ptf-nav, .ptf-header--style-4 .ptf-nav{
		margin-left: -0.25rem;
	}
	.box-h3 {
    font-size: 2.3rem !important;
  }
  .ptf-approach-box {
    padding-top: 1.75rem !important;
  }
  .ptf-approach-box__content{
  	margin-top: 1.5rem;
  }
  .btn-round a{
  	width: 140px !important;
    height: 140px !important;
  }
  .ptf-footer--style-1 .ptf-footer__top .ptf-footer-heading {
    font-size: 2.25rem;
    line-height: 1.1;
	}
	.ptf-counter-up--style-3 .ptf-counter-up__value {
    font-size: 4rem;
    margin-top: 1.125rem;
  }
	input[type=date].is-large, input[type=email].is-large, input[type=file].is-large, input[type=number].is-large, input[type=password].is-large, input[type=search].is-large, input[type=tel].is-large, input[type=text].is-large, input[type=url].is-large, select.is-large, textarea.is-large{
		font-size: 1.25rem;
	}
	.ptf-process-item {
    padding-bottom: 2.4375rem;
    padding-left: 5.25rem;
  }
  .ptf-process-item+.ptf-process-item {
    padding-top: 2.75rem;
  }
}
/*==================================================================== [ Popup Vedio ] ==================================================================================*/
.video-button{
	position: absolute;
    top: 50%;
    left: 38%;
    z-index: 2;
    padding: 20px;
    background-color: #fff;
    border-radius: 50%;
}
.fa.fa-play{
	padding: 20px !important;
    width: 50px;
    font-size: 26px;
}
.vedio_open{
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .60);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
}
.vedio_open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.vedio_open.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.vedio_open:before {
    content: '';
    background-color: #fff;
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.vedio-container{
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px;
    color: #fff;
}


/*========================[ Pupup Form ] =========================*/
.download-btn{
	padding: 20px;
    text-align: center;
    color: #fff;
    margin: 50px;
    background-color: #000;
}
.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .60);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
}
.close-button {
  background:none;
  color: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #000;
}
.popup-form{
	margin-top: 20px;
}
.form-group{
	margin-bottom: 20px;
}
.form-group input{
	padding: 10px;
}
.popup-form button{
	margin-top: 20px;
    padding: 6px 20px;
    color: #fff;
    background-color: #000;
}
.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*==================================================================== [ Calculater Css ] ===============================================================================*/
.forms01{
    padding: 30px;
    background-color: hsl(189.87deg 86.67% 32.98%);
}
.forms01 select, .forms01 textarea {
    padding: 5px 10px;
    font-size: 16px;
    font-family: 'Roboto Condensed', san-serif;
    margin: 10px 10px 10px 0;
    display: block;
    color: #333;
    background-color: #fff;
}
.forms01 input[type=number]{
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'Roboto Condensed', san-serif;
    color: #333;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 10px 10px 10px 0;
    display: block;
    width: 90px;
    margin: 10px 0;
    background: #fff;
    border-radius: 0;
}
.flex--row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
span.floatleft.small-text1.color4.left-mgn.block.lh3.top-mgn15 {
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 15px;
    color: #fff;
}
.forms01 input[type=submit], .forms01 input[type=reset] {
       padding: 10px 15px;
       font-size: 14px;
       font-weight: 700;
       height: auto;
       letter-spacing: 0.6px!important;
       margin-left: 0!important;
       margin-right: 10px;
   }
   #promptBox{
      display: none;
   }
   .resultWindow{
   	display: none;
   }
   sup.fa.fa-inr{
      top: 0;
      font-size: 18px;
      padding: 0;
      margin: 0;
      color: #fff;
   }
   table.table2.table.table-responsive {
	    margin-top: 20px;
	}
	#promptBox a:hover{
		color: #fff !important;
	}
   .forms01 #promptBox {
       position: relative;
       width: 98%;
       min-height: 10px;
       display: none;
       border: 1px solid #fff;
       border-radius: 3px;
       -moz-border-radius: 3px;
       -webkit-border-radius: 3px;
       margin: 10px 0;
       color: #fff;
       text-align: center;
       padding: 20px;
       font-size: 14px;
       transition: all .5s ease;
   }
   .unitPrice{
        display: none !important;
    }

/*==================================================================== [ Extra Code ] ===================================================================================*/
.desktop-hide{
	display: none;
}
.ptf-team-member .ptf-team-member__function {
    font-size: 18px !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    padding: 14px;
/*    background-color: #fff;*/
    color: #212529;
}
.fs-40{
	font-size: 40px !important;
}
.ptf-service-box{
	grid-template-columns: 7.5rem 14.75rem 1fr 3.75rem;
}
.promise{
	margin: 10px 0px;
	text-align: center;
}
.promise a{
    font-size: 21px;
}
.promise a p{
	font-size: 21px;
}
.jaltatva-way{
	  background-image: url(../img/root/footer-bubble.png);
    background-repeat: no-repeat;
    background-position: 104% calc(78% + 186px);

}
.fs-20{
	font-size: 20px !important;
}
.mtb-20{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.ptf-service-box__icon1 {
    font-size: 2.75rem;
    line-height: 1.1;
    color: var(--ptf-accent-1);
}
.ptf-footer--style-1 .ptf-footer__bottom {
    padding-top: 2.0625rem;
    padding-bottom: 0.8125rem;
}
.plr-40{
	padding-right: 40px;
	padding-left: 40px;
}
.plr-20{
	padding-right: 20px;
	padding-left: 20px;
}
.bg-theme{
	background-color: hsl(189.87deg 100% 20.55%);
}
.p-50{
	padding: 50px;
}
.animsition-bounce{
	display: none!important;
}
.solution-icon{
	width: 75%;
}
.mb-0{
    margin-bottom: 2rem !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mw-30{
	max-width: 30% !important;
}

.ptf-is--home-default .ptf-nav--default .sf-menu>li:hover>a {
    color: #0b859d !important;
}
.text-black{
	color: #000 !important;
}

.about-img{
  margin-left: 100px;
	width: 80%;
}
.vedio-width{
		width: 80%;
	}
.d-flex{
	    display: flex !important;
}
.directors-img{
	background-image: url(../../images/sunil.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
  background-size: cover;
}
.directors-desk{
  padding: 100px;
  background-color: hsl(189.87deg 86.67% 32.98%);
  color: #d9d9d9 !important;
}
.box-h3{
	font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
.w-80{
	width: 80% !important;
}
.p-0{
	padding: 0px !important;
}
.box-brand{
	text-align: center !important;
  border: 1px solid !important;
  padding-bottom: 20px !important;
}
.h-img-130{
	height: 130% !important;
}
.get-touch{
	background-color: #000;
  background-image: url(../../images/get-touch.jpeg);
}
.get-touch-img{
  background-image: url(../../images/get-touch.jpeg);
	  display: block;
}
.get-touch input{
	border: 1px solid;
    padding: 10px;
    background-color: #fff;
    font-size: 20px !important;
}
.get-touch button{
	padding: 10px 40px;
	font-size: 20px !important;
}
.text-stroke {
    -webkit-text-fill-color: rgb(0 0 0 / 0%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
    opacity: 0.4;
}
.btn-round{
	display: flex;
  justify-content: center;
  margin-top: 20px;
}
.get-touch-img-div{
	color: white;
}
.btn-round a{
		color: white;
		display: flex;
	  -webkit-box-align: revert;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  width: 170px;
	  height: 170px;
	  font-weight: 400;
	  font-size: 20px;
	  line-height: 1.3;
	  text-transform: capitalize;
	  border: 1px solid var(--gray);
	  border-radius: 100%;
	  position: relative;
	  overflow: hidden;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  border: 3px solid;
}

@media only screen and (max-width: 600px) {
  .ptf-service-box{
	grid-template-columns: 1fr;
}
.ptf-approach-box{
    padding-top: 1.75rem !important;
    height: 325px !important;
	}
	.ptf-process-item::before{
		margin-left: 5%!important;
	}
}

