@charset "UTF-8";
/*
Template Name: MultiLink  Multipurpose, Software, Digital Agency, Company Portfolio Template 
Author: AHTheme
Author URI: https://themeforest.net/user/ah-theme
Version: 1.1
*/

/* ====== fonts =========== */
@font-face {
  font-family: 'Conv_Quicksand-Bold';
  src: url("../fonts/font/Quicksand-Bold.eot");
  src: local("☺"), url("../fonts/font/Quicksand-Bold.woff") format("woff"), url("../fonts/font/Quicksand-Bold.ttf") format("truetype"), url("../fonts/font/Quicksand-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Quicksand-Medium';
  src: url("../fonts/font/Quicksand-Medium.eot");
  src: local("☺"), url("../fonts/font/Quicksand-Medium.woff") format("woff"), url("../fonts/font/Quicksand-Medium.ttf") format("truetype"), url("../fonts/font/Quicksand-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Quicksand-Regular';
  src: url("../fonts/font/Quicksand-Regular.eot");
  src: local("☺"), url("../fonts/font/Quicksand-Regular.woff") format("woff"), url("../fonts/font/Quicksand-Regular.ttf") format("truetype"), url("../fonts/font/Quicksand-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*---------- animation ----------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes box-shadow {
  0% {
    box-shadow: 0 0 0 4px #ddd;
  }
  50% {
    box-shadow: 0 0 20px 10px #eee;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes circle_animate {
  0%, 100% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@keyframes bg_animation {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    transform: scale(2, 2);
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/* --------------------------------
RESET CSS
-------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul,
li {
  list-style: none;
}

select {
  width: 100%;
}

input:focus, button:focus, textarea:focus {
  outline: 0;
}

a:hover {
  color: #444444;
  text-decoration: none;
}

button {
  padding: .5rem 2rem;
  cursor: pointer;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  font-size: 15px;
}

body {
  line-height: 1.6;
  font-family: "Conv_Quicksand-Medium";
  overflow-x: hidden;
}

input {
  height: 42px;
  padding: 0 1rem;
  border: 2px solid #dadada;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input:focus {
  border-color: #a2a2a2;
}

textarea {
  resize: none;
  padding: 0.5rem 1rem;
  height: 84px;
  border: 2px solid #dadada;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea:focus {
  border-color: #a2a2a2;
}

p, h1, h2, h3, form {
  margin: 1rem 0px;
}

h1 {
  font-size: 40px;
  font-size: 2.8rem;
  font-family: "Conv_Quicksand-Bold";
}

h2 {
  font-size: 30px;
  font-size: 2rem;
  font-family: "Conv_Quicksand-Bold";
}

h3 {
  font-size: 25px;
  font-size: 1.3rem;
}

section {
  padding: 5rem 0;
}

/*---------- General Classes -------------*/
.margin_top {
  margin-top: 2rem;
}

.margin_bottom {
  margin-bottom: 2rem;
}

.margin_top_4 {
  margin-top: 3rem;
}

.margin_bottom_4 {
  margin-bottom: 3rem;
}

.padding_top {
  padding-top: 2rem;
}

.padding_bottom {
  padding-bottom: 2rem;
}

.padding_top_4 {
  padding-top: 4rem;
}

.padding_bottom_4 {
  padding-bottom: 4rem;
}

.margin_right {
  margin-right: 1rem;
}

.margin_left {
  margin-left: 1rem;
}

.position-absolute {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
}

._bold {
  font-family: "Conv_Quicksand-Bold";
}

.disable {
  opacity: .6;
  text-decoration: line-through;
}

.br_top {
  border-top: 2px solid #eee;
}

.br_left {
  border-left: 2px solid #eee;
}

.title {
  position: relative;
  padding-bottom: 1rem;
  text-transform: capitalize;
  margin-top: 0;
}

.title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 10px;
  width: 30px;
  background: #00d9c8;
}

.title.orange:before {
  background: #ff6426;
}

.sec_desc {
  font-size: 17px;
}

.hidden {
  display: none;
}

/* buttons styles */
.btn_style {
  padding: .5rem 2rem;
  display: inline-block;
  border: 0px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.btn_style:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .3;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

.btn_style:hover {
  color: #fff;
}

.btn_style:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.babyBlue_btn {
  background: #00d9c8;
  color: #fff;
}

.lightOrange_btn {
  background: #ff6426;
  color: #fff;
}

.blue_btn {
  background: #5c5de9;
  color: #fff;
}

.dark_btn {
  background: #444444;
  color: #fff;
}

.purple_btn {
  background: #2c1a4e;
  color: #fff;
}

.gray_btn {
  background: #444444;
  color: #fff;
}

.light_btn {
  background: #fff;
  color: #444444;
}

.light_btn:hover {
  color: #444444;
}

/* backgrounds style */
.bg_babyBlue {
  background-color: #00d9c8 !important;
}

.bg_blue {
  background-color: #5c5de9 !important;
}

.bg_blue_grad {
  background: linear-gradient(45deg, #5c5de9 40%, #4080f0) !important;
}

.bg_orange {
  background-color: #ff6426 !important;
}

.bg_purple {
  background-color: #2c1a4e !important;
}

.bg_gray {
  background-color: #444444 !important;
}

/* text Colors */
.text_blue {
  color: #5c5de9;
}

.text_babyBlue {
  color: #00d9c8;
}

.text_orange {
  color: #ff6426;
}

.text_gray {
  color: #444444;
}

.site_header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .navbar-brand img {
  /* max-height: 80px; */
  max-height: 60px;
}

.site_header.simple_header {
  padding: 1rem 0;
}

.site_header.simple_header .navbar-toggler {
  color: #fff;
}

.site_header .nav-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: .7;
  font-family: "Conv_Quicksand-Medium";
}

.site_header .nav-item.active, .site_header .nav-item:hover {
  opacity: 1;
  font-family: "Conv_Quicksand-Bold";
}

.site_header .navbar {
  padding: .5rem 0;
}

.site_header.light_header .nav-link {
  color: #fff;
  font-size: 16px;
}

.site_header.light_header .navbar-toggler {
  color: #fff;
}

.site_header.light_header .logo {
  display: none;
}

.site_header.light_header .logo-light {
  display: block;
}

.site_header.light_header .top_header {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #909090;
}

.site_header.light_header .top_header a {
  color: #fff;
}

.site_header.light_header .top_header .icon {
  margin-right: .5rem;
}

.site_header.dark-header .navbar-toggler {
  color: #444444;
}

.site_header.dark-header .nav-link {
  color: #fff;
  font-size: 16px;
}

.site_header.dark-header .top_header {
  color: #fff;
  padding: 1rem 0;
}

.site_header.dark-header .top_header a {
  color: #fff;
}

.site_header.dark-header .top_header .icon {
  margin-right: .5rem;
}

.site_header.dark-header .bottom_header {
  background: #fff;
}

.site_header.dark-header .bottom_header a {
  color: #444444;
}

.site_header .dropdown .dropdown-menu {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-shadow: 0 0 10px #eee;
}

.site_header .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .dropdown .dropdown-menu .dropdown-item:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
  background: transparent;
}

.site_header .bottom_header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header.header-scroll_bg_light {
  background: #fff;
  padding: .5rem 0;
  box-shadow: 0 0 13px #e6e6e6;
}

.site_header.header-scroll_bg_light .navbar-toggler {
  color: #444444;
}

.site_header.header-scroll_bg_light .top_header {
  display: none;
}

.site_header.header-scroll_bg_light .nav-link {
  color: #444444;
}

.site_header.header-scroll_bg_light .light-logo {
  display: none;
}

/* logo text starts */
.light-logo {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
.light-logo span {
  font-size: 42px;
}

.logo {
  color: #000;
  font-size: 24px;
  line-height: 1;
}
.logo span {
  font-size: 32px;
}
/* logo text ends */

.site_header.header-scroll_bg_light .logo {
  display: block;
}

.site_header.header-scroll_bg_light .navbar-brand img {
  /* height: 40px; */
  height: 60px;
}

/* hero Section */
#hero_section {
  position: relative;
}

#hero_section.hero1 {
  padding: 12rem 0 5rem;
}

#hero_section.hero1:before {
  content: "";
  background-image: url("../img/top-bg.png");
  background-size: 100% 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60%;
}

#hero_section.hero1:after {
  content: "";
  width: 75%;
  padding-top: 75%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

#hero_section.hero2 {
  padding: 15rem 0 10rem;
  background-image: url(../img/top_bg.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  background-attachment: fixed;
}

#hero_section.hero2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../img/top2.png);
  background-size: 100% 100%;
}

#hero_section.hero3 {
  padding: 18rem 0 10rem;
  background-image: url(../img/top_bg.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

#hero_section.hero4 {
  padding: 20rem 0 10rem;
  background-image: url(../img/top_bg.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

#hero_section .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#hero_section .owl-nav .owl-prev, #hero_section .owl-nav .owl-next {
  position: relative;
  height: 70px;
  background: #fff;
  color: #444444;
  font-size: 30px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero_section .owl-nav .owl-prev:before, #hero_section .owl-nav .owl-next:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

#hero_section .owl-nav .owl-prev:before {
  content: "\f104";
}

#hero_section .owl-nav .owl-next:before {
  content: "\f105";
}

#hero_section #top-slider .slide_item {
  padding: 0 3rem;
}

#hero_section p {
  font-size: 17px;
}

