/*Author :Hasibul Hasan Shanto
	Nov 12,2017 ;2 PM .
	Email:kajal.shanto@gmail.com; 
*/

body{
	margin: 0;
	padding: 0;
	width: 100%;
  font-family: 'Lato', sans-serif;

}
a{
	text-decoration: none;
}
body {
    height: 100%;
}

section {
    min-height: 100%;
}

/*============================================================================
=============================================================================*/
/*Menu section Start*/
#Slider{
}
.header_nav{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.navbar {
    position: absolute;   
}
 
.navbar-default {
    background-color: transparent;
    border: none !important;
    padding: 25px 0;
}

.navbar-default .navbar-nav>li>a {
    color: #DCDCE1; 
    font-weight: 700;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus{
  color: #fff;
}
.navbar_underline{
	border-bottom:  1px solid #03A9F4; 
	width: 100%;
	padding-top: 80px;
  margin: 0 auto;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #03A9F4;
}
nav.navbar.navbar-default.header_nav.navbar-fixed-top.header-middle.sticky {
    background: #313454 ;
    position: fixed;
    padding: 2px 10px;
    transition: .3s;
     -webkit-transition: .3s;
      -moz-transition: .3s;
       -ms-transition: .3s;
       -o-transition: .3s;

}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    overflow: hidden;
}
/*============================================================================
=============================================================================*/
/*slider section*/

#home{
	background: 
  linear-gradient(135deg, rgba(2,0,36,1) 0%, 
    rgba(14,31,177,0.45) 0%,
    rgba(185,5,241,0.45) 57%,
    rgba(222,0,255,0.35) 68%),
    url(../images/banner.jpg);
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover; 
  overflow: hidden;
}
/*
.slider-overlay{
	background:rgba(0,0,0, .4);
}
*/
/*Brand NAme or logo start*/
.navbar-brand span{
	color: #03A9F4  ;
	font-size: 22px;
	font-weight: 700;
  font-family: 'Lobster', cursive;
}

.navbar-default .navbar-brand {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
  font-family: 'Lobster', cursive;
}
.navbar-brand:hover,.navbar-brand:focus{
  color: #fff !important;
}
/*Brand NAme or logo End*/
  .item span{
  color:#03A9F4;
  font-family: 'Lobster', cursive;
  text-shadow: 4px 4px 4px #000;
  }
  .carousel-indicators li{
  background: #fff;
  width: 15px;
  height: 15px;
  margin: 2px;
  }
  .carousel-indicators .active{
  background: #03A9F4;
  border: 1px solid #2196F3;
  width: 15px;
  height: 15px;
  margin: 2px;
  }

/*Menu section End*/

/*============================================================================
=============================================================================*/
.behind-h1{
  font-size: 120px;
  opacity: .05;
  margin-bottom: -60px;
  letter-spacing: 22px;
}

/*About section Start*/

#About{
	padding: 50px 0;
}

/*Animated button*/ 

.btn-cont .btn{
  border: none;
}
.btn-cont .btn .line-1 {
  -webkit-animation: move1 1500ms infinite ease;
          animation: move1 1500ms infinite ease;
}
.btn-cont .btn .line-2 {
  -webkit-animation: move2 1500ms infinite ease;
          animation: move2 1500ms infinite ease;
}
.btn-cont .btn .line-3 {
  -webkit-animation: move3 1500ms infinite ease;
          animation: move3 1500ms infinite ease;
}
.btn-cont .btn .line-4 {
  -webkit-animation: move4 1500ms infinite ease;
          animation: move4 1500ms infinite ease;
}
.btn-cont .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  background-color: #03A9F4;
  left: 0;
  bottom: 0;
}
.btn-cont .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background-color: #03A9F4;
  left: 0;
  top: 0;
}
.btn-cont .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  background-color: #03A9F4;
  right: 0;
  top: 0;
}
.btn-cont .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background-color: #03A9F4;
  right: 0;
  bottom: 0;
}
/*keyframes*/
@-webkit-keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}

@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@-webkit-keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-webkit-keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@-webkit-keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
/*animated button End*/


/*about custome code*/

