@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Poppins:wght@400,700, 800&display=swap');
html, body,  p, div, span, li, a, ol, ul, td, section, article, nav{font-weight: 400; line-height: 1.8em; font-family: 'Poppins', sans-serif;}
h1, h2, h3, h4, h5,  h6, .text, .logo span{font-family: 'Poppins', sans-serif;}
h2{font-size: 1.5em;}

/*menu*/
@font-face {
  font-family: 'LineIcons';
  src: url('fonts/LineIcons.eot');
  src: url('fonts/LineIcons.eot') format('embedded-opentype'),
       url('fonts/LineIcons.woff2') format('woff2'),
       url('fonts/LineIcons.woff') format('woff'),
       url('fonts/LineIcons.ttf') format('truetype'),
       url('fonts/LineIcons.svg') format('svg');
}


 @import url("https://fonts.googleapis.com/css?family=Titan+One");
header{color: white;
	 cursor: pointer;
	 position: fixed;
	 width: 100%;
	 
	 left: 0px;
	 top: 0px;
	 transition: all 0.3s;
		z-index:9;transition: 1s ease all; -webkit-transition: 1s ease all; -moz-transition: 1s ease all;
}
header .d-flex{position: relative;}
header.fixed{background: #fff; box-shadow: 0 0 5px #eee;}
header.fixed .row{padding: 10px 0;transition: 1s ease all; -webkit-transition: 1s ease all; -moz-transition: 1s ease all;}
.pad6p{padding: 6% !important; }
.logo span{font-size: 26px;  animation-delay: 10s; color: #000; text-transform: uppercase;font-family: 'Poppins', sans-serif; font-weight: 600 !important;}
.logo img{-webkit-transition:width 1000ms ease-in-out;
-moz-transition:width 1000ms ease-in-out;
-o-transition:width 1000ms ease-in-out;
transition:width 1000ms ease-in-out;}
header.fixed .logo{color: #222;}
a.button, button.button { margin-top:30px; font-size: 14px;
    background: #212529; border-radius: 30px;
    padding: 10px 20px; color: #f5df4e;
    box-shadow: 0 0 20px #00000061; opacity: 1; transition: 1s ease all; -webkit-transition: 1s ease all; -moz-transition: 1s ease all;
}
a.button:hover, button.button:hover{ background: #212529; text-decoration: none; color: #f5df4e; opacity: 0.8;transition: 1s ease all; -webkit-transition: 1s ease all; -moz-transition: 1s ease all;}
.button_container {
	 position: absolute;
	 top: 34%;
	 right: 2%;
	 height: 27px;
	 width: 35px;
	 cursor: pointer;
	 z-index: 100;
	 transition: opacity 0.25s ease;
}
 .button_container:hover {
	 opacity: 0.7;
}
 .button_container.active .top {
	 transform: translateY(11px) translateX(0) rotate(45deg);
	 background: #fff;
}
 .button_container.active .middle {
	 opacity: 0;
	 background: #fff;
}
 .button_container.active .bottom {
	 transform: translateY(-11px) translateX(0) rotate(-45deg);
	 background: #fff;
}
 .button_container span {
	 background: #222;
	 border: none;
	 height: 2px;
	 width: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 transition: all 0.35s ease;
	 cursor: pointer;
}
 .button_container span:nth-of-type(2) {
	 top: 11px;
}
 .button_container span:nth-of-type(3) {
	 top: 22px;
}
 .overlay {
	 position: fixed;
	 background: #000;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 0%;
	 opacity: 0;
	 visibility: hidden;
	 transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	 overflow: hidden;
}
 .overlay.open {
	 opacity: 0.9;
	 visibility: visible;
	 height: 100%;
}
 .overlay.open li {
	 animation: fadeInRight 0.5s ease forwards;
	 animation-delay: 0.35s;
}
 .overlay.open li:nth-of-type(2) {
	 animation-delay: 0.4s;
}
 .overlay.open li:nth-of-type(3) {
	 animation-delay: 0.45s;
}
 .overlay.open li:nth-of-type(4) {
	 animation-delay: 0.5s;
}
 .overlay nav {
	 position: relative;
	 height: 70%;
	 top: 50%;
	 transform: translateY(-50%);
	 font-size: 50px;
	 font-family: 'Vollkorn', serif;
	 font-weight: 400;
	 text-align: center;
}
 .overlay ul {
	 list-style: none;
	 padding: 0;
	 margin: 0 auto;
	 display: inline-block;
	 position: relative;
	 height: 100%;
}
 .overlay ul li {
	 display: block;
	 margin-bottom: 20px;
	 position: relative;
	 opacity: 0;
}
 .overlay ul li a {
	 display: block;
	 position: relative;
	 color: #fff;
	 text-decoration: none;
	 overflow: hidden;
	 font-size:24px;
}
 .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	 width: 100%;
}
 .overlay ul li a:after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 50%;
	 width: 0%;
	 transform: translateX(-50%);
	 height: 3px;
	 background: #fff;
	 transition: 0.35s;
}
 @keyframes fadeInRight {
	 0% {
		 opacity: 0;
		 left: 20%;
	}
	 100% {
		 opacity: 1;
		 left: 0;
	}
}
 

/* header ends*/

@media (min-width:980px){
#heroSection .col-xl-3 {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21% !important;
}}
@media (min-width:981px) and (max-width:1400px){
#heroSection .col-xl-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 30% !important;
}}

