@charset "utf-8";
/*--========== CSS File ==========
    Template Name: AVX - Portfolio Template
    Author: Mustafa729
    Version: 1.0
    Copyright 2018
========== HTML File ==========

CSS FILE INDEX
=============

01- Header Section 
02- About Section
03- Skills Section
04- Services Section 
05- Portfolio Section
06- Testimonials Section
07- Hire Me Section
08- Contact Us Section
09- Footer

====================================================-*/


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara:300,400,500,600,700');

@font-face {
  font-family: droid;
  src: url('../fonts/droid/DroidSerif-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: droid;
  src: url('../fonts/droid/DroidSerif-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: droid;
  src: url('../fonts/droid/DroidSerif-Italic.ttf');
  font-style: italic;
}

@font-face {
  font-family: droid;
  src: url('../fonts/droid/DroidSerif-Regular.ttf');
}

/*****************************************************************
                        Start Global Style 
*****************************************************************/
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #222;
}

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #222;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #888;
}

body * {
  margin: 0;
  padding: 0;
}

.dark {
  background: #1a1c22;
  color: #eee;
}

*:not(div) {
  transition: all .3s linear;
}

:before,
:after {
  transition: all .3s linear;
}

button,
button:hover,
button:focus {
  border: none;
  background: transparent;
  outline: none;
}

ul,
ol {
  list-style: none;
}

section {
  padding: 100px 0;
}

.dark .section {
  background: #191d28
}

a {
  color: #e2586c;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #e2586c;
}

.align {
  display: flex;
  align-items: center;
}

.container-fluid {
  padding-right: 60px;
  padding-left: 60px;
}

p {
  font-family: 'Hind Vadodara', sans-serif;
}

.section-padding {
  padding-top: 100px;
}

.box-padding {
  padding: 50px 0;
}

/* Start Section Title */
.section-title {
  margin-bottom: 60px;
  text-align: center;
}

.section-title h4 {
  font-family: 'droid';
  color: #e2586c;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 25px;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 42px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 49px;
  color: #222;
}

.dark .section-title h2 {
  color: #fff;
}

.background-color {
  background-color: #e2586c;
}






/* End Section Title */

h6 {
  font-size: 14px;
  line-height: 25px;
}

h5 {
  font-size: 16px;
  line-height: 27px;
}

h4 {
  font-size: 18px;
  line-height: 29px;
}

h3 {
  font-size: 21px;
  line-height: 32px;
}

h2 {
  font-size: 38px;
  line-height: 49px;
}

h1 {
  font-size: 42px;
  line-height: 53px;
}

/*****************************************************************
                        End Global Style 
*****************************************************************/


.img-box {
  background-image: url('../img/ptito.jpg');
  background-size: cover;
  width: 50%;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  background-position: center bottom;
}

.background__copy {
  opacity: 0.04;
  background-size: cover;
  width: 110%;
  background-image: url('../img/ptito.jpg');
  position: absolute;
  height: 110%;
  top: -5%;
  left: -5%;
  transform: translate3d(0, 0, 0);
}

.dark .img-box {
  background-image: url('../img/ptito.jpg');
  background-position: center bottom;
}

.without-effect .img-box {
  background-image: url(../img/ptito.jpg);
  background-position: center bottom;
}

.dark .background__copy {
  background-image: url('../img/ptito.jpg');
  background-position: 90% 50%;
}


.slider .img-box {
  background-image: none;

}

.slider .img-box .first-img {
  position: absolute;
  top: 0;
  background-position: 90% 50%;
  background-size: cover;
  left: -1px;
  width: 100%;
  height: 100vh;
  background-image: url('https://via.placeholder.com/1920x1280');
}

.owl-carousel.header-slider.owl-loaded.owl-drag {
  position: absolute;
  height: 100%;
  width: 100%;
}

.owl-stage-outer {
  position: absolute;
  height: 100%;
  width: 100%;
}

.slider .img-box .second-img {
  position: absolute;
  background-position: 90% 50%;
  top: 0;
  background-size: cover;
  left: -1px;
  width: 100%;
  height: 100vh;
  background-image: url('https://via.placeholder.com/1920x1280');
}


.theme-content {
  width: 50%;
  float: right;
}



#background-effect {
  background: none;
}

#background-effect h2 {
  display: none;
}

.navbar {
  position: fixed;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 0px 10px #3333;
  height: 60px;
  max-height: 60px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 20px;
  min-width: 300px;
}