.under_large_border{
	border: .1em solid #03A9F4;  
}
.about_des{
	margin-top: 50px;
}
.left_about>.me img{
  border-radius: 5%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.left_about>.me img:hover{
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
/*About section End*/


/*============================================================================
=============================================================================*/

/*portfolio section start*/
#Portfoilo{
	padding: 85px 0;
  background-color: #FAFAFA;
}
.portfolio_items{
  padding-top: 50px;
}

.portfolio_items .col-md-3, .col-sm-6, .col-xs-12{
	padding-right: 0px;
  padding-left: 0px; 
}
figure img{
	width: 100%;  
}
figure{
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 8px solid #fff !important;
  box-shadow: 0 0 5px #ddd;
  margin-bottom: 10px;
}

figcaption{
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: table;
}

figcaption div{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 20px;
  opacity: 0;
  color: #fff; 
}


figure img{
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

figure:hover figcaption{
 background: rgba(33,150,243,.6);
}

figcaption:hover div{
  opacity: 1;
  top: 0;
}

figcaption:hover div:after{
  width: 50%;
}

figure:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -moz-transform: scale3d(1.2, 1.2, 1);
  -ms-transform: scale3d(1.2, 1.2, 1);
  -o-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
.overlay_text .site{
   margin-top: 5px;
}
.overlay_text .site:hover{
  color: #fff;
  background-color: #03A9F4; 
  border: 1px solid #313454;
}
.overlay_text h4,.overlay_text h3{
  color: #fff;
}
/*portfolio section end*/


/*============================================================================
=============================================================================*/

/*Service section start*/ 
 
 
/*Service section end*/

/*============================================================================
=============================================================================*/

/*skills section start*/ 
#skills{
  padding: 50px 0; 
}

#bars {
  /* max-width: 1170px; */
  overflow: hidden;
  margin-top: 50px;
}

.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 2px solid #ebebeb;
    font-size: 32px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}
/* 90% fill */
.progress.blue .progress-bar{
    border-color: #049dff;
}
.progress.blue .progress-value{
    color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
/* 75% fill */
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-value{
    color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
/* 60% fill */
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-value{
    color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
/* 85% fill */
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-value{
    color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}

/* 70% fill */
.progress.red .progress-bar{
    border-color: #e84118;
}
.progress.red .progress-value{
    color: #e84118;
}
.progress.red .progress-left .progress-bar{
    animation: loading-6 1.5s linear forwards 1.8s;
}

@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

/* 90% fill */
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

/* 75% fill */
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

/* 60% fill */
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg);
    }
}

/* 85% fill */
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

