

* {
    box-sizing: border-box;
}


body {
    font-family: Gotham SSm,sans-serif !important;
    font-weight: 300;
    font-size: 13px;
    line-height: 21px;
    color: #777;
}
  
   img { 
	transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-moz-transition:all .2s linear; 
	-webkit-transition:all .2s linear;
  }
  

.headings{
    margin-bottom: 8px;
    font-weight: 800;
        font-family: 'Francois One', sans-serif;
    font-size: 30px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #333;}
/*	
	#personal:before {
    display: inline-block;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color:  #fd4b4e;
    width: 50px;
}



#personal:after {
    display: inline-block;
    
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color:  #fd4b4e;
    width: 50px;
}
*/
	
	P{

  font-family: 'Arapey', serif;
    font-size: 15px;
    line-height: 1.75;
    color: #333;
	
}
  h4 {
   font-family: 'Arapey', serif;
    font-size: 18px;
    line-height: 1.75;
    color: #333;
  }
  
    h3 {
   font-family: 'Arapey', serif !important;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
  }
  
  .nav>li>a{font-family: 'Arapey', serif;}
  .navbar-nav>li>a{text-align:center;}
  .about-me{    
    font-family: 'Arapey', serif;
	font-weight: 500;
    font-size: 20px;
    line-height: 1.8;
    color: #333;
	text-align:justify;
	letter-spacing: 2px;
	}
	
  .name{
      /*background-color: #fd4d50;*/
	  background-image: url("images/web1.png");
	  width:100%;
	  background-repeat: no-repeat;
	  background-position: top center;
	  background-size: cover;
      color: #fff;
      padding: 200px 25px;
      
  }
  
  
  
  
  .container-fluid {
      padding: 60px 50px;
  }
  
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
	  margin:15px;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  
  .thumbnail:hover{box-shadow: 5px 0px 40px rgba(0,0,0, .2);}
  
.projects-p{font-size:16px;}
.title-projects{letter-spacing:1px;padding-bottom:20px; font-size: 30px; font-weight:600;}

  .top-header {
      margin-bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
     
  }
  
  .navbar-brand{
	  
	height: 90px !important;
    padding: 2px !important;
  }  
  
  
  .top-header li a, .top-header.navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #fd4b4e !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
	background-color: #ffffff !important;
   
}
  }
  .glyphicon .glyphicon-map-marker{
      font-size: 20px;margin-bottom: 20px;color: #fd4b4e;
  }
  .glyphicon{font-size:15px !important;padding-right:10px !important;}
  
  .my-pic{width:100%;}
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fd4b4e;
    margin: 6px 0;
    transition: 0.4s;
  }

  .change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
	transform: rotate(-45deg) translate(-9px, 6px) ;
   }

   .change .bar2 {opacity: 0;}
	
   .change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
	transform: rotate(45deg) translate(-8px, -8px) ;
   }
   
     .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  
  
  .quotes {display: none;}
  
  
  .progress-bar{text-align:left !important;     border-radius: 4px;}
  .progress{height: 8px !important;margin-bottom: 30px;}
  
  .thumbnail{
	  height: 420px !important;
	  border-radius: 0px !important;
	  padding:20px !important;}
  
  .line{   content: '';
    display: block;
    margin-top: 10px;
    width: 40px;
    border-top: 2px solid #fd4b4e;}
	
	.contact-address p{font-size:22px;}
	.contact-address{text-align:left !important;}
	.sub-head{text-transform:uppercase;font-size:20px;}
  
   
   /*****  spinning loader******/
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*background: url("images/loading.gif") 50% 50% no-repeat rgb(249,249,249);*/
	background: url("images/loading.gif") 50% 50% no-repeat ;
	 
}

/*****  Back To Top ******/
    
  #back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background:url("images/backTop1.png");
	background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
    color: #444;
    cursor: pointer;
    border: 0;
    
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
	border: 1px solid #red;
}

#back-to-top:hover {
        background:url("images/backTop2.png");
	background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
	
}
#back-to-top.show {
    opacity: 1;
}

