/*********************************************************************
Template Name: IT Company Web Template
Template URI: -----------------------
Description: 
Author: Thuthi Prabath
Author URI: ----------------
Version: 1.2
**********************************************************************

CSS Index
*********
1. Theme Default CSS
2. Area heading
3. Button style

**********************************************************************/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,500,600,700,800,900");
/*------------------------------------------------------------------------------------
1. Theme Default CSS
------------------------------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px; }

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s; }

a img {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s; }

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,
.btn:focus {
  text-decoration: none;
  outline: none; }

:focus {
  outline: none; }

.btn:focus {
  color: #ffffff; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; }

a,
button {
  outline: medium none;
  color: #555; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-top: 0px;
  letter-spacing: 1px;
  text-transform: uppercase; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #798290;
  margin-bottom: 15px; }

hr {
  margin: 60px 0;
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px; }

label {
  color: #626262;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400; }

*::-moz-selection {
  background: #6550e4;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #6550e4;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #6550e4;
  color: #fff;
  text-shadow: none; }

*::-moz-placeholder {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px; }

*::placeholder {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* --------------------------------
   TRANSITION
-----------------------------------*/
a.button::after {
  -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; }

.share ul,
.share:hover ul {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

input,
select,
textarea {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; }

section {
  padding: 108px 50px 58px 50px; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.white-bg {
  background: #ffffff; }

.gray-bg {
  background: #fafafa; }

.dark-bg {
  background: #2D3E50; }

.transparent-bg {
  background: transparent; }

.template-section {
  padding: 100px 0; }

.template-section-2 {
  padding: 80px 0; }

.center {
  text-align: center; }

/*-------------------------------------
2. Area heading
---------------------------------------*/
.tag-title:after {
  content: "";
  position: absolute;
  width: 13%;
  height: 2px;
  background-color: #6550e4;
  left: 0;
  bottom: 0; }

.tag-title {
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 19px; }

.area-title {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  z-index: 3; }

.area-heading p {
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
  z-index: 3; }

/*-------------------------------------
3. Button style
---------------------------------------*/
.button {
  font-family: "Poppins", sans-serif;
  background: #6550e4 none repeat scroll 0 0;
  border-radius: 2px;
  border: none;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 45px;
  letter-spacing: 1px;
  line-height: 43px;
  padding: 0 30px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s; }

.button + .button {
  margin-left: 15px; }

.btn-red-top,
.btn-red-left {
  position: relative;
  border: 1px solid transparent; }

.btn-red-top:hover {
  color: #EF4836;
  border: 1px solid #EF4836; }

.btn-red-top::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease 0s; }

.btn-red-top:hover::before {
  opacity: 1;
  height: 100%; }

.btn-red-left:hover {
  color: #EF4836;
  border: 1px solid #EF4836; }

.btn-red-left::before {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease 0s; }

.btn-red-left:hover::before {
  opacity: 1;
  width: 100%; }

.button-link {
  font-size: 12px;
  color: #EF4836;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden; }

.button-link::before {
  background: #EF4836;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s ease 0s; }

.button-link:hover::before {
  opacity: 1;
  transform: translateX(0%); }

/* Main Menu Area css
============================================================================================ */
.navbar-light .navbar-nav .nav-link {
  color: #fff; }
  .navbar-light .navbar-nav .nav-link:focus {
    color: #fff; }

.main_menu_area {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 30;
  padding: 0px 75px; }
  .main_menu_area .navbar {
    padding: 0px;
    background-color: transparent !important; }
    .main_menu_area .navbar .navbar-collapse {
      text-align: right; }
      @media (min-width: 992px) {
        .main_menu_area .navbar .navbar-collapse {
          display: block !important; } }
    .main_menu_area .navbar .navbar-nav {
      display: inline-block; }
      .main_menu_area .navbar .navbar-nav li {
        display: inline-block;
        margin-right: 50px; }
        .main_menu_area .navbar .navbar-nav li a {
          padding: 0px;
          line-height: 99px;
          color: #fff;
          font-size: 14px;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          transition: all 400ms linear 0s; }
        .main_menu_area .navbar .navbar-nav li:last-child {
          margin-right: 0px; }
        .main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
          color: #0056b3; }
        @media (min-width: 992px) {
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
            transition: all 300ms ease-out;
            transform: scaleY(0);
            display: block;
            transform-origin: 50% 0;
            min-width: 246px;
            background: #fff;
            border-radius: 0px;
            border: none;
            top: 99%;
            padding: 25px 0px 30px 0px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); } }
        .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
          display: block;
          margin-right: 0px; }
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
            padding: 0px 25px;
            line-height: 50px;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-size: 14px;
            text-shadow: none;
            line-height: 42px;
            color: #232d37;
            transition: all 400ms linear 0s;
            text-transform: capitalize; }
            .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a:before {
              display: none; }
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
            color: #6550e4; }
        @media (min-width: 992px) {
          .main_menu_area .navbar .navbar-nav li.submenu:hover.submenu .dropdown-menu {
            transform: scaleY(1); } }
    .main_menu_area .navbar .navbar-nav.justify-content-end {
      margin-left: 31px; }
      .main_menu_area .navbar .navbar-nav.justify-content-end li {
        margin-right: 25px; }
        .main_menu_area .navbar .navbar-nav.justify-content-end li a {
          font-size: 16px; }
        .main_menu_area .navbar .navbar-nav.justify-content-end li:last-child {
          margin-right: 0px; }
  .main_menu_area.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 4px 10px -8px rgba(0, 0, 0, 0.45);
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease; }
    .main_menu_area.navbar_fixed .navbar .navbar-nav li a {
      line-height: 70px; }

a.navbar-brand2 {
  display: none; }

header.main_menu_area.navbar_fixed a.navbar-brand2 {
  display: block; }

header.main_menu_area.navbar_fixed a.navbar-brand {
  display: none; }

header .darkheader nav.navbar.bg-light a.nav-link {
  color: aliceblue !important; }

header.darkheader li.nav-item a.nav-link {
  color: white !important; }

.main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
  color: #ffffff; }

header.main_menu_area.lightheader.navbar_fixed li.nav-item.active a.nav-link {
  color: #6550e4; }

header.main_menu_area.lightheader.navbar_fixed ul.navbar-nav a.nav-link {
  color: #484848; }

header.main_menu_area.lightheader.navbar_fixed ul.navbar-nav > li a {
  color: black; }

header.main_menu_area.navbar_fixed.lightheader.darkheader ul.navbar-nav li.nav-item a {
  color: white; }

/* Slider Area css
============================================================================================ */
section.main_slider_area {
  padding-top: 0;
  padding-bottom: 0; }

section.main_slider_area:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 106%;
  left: 0;
  top: 0;
  background-color: #00000094; }

.hesperiden.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%; }

.hesperiden.tparrows:hover {
  background: black; }

.hesperiden.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: white;
  display: block;
  line-height: 40px;
  text-align: center; }

.hesperiden.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -3px; }

.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -3px; }

/* End Slider Area css
============================================================================================ */
.indus_img img {
  width: 100%; }

.intotext {
  padding-top: 89px;
  position: relative; }

section.what-we-do {
  background-color: #fafafa;
  position: relative; }

section.what-we-do {
  background-color: #f7f7f7; }

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1); }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55); }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1); } }
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  background-image: linear-gradient(to top, #86377b 20%, #27273c 80%); }

.bgTop {
  z-index: 7;
  opacity: 0.5; }

.bgMiddle {
  z-index: 10;
  opacity: 0.75; }

.bgBottom {
  z-index: 5; }

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom; }