.logo-box {
  float: left;
  margin-right: 20px;
}

.logo-box .logo {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
}

.menu-icon {
  float: right;
  cursor: pointer;
}

.menu-icon span {
  width: 30px;
  height: 3px;
  background: #333;
  display: block;
  margin-bottom: 5px;
}

.menu-icon span:nth-of-type(2) {
  width: 20px;
}

.menu-icon span:nth-of-type(3) {
  margin-bottom: 0;
}

.navbar-menu {
  position: fixed;
  top: 0;
  overflow: hidden;
  opacity: 1;
  width: 50vw;
  left: 50%;
  display: block;
  background-color: #fff;
  height: 100vh;
  z-index: 89;
  top: -100%;
  transition: all .3s linear;
  box-shadow: 0px 0px 10px #3333;
  opacity: 0;
}






.navbar-menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transition-delay: 200ms !important;
  transition: all .3s linear;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.navbar-menu li {
  margin-bottom: 40px;
}

.navbar-menu li:last-of-type {
  margin-bottom: 0;
}

.navbar-menu li a {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.show {
  opacity: 1 !important;
  top: 0 !important;
}


















/*  Start Header Section  */
.header {
  height: 100vh;
  position: relative;
}

.header .header-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

.header .header-content h1 {
  font-size: 55px;
  line-height: 66px;
  margin-bottom: 0px;
  color: #222;
  font-weight: bold
}

.dark .header .header-content h1 {
  color: #fff;
}

.header .header-content h1 span {
  color: #e2586c;
}

.header .header-content p {
  font-family: 'droid';
  font-style: italic;
  font-size: 18px;
  color: #333;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.dark .header .header-content p {
  color: #ddd;
}

.header .header-content a {
  border: 2px solid #e2586c;
  color: #e2586c;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0;
}

.header .header-content a:hover {
  color: #fff;
  background-color: #e2586c;
}

.header .go-down {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #e2586c;
  height: 52px;
  cursor: pointer;
  width: 30px;
  border-radius: 50px;
}

.header .go-down:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #e2586c;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.9;
  top: 7px;
}

.header .go-down:before {
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  position: absolute;
  height: 12px;
  width: 2px;
  background: #e2586c;
  animation: move 2s linear infinite;
}

@keyframes move {
  from {
    top: 58%;
  }

  to {
    top: 76%;
    opacity: 0;
  }
}















.subtitle {
  font-weight: 100;
  font-size: 36px;
  color: #fff!important;
}

.about {
  background-color: #f9f9f9;
}

.dark .about {
  background-color: rgba(51, 51, 51, 0.2);
}

.my-img {
  display: none;
  margin-bottom: 35px;
}

.about .info h5 {
  margin-bottom: 25px;
  color: #e2586c;
  text-transform: uppercase;
}

.about .info h1 {
  margin-bottom: 40px;
  color: #222;
  text-transform: capitalize;
  font-weight: bold;
}

.dark .about .info h1 {
  color: #fff;
}

.about .info p {
  margin-bottom: 40px;
  color: #777777;
  padding-right: 40px;
}

.about .info p:last-of-type {
  margin-bottom: 40px;
}

.about .info p .colord {
  color: #e2586c;
}

.about .info a {
  border: 2px solid #e2586c;
  color: #e2586c;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0;
}

.about .info a:hover {
  color: #fff;
  background-color: #e2586c;
}






.skills .skill-box {
  margin-bottom: 30px;
}

.skills .skill-box:last-of-type {
  margin-bottom: 0;
}

.skills .skill-title {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 12px;
}

.dark .skills .skill-title {
  color: #fff;
}

.skills .skill-box .progress-line {
  background: #555;
  box-shadow: 0 0 0;
  height: 5px;
  margin: 0;
  position: relative;
  width: 100%;
}

.skills .skill-box .progress-line > span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
}

.skills .skill-box .progress-line > span > .percent-tooltip {
  position: absolute;
  right: -15px;
  top: -30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}


































.services {
  background: #fff;
  overflow: hidden;
}

.dark .services {
  background-color: transparent;
}

.small-title h3 {
  display: inline-block;
  text-transform: capitalize;
  font-weight: bold;
  color: #222;
  font-size: 22px;
  position: relative;
}

.dark .small-title h3 {
  color: #eee;
}

.small-title h3:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e2586c;
}

.small-title.white h3 {
  color: #fff;
}