/*****  shrinking header ******/
   
	.shrinkLogo{ transition:1s; -webkit-transition:1s; moz-transition:1s; o-transition:1s;} 
	.shrinkLogo1{height:50px !important; transition:1s; -webkit-transition:1s; moz-transition:1s; o-transition:1s;}
	.shrinkLogo2{padding-top:0px !important; transition:1s; -webkit-transition:1s; moz-transition:1s; o-transition:1s;}
	ul.nav.navbar-nav.navbar-right {
    padding-top: 20px;}

   
/***** image slide ******/ 
.myName{visibility:hidden;}

  .myName{
      animation-name: slide1;
      -webkit-animation-name: slide1;
      animation-duration: 3s;
      -webkit-animation-duration: 3s;
      visibility: visible;
  }
 @keyframes slide1 {
    0% {opacity: 0;-webkit-transform: translateX(100%);}
    100% {opacity: 1;-webkit-transform: translateX(0%);}
  }
  @-webkit-keyframes slide1 {
    0% {opacity: 0;-webkit-transform: translateX(100%);}
    100% {opacity: 1;-webkit-transform: translateX(0%);}
  }
  
  @-moz-keyframes slide1 {
    0% {opacity: 0;-webkit-transform: translateX(100%);}
    100% {opacity: 1;-webkit-transform: translateX(0%);}
  }
  
  @-o-keyframes slide1 {
    0% {opacity: 0;-webkit-transform: translateX(100%);}
    100% {opacity: 1;-webkit-transform: translateX(0%);}
  }
  
  
 




  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 2s;
      -webkit-animation-duration: 2s;
      visibility: visible;
  }
  @keyframes slide {
    0% {opacity: 0;-webkit-transform: translateY(70%);}
    100% {opacity: 1;-webkit-transform: translateY(0%);}
  }
  @-webkit-keyframes slide {
    0% {opacity: 0;-webkit-transform: translateY(70%);}
    100% {opacity: 1;-webkit-transform: translateY(0%);}
  }
  @-moz-keyframes slide {
    0% {opacity: 0;-webkit-transform: translateY(70%);}
    100% {opacity: 1;-webkit-transform: translateY(0%);}
  }
  @-o-keyframes slide {
    0% {opacity: 0;-webkit-transform: translateY(70%);}
    100% {opacity: 1;-webkit-transform: translateY(0%);}
  }
  
  
 


/*-------------------hover     --------------*/

.hover03 {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.hover03 img {
    max-width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.hover03 :hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	 background-size: cover;
	
}


.view-more {
    position: absolute;
    width:100%;
    height: 100%;
    padding: 50px;
    text-align: center;
    background: rgba(0,0,0,0.70);
    color: #ffffff;
    letter-spacing: 2;
    font-size: 18px;
    opacity: 1;
    z-index: 3;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.hover03 :hover  .view-more{
     visibility:visible;
     transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
  
} 
/*-----------------------*/

.work-project{background:#eee;}
.personal-project{background:#eee;}

.nav-anim{
	-webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
	-webkit-animation-duration: 2s;
    animation-duration: 2s;
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	
	
}

.project-anim{
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
	-webkit-animation-duration: 2s;
    animation-duration: 2s;
	-webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
		
}

 .separator {
    height: 1px;
    width: 36px;
    margin: 7px 0 7px 20px;
    clear: both;
    background-color: #20b2aa;
	text-align:center;
}
/*--------------------- */


.overlay {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  background-color:#fd4b4e;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.container1:hover .overlay {
 
  height: 30%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/*--------------------- */


/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #ffffff !important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
	opacity:.9 !important;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}



.animated {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/****** carousel*****/
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
  
  .carousel-control{color:#fd4b4e !important;}
  .carousel-control.left{background:#ffffff !important;}
  .carousel-control.right{background:#ffffff !important;}
  .carousel-indicators li{display:none !important; }
  
  
/*.container Work Projects  */
.containerWork{
  position: relative;
  width: 50%;
}

.WorkImages {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 0 13px #AAA;
}

.overlayWork {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:#ffffffd4;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.containerWork:hover .overlayWork {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.textWork {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;

	  width:100%;
}
  
 /*.container Work Projects  Ends */ 
  
  

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


 
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
	.logo-img{margin:0 auto;}
  }
  
    @media screen and (max-width: 767px) {
	.my-pic{width:50%;text-align:center;margin-left: 80px;}
  }
  
  
  
  
  
  
  