h1 {
	 font-size: 5em;
	
	 background-color: rgba(255, 0, 106, 0.4);
	 border-radius: 100%;
	 box-shadow: 0 0 2em 1em rgba(255, 0, 106, 0.4);
	 color: white;
	 margin: 30vh auto;
	 position: relative;
	 text-align: center;
	 text-shadow: 0 8px 0 rgba(123, 0, 224, 0.4);
	 transform: rotate(-12deg);
	 width: 800px;
	 height: auto;
	 z-index: -1;
}
 h1 span {
	 color: #ffc901;
}
 .blob {
	 animation: blobby 4s infinite;
}
 .blob2 {
	 animation: blobby2 6s infinite;
}
 @keyframes blobby {
	 0% {
		 transform: scale(1);
	}
	 50% {
		 transform: scale(1.08);
	}
	 100% {
		 transform: scale(1);
	}
}
 @keyframes blobby2 {
	 0% {
		 transform: scale(1);
	}
	 50% {
		 transform: scale(1.18);
	}
	 100% {
		 transform: scale(1);
	}
}
 @media all and (max-width: 980px) {
	 h1 {
		 font-size: 3em;
		 
	}
}
 @media all and (max-width: 480px) {
	 h1 {
		 font-size: 2em;
		 
	}
}


/* header */

.navbar {
	background: transparent;
    position: fixed;
    width: 100%;
    z-index: 99999;
	top:0;
	transition: 1s ease all; -moz-transition: 1s ease all; -webkit-transition: 1s ease all;
}

