/*-----------------------------------------------------------------------------------

    Template Name: Tamplate For Portfolio
    Template URI: 
    Description: Basic Template For Frontend
    Author: Saidul Islam
    Author URI: saidulislam.net
    Version: 3.0.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS	

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Exo:700|Roboto:400,500,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  /* font-family: "Roboto", sans-serif; */
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: #f3f3f3;
  line-height: 26px; }

.w-img img {
  width: 100%; }

.m-img img {
  max-width: 100%; }
 
.transition-3 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.after::after,
.before::before {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  content: ''; }

a,
.btn {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
 
a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; }

a,
button {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none; }

button:focus {
  outline: 0;
  border: 0; } 

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Exo", sans-serif; */
  font-family: 'Montserrat', sans-serif;
  color: #444444;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

h1 {
  font-size: 40px;
  font-weight: 700; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none;
  display: inline-block; }

p {
  /* font-family: "Roboto", sans-serif; */
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #555555;
  margin-bottom: 15px;
  line-height: 26px; }

*::-moz-selection {
  background: #ff5e14;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #ff5e14;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #ff5e14;
  color: #ffffff;
  text-shadow: none; }

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #00235a;
  font-size: 14px;
  opacity: 1; }

*::placeholder {
  color: #00235a;
  font-size: 14px;
  opacity: 1; }

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden; }

.clear {
  clear: both; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #fafaf8; }

.grey-bg-2 {
  background: #f1f9ff; }

.white-bg {
  background: #ffffff; }

.black-bg {
  background: #00235a; }

.black-soft-bg {
  background: #f2faff; }

.footer-bg {
  background: #001940; }

.footer-bottom-bg {
  background: #00122f; }

.theme-bg {
  background: #ff5e14; }

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff; }

.white-color {
  color: #ffffff; }

.black-color {
  color: #00235a; }

.theme-color {
  color: #ff5e14; } 

.text-pink{
  color:#E31B6D !important;
  font-weight: 600 !important; }
.text-pink:hover{
  color:#f3f3f3 !important; }

/* Uikit Modify Css */
.uk-subnav-pill>.uk-active>a {
  background-color: #04C2C9;
  color: #fff;
}
.uk-subnav-pill>*>:first-child {
  padding: 10px 24px;
  background: 0 0;
  color: #333;
  font-size: 18px;
}

/* My Coustom Css Will Start Here */

/* Banner Section Css Start */
#banner-section .banner-img {
  height: 800px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000000;
}
#banner-section .banner-content {
  width: 100%;
  text-align: center;
  padding-top: 250px;
}
#banner-section .content-text {
  padding: 10px;
}
#banner-section .content-text span {
  font-size: 48px;
  color: #f3f3f3;
  margin: 0 -2px;
  font-weight: 500;
  transition: .3s;
}
#banner-section .content-text span:hover {
  color: #E31B6D;
  transition: .3s;
}
#banner-section .work-link {
  margin-top: 20px;
}
#banner-section .work-link a {
  position: relative;
  font-size: 18px;
  color: #f3f3f3;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 14px 24px;
  text-decoration: none;
  /* border: 2px solid #f3f3f3; */
}
#banner-section .work-link a span:nth-child(2){
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #f3f3f3;
}
#banner-section .work-link a span:nth-child(2):before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #04C2C9;
  transition: width .3s;
  transition-delay: .9s;
}
#banner-section .work-link a:hover span:nth-child(2):before{
  width: 100%;
  transition: width .3s;
  transition-delay: .0s;
}
#banner-section .work-link a span:nth-child(3){
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: #f3f3f3;
}
#banner-section .work-link a span:nth-child(3):before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 0%;
  width: 3px;
  background: #04C2C9;
  transition: height .3s;
  transition-delay: .6s;
}
#banner-section .work-link a:hover span:nth-child(3):before{
  height: 100%;
  transition: height .3s;
  transition-delay: .3s;
}
#banner-section .work-link a span:nth-child(4){
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background: #f3f3f3;
}
#banner-section .work-link a span:nth-child(4):before{
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 3px;
  width: 0%;
  background: #04C2C9;
  transition: width .3s;
  transition-delay: .3s;
}
#banner-section .work-link a:hover span:nth-child(4):before{
  width: 100%;
  transition: width .3s;
  transition-delay: .6s;
}
#banner-section .work-link a span:nth-child(5){
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: #f3f3f3;
}
#banner-section .work-link a span:nth-child(5):before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0%;
  width: 3px;
  background: #04C2C9;
  transition: height .3s;
  transition-delay: .0s;
}
#banner-section .work-link a:hover span:nth-child(5):before{
  height: 100%;
  transition: height .3s;
  transition-delay: .9s;
}
#banner-section .work-link .fas {
  font-size: 15px;
  transition: .5s;
}
#banner-section .work-link a:hover .fas {
  transform: rotate(90deg);
  transition: .5s;
}
/* Banner Section Css Start */