.waveTop {
  background-size: 50% 100px; }

.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.waveMiddle {
  background-size: 50% 120px; }

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite; }

.waveBottom {
  background-size: 50% 100px; }

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite; }

.box-bg:hover h5 {
  color: #0080ff;
  transition: 0.8s; }

.box-bg i {
  font-size: 53px;
  margin: 29px;
  display: block; }

section.webdesign:after {
  content: "";
  position: absolute;
  width: 180%;
  height: 487px;
  background-color: #663399;
  left: 459px;
  top: 0;
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(141deg);
  z-index: -1; }

section.systemdp:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 564px;
  background-color: #663399;
  left: 0;
  top: 0;
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(180deg);
  z-index: -1; }

section.mobile-app:after {
  content: "";
  position: absolute;
  width: 165%;
  height: 732px;
  background-color: #f8a341;
  left: 0;
  top: 0;
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(238deg);
  z-index: -1; }

section.systemdp {
  position: relative;
  overflow: hidden;
  padding-bottom: 85px;
  padding-top: 0; }

section.webdesign {
  position: relative;
  overflow: hidden; }

section.mobile-app {
  position: relative;
  overflow: hidden; }

.services-img img {
  height: 519px;
  width: 100%;
  object-fit: cover;
  box-shadow: -2px 25px 54px 7px #00000047;
  object-position: top;
  border-radius: 8px; }