.navbar.fixed{background: #000 !important; transition: 1s ease all; -moz-transition: 1s ease all; -webkit-transition: 1s ease all;}
.navbar-brand{text-transform:uppercase; font-weight: 700;color: #212529 !important;}
.navbar-dark.fixed .navbar-brand {    color: #fff !important; }
.navbar-dark .navbar-nav .nav-link {    color: #212529; }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {    color: #212529; }
.navbar-dark.fixed .navbar-nav .nav-link {     color: #fff; }


/* general */
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}
.section{padding: 4% 0;}
.row{padding: 2% 0;}
button {
    background: #f5df4e;
    border-radius: 30px;
    padding: 5px 20px;
    border: 0 !important;
}
button:hover, button:focus{border:0 !important; color:#fff; background: #2a2a2a;}
h3, .h3 {    font-size: 22px;    font-weight: 600; }
h4{font-size: 20px; font-weight: 400;}
h1, h2, h3, h4, h5,  h6{    display: inline-block;    width: 100%;}
ul.circle li{list-style: circle;    padding-left: 20px !important;}

ul.tick li { list-style: none; margin-right: 12px; margin-bottom: 3px; }
ul.tick li:before { content: '\2713'; margin-right: 10px; }
@media (min-width: 768px){
.col-md-4 {
    -ms-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
    margin: 10px;
	padding: 15px;
}
}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.bg-transparent {    background-color: none !important; }
.fullscreen {    min-height: 100vh!important; }
.my-auto {    margin-bottom: auto!important;    margin-top: auto!important; }
.d-flex {    display: flex!important; }
.rounded-pill {    border-radius: 50rem!important; }
hr{border-color: #f5df4e !important;}
.yellowBG{background-color: #f5df4e!important;}
.lightBG{background: #f8f9fa !important;}
.bg-red{ background: #bd2130 !important;}
.orangeBG{background-color: #fdbb2e!important;}
.greyBG{background-color: #2a2a2a!important;}
.d-block {     display: block!important; }
.img-fluid, .img-thumbnail {     height: auto;     max-width: 100%; }
.align-self-center {    align-self: center!important; }
ul{padding:0;}
.rel-pos{position: relative;}
.scroll-down-arrow {
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    height: 32px;
    left: 50%;
    line-height: 32px;
    margin-left: -16px;
    position: absolute;
    text-align: center;
    width: 32px;
    z-index: 3;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.scroll-down-arrow .animated {
    animation: fadeInDown 1.5s infinite;
    -webkit-animation: fadeInDown 1.5s infinite;
    -moz-animation: fadeInDown 1.5s infinite;
    -o-animation: fadeInDown 1.5s infinite;
    position: relative;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

// KEYFRAMES
@mixin keyframes($animation-name) {
  @-webkit-keyframes #{$animation-name} {
    @content;
  }
  @-moz-keyframes #{$animation-name} {
    @content;
  }
  @-ms-keyframes #{$animation-name} {
    @content;
  }
  @-o-keyframes #{$animation-name} {
    @content;
  }
  @keyframes #{$animation-name} {
    @content;
  }
}

// ANIMATION
@mixin animation($str) {
  @include browser_prefix('animation', $str);
}

@mixin cssProgressGlowActive($name, $color) {
  @include keyframes($name) {
    0%, 100% {
      box-shadow: 5px 0px 15px 0px #{$color};
    }
    45% {
      box-shadow: 1px 0px 4px 0px #{$color};
    }
  }
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.hidden{visibility: hidden;}
.pageContainer li{list-style: none; position: relative; padding-left: 50px; margin-bottom: 10px;  padding-bottom:0px;}
.pageContainer ul.bulletPoints li:before{  font-size: 11px;
    font-weight: 800;
    position: absolute;
    top: 1px;
    left: 0;
    color: #030104;
    width: 22px;
    height: 22px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;}
.pageContainer ul.tickPoints li:before{font-size: 11px;
    font-weight: 800;
    position: absolute;
    top: 1px;
    left: 0;
    color: #030104;
    width: 22px;
    height: 22px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;}
.pageContainer ul.circlePoints li:after{  font-size: 11px;
    font-weight: 800;
    position: absolute;
    top: 1px;
    left: 0;
    color: #030104;
    width: 22px;
    height: 22px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;}
.pageContainer ul.certificatePoints li:after{font-size: 11px;
    font-weight: 800;
    position: absolute;
    top: 1px;
    left: 0;
    color: #030104;
    width: 22px;
    height: 22px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;}
.lightGreyBG{background: #f5f5f5; }
.p20{padding:20px;}
.pt20{padding-top: 20px !important;}
.sectionTitle{ background: #f5df4e; color: #212529;  padding:2px 10px; display: inline-block; margin-bottom: 15px;}
.title{font-size: 2.5rem; font-weight: 600;}

.box{    border: #333 solid 1px;
    border-radius: 10px;}
.pad0{padding: 0 !important;}
.pad20{padding: 20px !important;}
.pad30{padding: 30px !important;}
.pad40{padding: 40px !important;}

/* hero section */
.fa-arrow-down:before {
    content: "\f5f3";
	font-family: "Font Awesome 6 Pro";
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.d-inline-block {
    display: inline-block!important;
}
.iam{
  color: "#212529";
        font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.iam h4{font-weight: 600; font-size: 24px;}
.text{
	min-height: 100px;
    font-size: 42px!important;
    color: #212529;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 50px;
}
.typed-cursor{display: none;}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(33,37,41,var(--bs-text-opacity))!important;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
}
.scroll-down-arrow {
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    height: 32px;
    left: 50%;
    line-height: 32px;
    margin-left: -16px;
    position: absolute;
    text-align: center;
    width: 32px;
    z-index: 3;
}
.scroll-down-arrow .animated {
    animation: fadeInDown 1.5s infinite;
    -webkit-animation: fadeInDown 1.5s infinite;
    -moz-animation: fadeInDown 1.5s infinite;
    -o-animation: fadeInDown 1.5s infinite;
    position: relative;
}
/* about section */
h3.yellow-circle{font-size:6rem;position: relative; color:#212529; }
h3.yellow-circle:before {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f5df4e94;
    position: absolute;
    z-index: -1;
    bottom: 0;
	top:0;
    margin: auto;
}
.sub-title{font-size:24px;}


/* skills section */
.lightTitle{color:#999; margin-bottom: 0px !important;}
.boldDetails{font-weight: 600; font-size: 18px;}
#skillsSection img {
    width: 80px; margin-bottom: 30px;
}
.card-title{font-weight: 500; }
h4.card-title {font-size: 18px;}
.whiteBG{background: #fff; padding: 20px;}
/* experience section */
.bgCircle{position: relative;}
.bgCircle:before{    content: '';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f5df4e94;
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
    margin: auto;}
/* certificate section */
/*.certificate{padding: 0 !important; margin: 0;}
.certificate li{position: relative; padding-left:30px; list-style: none; margin-bottom: 10px;}
.certificate li:before{content: '';  background: #f5df4e; width: 10px; height: 10px; border-radius: 50%;  margin:auto; position: absolute; left:3px; top:5px;}
.certificate li:after{content: '';   width: 16px; height: 16px; border-radius: 50%;   border:1px solid #212529; margin:auto; position: absolute; left:0; top:2px;;}
*/
/* resume section */
.btn{ color: #f5df4e;
    background-color: #212529;
    border-color: #212529;}
.btn:hover, .btn:hover a{ color: #212529;}
.btn:hover{
    background-color: #f5df4e;
    border-color: #f5df4e;}
.btn a:hover{text-decoration: none; color: #212529; font-weight: 400;}
.btn-success {
    color: #f5df4e;
    background-color: #212529;
    border-color: #212529;
}
a {
    color: #f5df4e;
    text-decoration: none;
    background-color: transparent;
}
/* contact */




/* experience page details */

.smallText{font-size:12px; line-height:12px; padding-bottom:0;}




@media (max-width:1080px){
	h1{font-size: 1em !important;}
	h2{font-size: 100%;}
	.navbar-dark .navbar-toggler{border:0; position: fixed; right: 0; top:0;}
	.navbar-dark .navbar-toggler:focus{border:0; outline: 0;}
	#pageTitleSection .row {
    padding-top: 50px;
}	
	.title {		font-size: 1.5rem;}
	.navbar-brand{font-size: 14px;font-weight: 900 !important;}
.boldDetails {     font-size: 14px; }
	.text {
       font-size: 40px!important;
    font-weight: 900;
    line-height: 2.5rem;
}
	.two {
    order: 2;
}
	.one	 {
    order: 1;
}
	.iam {
    font-size: 16px;
    line-height: 30px;
}
	.iam h4{font-weight: 600;}
}

/* popup */
.modal-header button:hover, button:focus{background: transparent; border: 0;}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #2a2a2a;
    border-color: transparent;
    box-shadow: none;
}
.modal-body{    padding: 2rem 5rem;		}
@media (min-width: 576px){
.modal-dialog {
    max-width: 1200px;
    margin: 1.75rem auto;
	}}


#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
	z-index: 9999;
  display: none;
}


/* mobile view*/
@media(max-width:1080px){
	.text{
	min-height: 100px;
    font-size: 32px!important;
    color: #212529;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 40px;
}
}
@media (max-width:480px){
	.container{width:80%;}
	.mtc{text-align: center;}
	.section{padding-top: 70px;}
	.logo {    margin-top: 10px; }
	.logo span{font-size: 22px;}
	#heroSection .col-sm-6{width: 100% !important; padding: 0;}
	.ajayk {margin-top: 30px;}
	.fullscreen{     padding-bottom: 50px;   min-height: 40vh!important;}
	.text {    font-size: 22px!important;    line-height: 1.5rem; }
	.mb30{    margin-bottom: 30px;}
	.scroll-down-arrow{display: none;}
	a.button, button.button{padding: 10px 30px !important;}
	p{    font-size: 14px;}
	h3.yellow-circle:before {    width: 60px;    height: 60px;}
	h3.yellow-circle {    font-size: 4rem; }
		.sub-title {    font-size: 22px;}
	.pageContainer li {    padding-left: 24px;    font-size: 14px;}
.p0{padding: 0 !important;}	
	.block{    padding: 50px 0 0;
    background: #f5f5f5;
    margin-bottom: 0px;}
	#experienceSection img {
    background: #fff;
    padding: 10px;
    height: 60px;
    box-shadow: 0 0 15px #4e4c4c2e;
}
	#experienceSection .row.mb20{margin-bottom: 0;}
	.modal-dialog{width:100%;}
	.modal-body {    padding: 1rem 2rem;}
	.text {text-align: center;
		min-height: 40px; margin-bottom: 20px;}
.modal-body  li {    padding-left: 0; }
}


ul.starStyle {
    margin-left: 20px;
}
ul.starStyle li{list-style: disc; padding-left:0;}

/* toggle */
ul.toggleText {
  padding: 0;
}

ul.toggleText  li {
  margin-bottom: 10px;
  border-radius: 3px; font-size: 14px;
}
ul.toggleText li .head {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #000;
  padding: 10px 20px;
  background: #f9ec98;
}
ul.toggleText li .head h4{font-size:16px !important;
}
ul.toggleText li .body {
  color: black;
  padding: 30px;
  border: 1px solid #e7e7e7;
}
ul.toggleText li input[type=checkbox]:checked ~ .head {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom: none;
}
ul.toggleText li input[type=checkbox]:checked ~ .body {
  border: none;
}

/* TOGGLE ACCORDION STYLE */
.toggle-accordion {
  position: relative;
  width: 100%;
  padding: 0 !important;
  background: white;
  list-style: none;
}
.toggle-accordion .head {
  display: block;
  cursor: pointer;
}
.toggle-accordion .head i {
  float: right;
  margin-top: 3px;
}
.toggle-accordion .head span {
  transition: all 0.25s ease-in-out;
  transform: translate(0, -3px) rotate(-180deg);
}
.toggle-accordion .body {
  position: relative;
  overflow: hidden;
  cursor: default;
  z-index: 2;
  padding: 10px 10px;
  max-height: 5000px;
  transition: all 0.25s ease-in-out;
}
.toggle-accordion input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.toggle-accordion input[type=checkbox]:checked ~ .body {
  max-height: 0;
  padding: 0px 10px;
}
.toggle-accordion input[type=checkbox]:checked ~ .head i {
  transform: translate(0, -3px) rotate(-180deg);
}


/* certificate */
.vCenter{    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;}
.certificateBlock{display: flex;}
.cimage{    display: flex; margin-bottom:20px;     align-items: center;}
.cimage img{width:100px; padding: 5px; }
.ccontent h4{ font-weight:bold;}

.certificatePoints li:before{         background: #f5df4e;
    content: "\ea5b";
    font-family: 'LineIcons';
    font-size: 11px;
    font-weight: 800;
    position: absolute;
    top: 1px;
    left: 0;
    color: #030104;
    width: 22px;
    height: 22px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;}
.fullHeight{height: 100%;}
.cimage.small img {
    width: 60px;
}
@media (min-width:1081px){.width60{width:60%; margin: auto;}}
@media(max-width:1080px){
	.cimage{width:100%;}
	.cimage img{width:100px !important; padding: 5px; }
}

@media (min-width: 992px){
.col-xl-4 {
    -ms-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
    margin: 10px;
    padding: 15px;
}
	.borderRight{ margin: 0; border-right: 1px solid #dfdfdf;}}


footer p span{font-size:12px;}