.small-title.white h3:after {
  background: #fff;
}


.service-box {
  padding: 20px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}


.service-box:hover:after {
  top: 0;
  height: 100%;

}

.service-box:hover .after {
  bottom: 0;
  height: 100%;
}

.service-box:hover:before {
  left: 0;
  width: 100%;
}

.service-box:hover .before {
  right: 0;
  width: 100%;
}

.service-box:hover:before,
.service-box:hover .before {
  width: 100%;

}

.service-box:after {
  height: 90%;
  width: 1px;
  content: '';
  top: 5%;
  left: 0px;
}

.service-box .before,
.service-box .after,
.service-box:before,
.service-box:after {
  background: #777;
  position: absolute;
}

.service-box:before {
  height: 1px;
  width: 90%;
  content: '';
  top: 0px;
  left: 5%;
}

.service-box .before {
  height: 1px;
  width: 90%;
  bottom: 0px;
  right: 5%;
}

.service-box .after {
  height: 90%;
  width: 1px;
  bottom: 5%;
  right: 0px;
}




.small-title {
  margin-bottom: 40px;
}

.box-num {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}

.service-content {
  margin-left: 25px;
}

.service-icon i {
  font-size: 36px;
  color: #e2586c;
}

.service-content h4 {
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.dark .service-content h4 {
  color: #fff;
}

.service-content p {
  color: #777;
}

.dark .service-content p {
  color: #ddd;
}

.box-num h2 {
  font-weight: 900;
  color: #ddd;
  opacity: 0.5;
}

.dark .box-num h2 {
  color: #333;
}




.clients {
  background-color: #f9f9f9;
}

.dark .clients {
  background-color: rgba(51, 51, 51, 0.2);
}

.clients .client-img-box img {
  height: auto;
  margin: auto;
  width: 75%;
}

.owl-nav {
  margin-top: 40px;
  text-align: center;
}

.owl-nav button {
  margin: 0 10px;
}

.owl-nav button i {
  border: 1px solid #e2586c;
  height: 40px;
  display: block;
  width: 40px;
  color: #333;
  line-height: 40px;
}

.dark .owl-nav button i {
  color: #fff;
}

.owl-nav button i:hover {
  color: #fff;
  background-color: #e2586c;

}

.dark .owl-nav button i:hover {
  color: #333;
}















.testi-box {
  padding: 40px;
  margin: 2px;
  margin-bottom: 20px;
  position: relative;
  cursor: move;
}


.testi-box:hover:after {
  top: 0;
  height: 100%;

}

.testi-box:hover .after {
  bottom: 0;
  height: 100%;
}

.testi-box:hover:before {
  left: 0;
  width: 100%;
}

.testi-box:hover .before {
  right: 0;
  width: 100%;
}

.testi-box:hover:before,
.testi-box:hover .before {
  width: 100%;

}

.testi-box:after {
  height: 90%;
  width: 1px;
  content: '';
  top: 5%;
  left: 0px;
}

.testi-box .before,
.testi-box .after,
.testi-box:before,
.testi-box:after {
  background: #777;
  position: absolute;
}

.testi-box:before {
  height: 1px;
  width: 90%;
  content: '';
  top: 0px;
  left: 5%;
}

.testi-box .before {
  height: 1px;
  width: 90%;
  bottom: 0px;
  right: 5%;
}

.testi-box .after {
  height: 90%;
  width: 1px;
  bottom: 5%;
  right: 0px;
}


.testi-box .quots {
  font-size: 40px;
  margin-bottom: 40px;
  display: block;
  color: #e2586c;
}

.testi-box p {
  font-family: 'droid';
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #333;
}

.dark .testi-box p {
  color: #ccc;
}

.testi-box h5 {
  text-transform: capitalize;
  color: #222;
  letter-spacing: 0.2px;
  text-align: right;
  font-weight: 400;
}

.dark .testi-box h5 {
  color: #ddd;
}

.testi-box h5 .colord {
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #e2586c;
}

.dots-container button img {
  height: 65px;
  cursor: pointer;
  width: 65px;
  border-radius: 50%;
  opacity: 0.6;
  margin: 0 10px;
  box-shadow: 2px 2px 5px rgba(51, 51, 51, 0.3);
}

.dots-container .active img {
  opacity: 1;
}

.dots-container {
  margin-top: 20px;
}





















.works {
  background-color: #f9f9f9;
}

.dark .works {
  background-color: rgba(51, 51, 51, 0.2);
}

/*section works*/
.mix {
  display: none;
  margin-bottom: 30px;
}

img.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.works ul {
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden
}

.works ul li {
  margin: 0 5px;
  display: inline-block;
  padding: 6px 20px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  color: #222;
  min-width: 100px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.5);
  background-color: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
}