/* Navbar Section Css Start */
nav {
  border-bottom: 3px solid #04C2C9;
}
.scroll-nav-mobile{
  position: unset;
  top: unset;
  width: unset;
  z-index: unset;
  transition: unset;
}
.scroll-nav-laptop {
  position: unset;
  top: unset;
  width: unset;
  z-index: unset;
  transition: unset;
}
.scroll-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: .7s;
}
nav ul li a {
  font-size: 18px;
  color: #ffffff;
  padding-right: 50px;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  transition: .5s;
  line-height: 45px;
}
nav ul li a:hover, nav ul li a:focus{
  color: #E31B6D;
  transition: .5s;
}
nav ul li .active-link {
  color: #E31B6D;
}
/* Navbar Section Css End */

/* About Section Css Start */
.section-title {
  position: relative;
  font-size: 32px;
  letter-spacing: 1px;
  margin: 80px auto;
  line-height: 40px;
  width: auto;
}
.section-title:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 70px;
  background: #E31B6D;
  bottom: -5px;
}
#about-section .icon {
  position: relative;
  width: 60px;
  height: 100px;
  background: #04C2C9;
  margin: 0 auto;
}
#about-section .icon:before {
  position: absolute;
  content: "";
  left: -30px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 30px solid #04C2C9;
  border-bottom: 50px solid transparent;
}
#about-section .icon:after {
  position: absolute;
  content: "";
  right: -30px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 30px solid #04C2C9;
  border-bottom: 50px solid transparent;
}
#about-section .icon i {
  font-size: 50px;
  color: #ffffff;
  line-height: 100px;
}
#about-section h4 {
  margin-top: 25px;
}
.profile-image{
    position: relative;
    height: 250px;
    width: 289px;
    margin: 0 auto;
}
.profile-image img{
    height: 100%;
    width: 100%;
}
.profile-image span:nth-child(2) {
    position: absolute;
    height: 0px;
    width: 0px;
    border-bottom: 125px solid transparent;
    border-left: 65px solid #F3F3F3;
    top: 0;
    left: 0;
}
.profile-image span:nth-child(3){
    position: absolute;
    height: 0px;
    width: 0px;
    border-top: 125px solid transparent;
    border-left: 65px solid #F3F3F3;
    bottom: 0;
    left: 0;
}
.profile-image span:nth-child(4){
    position: absolute;
    height: 0px;
    width: 0px;
    border-bottom: 125px solid transparent;
    border-right: 65px solid #F3F3F3;
    top: 0;
    right: 0;
}
.profile-image span:nth-child(5){
    position: absolute;
    height: 0px;
    width: 0px;
    border-top: 125px solid transparent;
    border-right: 65px solid #F3F3F3;
    bottom: 0;
    right: 0;
}
#about-section .main-div {
  position: relative;
  width: 100%;
  height: 30px;
  background: #9999995c;
}
#about-section .main-div .left{
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background: #04C2C9;
}
#about-section .main-div .left h6{
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}
#about-section .cv {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #04C2C9;
    padding: 8px 20px;
    color: #04C2C9;
    transition: .5s;
}
#about-section .cv:hover {
    color: #ffffff;
    background: #04C2C9;
    transition: .5s;
}
#about-section .main-div .progress-div{
  position: absolute;
  top: 0;
  left: 120px;
  width: calc(100% - 120px);
  height: 100%;
}
#about-section .main-div .progress-div .progress-color{
  width: 0%;
  height: 100%;
  background: #00A1A7;
  transition: .7s;
}
#about-section .main-div .percentage{
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  /* background: #9999993c; */
  height: 100%;
}
#about-section .main-div .percentage p{
  line-height: 30px;
  text-align: center;
}
/* About Section Css End */

/* Project Section Css Start */
#project-section .filter-nav {
  max-width: 800px;
  margin: 0 auto;
}
#project-section .project-card {
  position: relative;
  height: 280px;
  overflow: hidden;
}
#project-section .project-img {
  overflow: hidden;
  height: 100%;
}
#project-section .project-card img{
  transition: .7s;
  height: 100%;
  width: 100%;
}
/* #project-section .project-card:hover img{
  transition: .7s;
  transform: scale(1.2);
} */
#project-section .project-desc {
  position: absolute;
  left: 0;
  bottom: -30%;
  padding: 10px;
  height: 60%;
  background: #111111cc;
  transition: .7s;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