/* features section */
#features_section.features1 .featur {
  color: #fff;
  padding: 2rem 1rem 1rem;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

#features_section.features1 .featur:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), #fff, rgba(255, 255, 255, 0.5));
  content: "";
  height: 150%;
  left: -40%;
  opacity: .4;
  position: absolute;
  top: -80%;
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 40px;
  z-index: 1;
}

#features_section.features1 .featur p {
  font-size: 13px;
}

#features_section.features1 .featur:hover:before {
  left: 150%;
  top: 50%;
  opacity: 0;
}

#features_section.features1 .subTitile {
  margin: 0;
}

#features_section.features1 .title {
  margin: 0 0 2rem;
}

/* about section */
#about_section .about_img, .about_inner .about_img {
  text-align: center;
  position: relative;
}

#about_section .about_img ._img, .about_inner .about_img ._img {
  max-width: 75%;
  border-radius: 50%;
  box-shadow: 0 0 25px #ccc;
}

#about_section .about_img .about-icon, .about_inner .about_img .about-icon {
  position: absolute;
  bottom: 0;
  left: 4%;
  max-width: 30%;
}

#about_section .watch_video .play-icon, .about_inner .watch_video .play-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 21px 20px 18px 28px;
  font-size: 26px;
  color: #fff;
  top: calc(50% - 40px);
  right: calc(15% - 40px);
  text-align: center;
  z-index: 1;
}