.dark .works ul li {
  box-shadow: 0px 0px 10px #333;
}

.works ul li.active {
  background-color: #e2586c;
  color: #fff;
}

.works a.port-card {
  display: block;
  position: relative;
  color: #fff !important;
  overflow: hidden
}

.works .port-card .card-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  border: 5px solid #e2586c;
  background-color: rgba(255, 255, 255, 0.9);
}

.zoom-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 30px;
  color: #e2586c;
  cursor: pointer;
}

.card-hover h4 {
  text-align: center;
  margin: 40px 0 0 0;
  color: #333;
  text-transform: capitalize;
  font-weight: bold;
}

.card-hover span {
  text-align: center;
  color: #333;
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}

.more-work-btn {
  margin: 30px auto 0;
  text-align: center;
}

.more-work-btn a {
  border: 2px solid #e2586c;
  color: #e2586c;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0;
}

.more-work-btn a:hover {
  color: #fff;
  background-color: #e2586c;
}





.hire-me h3 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
}

.hire-me-btn a {
  color: #fff;
  letter-spacing: 1px;
  border: 2px solid #fff;
  border-radius: 0;
  padding: 6px 20px;
  min-width: 150px;
}

.hire-me-btn a:hover {
  background-color: #fff;
  color: #e2586c;
}

.hire-me .row {
  display: flex;
  align-items: center;
}








input[type="text"],
input[type="email"] {
  width: 100%;
  border: none;
  border-bottom: 4px solid #333;
  padding: 8px 0 30px;
  outline: none;
  margin-bottom: 40px;
}

textarea {
  width: 100%;
  border: none;
  border-bottom: 4px solid #333;
  padding: 8px 0 30px;
  outline: none;
  margin-bottom: 40px;
  max-width: 100%;
  min-height: 200px;
}

.dark input[type="text"],
.dark input[type="email"],
.dark textarea {
  background: transparent;
  border-bottom: 4px solid #fff;
}

form {
  width: 80%;
  margin: auto;
}

input[type="submit"] {
  background: #e2586c;
  color: #fff;
  border: 2px solid #e2586c;
  padding: 8px 20px;
  min-width: 170px;
}

input[type="submit"]:hover {
  background-color: transparent;
  color: #e2586c;
  cursor: pointer;
}












footer {
  background-color: #f9f9f9;
}

footer h4 {
  color: #e2586c;
  text-transform: capitalize;
  left: 1px;
  font-weight: 300;
}













.contact-icon {
  color: #fff;
  background-color: #e2586c;
  border-radius: 40px;
  padding: 20px;
  width: 80px;
  height: 80px;
  font-size: 40px;
  margin: 15px auto;
}


.contact-box {
  margin: 0 auto 60px auto;
  width: 480px;
  border: 2px solid #e2586c;
  display: table;
}
.contact-header {
  color: #555;
}
.contact-logo {
  background-color: #fff;
  padding: 20px 10px;
  display: table-cell;
  text-align: center;
}
.contact-logo img {
  margin: 0 auto;
  width: 160px;
  height: auto;
}
.contact-info {
  background: #e2586c;
  text-align: center;
  padding: 10px 20px;
  vertical-align: middle;
  display: table-cell;
}
.contact-info a {
  color: #fff;
}
.contact-info h5 {
  font-weight: 100;
  margin-top: -5px;
}

.clear {
  clear: both;
}




/* Demos Filt Css */
header {
  height: 80vh;
  position: relative;
}

header .content {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);

}

header .content h1 {
  font-size: 60px;
  line-height: 72px;
  color: #222;
  font-weight: 300;
}

header .content a {
  border: 3px solid #333;
  border-radius: 0;
  color: #222;
  padding: 12px;
  margin-top: 50px;
  min-width: 250px;
}

header .content a:hover {
  background-color: #333;
  color: #fff;
}

.demo {
  padding: 50px 0;
}

.demo .demo-box {
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(155, 155, 155, 0.2);
}

.demo .demo-box h4 {
  color: #333;
  padding: 10px 0 10px 10px;
  margin: 10px 0 10px 0;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 300;
}