ul.list-itme li {
  display: inline-block;
  margin: 21px; }

ul.list-itme li i {
  font-size: 44px;
  margin: 12px; }

ul.list-itme li {
  text-align: center;
  width: 135px; }

.services-img.img-weight img {
  height: 404px;
  object-fit: contain; }

.bg-dark-color {
  color: #ffffff; }

.darkheader {
  background-color: #460e7d !important;
  transition: 0.5s; }

.indus_img.mobile img {
  object-fit: none;
  height: 562px;
  margin-left: 28px; }

.indus_img.mobile {
  overflow: hidden;
  width: 52%;
  margin-left: 148px;
  height: 97%;
  border-radius: 34px; }

section.mobile-app .box-bg {
  margin-top: 128px; }

header.main_menu_area.navbar_fixed.lightheader.yellowheader {
  background-color: #FFC107;
  transition: 0.5s; }

.services-img.img-weight {
  margin-top: 75px; }

section.systemdp .box-bg {
  padding-top: 68px; }

section.projects .center_title {
  margin-bottom: 58px; }

.project_inner {
  text-align: center; }

section#projects .center_title.center {
  margin-bottom: 46px;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc; }

.sourcing img {
  width: 100%; }

section.Outsourcing {
  background-color: #f9f9f9; }

.services-box {
  text-align: center;
  padding: 10px;
  transition: 0.5s;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  border-radius: 2px;
  margin-bottom: 20px; }

.services-box i {
  font-size: 33px;
  transition: all 0.3s ease 0s;
  margin: 16px; }

.services-box:hover {
  margin-top: -10px;
  transition: all 0.3s ease 0s; }

.services-box:hover i {
  transition: all 0.3s ease 0s;
  color: #0080fe; }

section.services .center_title.center {
  margin-bottom: 65px; }

section.it-education {
  background: url(../img/09.png) no-repeat fixed center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 115px 0px; }

section.it-education:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 360px;
  background-color: #000000a1;
  top: 0;
  left: 0;
  z-index: -1; }

section.technology-list {
  padding-top: 0;
  padding: 0; }

.team-info-hover {
  position: absolute;
  width: 100%;
  height: 472px;
  left: 0;
  top: -472px;
  background-color: #000000c2;
  padding: 33px;
  transition: 0.5s; }

.team-info-hover p {
  color: white; }

.team-member:hover .team-info-hover {
  top: 0;
  transition: 0.5s; }

.team-member a.read-more {
  color: white;
  background-color: #0080ff;
  padding: 10px;
  border-radius: 4px; }

.team-member ul li {
  display: inline-block;
  margin: 10px; }

.team-member ul li a {
  color: white;
  font-size: 24px;
  margin: 14px; }

.team-member ul {
  margin-top: 42px; }

/* Banner Area css
============================================================================================ */
.banner_area {
  background: url(../img/slider-1.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  min-height: 400px; }
  .banner_area:before {
    content: "";
    background: rgba(4, 8, 29, 0.7);
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%; }

.banner_text_inner {
  text-align: center;
  position: relative;
  padding-top: 200px; }
  .banner_text_inner h4 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding-bottom: 10px; }
  .banner_text_inner ul li {
    display: inline-block;
    margin-right: 15px; }
    .banner_text_inner ul li a {
      color: #fff;
      transition: all 400ms linear 0s; }
      .banner_text_inner ul li a i {
        position: relative;
        left: -10px;
        transition: all 400ms linear 0s; }
    .banner_text_inner ul li:hover a {
      color: #6550e4; }
  .banner_text_inner h5 {
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif; }

/* End Banner Area css
============================================================================================ */
section.skill-testimonials h3 {
  font-size: 15px;
  font-weight: 400; }

section.skill-testimonials .single_skill {
  margin-bottom: 29px; }

.testimonials_slider .item img {
  width: auto !important; }
.testimonials_slider .item .media {
  vertical-align: middle; }
  .testimonials_slider .item .media .d-flex {
    vertical-align: middle;
    align-self: center; }
  .testimonials_slider .item .media .media-body {
    vertical-align: middle; }
    .testimonials_slider .item .media .media-body p {
      font-size: 16px;
      color: #51545f;
      line-height: 30px;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      padding: 35px 0px 20px 0px; }
    .testimonials_slider .item .media .media-body h4 {
      font-size: 14px;
      color: #b5aec4;
      font-family: "Poppins", sans-serif;
      font-weight: 400; }
      .testimonials_slider .item .media .media-body h4 a {
        font-size: 16px;
        color: #232d37;
        font-family: "Poppins", sans-serif;
        font-weight: 500; }
.testimonials_slider .owl-prev, .testimonials_slider .owl-next {
  position: absolute;
  transform: translateY(-50%);
  font-size: 25px;
  color: #b5aec4;
  cursor: pointer;
  bottom: -41px;
  z-index: 999; }
.testimonials_slider .owl-prev {
  right: 0; }
.testimonials_slider .owl-next {
  right: -80px; }

.media-body img {
  width: 100%;
  height: 93px;
  object-fit: contain;
  top: 0; }

section.skill-testimonials {
  padding-top: 0; }

section#skill-team {
  background-color: #f7f7f7; }

.single_skill h3 {
  font-size: 15px;
  font-weight: 400; }

.single_skill {
  margin-bottom: 18px; }

.team-member {
  /* border: solid 1px; */
  text-align: center;
  transition: 0.5s; }

.team-member:hover {
  -webkit-box-shadow: -1px -3px 22px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -3px 22px -9px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -3px 22px -9px rgba(0, 0, 0, 0.75);
  background-color: white;
  transition: 0.5s; }

.team-info {
  padding: 12px; }

.team-member img {
  width: 100%;
  height: 324px;
  object-fit: cover; }

.project_area {
  background: url(../img/05.png) no-repeat fixed center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 115px 0px; }
  .project_area:before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: -1;
    background: rgba(4, 8, 29, 0.7); }

.project_inner .tp_btn {
  margin-top: 5px; }

.contact_text img {
  width: 100%;
  height: 424px;
  object-fit: cover;
  object-position: top; }

/* Latest News Area css
============================================================================================ */
.l_news_item {
  transition: all 400ms linear 0s; }
  .l_news_item .l_news_img {
    overflow: hidden; }
    .l_news_item .l_news_img a {
      display: block; }
    .l_news_item .l_news_img img {
      transition: all 400ms linear 0s; }
      .l_news_item .l_news_img img:hover {
        transform: scale(1.05); }
  .l_news_item .l_news_content {
    border: 1px solid #ebebeb;
    border-top: 0px;
    padding: 30px 35px; }
    .l_news_item .l_news_content h4 {
      font-size: 18px;
      color: #232d37;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      transition: all 400ms linear 0s; }
      .l_news_item .l_news_content h4:hover {
        color: #2bc0a4; }
    .l_news_item .l_news_content p {
      font-size: 14px;
      line-height: 26px;
      color: #51545f;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      padding: 15px 0px 10px 0px; }
  .l_news_item:hover {
    box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1); }

/* Latest News Area css
============================================================================================ */
/* Static Area css
============================================================================================ */
.static_area {
  padding: 100px 0px; }

.static_main_content {
  position: relative; }
  .static_main_content .static_social {
    position: absolute;
    left: -60px;
    top: 0px; }

.static_social ul li {
  margin-bottom: 20px; }
  .static_social ul li a {
    height: 30px;
    width: 30px;
    text-align: center;
    background: #4c65a8;
    color: #fff;
    display: block;
    border-radius: 50%;
    line-height: 30px; }
  .static_social ul li:nth-child(2) a {
    background: #41a1f6; }
  .static_social ul li:nth-child(3) a {
    background: #f43535; }
  .static_social ul li:nth-child(4) a {
    background: #8f6247; }
  .static_social ul li:nth-child(5) {
    margin-bottom: 0px; }
    .static_social ul li:nth-child(5) a {
      background: #f0c605; }

.static_text {
  padding-top: 35px;
  padding-bottom: 15px; }
  .static_text p {
    font-size: 16px;
    line-height: 26px;
    color: #51545f;
    font-family: "Poppins", sans-serif; }
    .static_text p:last-child {
      padding-top: 15px; }

.static_text2 h3 {
  font-size: 24px;
  color: #1e1e27;
  font-family: "Poppins", sans-serif;
  font-weight: 500; }
.static_text2 p {
  font-size: 16px;
  line-height: 26px;
  color: #51545f;
  font-family: "Poppins", sans-serif;
  padding-top: 13px; }

.media {
  margin: 30px 0px; }
  .media .d-flex h6 {
    font-family: "Playfair Display", serif;
    font-size: 100px;
    color: #6550e4;
    line-height: 75px; }
  .media .media-body {
    padding-left: 32px; }
    .media .media-body p {
      font-size: 18px;
      line-height: 26px;
      color: #1e1e27;
      font-family: "Poppins", sans-serif; }
    .media .media-body h5 {
      font-size: 14px;
      color: #b5aec4;
      font-family: "Poppins", sans-serif;
      padding-top: 15px; }
      .media .media-body h5 a {
        font-size: 16px;
        color: #232d37;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        transition: all 400ms linear 0s; }
        .media .media-body h5 a:hover {
          color: #6550e4; }

.right_sidebar_area {
  padding-left: 20px; }

.right_widget {
  margin-bottom: 45px; }

.r_w_title {
  padding-bottom: 20px; }
  .r_w_title h3 {
    font-size: 22px;
    color: #1e1e27;
    font-family: "Poppins", sans-serif;
    font-weight: 500; }

.r_news_widget .news_inner .news_item {
  border-bottom: 1px solid #eeeef0;
  padding-bottom: 14px;
  margin-bottom: 15px; }
  .r_news_widget .news_inner .news_item h4 {
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1e1e27;
    padding-bottom: 7px;
    transition: all 400ms linear 0s; }
    .r_news_widget .news_inner .news_item h4:hover {
      color: #6550e4; }
  .r_news_widget .news_inner .news_item h6 {
    font-size: 14px;
    color: #b5aec4;
    font-family: "Poppins", sans-serif; }
  .r_news_widget .news_inner .news_item:last-child {
    margin-bottom: 0px; }

.r_cat_widget ul li {
  margin-bottom: 12px; }
  .r_cat_widget ul li a {
    font-size: 16px;
    color: #1e1e27;
    font-family: "Poppins", sans-serif;
    transition: all 400ms linear 0s;
    padding-left: 20px;
    position: relative; }
    .r_cat_widget ul li a:before {
      content: "";
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background: #6550e4;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 400ms linear 0s; }
  .r_cat_widget ul li:hover a {
    color: #6550e4; }
    .r_cat_widget ul li:hover a:before {
      left: 5px; }

.r_tag_widget ul {
  margin-right: -9px; }
  .r_tag_widget ul li {
    display: inline-block;
    margin-bottom: 9px;
    margin-right: 6px; }
    .r_tag_widget ul li a {
      font-size: 12px;
      color: #51545f;
      font-family: "Poppins", sans-serif;
      background: #ebebeb;
      display: inline-block;
      padding: 0px 20px;
      text-transform: uppercase;
      line-height: 30px;
      transition: all 400ms linear 0s; }
    .r_tag_widget ul li:last-child {
      margin-bottom: 0px;
      margin-right: 0px; }
    .r_tag_widget ul li:hover a {
      color: #6550e4; }

/* End Static Area css
============================================================================================ */
/* Footer Area css
============================================================================================ */
.footer_widgets_area {
  background: #131627;
  overflow: hidden;
  padding: 106px 0px; }

.f_w_title {
  padding-bottom: 25px; }
  .f_w_title h3 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px; }

.subscribe_widget p {
  font-size: 14px;
  line-height: 26px;
  color: #b5aec4;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding-bottom: 20px; }
.subscribe_widget .input-group input {
  background: #2b2e3d;
  border: none;
  outline: none;
  box-shadow: none;
  height: 40px;
  border-radius: 3px;
  font-size: 12px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
  padding: 0px 15px; }
  .subscribe_widget .input-group input.placeholder {
    font-size: 12px;
    color: #b5aec4;
    font-family: "Poppins", sans-serif; }
  .subscribe_widget .input-group input:-moz-placeholder {
    font-size: 12px;
    color: #b5aec4;
    font-family: "Poppins", sans-serif; }
  .subscribe_widget .input-group input::-moz-placeholder {
    font-size: 12px;
    color: #b5aec4;
    font-family: "Poppins", sans-serif; }
  .subscribe_widget .input-group input::-webkit-input-placeholder {
    font-size: 12px;
    color: #b5aec4;
    font-family: "Poppins", sans-serif; }
.subscribe_widget ul {
  padding-top: 30px; }
  .subscribe_widget ul li {
    display: inline-block;
    margin-right: 32px; }
    .subscribe_widget ul li a {
      font-size: 14px;
      color: #b5aec4;
      transition: all 400ms linear 0s; }
    .subscribe_widget ul li:hover a {
      color: #2bc0a4; }
    .subscribe_widget ul li:last-child {
      margin-right: 0px; }

.twitter_widget {
  margin-left: 55px; }
  .twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_text {
    font-size: 14px;
    line-height: 26px;
    color: #b5aec4;
    font-family: "Poppins", sans-serif; }
    .twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_text i {
      padding-right: 5px;
      color: #2bc0a4; }
    .twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_text a {
      font-size: 14px;
      line-height: 26px;
      color: #b5aec4;
      font-family: "Poppins", sans-serif;
      transition: all 400ms linear 0s; }
      .twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_text a:hover {
        color: #2bc0a4; }
  .twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_date {
    font-size: 14px;
    line-height: 26px;
    color: #b5aec4;
    font-family: "Poppins", sans-serif;
    padding-top: 15px; }
  .twitter_widget .tweets_feed ul .owl-item .footer .tweet_time.fright a {
    font-size: 14px;
    line-height: 26px;
    color: #2bc0a4;
    font-family: "Poppins", sans-serif; }

.categories_widget {
  margin-left: 70px; }
  .categories_widget ul {
    width: calc(100% / 2);
    float: left;
    margin-top: -4px; }
    .categories_widget ul li a {
      position: relative;
      font-size: 14px;
      color: #b5aec4;
      font-family: "Poppins", sans-serif;
      line-height: 36px;
      transition: all 400ms linear 0s; }
      .categories_widget ul li a i {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: all 400ms linear 0s; }
    .categories_widget ul li:hover a {
      padding-left: 15px;
      color: #6550e4; }
      .categories_widget ul li:hover a i {
        opacity: 1; }

.contact_widget {
  margin-left: 50px; }
  .contact_widget a, .contact_widget p, .contact_widget h6 {
    font-size: 14px;
    color: #b5aec4;
    font-family: "Poppins", sans-serif;
    transition: all 400ms linear 0s; }
    .contact_widget a:hover, .contact_widget p:hover, .contact_widget h6:hover {
      color: #6550e4; }
  .contact_widget p {
    padding: 23px 0px; }

.copy_right_area {
  background: #04081d;
  overflow: hidden;
  padding: 20px; }
  .copy_right_area .float-md-left h5 {
    color: #51545f;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 50px; }
    .copy_right_area .float-md-left h5 a {
      transition: all 400ms linear 0s;
      color: #ffffff;
      font-size: 14px;
      font-family: "Poppins", sans-serif;
      line-height: 50px; }
      .copy_right_area .float-md-left h5 a:hover {
        color: #6550e4; }
  .copy_right_area .float-md-right .nav li {
    margin-right: 35px; }
    .copy_right_area .float-md-right .nav li a {
      padding: 0px;
      line-height: 50px;
      font-size: 14px;
      color: #51545f;
      transition: all 400ms linear 0s; }
    .copy_right_area .float-md-right .nav li:last-child {
      margin-right: 0px; }
    .copy_right_area .float-md-right .nav li:hover a {
      color: #6550e4; }

.copy_right_area h5 {
  color: aliceblue;
  font-weight: 200;
  font-size: 13px;
  text-transform: inherit; }

section#contactus {
  padding-bottom: 0; }

/* End Footer Area css
============================================================================================ */