#about_section .watch_video .play-icon:before, .about_inner .watch_video .play-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

#about_section .title, .about_inner .title {
  margin-bottom: 2rem;
}

#about_section .subTitile, .about_inner .subTitile {
  margin: 0;
}

/* services section */
#services_section {
  background: #ffff;
  padding: 5rem 0 5rem;
  text-align: center;
}

#services_section .title:before {
  margin: auto;
  left: 0;
  right: 0;
}

#services_section .fadeInUp {
  margin-top: 1rem;
}

.serv_item {
  margin-bottom: 2rem;
}

.serv_item .serv-icon {
  margin: auto;
  font-size: 30px;
  width: 90px;
  height: 90px;
  box-shadow: 0 0 20px #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

/* our work section */
#ourwork_section, #contact_section {
  background: #f9f9f9;
}

/* portfolio section */
#portfolio_section, .portfolio_inner {
  text-align: center;
}

#portfolio_section .toolbar .fil_btn, .portfolio_inner .toolbar .fil_btn {
  background: transparent;
  padding: 0;
  border: 0;
  font-weight: bold;
  margin: 0 2rem 1rem 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#portfolio_section .toolbar .fil_btn.active, #portfolio_section .toolbar .fil_btn:hover, .portfolio_inner .toolbar .fil_btn.active, .portfolio_inner .toolbar .fil_btn:hover {
  color: #ff6426;
}

#portfolio_section .toolbar.babyBlue .fil_btn.active, #portfolio_section .toolbar.babyBlue .fil_btn:hover, .portfolio_inner .toolbar.babyBlue .fil_btn.active, .portfolio_inner .toolbar.babyBlue .fil_btn:hover {
  color: #00d9c8;
}