#project-section .project-card:hover .project-desc {
  transition: .7s;
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
#project-section .project-card .project-desc h2{
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
}
#project-section .project-card .project-desc p{
  color: rgb(253, 253, 253);
  font-size: 15px;
}
#project-section .project-card .project-desc a{
  color: rgb(253, 253, 253);
  font-size: 15px;
  padding: 7px 12px;
  border: 2px solid #fff;
  transition: .7s;
}
#project-section .project-card .project-desc a:hover{
  color: #E31B6D;
  font-size: 15px;
  padding: 7px 12px;
  border: 2px solid #E31B6D;
  transition: .7s;
}
.slider-image {
  max-height: 500px;
  width: 100%;
}
.modal-content h2{
  margin-bottom: 10px;
  font-weight: 600;
}
.modal-content h6 {
  color: #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 10px;
}
.modal-content a {
  color: #ffffff;
  background: #E31B6D;
  float: right;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
}
.modal-content i{
  padding-right: 10px;
}
.modal-content p{
  margin-top: 30px;
}
/* Project Section Css End */

/* Blog Section Css Start */
#blog-section h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #414141;
}
#blog-section p {
  font-size: 18px;
  font-weight: 500;
  color: #4d4545;
}
#blog-section .services-card{
  box-shadow: 0 0 4px #5555553c;
}
#blog-section .card-img{
  overflow: hidden;
  transition: .5s;
  border-radius: none;
}
#blog-section .card-img img{
  height: 250px;
  width: 100%;
  transition: .5s;
}
#blog-section .card-img:hover img {
  transform: scale(1.2);
  transition: .5s;
}
#blog-section .services-card .card-description{
  padding: 30px;
  border: 1px solid #bbbbbb4c;
  text-align: justify;
}
#blog-section .services-card .card-description p{
  font-size: 15px;
}
#blog-section .services-card .card-description h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
#blog-section .services-card .card-description .blog-readmore {
  margin-top: 20px;
}
#blog-section .services-card .card-description .blog-readmore a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
#blog-section .services-card .card-description .blog-readmore a .fas{
  transition: .7s;
}
#blog-section .services-card .card-description .blog-readmore a:hover .fas{
  transition: .7s;
  transform: rotate(90deg);
}
#blog-section .load-more{
  display: flex;
  justify-content: center;
}
#blog-section .load-more a{
  color: #FFA205;
  padding: 5px 30px;
  border: 3px solid #FFA205;
  transition: .7s;
}
#blog-section .load-more a:hover{
  color: #202020;
  border: 3px solid #202020;
  transition: .7s;
}
.blog-image img{
  width: 100%;
  max-height: 500px;
}
.blog-content .description{
  text-align: justify;
}
/* Blog Section Css End */

/* Contact Section Css Start */
#contact-section {
  background: #212529;
  padding: 0px 350px 100px 350px;
  position: relative;
  margin-top: 150px;
}
#contact-section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -42px;
  width: 50%;
  height: 85px;
  transform: skewY(6deg);
  background: #212529;
}
#contact-section:after {
  content: "";
  position: absolute;
  right: 0px;
  top: -42px;
  width: 50%;
  height: 85px;
  transform: skewY(-6deg);
  background: #212529;
}
#contact-section .contact-left {
  background: #000000;
  height: 560px;
  padding: 50px;
}
#contact-section .contact-left h3 {
  color: #fff;
  letter-spacing: 1px;
  line-height: 35px;
  border-left: 5px solid #e31b6d;
  margin-bottom: 40px;
  padding-left: 30px;
  font-weight: 600;
}
#contact-section .contact-left label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #555555;
  line-height: 30px;
}
#contact-section .contact-left input {
  width: 100%;
  height: 40px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #555555;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
#contact-section .contact-left input::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
#contact-section .contact-right {
  padding: 50px;
  height: 560px;
  position: relative;
}
#contact-section .contact-right label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #555555;
  line-height: 50px;
}
#contact-section .contact-right textarea {
  width: 100%;
  height: 200px;
  background: transparent;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e31b6d;
  outline: none;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 20px;
}
#contact-section .contact-right button {
  position: absolute;
  bottom: 0;
  background: #e31b6d;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  line-height: 60px;
  left: 0;
  transition: .5s;
}
#contact-section .contact-right button:hover {
  background: #ffffff;
  color: #00A1A7;
  transition: .5s;
}
/* Contact Section Css Start */

