
html,
body {
    margin: 0;
    font-size: 100%;
    background: white;
	font-family: 'Source Sans Pro', sans-serif;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}
html {
  scroll-behavior: smooth;
}
body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
}

p {
    margin: 0;
    line-height: 2em;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*--/navbar--*/
header {
    position: fixed;
    background-color: rgb(0,0,0,0.73);
    width: 100%;
    z-index: 9;
}

/* menu */
ul#menu {
    position: absolute;
    /* top: 2%; */
    /* width: 3em; */
    /* height: 3em; */
    margin: 0;
    /* background: rgba(21, 30, 37, 0.32); */
    color: #fff;
    z-index: 99;
    right: 14%;
    font-size: 29px;
}

ul#menu>li {
    float: left;
    list-style-type: none;
    position: relative;
    width: 100%;
}

ul#menu label {
    position: relative;
    display: block;
    transition: background 0.3s;
    cursor: pointer;
    text-align: center;
    margin: 0;
}

ul#menu label span {
    line-height: 1em;
}

ul#menu input {
    display: none
}

/*show the second levele menu of the selected voice*/

ul#menu input:checked~ul.submenu {
    max-height: 360px;
    transition: max-height 0.3s ease-in;
}

/*style for the second level menu*/

ul.submenu {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    background: #fff;
    transition: max-height 0.5s ease-out;
    position: absolute;
    min-width: 8em;
    right: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 8px rgba(20, 21, 21, 0.37);
    -webkit-box-shadow: 0 1px 8px rgba(20, 21, 21, 0.37);
    -moz-box-shadow: 0 1px 8px rgba(20, 21, 21, 0.37);
}

ul.submenu li a {
    display: block;
    padding: 9px;
    color: #000;
    text-align: center;
	text-transform: uppercase;
    color: #3b5fa1;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
}

ul.submenu li a:hover,
ul.submenu li a.active {
    color: #2a5298;
}

/* //menu */
.navbar {
	padding: 1em 2em;
	border-bottom: 1px solid rgba(243, 242, 242, 0.41);
}

h1.wthree-logo a {
	text-transform: capitalize;
	font-size: 0.9em;
	font-weight: 400;
	color: #fff;
}

h1.wthree-logo a span {
	font-weight: 800;
}

a.scroll.bnr-btn{
    background: #fbfbfd;
    border: 2px solid #fbfbfd;
    text-transform: capitalize;
    color:#2a5298;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 2em;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3dvi;
}
a.scroll.bnr-btn1 {
    background: transparent;
    border: 2px solid #fbfbfd;
    text-transform: capitalize;
    color: #fbfbfd;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 2em;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3dvi;
}

a.scroll.bnr-btn i{
    vertical-align: middle;
}


.bnr-w3pvt-txt {
	margin-left: 0em;
}

/* banner */

.banner-w3pvt {
	background: url(../images/banner.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.bnr-txt-w3pvt {
    margin: 12em 0 9em;
}
.banner-w3pvt:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    opacity: 0.9;
    background:black;
    border-bottom-left-radius:26%;
    border-bottom-right-radius:0.5%;
    

}

.bnr-w3pvt-txt h1 {
    font-size: 40px;
    font-weight: 650;
    color:#fbfbfd;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    
}
.bnr-w3pvt-txt p {
    color: #fbfbfd;
}

ul.social_section_1info li {
    display: inline-block;
}
ul.social_section_1info a {
    margin-right:12px;
    width: 40px;
    height: 40px;
    display: block;
    background: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 1dvi;
    border-color: #fbfbfd;
   
    
    
}
ul.social_section_1info a span.fa {
    color: #fff;
    font-size: 14.5px;
    line-height: 40px;
}
/* //banner */

/*type writing*/
.typed-out {
    overflow: hidden;
   white-space: nowrap;
    font-size: 1.6rem;
    width: 0;
    animation: 
      typing 4s steps(20, end) infinite,
      blink .8s infinite;
  }
  
  @keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  
  @keyframes blink {
    50% {
      border-color: transparent;
    }
  }




/*-- contact --*/
.contact-form label {
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
}
.contact-form .form-control {
    padding: 0.8rem;
    color: #495057;
    border: 1px solid #ddd;
    border-radius: 2dvb;
    letter-spacing: .5px;
    font-size: 16px;
}
.contact-form textarea {
    overflow: auto;
    resize: vertical;
    height: 8em;
}
.contact-form button.btn.btn-default {
    background: rgba(0,0,0,0.9);
    
    text-transform: capitalize;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0rem;
    margin-left: 1em;
    border-radius: 1em;
}


/*-- //contact --*/

/*---about-----*/


.about-head{
    padding-top: 10px;
    padding-left: 15px;
    font-weight: 650;
    
    


}
.about-exp{
    padding-top: 5px;
    padding-left: 15px;
    font-weight: 650;

}
.experience p{
    
    display:inline-block;
    padding-left:0%;
    margin-left: 0px;
}


.experience{
    background-color:  #8e2de2;
    color: #fff;
    border-left: 5px solid grey;
    padding: 50px;
    border-radius: 2.5dvi;
    
}

.education{
    background-color:  #8e2de2;
    color: #fff;
    border-left: 5px solid grey;
    padding: 50px;
    border-radius: 2.5dvi;
    

}
.education p{
    
    display:inline-block;
    padding-left:0%;
    margin-left: 0px;
}

/*background box color*/
.experience:hover{
background-color: #aa4b6b;
border-left: 4px solid grey;


}
.education:hover{
    background-color: #aa4b6b;
    border-left: 4px solid grey;
    }

  





/*-- footer --*/

footer {
    background: #000000;
}
.copyright {
    background: #000000;
    border-top: 1px solid #444;
}
footer p ,footer p a,.copyright p{
    color: #fff;
}
.copyright p a{
    color: #fff;
}
footer ul.social_section_1info a {
    background: none;
    margin: 0;
    line-height: initial;
    width: auto;
    height: auto;
    font-size: 13px;
    margin-left: 20px;
}
footer ul.social_section_1info a span.fa{
    color: #fff;
    line-height: 0px;
    font-size: 35px;
    
}
h3.wthree-logo a {
    text-transform: capitalize;
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
}
h3.wthree-logo a span {
    font-weight: 800;
}
/*-- //footer --*/

/*-- move top --*/
.move-top {
    position: relative;
}

a.move-top {
    text-align: center;
    position: absolute;
    right: 1%;
    bottom: 0%;
}

a.move-top span{
    color: #fff;
    width: 36px;
    height: 36px;
    border: transparent;
    line-height: 2em;
    background: #333;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
}

/*-- //move top --*/