#portfolio_section .title:before, .portfolio_inner .title:before {
  margin: auto;
  left: 0;
  right: 0;
}

#portfolio_section .purple_btn, .portfolio_inner .purple_btn {
  margin-top: 1rem;
}

#portfolio_section .portfolio, .portfolio_inner .portfolio {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 2rem;
}

#portfolio_section .portfolio .project_desc, .portfolio_inner .portfolio .project_desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#portfolio_section .portfolio .project_desc a, .portfolio_inner .portfolio .project_desc a {
  color: #fff;
}

#portfolio_section .portfolio .project_desc .zoom, .portfolio_inner .portfolio .project_desc .zoom {
  margin-right: 2rem;
}

#portfolio_section .portfolio:hover .project_desc, .portfolio_inner .portfolio:hover .project_desc {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

#portfolio_section .photo_zoom, .portfolio_inner .photo_zoom {
  position: fixed;
  background: rgba(0, 0, 0, 0.87);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100910;
  padding: 3rem 0;
  text-align: center;
  display: none;
  animation-duration: .5s;
}

#portfolio_section {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 0 0 10px #eee;
}

/* how it work section */
#howItWork {
  position: relative;
  background: #f9f9f9;
  padding: 5rem 0 3rem;
}

#howItWork .step {
  margin-bottom: 2rem;
}

#howItWork .step .number {
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin: .5rem 1rem 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#howItWork .step h3, #howItWork .step p {
  margin: 0;
}

#howItWork .step p {
  font-size: 14px;
}

#howItWork .step:hover .number {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#howItWork .watch_video {
  position: relative;
  margin-bottom: 2rem;
}

#howItWork .watch_video .play-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 15px 20px 18px 28px;
  font-size: 26px;
  color: #fff;
  top: calc(50% - 45px);
  left: calc(50% - 40px);
  text-align: center;
}

#howItWork .watch_video .play-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

#howItWork .watch_video .play-icon.bg_blue_grad:before {
  background: #5c5de9;
}

#howItWork .watch_video .play-icon ._play {
  position: relative;
}

.video_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.87);
  z-index: 1991;
  justify-content: center;
  align-items: center;
  display: none;
  animation-duration: .5s;
}

.video_popup .video {
  position: relative;
  width: 1000px;
  max-width: 80%;
}

.video_popup .video .video_src {
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  position: relative;
}

.video_popup .video .video_src iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* team section */
#team_section {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 0 0 10px #eee;
  text-align: center;
}

#team_section .title:before, #contact_section .text-center.title:before {
  margin: auto;
  left: 0;
  right: 0;
}

.team_item {
  text-align: center;
  position: relative;
}

.team_item ._img {
  position: relative;
}

.team_item ._img .social_links {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 5%;
  padding: 0 2rem;
  align-items: center;
  display: none;
}

.team_item ._img .social_links li:first-child {
  animation-delay: 0s;
}

.team_item ._img .social_links li:nth-child(2) {
  animation-delay: .1s;
}

.team_item ._img .social_links li:last-child {
  animation-delay: .2s;
}

.team_item ._img .social_links .social-link {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-block;
  color: #444444;
  font-size: 18px;
  margin-bottom: 1rem;
  padding-top: 7px;
  border-radius: 10px;
}

.team_item ._img img {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  width: 90%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team_item .team_data {
  padding: 4rem 1.5rem 1rem;
  color: #fff;
  border-radius: 10px;
  margin-top: -3rem;
}

.team_item .team_data ._name, .team_item .team_data ._position {
  margin: 0;
  text-transform: capitalize;
}

.team_item:hover img {
  filter: blur(5px);
}

.team_item:hover .social_links {
  display: flex;
}

#team_section .owl-nav .owl-prev:before {
  content: url('../img/left-arrow-black.png');
}

#team_section .owl-nav .owl-next:before {
  content: url('../img/right-arrow-black.png');
}

#team_section .owl-nav .owl-next, #team_section .owl-nav .owl-prev {
  display: inline-block;
}

.owl-nav .owl-prev {
  margin-right: 2rem;
}

#team_section .owl-stage-outer {
  padding-bottom: 20px;
}


/* pricing section */
#pricing_section {
  padding: 5rem 0 3rem;
  text-align: center;
}