/* 70% fill */
@keyframes loading-6{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(65deg);
        transform: rotate(65deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

/*skills section end*/

/*============================================================================
=============================================================================*/


/*client sats start*/
#client_section{
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  background:#FAFAFA;
}

.client_reviews{
  /*border: 2px solid red;*/
  box-sizing: border-box;
  overflow: hidden;
}
.client_top{
  text-align: center;
  margin-bottom: 50px;
}

.client_top h1{
  text-transform: uppercase;
  font-size: 30px;
}
.client_top h3{ 
  font-size: 30px;
  font-family: 'Lobster', cursive;
}

.reviews{
  margin: 0 50px;
  box-sizing: border-box;
}

.box{
  background-color: rgba(3, 167, 244, .25);
  text-align: center;
  position: relative;
  transition: 0.5s; 
  border-radius: 8px;
} 
.box p{
  text-align: justify;
  transition: 0.5s;
  color: #000; 
  font-family: 'Lato', sans-serif !important;
}
.box h4{ 
  transition: 0.5s; 
  color: #000;
   font-family: 'Lato', sans-serif !important;
}
.box h4 span{ 
  transition: 0.5s; 
  color: #fff; 
   font-family: 'Lato', sans-serif !important;
}
.box:hover{
  background-image: linear-gradient(65deg, #00c6ff, #0072ff ); 
}
.box:hover p,
.box:hover h4,
.box:hover h4 span{
  color:  #fff;
}
.box .image-box{
  position: absolute;
  margin: 0 auto;
  overflow: hidden; 
}

.image-box img{ 
  border-radius: 50%;
  border: 4px solid #78ffd6;
}

.box:before{
  content: '';
  top: 10px;
  right: 0; 
  position: absolute;
  background: url(../images/quote.png);
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.10;
  pointer-events: none;
  transition: 0.5s;
}
.box:hover:before{
  opacity: 1; 
  transition: 0.5s;
}

.box:after{
  content: '';
  bottom: 10px;
  left: 0; 
  position: absolute;
  background: url(../images/quote.png);
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.10;
  pointer-events: none;
  transform: rotate(180deg) translateY(0px);
  transition: 0.5s;
}
.box:hover:after{
  opacity: 1; 
  transition: 0.5s;
}
 

/*client says end*/

 


/*============================================================================
=============================================================================*/

/*contact_me section start*/ 
#contact_me{
  padding-top: 100px; 
  padding-bottom: 180px;
  background: 
   linear-gradient(
      90deg,
      rgba(177, 14, 135, 0.45), 
      rgba(0, 155, 255, 0.45)
    ), 
  url(../images/cover4.jpg) ;
  background-position: center 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.ct_overlay{ 
}
/* contact start */
.container{  
}
.message_top{
  text-align: center;
  margin: 60px 0;
}
.message_top h3{
  color: #fff;
  font-family: 'Lobster', cursive;
  text-shadow: 4px 4px 4px #000;
}
#contact_me .submit_btn{ 
  border: 1px solid #fff;
  color: #fff; 
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.button{
  text-align: center;
}
.submit_btn{
  background: transparent;
  border: 1px solid #222f3e;
  color: #222f3e;
  font-size: 18px;
  border-radius: 5px;
  padding: 8px 15px;
  margin-top: 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.submit_btn:hover,
.submit_btn:focus{
  outline: none;
  background: #22B4FF;
  border-color: #22B4FF !important;
  color: #fff;
}

.socialHead{
  padding-top: 20px;
  color: #fff;
  font-family: 'Lobster', cursive;
  text-shadow: 4px 4px 4px #000;
}

#contact_me .under_large_border{
  border: .1em solid #fff;  
}

/*contact_me section end*/


/*============================================================================
=============================================================================*/


/*Social section Start*/
/* ---------- GENERAL ---------- */

a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container2 {
  height: 3em;
  left: 50%;
  margin: -1.5em 0 0 -6em;
  position: absolute; 
  top: 90%;
  width: 12em;
}
/* ---------- SOCIAL ---------- */

.social {
  position: relative;
  height: 3em;
  width: 13.5em;
}
.social li {
  display: block;
  height: 4em;
  line-height: 4em;
  margin: -2.2em;
  position: absolute;
  -webkit-transition: -webkit-transform .7s;
  -moz-transition: -moz-transform .7s;
  -ms-transition: -ms-transform .7s;
  -o-transition: -o-transform .7s;
  transition: transform .7s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  width: 4em;
}
.social a {
  color: #fffdf0;
  display: block;
  height: 4em;
  line-height: 4em;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 4em; 
}
.social li:hover {
  -webkit-transform: scale(1.3,1.3) rotate(45deg);
  -moz-transform: scale(1.3,1.3) rotate(45deg);
  -ms-transform: scale(1.3,1.3) rotate(45deg);
  -o-transform: scale(1.3,1.3) rotate(45deg);
  transform: scale(1.3,1.3) rotate(45deg);
}
.facebook {
  /* background: #155b9d; */
  background: #1877F2;
  left: 0;
  top: 0%;
}
.gPlus {
  background: #E24329;
  bottom: 0;
  left: 25%;
}
/*
.dribbble {
  background: #d05f8f;
  left: 50%;
  top: 0%;
}
*/
.linked-in {
  background: #007BB6;
  left: 50%;
  top: 0%;
} 
.github {
  background: #24292E;
  bottom: 0;
  left: 75%;
}
.twitter {
  background: #1769FF;
  left: 100%;
  top: 0%;
} 
/*Social section end*/

/*============================================================================
=============================================================================*/


/*footer section start*/
#footer_section{
	padding: 20px 0;
	background: #313454;
	color: #989494; 
}
.copy_content a{
	color: #fff;
	text-decoration: none;
}
.copy_content a:hover{
	color:#03A9F4;
}
.copy_content span{
	color:#E84545;
}

/*footer section end*/

/*============================================================================
=============================================================================*/







 