/* Footer Section Css Start */
#footer-section{
  background: #000000;
  padding: 50px 0;
}
#footer-section .social {
  width: 331px;
  margin: 50px auto 0px auto;
}
#footer-section .social i {
  background: #212529;
  color: #ffffff;
  height: 50px;
  width: 50px;
  font-size: 24px;
  line-height: 50px;
  margin: 0 15px;
  text-align: center;
  border-radius: 50%;
  transition: .9s;
}
#footer-section .social i:hover {
  transform: rotate(360deg);
  transition: .9s;
}
#footer-section .scroll-btn {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -75px;
}
#footer-section .scroll-btn button {
  font-size: 30px;
  padding: 10px 15px;
  background: #00A1A7;
  color: #ffffff;
}
/* Footer Section Css Start */











/* Responsive Design */

/* Extra large devices (Extra large laptops and desktops) */
@media only screen and (max-width: 1370px) {

}

/* Extra large devices (large laptops and desktops) */
@media only screen and (max-width: 1280px) {
  #banner-section .banner-img {
    height: 650px;
  }
  #banner-section .banner-content {
    padding-top: 200px;
  }
  .slider-image {
    height: 400px;
  }
  .scroll-nav {
    position: unset;
    top: unset;
    width: unset;
    z-index: unset;
    transition: unset;
  }
  .scroll-nav-laptop {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: .7s;
  }
  #contact-section {
    padding: 0px 220px 100px 220px;
  }
  #blog-section h2 {
    font-size: 20px;
  }
  #blog-section .services-card .card-description h5 {
    font-size: 15px;
  }
}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
  #project-section .filter-nav {
    max-width: 500px;
  }
  .uk-subnav>* {
    padding-left: 0px;
  }
  .uk-subnav-pill>*>:first-child {
    padding: 5px 15px;
    font-size: 12px;
  }
  nav ul {
    margin-top: 25px !important;
  }
  #contact-section {
    padding: 0px 80px 100px 80px;
  }
  #contact-section .contact-left {
    height: 490px;
    padding: 20px;
  }
  #contact-section .contact-right {
    padding: 20px;
    height: 490px;
    position: relative;
  }
}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
  
}

/* Small devices (portrait tablets and large phones) */
@media only screen and (max-width: 578px) {
  #banner-section .banner-img {
    height: 500px;
  }
  #banner-section .banner-content {
    padding-top: 120px;
  }
  #banner-section .content-text span {
    font-size: 35px;
  }
  .slider-image {
    height: 200px;
  }
  .quick-view{
    font-size: 18px;
    font-weight: 500;
  }
  .uk-panel>:last-child {
    padding: 12px;
  }
  .modal-content a {
    float: left;
  }
  .modal-content h6 {
    border-bottom: none;
  }
  .modal-content h2 {
    font-size: 24px; 
  }
  .scroll-nav {
    position: unset;
    top: unset;
    width: unset;
    z-index: unset;
    transition: unset;
  }
  .scroll-nav-laptop {
    position: unset;
    top: unset;
    width: unset;
    z-index: unset;
    transition: unset;
  }
  .scroll-nav-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: .7s;
  }
  #about-section .icon:before {
    left: -29px;
  }
  #about-section .icon:after {
    right: -29px;
  }
  #about-section .main-div .left {
    width: 100px;
  }
  #about-section .main-div .progress-div {
    left: 100px;
    width: calc(100% - 100px);
  }
  .section-title {
    font-size: 28px;
    margin: 40px auto;
    line-height: 35px;
  }
  #project-section .filter-nav {
    max-width: 350px;
  }
  .uk-subnav-pill>*>:first-child {
    padding: 3px 10px;
    font-size: 10px;
  }
  #blog-section .services-card .card-description {
    padding: 10px;
  }
  h2 {
    font-size: 24px;
  }
  h6 {
    line-height: 20px;
  }
  #contact-section {
    padding: 0px 5px 80px 5px;
    margin-top: 100px;
  }
  #contact-section:before {
    width: 51%;
    height: 60px;
  }
  #contact-section:after {
    width: 51%;
    height: 60px;
  }
}
/* Extrta Small devices (portrait tablets and large phones) */
@media only screen and (max-width: 360px) {
  
}

/* Bootstrap Coustom Css */
.modal-content {
  border-radius: 0;
}


/* Uikit Coustom Css */
.uk-modal-close-full {
  padding: 15px 25px;
  background: transparent;
}