#pricing_section .title:before {
  margin: auto;
  left: 0;
  right: 0;
}

#pricing_section .pricing_table {
  background: #eee;
  border-radius: 10px;
  padding: 3rem 1rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 2rem;
}

#pricing_section .pricing_table .price {
  margin-bottom: 0;
  line-height: 2.8rem;
}

#pricing_section .pricing_table p {
  margin-top: 0;
  margin-bottom: 2rem;
}

#pricing_section .pricing_table.box-shadow {
  box-shadow: 0 0 16px #a0a0a0;
  color: #fff;
}

#pricing_section .pricing_table ul {
  margin-bottom: 1.5rem;
}

#pricing_section .pricing_table ul li {
  margin-bottom: .5rem;
}

#pricing_section .pricing_table:hover {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  box-shadow: 0 7px 16px #d0d0d0;
}

#pricing_section .pricing_table:hover.box-shadow {
  box-shadow: 0 7px 16px #a0a0a0;
}

/* clients section */
#clients_section {
  margin-top: 5rem;
}

#clients_section, .clients_inner {
  position: relative;
  text-align: center;
}

#clients_section .title:before, .clients_inner .title:before {
  margin: auto;
  left: 0;
  right: 0;
}

#clients_section:before, .clients_inner:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 2.5%;
  width: 95%;
  height: 60%;
  border-radius: 10px;
}

#clients_section.style_1:before, .clients_inner.style_1:before {
  background: #5c5de9;
}

#clients_section.style_2:before, .clients_inner.style_2:before {
  background: #2c1a4e;
}

#clients_section.style_3:before, .clients_inner.style_3:before {
  background: #444444;
}

#clients_section p, .clients_inner p {
  position: relative;
}

#clients_section .owl-carousel, .clients_inner .owl-carousel {
  padding-top: 3rem;
}

#clients_section .owl-nav, .clients_inner .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#clients_section .owl-nav .owl-next, .clients_inner .owl-nav .owl-next {
  display: inline-block;
}

#clients_section .owl-nav .owl-next:before, .clients_inner .owl-nav .owl-next:before {
  content: url(../img/right-arrow.png);
}

#clients_section .owl-nav .owl-prev, .clients_inner .owl-nav .owl-prev {
  display: inline-block;
  margin-right: 2rem;
}

#clients_section .owl-nav .owl-prev:before, .clients_inner .owl-nav .owl-prev:before {
  content: url(../img/left-arrow.png);
}

#clients_section .client_item, .clients_inner .client_item {
  text-align: left;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #eee;
  padding: 2rem 1rem;
}

#clients_section .client_item .info img, .clients_inner .client_item .info img {
  width: 60px;
  margin-right: 1rem;
  border-radius: 10px;
}

#clients_section .client_item .info h3, #clients_section .client_item .info p, .clients_inner .client_item .info h3, .clients_inner .client_item .info p {
  margin: 0;
}

/* blogs section */
#blogs_section {
  background: #f9f9f9;
  text-align: center;
}

#blogs_section .title:before {
  margin: auto;
  left: 0;
  right: 0;
}

#blogs_section .purple_btn {
  margin-top: 1rem;
}

.blog {
  text-align: left;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 2rem;
  border-radius: 10px;
}

.blog a {
  color: #444444;
}

.blog img {
  border-radius: 10px 10px 0 0;
  line-height: 0;
}

.blog .date {
  position: absolute;
  top: 2rem;
  right: 0;
  padding: .5rem 1rem;
  border-radius: 10px 0 0 10px;
  color: #fff;
}

.blog .blog-content {
  padding: 1rem 1rem;
  box-shadow: 0 0 10px #ccc;
  border-radius: 0 0 10px 10px;
  margin-top: -7px;
}

.blog .blog-content.br_blue {
  border-top: 4px solid #5c5de9;
}

.blog .blog-content.br_purple {
  border-top: 4px solid #2c1a4e;
}

.blog .blog-content.br_gray {
  border-top: 4px solid #444444;
}

.blog:hover {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  box-shadow: 0 7px 16px #d0d0d0;
}

/* logos section */
.logos .start_now {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
}

.logos #logos img {
  filter: grayscale(1) opacity(0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logos #logos img:hover {
  filter: none;
}

/* top section */
.top_section1 {
  padding: 9rem 0 5rem;
  text-align: center;
}

.top_section2 {
  padding: 15rem 0 5rem;
  text-align: center;
  background-image: url(../img/inner-page.jpg);
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
}

.counter h1, .counter h2, .counter h3 {
  margin: 0;
}

.breadcrumb {
  padding: 0;
  background: transparent;
  display: flex;
  justify-content: center;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb .breadcrumb-item {
  float: none;
}

.breadcrumb .breadcrumb-item:before {
  color: #fff;
}

.mission_section .mission_bg {
  background-image: url(../img/mission.jpg);
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}

.mission_section .vission_bg {
  background-image: url(../img/vission.jpg);
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}

.mission_section ._data {
  max-width: 540px;
}

/* 404 page */
._404 {
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

._404:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/404.jpg);
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: color;
  background-size: cover;
  background-position: center;
  animation: bg_animation 40s 0s ease-in-out infinite;
}

._404 h1 {
  position: relative;
  font-size: 10rem;
  line-height: 10rem;
}

._404 h2 {
  position: relative;
}

._404 img {
  max-width: 100px;
}

/* project details */
.portfolio_details .project_img {
  max-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.portfolio_details .project_data {
  padding: 1rem 2rem;
  border: 2px solid #eee;
}

.portfolio_details .carousel {
  max-height: 600px;
  overflow: hidden;
}

.portfolio_details .carousel .carousel-control-next, .portfolio_details .carousel .carousel-control-prev {
  top: calc(50% - 35px);
  height: 80px;
  width: 50px;
  background: #000;
  justify-content: center;
}

.portfolio_details .iframe_video {
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  position: relative;
}

.portfolio_details .iframe_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* pagination */
.pagination .page-item {
  margin: 0 .5rem;
}

.pagination .page-item .page-link {
  color: #444444;
  border-radius: 10px;
}

.pagination.purple .page-item.active .page-link {
  background: #2c1a4e;
  border-color: #2c1a4e;
  color: #fff;
}

.pagination.blue .page-item.active .page-link {
  background: #5c5de9;
  border-color: #5c5de9;
  color: #fff;
}

.pagination.gray .page-item.active .page-link {
  background: #444444;
  border-color: #444444;
  color: #fff;
}

/* aside section */
aside {
  padding: 2rem;
  border-radius: 10px;
}

aside .search-form input {
  max-width: 60%;
}

aside a {
  color: #444444;
}

aside .tags li {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
}

/* comments */
.comments .comment .comment_img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.inner_blog .social .dropdown button {
  background: transparent;
  border: 0;
  color: #444444;
}

.inner_blog .social .dropdown button:focus {
  box-shadow: none;
}

.inner_blog .social .dropdown .dropdown-menu.show {
  display: flex;
  right: 0;
  left: auto !important;
}

.inner_blog .blog_img img {
  border-radius: 10px;
}

/* contact-us page */
.contact-us .contact-info {
  font-size: 17px;
}

.contact-us .contact-info a {
  color: #444444;
}

.contact-us .contact-info .icon {
  width: 40px;
  height: 40px;
  padding: .8rem;
  border-radius: 50%;
  box-shadow: 0 0 10px #ccc;
  margin-right: 1rem;
  color: #696969;
}

.contact-us .map {
  height: 400px;
}

/* go to top button */
.goto_top {
  position: fixed;
  bottom: 3.5rem;
  right: 1rem;
  padding: .5rem 1rem;
}

.site_footer {
  padding: 2rem 0 1rem;
  background: #f9f9f9;
}

.site_footer .footer_top {
  padding: 2rem 0;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.site_footer .footer_bottom {
  padding: 2rem 0 0;
}

.site_footer .footer_bottom .row {
  margin: 0;
}

.site_footer .footer_bottom p {
  margin: 0 0 1rem;
  width: auto;
}

.site_footer h3 {
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.site_footer h3 a {
  color: #444444;
}

.site_footer h3.title:before {
  background: #6d6d6d;
}

.site_footer .footer_menu {
  margin-bottom: 1rem;
}

.site_footer .footer_menu ul li {
  margin-bottom: .8rem;
}

.site_footer .footer_menu ul li a {
  color: #444444;
}

.site_footer .subscribe-form input {
  margin-right: .5rem;
}

.site_footer .social_footer {
  display: flex;
}

.site_footer .social_footer .social-link {
  margin-right: 1rem;
  display: inline-block;
  font-size: 17px;
  color: #6d6d6d;
}

.site_footer .loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 19299;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site_footer .loader .lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.site_footer .loader .lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.site_footer .loader .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

  .counter span {
    font-size: 2rem;
    margin-left: 7px;
  }

@media (max-width: 991px) {
  .site_header .navbar-nav {
    padding: 2rem 2rem 5rem;
    max-height: 100vh;
    overflow-y: auto;
    background: #fff;
  }
  .site_header .navbar-nav .nav-link {
    color: #444444 !important;
  }
  #hero_section img {
    margin-top: 2rem;
  }
  .logos .start_now {
    padding: 1rem 2rem 2rem;
  }
  aside {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  #hero_section.hero1 {
    padding: 10rem 0 5rem;
  }
  #hero_section.hero1:before {
    height: 35%;
  }
  #hero_section.hero3, #hero_section.hero4 {
    padding: 15rem 0 5rem;
  }
  .features1 .margin_top_4 {
    margin-top: 2rem;
  }
  #about_section .watch_video .play-icon, .about_inner .watch_video .play-icon {
    top: calc(50% - 25px);
    right: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 11px 21px 18px 20px;
    font-size: 18px;
  }
  h1 {
    font-size: 2rem;
  }
  .top_social_links ul {
    margin-top: 1rem;
    justify-content: flex-start !important;
  }
  .counter_section .subTitile {
    margin-top: 3rem;
  }
  .mission_section .mission_bg, .mission_section .vission_bg {
    display: none;
  }
  .mission_section ._data.px-4.py-5 {
    padding: 5rem 15px 2rem !important;
    margin: auto !important;
  }
  .mission_section ._data.px-4.py-5.ml-auto {
    padding: 0rem 15px 5rem !important;
    margin: auto !important;
  }
  .contact-us .contact-info {
    margin-top: 3rem;
  }
  .map.margin_top_4 {
    margin-top: 0rem;
  }
  .portfolio_details ._description {
    margin-top: 2rem;
  }
  .counter span {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
  .sec_desc {
    font-size: 15px;
  }
  #hero_section p {
    font-size: 15px;
  }
  #howItWork .step p {
    font-size: 12px;
  }
  #clients_section:before, .clients_inner:before {
    left: 0%;
    width: 100%;
    border-radius: 0;
  }
  #hero_section .owl-nav .owl-prev, #hero_section .owl-nav .owl-next {
    height: 40px;
    font-size: 18px;
    width: 19px;
    opacity: .9;
  }
  .site_header .navbar-brand img {
    max-height: 45px;
    max-width: 120px;
  }
  ._404 img {
    max-width: 50px;
  }
  ._404 h1 {
    font-size: 8rem;
  }
  .counter_section .col-xs-6 {
    width: 49%;
    margin-bottom: 2rem;
  }
  .mission_section .col-md-6:first-child {
    margin-bottom: 2rem;
  }
  form .col {
    flex-basis: 100%;
  }
  #portfolio_section .toolbar .fil_btn, .portfolio_inner .toolbar .fil_btn {
    margin: 0 1rem 1rem 0;
  }
  section {
    padding: 3rem 0;
  }
  .portfolio_details .carousel .carousel-control-next, .portfolio_details .carousel .carousel-control-prev {
    top: calc(50% - 30px);
    height: 60px;
    width: 30px;
  }
  .portfolio_details .carousel .carousel-control-next .carousel-control-next-icon, .portfolio_details .carousel .carousel-control-next .carousel-control-prev-icon, .portfolio_details .carousel .carousel-control-prev .carousel-control-next-icon, .portfolio_details .carousel .carousel-control-prev .carousel-control-prev-icon {
    width: 14px;
  }
  .goto_top {
    bottom: 4.5rem;
  }

  /* logo text starts */
  .light-logo {
    font-size: 26px;
  }
  .light-logo span {
    font-size: 36px;
  }

  .logo {
    font-size: 20px;
  }
  .logo span {
    font-size: 30px;
  }
  /* logo text ends */

}
