
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:300,400,500,600,700,900|Open+Sans:300,400,600,700|Poppins:300,400,500,600,700|Raleway:400,500,800|Roboto+Slab");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700");
/*---------------------------------------------------- */
/*----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900");
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

.p_100 {
  padding: 100px 0px;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

.display_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blue {
  background-color: #4356ea !important;
}

.red {
  background-color: #dc4848 !important;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - EMPTY SPACE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - ACCORDEON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - MAP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

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,
small,
strike,
strong,
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;
  letter-spacing: 0px !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

body * {
  -webkit-text-size-adjust: none;
  outline: none;
  letter-spacing: 0.2px;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.commingsoon4 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
}

.commingsoon4 .comingSoonContent2.sliderFullheight {
  padding-top: 100px;
}

.commingsoon4 .comingSoonContent2.sliderFullheight .button.btnSize10 {
  border-color: #fff;
  background: #fff;
  color: #242424;
}

.commingsoon4 .comingSoonContent2.sliderFullheight .button.btnSize10:hover {
  color: #4356ea;
}

input,
textarea,
select {
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  font-family: 'Arial';
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

input[type="submit"],
input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: 'Open Sans';
}

b,
strong {
  font-weight: 700;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
}

hr {
  border: 0;
  margin: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - EMPTY SPACE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.eP {
  position: relative;
  float: left;
  width: 100%;
}

.emptySpace5 {
  height: 5px;
}

.emptySpace10 {
  height: 10px;
}

.emptySpace15 {
  height: 15px;
}

.emptySpace20 {
  height: 20px;
}

.emptySpace25 {
  height: 25px;
}

.emptySpace30 {
  height: 30px;
}

.emptySpace35 {
  height: 35px;
}

.emptySpace40 {
  height: 40px;
}

.emptySpace45 {
  height: 45px;
}

.emptySpace50 {
  height: 50px;
}

.emptySpace55 {
  height: 55px;
}

.emptySpace60 {
  height: 60px;
}

.emptySpace65 {
  height: 65px;
}

.emptySpace70 {
  height: 70px;
}

.emptySpace75 {
  height: 75px;
}

.emptySpace80 {
  height: 80px;
}

.emptySpace85 {
  height: 85px;
}

.emptySpace90 {
  height: 90px;
}

.emptySpace95 {
  height: 95px;
}

.emptySpace100 {
  height: 100px;
}

.emptySpace105 {
  height: 106px;
}

.emptySpace110 {
  height: 110px;
}

.emptySpace115 {
  height: 115px;
}

.emptySpace120 {
  height: 120px;
}

.emptySpace125 {
  height: 125px;
}

.emptySpace130 {
  height: 130px;
}

.emptySpace135 {
  height: 135px;
}

.emptySpace140 {
  height: 140px;
}

.emptySpace145 {
  height: 145px;
}

.emptySpace150 {
  height: 150px;
}

.emptySpace155 {
  height: 155px;
}

.emptySpace160 {
  height: 160px;
}

.emptySpace165 {
  height: 165px;
}

.emptySpace170 {
  height: 170px;
}

.emptySpace175 {
  height: 175px;
}

.emptySpace180 {
  height: 180px;
}

.emptySpace185 {
  height: 185px;
}

.emptySpace190 {
  height: 190px;
}

.emptySpace195 {
  height: 195px;
}

.emptySpace200 {
  height: 200px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* My Menu Area */
/*-------------------------------------------------------------------------------------------------------------------------------*/
i:before {
  margin-left: 0px !important;
}

.main_menu_area {
  position: absolute !important;
  left: 0px;
  top: 0px !important;
  width: 100%;
  z-index: 30;
  padding: 0px 50px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main_menu_area .navbar.navbar-default {
  margin-bottom: 0px;
  border: none;
  background-color: transparent;
  border-radius: 0px;
  position: relative;
  top: 0px;
  right: 0px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.main_menu_area .navbar-collapse {
  text-align: right;
}

.main_menu_area .nav.navbar-nav {
  text-align: right;
  float: none;
  display: inline-block;
}

.main_menu_area .navbar-header .navbar-brand {
  padding: 0px;
  line-height: 90px;
}

.main_menu_area .navbar-header .navbar-brand img {
  display: inline-block;
}

.main_menu_area .nav.navbar-nav li {
  float: none;
  display: inline-block;
  margin: 0px;
  margin-right: 20px;
}

.main_menu_area .nav.navbar-nav li a {
  padding: 0px;
  line-height: 90px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: .70px;
}

.main_menu_area .nav.navbar-nav li:hover a {
  background: transparent;
  color: #fff;
}

.main_menu_area .nav.navbar-nav.navbar-right li {
  margin-right: 0px;
}

.main_menu_area .nav.navbar-nav.navbar-right li a {
  position: relative;
}

.main_menu_area .nav.navbar-nav.navbar-right li a:before {
  content: "";
  background: #8e8e91;
  height: 13px;
  width: 1px;
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 232px;
    background: #222222;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li {
  display: block;
  float: none;
  margin-right: 0px;
  margin: 0px;
  border: none;
  border-bottom: 1px solid #2c2c2c;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a {
  line-height: 45px;
  color: #797979;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 0px 35px;
  text-transform: capitalize;
  display: block;
  background: #222222;
  border: none;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li:last-child {
  border-bottom: none;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li:hover a {
  color: #fff;
}

@media (min-width: 992px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu.right_dir:hover ul {
    left: auto;
    right: 0px;
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .main_menu_area .navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
    position: absolute;
    left: 100%;
    width: auto;
    top: 0px;
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  .main_menu_area .navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu.right_dir .dropdown-menu {
    position: absolute;
    left: auto;
    width: auto;
    right: 85%;
    top: 0px;
    opacity: 0;
    visibility: hidden;
  }
}

.main_menu_area .navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
  top: 0px;
  opacity: 1;
  visibility: visible;
  right: 100%;
}

.main_menu_area .navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
  color: #fff !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #4356ea !important;
  border-radius: 0px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

::-moz-selection {
  background-color: #4356ea !important;
  border-radius: 0px !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
}

::selection {
  background-color: #4356ea !important;
  border-radius: 0px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
}

-webkit-::-moz-selection {
  background: #4356ea !important;
  border-radius: 0px !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
}

-webkit-::selection {
  background: #4356ea !important;
  border-radius: 0px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
}

::-moz-selection {
  background: #4356ea !important;
  border-radius: 0px !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
}

.number .fnsize40.col_gray i {
  line-height: 50px;
  font-size: 50px;
  color: #4356ea;
}

.number .fnsize40.col_gray i:before {
  font-size: 50px;
}

.text .fnsize17 {
  line-height: 20px;
  padding-bottom: 6px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* My Menu Area */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.about_17_img {
  text-align: right;
}

.about_17_img img {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.21);
  display: inline-block;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*Main*/
/*Add padding top for contentPadding if on page first element after header not banner*/
header + .contentPadding {
  padding-top: 164px;
}

#content-block {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 100%;
  position: relative;
}

.container-fluid {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

html.overflow-hidden body {
  overflow: hidden;
}

/*Table*/
.table-view {
  height: 100%;
  width: 100%;
  display: table;
}

.row-view {
  display: table-row;
}

.cell-view {
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
  padding: 15px 0;
}

/*Body selection*/
::-moz-selection {
  color: #fefefe;
  background: #1e1e1e;
}
::selection {
  color: #fefefe;
  background: #1e1e1e;
}

::-moz-selection {
  color: #fefefe;
  background: #1e1e1e;
}

/*Helper classes*/
.nopadding,
.nopadding > *[class*="col"] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.full-size {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fixed-background {
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

body.mobile .fixed-background {
  background-attachment: scroll;
}

/*Article*/
.simple-article {
  color: #7b7b7d;
}

.simple-article p {
  margin-bottom: 30px;
}

.simple-article p:last-child {
  margin-bottom: 0;
}

.simple-article.light p {
  color: #d1d8de;
}

.simple-article.extraLight p {
  color: #cdcdcd;
}

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

.simple-article hr {
  border-top: 1px solid rgba(145, 145, 145, 0.3);
  margin: 30px 0;
}

.simple-article ol {
  counter-reset: number;
}

.simple-article ol li {
  padding-left: 0;
  margin-bottom: 8px;
}

.simple-article ol li:before {
  counter-increment: number;
  content: "#" counter(number);
  color: #0084ff;
  margin-right: 5px;
}

.simple-article ul li {
  margin-bottom: 8px;
  color: #63a8ed;
}

.simple-article ul li:before {
  font-family: "FontAwesome";
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 20px 0 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #ebeff1;
  font-size: 20px;
  background: url(../img/Home4/check-list.png) no-repeat center center;
}

.simple-list ul li {
  margin-bottom: 12px;
  position: relative;
}

.simple-list ul li:last-child {
  margin-bottom: 0;
}

.simple-list ul li a {
  color: #fff;
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.simple-list ul li a:hover {
  color: #f6cf33;
}

.simple-list.style2 ul li {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat";
  letter-spacing: .5px;
  margin-bottom: 14px;
  padding-left: 25px;
}

.simple-list.style2 ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 5px;
  height: 2px;
  background: #363636;
  content: '';
}

/*Typography*/
.large {
  font-size: 18px;
  line-height: 28px;
}

.normall {
  font-size: 15px;
  line-height: 26px;
}

.small {
  font-size: 14px;
  line-height: 24px;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: #242424;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  font-family: "Montserrat";
  letter-spacing: 1px;
}

.light.h1,
.light h1,
.light.h2,
.light h2,
.light.h3,
.light h3,
.light.h4,
.light h4,
.light.h5,
.light h5,
.light.h6,
.light h6 {
  color: #fff;
}

.simple-article h1,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6 {
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

.simple-article img[align="right"] {
  margin-left: 10px;
}

.h1 span,
h1 span,
.h2 span,
h2 span,
.h3 span,
h3 span,
.h4 span,
h4 span,
.h5 span,
h5 span,
.h6 span,
h6 span {
  font-weight: 400;
}

.h1,
h1 {
  font-size: 72px;
  line-height: 82px;
}

.h2,
h2 {
  font-size: 40px;
  line-height: 60px;
}

.h3,
h3 {
  font-size: 35px;
  line-height: 45px;
}

.h4,
h4 {
  font-size: 32px;
  line-height: 42px;
}

.h5,
h5 {
  font-size: 22px;
  line-height: 32px;
}

.h6,
h6 {
  font-size: 15px;
  line-height: 25px;
}

.simple-article a:not(.button) {
  color: #0084ff;
}

.simple-article a:hover {
  text-decoration: underline;
}

.simple-article br {
  line-height: 1em;
}

/*Buttons*/
button {
  background: transparent;
  border: 0;
}

.button {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 0px 40px;
  font-size: 14px;
  line-height: 46px;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  background: #4356ea;
  letter-spacing: .3px;
  z-index: 1;
  -webkit-transition: all 250ms linear;
  border: 2px solid #4356ea;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(67, 86, 234, 0.46);
  box-shadow: 0px 3px 15px 0px rgba(67, 86, 234, 0.46);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.button.black_bg {
  background: #000;
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.black_bg:hover {
  border-color: #000;
  color: #000;
}

.button:hover {
  color: #4356ea;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid #4356ea;
}

.button:focus {
  color: #4356ea;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid #4356ea;
}

@media (min-width: 992px) {
  .table-responsive {
    overflow-x: visible;
  }
}

@media (max-width: 991px) {
  .table-responsive {
    overflow-y: hidden;
  }
}

.button-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}

.button-close span {
  background: #2e2e2e;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.button-close span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.button-close span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button-close:hover span {
  background: #fff;
}

.button-close.style2 span {
  background: #fff;
}

.button-close.style2:hover span {
  background: #4356ea;
}

/*Button styles*/
.button.style2 {
  background: #fff;
  border: none;
  color: #242424;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.button.style2:before,
.button.style2:after {
  background: #5f9bc7;
}

.button.style3 {
  background: transparent;
  border: 1px solid #4356ea;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #4356ea;
}

.button.style3:hover {
  border-color: #4356ea;
}

.button.style4 {
  background: transparent;
  border: 1px solid #989ba5;
  border-radius: 3px;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.style4:hover {
  border-color: #4356ea;
}

.button.style5 {
  background: #222222;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.button.style6 {
  color: #fff;
  background: #4c9ef1;
  border: 1px solid #4c9ef1;
}

.button.style6:hover {
  border-color: #f8d24b;
}

.button.style6:hover:after,
.button.style6:hover:before {
  background: #f8d24b;
}

.button.style7 {
  border-radius: 30px;
  background: #fff;
  color: #0e5264;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.button.style7:hover {
  color: #4356ea;
}

.button.style8 {
  background: #fff;
  border: none;
  color: #242424;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.btnSize8:hover {
  color: #4356ea;
}

.button.style8:hover:before,
.button.style8:hover:after {
  background: #f6cf33;
}

.button.style9 {
  background: #1fb5c7;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.bg.bgShadow.colorShadow {
  position: relative;
}

.bg.bgShadow.colorShadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(67, 86, 234, 0.9);
  content: '';
}

.bgShadow:before, .bgShadow.light:before, .bgShadow.shadowStyle2:before, .bgShadow.colorShadow:before, .bgShadow.colorShadow2:before, .bgShadow.colorShadow3:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: '';
}

.bgShadow.colorShadow2:before {
  background: rgba(54, 147, 214, 0.9);
}

.contentPadding.bgColor3 .fluidBg:before {
  display: none;
}

.contentPadding.gray_bg {
  background: #2a292b;
}

.button.style9:hover:before,
.button.style9:hover:after {
  background: #f8d24b;
}

.button.style10 {
  background: #cb368a;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.btnWrapper {
  text-align: center;
}

.btnWrapper.left {
  text-align: left;
}

.btnWrapper.right {
  text-align: right;
}

/*Button size*/
/*Submit button*/
.submitButton {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #3db0df;
  padding: 0 25px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.submitButton:hover {
  background: #f6cf33;
}

/*Inputs*/
.simple-input {
  font-size: 14px;
  color: #000;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
  width: 100%;
  border: 1px #eee solid;
  -o-transition: all .15s;
  transition: all .15s;
  -webkit-transition: all .15s;
}

.simple-input:focus {
  border-color: #f6cf33;
}

.simple-input.invalid {
  border-color: #f11e1e !important;
}

textarea.simple-input {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  height: 200px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

/*bgImage inputs*/
.simple-input.light {
  border-color: #c6c6c6;
  color: #909090;
  background: #fff;
}

.simple-input.light:focus {
  border-color: #f6cf33;
}

.simple-input.style2 {
  background: #f8f8f8;
  border-color: #e9e9e9;
}

.simple-input.style2:focus {
  border-color: #4356ea;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.17);
}

input.light::-webkit-input-placeholder,
textarea.light::-webkit-input-placeholder {
  color: #909090;
  opacity: 1;
}

input.light:-moz-placeholder,
textarea.light:-moz-placeholder {
  color: #909090;
  opacity: 1;
}

input.light::-moz-placeholder,
textarea.light::-moz-placeholder {
  color: #909090;
  opacity: 1;
}

input.light:-ms-input-placeholder,
textarea.light:-ms-input-placeholder {
  color: #909090;
  opacity: 1;
}

/*Radio CheckBox*/
.checkbox-entry {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  min-width: 20px;
  min-height: 20px;
}

.checkbox-entry input {
  display: none;
}

.checkbox-entry span {
  position: relative;
  font-size: 11px;
  line-height: 20px;
  padding-left: 30px;
  display: block;
  color: #888;
  text-transform: uppercase;
}

.checkbox-entry:hover span,
.checkbox-entry span a:hover {
  color: #555;
  text-decoration: none;
}

.checkbox-entry span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px #eee solid;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background: url(../img/icon-6.png) 100px center no-repeat #fff;
}

.checkbox-entry input:checked + span:before {
  border-color: #f6cf33;
  background-color: #f6cf33;
  background-position: center center;
}

.checkbox-entry.radio span:before {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: none;
}

.checkbox-entry.radio input:checked + span:before {
  border-color: #f6cf33;
  background-color: #fff;
  border-width: 7px;
}

.checkbox-entry a:hover {
  text-decoration: underline;
}

.checkbox-entry.light span {
  color: rgba(255, 255, 255, 0.8);
}

.checkbox-entry.light:hover span,
.checkbox-entry.light span a:hover {
  color: #fff;
  text-decoration: none;
}

.checkbox-entry.light.radio input:checked + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px #eee solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

/*SumoSelect*/
.sumoWrapper {
  position: relative;
}

.SelectBox,
.SumoSelect > .CaptionCont > span,
.SumoSelect > .CaptionCont > label {
  cursor: pointer;
}

/*Social*/
.socialWrapper {
  position: relative;
}

.socialWrapper a {
  font-size: 17px;
  margin: 0 18px;
  color: #fff;
  -webkit-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear;
}

.socialWrapper a:first-child {
  margin-left: 0;
}

.socialWrapper a i.fa {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.socialWrapper a:hover {
  color: #f6cf33;
}

.socialWrapper a:hover i.fa {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*Gallery*/
.gallerWrapper {
  position: relative;
}

.gallerWrapper li {
  margin-bottom: 5px;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bgShadow,
.bgShadow.light {
  position: relative;
}

.bgShadow.light:before {
  background: rgba(0, 0, 0, 0.2);
}

.bgShadow.colorShadow:before {
  background: rgba(35, 56, 117, 0.9);
}

.bgShadow.colorShadow2:before {
  background: rgba(42, 42, 44, 0.9);
}

.bgShadow.colorShadow3:before {
  background: rgba(18, 86, 193, 0.9);
}

.contentPadding.paddSize2.bgColor10 {
  background: #4356ea;
}

.contentPadding.paddSize2.bgColor10 .btnWrapper .button {
  background: #fff;
  color: #4356ea;
}

.ourTeamBox.my_team_item p {
  padding-top: 0px;
}

.imgWrapper {
  position: relative;
  display: block;
}

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

.verAlign,
.verAlignNoColls,
.responsiveVerAlign {
  font-size: 0;
}

.verAlign > *[class*="col-"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.verAlignNoColls > div {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1006;
}

.sl-wrapper {
  z-index: 1000;
}

.sl-wrapper button {
  border: 0 none;
  cursor: pointer;
}

.sl-wrapper .button-close {
  right: 30px;
  top: 30px;
  z-index: 1015;
  position: fixed;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1015;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  height: 29px;
  width: 80px;
  display: block;
  z-index: 1015;
  background: url(../img/icon-1.html) transparent;
  -o-transition: all .15s;
  transition: all .15s;
  -webkit-transition: all .15s;
}

.sl-wrapper .sl-navigation button.sl-next {
  display: block !important;
  right: 1%;
  width: 60px;
  height: 60px;
}

.sl-wrapper .sl-navigation button.sl-prev {
  display: block !important;
  left: 1%;
  width: 60px;
  height: 60px;
}

.sl-wrapper .sl-navigation button.sl-next:before {
  position: absolute;
  bottom: 30%;
  right: 0;
  width: 32px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  content: '';
}

.sl-wrapper .sl-navigation button.sl-next:after {
  position: absolute;
  top: 30%;
  right: 0;
  width: 32px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  content: '';
}

.sl-wrapper .sl-navigation button.sl-prev:before {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 32px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  content: '';
}

.sl-wrapper .sl-navigation button.sl-prev:after {
  position: absolute;
  top: 30%;
  left: 0;
  width: 32px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  content: '';
}

.sl-wrapper .sl-navigation button.sl-prev:hover:before,
.sl-wrapper .sl-navigation button.sl-prev:hover:after,
.sl-wrapper .sl-navigation button.sl-next:hover:before,
.sl-wrapper .sl-navigation button.sl-next:hover:after {
  background: #f6cf33;
}

.sl-close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1007;
  width: 40px;
  height: 40px;
}

.sl-close:before {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  content: '';
}

.sl-close:after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  content: '';
}

.sl-close:hover:before,
.sl-close:hover:after {
  background: #f6cf33;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
}

.sl-wrapper .sl-image iframe {
  border: 0 none;
  background: #000;
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1005;
}

.sl-spinner {
  display: none;
  border: 5px solid #fff;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/*Gallery Thumbnail*/
.galleryThumbnail {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.galleryThumbnail:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(67, 86, 234, 0.9);
  content: '';
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.lastBlog .imgWrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.lastBlog .imgWrapper img {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.lastBlog .imgWrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
}

.lastBlog .imgWrapper:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.lastBlog .imgWrapper:hover:before {
  opacity: 1;
}

.mainSlider .bannerContent .button {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cell-view.homeslider6 .sliderbtn .button {
  background: #fff;
  color: #242424;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.cell-view.homeslider6 .sliderbtn .button:hover {
  color: #4356ea;
}

.galleryThumbnail:hover:before {
  height: 100%;
}

.galleryThumbnail span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.galleryThumbnail .as {
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.galleryThumbnail:hover .as {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.galleryThumbnail .galleryIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.galleryThumbnail .galleryIcon:before {
  position: absolute;
  width: 1px;
  height: 55px;
  background: #fff;
  content: '';
}

.galleryThumbnail .galleryIcon:after {
  position: absolute;
  width: 1px;
  height: 55px;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '';
}

.galleryThumbnail:hover .galleryIcon {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  margin-left: -27.5px;
  margin-top: -27.5px;
}

/*Gallery size*/
.galleryThumbnail.size1 {
  max-width: 450px;
  margin: 0 auto;
}

.galleryThumbnail.size2 {
  max-width: 371px;
  margin: 0 auto;
}

/*Bg Colors*/
.bgGrey {
  background: #e0e1e3;
}

.bgLightGrey {
  background: #f3f3f3;
}

.bgColor {
  background: #30374a;
}

.bgColor2 {
  background: #4356ea;
}

.bgColor3 {
  background: #4356ea;
}

.bgColor4 {
  background: #433956;
}

.bgColor5 {
  background: #4356ea;
}

.bgColor6 {
  background: #df594d;
}

.normal_btn {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #4356ea;
  text-transform: uppercase;
}

.bgColor7 {
  background: #3094e9;
}

.bgColor8 {
  background: #2f2e4f;
}

.bgColor9 {
  background: #4356ea;
}

.bgColor10 {
  background: #47a5d1;
}

.bgColor11 {
  background: #393188;
}

.bgColor12 {
  background: #1d1425;
}

.bgColor14 {
  background: #100c15;
}

.bgColor15 {
  background: #5c1fda;
}

.bgColorFluid {
  background: #f7d344;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 39%;
  height: 100%;
}

.bgColorFluid2 {
  background: #8957d5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 39%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.bgColorFluid3 {
  background: #4d9c95;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 37%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.bgYellow {
  background: #4356ea;
}

.bgBlack {
  background: #0c0d0f;
}

.bgBlack2 {
  background: #151519;
}

.orWrapper.verAlignNoColls .orBlock.large p {
  color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper {
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.popup-wrapper.active {
  left: 0;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.8);
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  opacity: 0;
}

.popup-wrapper .bg-layer.light {
  background: rgba(0, 0, 0, 0.5);
}

.popup-wrapper.active .bg-layer {
  opacity: 1;
}

.popup-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  width: 100%;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  opacity: 0;
  left: -10000px;
  padding: 15px;
}

.popup-content.active {
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  position: relative;
}

.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}

.popup-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 570px;
}

.popup-container .button-close {
  position: absolute;
  top: 5px;
  right: 40px;
}

.coming-soone-popup .popup-container .button-close {
  right: -40px;
  top: -40px;
}

.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}

.popup-align {
  padding: 80px 100px;
  overflow: hidden;
}

.popup-container.searhPopup.size-2 {
  max-width: 950px;
}

.popup-container.size-3 {
  max-width: 650px;
}

.searhPopup {
  position: relative;
  background: #1a1a1c;
  padding: 90px 50px;
}

.searhPopup form {
  position: relative;
  overflow: hidden;
}

.searhPopup .as {
  margin-bottom: 30px;
  padding: 0 23px;
}

.searhPopup .simple-input {
  border: 0;
  padding-right: 50px;
}

.searhPopup .simple-input.light {
  background: #1a1a1c;
}

.searhPopup .searchBorderBottom {
  position: relative;
  margin-left: 25px;
  height: 2px;
  width: 100%;
  background: #535353;
  content: '';
}

.searhPopup .searchBorderBottom:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #4356ea;
  content: '';
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.searhPopup .simple-input:focus + .searchBorderBottom:before {
  width: 100%;
}

.searhPopup button {
  position: absolute;
  bottom: 15px;
  right: 5px;
  width: 30px;
  height: 30px;
}

.searhPopup i.fa {
  font-size: 16px;
  color: #909090;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.searhPopup button:hover i.fa {
  color: #f6cf33;
}

/*Coming soon pop up*/
.popup-content.coming-soone-popup {
  -webkit-transform: translate(0) scale(0.8);
  -ms-transform: translate(0) scale(0.8);
  transform: translate(0) scale(0.8);
}

.popup-content.coming-soone-popup.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiperMainWrapper {
  position: relative;
}

.swiper-button-disabled + .swiper-button-disabled + .swiper-wrapper {
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  cursor: auto;
}

.swiper-button-disabled + .swiper-button-disabled + .swiper-wrapper + .swiper-pagination-bullets {
  display: none;
}

.swiper-pagination.relative-pagination {
  position: relative;
  margin-top: 40px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background-color: #f6cf33;
}

.mainBanner .swiper-button-prev,
.mainBanner .swiper-button-next {
  background-image: none;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.mainBanner .swiper-button-prev:before,
.mainBanner .swiper-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mainBanner .swiper-button-next:before {
  content: "\f105";
}

.mainBanner .swiper-button-prev:hover,
.mainBanner .swiper-button-next:hover {
  background: black;
}

/*White arrows*/
.mainBanner.white .swiper-button-prev,
.mainBanner.white .swiper-button-next {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  width: 47px;
  height: 47px;
}

.mainBanner.white .swiper-button-prev:before,
.mainBanner.white .swiper-button-next:before {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.5);
}

.mainBanner.white .swiper-button-prev:hover,
.mainBanner.white .swiper-button-next:hover {
  background: white;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 3px solid #898989;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  border-color: #4356ea;
}

/*Slider button style2*/
.sliderButtonStyle2 .swiper-button-next {
  background-image: none;
  border: 2px solid #b4b3c1;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: -35px;
  right: 46%;
  -webkit-transition: border-color 150ms linear;
  -o-transition: border-color 150ms linear;
  transition: border-color 150ms linear;
}

.sliderButtonStyle2 .swiper-button-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #b4b3c1;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear;
}

.sliderButtonStyle2 .swiper-button-prev {
  background-image: none;
  border: 2px solid #b4b3c1;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: -35px;
  left: 46%;
  -webkit-transition: border-color 150ms linear;
  -o-transition: border-color 150ms linear;
  transition: border-color 150ms linear;
}

.sliderButtonStyle2 .swiper-button-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  color: #b4b3c1;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear;
}

.sliderButtonStyle2 .swiper-button-next:hover,
.sliderButtonStyle2 .swiper-button-prev:hover {
  border-color: #fff;
}

.sliderButtonStyle2 .swiper-button-next:hover:before,
.sliderButtonStyle2 .swiper-button-prev:hover:before {
  color: #fff;
}

.swiperPosition2 {
  margin-bottom: -180px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tabs-block {
  position: relative;
}

.tab-menu {
  display: block;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 45px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.tab-menu:last-child {
  margin-bottom: 0;
}

.tab-entry {
  display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - ACCORDEON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.accordeon-title {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding: 13px 77px 13px 20px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dedede;
  color: #898989;
  letter-spacing: 0.5px;
}

.accordeon-title i.fa {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
}

.accordeon-toggle {
  display: none;
  border: 1px solid #dedede;
  border-top: 0;
  color: #898989;
  padding: 15px 24px;
}

.accToggle {
  position: absolute;
  top: 12px;
  right: 24px;
  background: #fff;
  width: 29px;
  height: 29px;
}

.accToggle span {
  background: #6c6c6c;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -5px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.accToggle span:first-child {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordeon-title.active span:first-child {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.accordeon.style2 .accordeon-title {
  background: #fafafa;
  border: 1px solid #dedede;
  font-weight: 400;
  text-transform: none;
}

.accordeon.style2 .accordeon-title {
  color: #242424;
  font-weight: 600;
}

.accordeon.style2 .accToggle {
  border: 0;
}

.accordeon.style2 .accordeon-toggle {
  background: #fff;
  border: 1px solid #dedede;
  border-top: 0;
  padding: 24px;
}

.accordeon.style2 .accordeon-title i.fa {
  top: 14px;
  color: #909090;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.accordeon.style2 .accordeon-title.active i.fa {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*Style3*/
.accordeon.style3 .accordeon-title {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #242424;
  text-transform: uppercase;
}

.accordeon.style3 .accordeon-title.active,
.accordeon.style3 .accordeon-title.active .accToggle {
  background: #4356ea;
  color: #fff;
}

.accordeon.style3 .accordeon-title.active span,
.accordeon.style3 .accordeon-title.active .accToggle span {
  background: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - MAP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#map-canvas {
  height: 420px;
}

.mapSize2 {
  height: 394px !important;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - HOME PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.verAlign .button.btnSize7 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.contentPadding {
  padding: 80px 0;
  position: relative;
}

.contentPadding.size2 {
  padding: 60px 0;
}

.titleShortcode {
  position: relative;
}

.titleShortcode .as {
  margin-bottom: 18px;
}

.titleShortcode > p {
  font-size: 20px;
  line-height: 26px;
}

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

.titleAlignShortcode .as {
  margin-bottom: 18px;
}

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

.mainSlider .as {
  font-weight: 400;
  text-transform: none;
}

.mainSlider .cell-view {
  height: 862px;
}

.mainSlider.sliderPosition .cell-view {
  padding-top: 200px;
}

.creativeBlock .imgWrapper {
  border: 2px solid #b2b2b2;
  display: inline-block;
  padding: 22px 19px;
  border-radius: 100%;
  max-width: 73px;
  max-height: 73px;
}

.creativeBlock .creativeContent {
  padding-left: 21px;
  display: inline-block;
}

.agencyWrapper {
  position: relative;
}

.feaProjectWrapper {
  max-width: 380px;
  margin: 0 auto;
  padding-left: 75px;
}

.figcaption {
  background: #5f9bc7;
  padding: 35px 10px;
  color: #fff;
  text-align: center;
}

.figcaption span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

/*Isotope*/
.grid .imgWrapper {
  border: 15px solid transparent;
  max-width: 401px;
  margin: 0 auto;
}

.grid-item {
  width: 25%;
}

.grid-sizer {
  width: 1%;
}

.grid-item-1 {
  width: 32%;
}

@-webkit-keyframes fadeItIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

@keyframes fadeItIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - INDEX2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bannerContent {
  position: relative;
  max-width: 570px;
  margin: 0 auto;
}

.bannerContent .button {
  position: absolute;
  bottom: 0;
  right: 37%;
}

.bannerContent .imgWrapper img {
  margin: 0 auto;
}

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

.desingBlock .as {
  line-height: 47px;
}

.desingBlock .button {
  margin-left: 60px;
}

.desingDescription {
  margin-left: 55px;
}

.desingDescription .as {
  text-transform: none;
}

.aboutMeWrapper .simple-article p {
  display: inline-block;
  line-height: 40px;
}

.aboutMeWrapper .simple-article a {
  color: #f7d344;
  display: inline-block;
  font-style: italic;
  margin-left: 15px;
}

.aboutMeWrapper .simple-article a:hover {
  text-decoration: underline;
}

.chooseBlock {
  display: block;
  position: relative;
  padding: 30px 20px 30px 85px;
  border: 1px solid rgba(123, 127, 139, 0.5);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.chooseBlock .imgWrapper {
  position: absolute;
  top: 35px;
  left: 25px;
}

.chooseBlock .imgWrapper i.fa {
  color: #419fd5;
  font-size: 35px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.chooseContent {
  display: block;
}

.chooseContent .simple-article {
  color: #c6c6c6;
}

.chooseContent .as {
  margin-bottom: 5px;
}

.chooseBlock:not(.style2):hover {
  background: #3995ca;
}

.chooseBlock:not(.style2):hover .imgWrapper i.fa,
.chooseBlock:not(.style2):hover .simple-article p {
  color: #fff;
}

.chooseClear {
  font-size: 0;
}

.chooseClear > *[class*="col-"]:nth-child(2n+1) {
  clear: both;
}

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

.clientSay > span {
  font-style: italic;
  color: #4e4e4e;
}

.clientSayWrapper.style2 .clientSay {
  text-align: left;
}

.clientSayWrapper.style2 .imgWrapper img {
  margin-left: 0;
  margin-right: 0;
}

.clientSayWrapper .imgWrapper img {
  border-radius: 100%;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-bottom: 22px;
}

.contanctInfo {
  position: relative;
  margin-right: 35px;
}

.contanctInfo > span {
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}

.contanctInfo .as {
  margin-bottom: 28px;
}

.contanctInfo a,
.contanctInfo p {
  display: block;
  color: #656565;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
}

.contanctInfo a span {
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.contanctInfo a:hover span {
  color: #f6cf33;
}

.contanctInfo hr {
  border-top: 1px solid #9b9b9b;
  margin: 21px 0;
}

.numberCounterWrapp {
  position: relative;
  padding: 62px 0 42px;
  text-align: center;
}

.counterBlock {
  display: inline-block;
  text-align: left;
}

.counterBlock p {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
}

.counterBlock .numberCounter {
  position: relative;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  font-family: "Montserrat";
}

.counterBlock .numberCounter:before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 35px;
  height: 2px;
  background: #242424;
  display: inline-block;
  content: '';
}

@media (max-width: 767px) {
  .numberCounterWrapp .counterBlock {
    text-align: center;
    margin-bottom: 10px;
  }
  .numberCounterWrapp .col-sm-3:nth-child(4) .counterBlock {
    margin-bottom: 0;
  }
  .numberCounterWrapp .counterBlock .numberCounter:before {
    right: 0;
    margin: 0 auto;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - INDEX3 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*Header*/
.sideNavigationContent {
  padding-left: 66px;
}

.my-col-25 {
  width: 25%;
  float: left;
  padding: 6px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bannerTitle {
  position: relative;
  text-align: center;
}

.bannerTitle .cell-view {
  padding-top: 125px;
  height: 400px;
}

.bannerTitle .as {
  font-size: 45px;
  margin-bottom: 20px;
}

.breadcrumbs {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .3px;
}

.breadcrumbs i.fa {
  font-size: 13px;
  color: #f0f2f3;
  margin: 0 6px;
}

.breadcrumbs a {
  color: #6fbfcb;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span {
  color: #fff;
}

.formInfoWrapper {
  position: relative;
  padding-left: 23px;
  min-height: 395px;
}

.formInfoWrapper:before {
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  width: 1px;
  background: #d6d5d8;
  content: '';
}

.formInfoContent {
  padding-left: 60px;
  position: relative;
}

.formInfo {
  position: relative;
}

.formInfo i.fa {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 30px;
}

.formInfoContent span {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  color: #3e3e3e;
}

.formInfoContent a {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #818181;
  margin-bottom: 5px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.formInfoContent a:hover {
  color: #f6cf33;
}

.formInfoWrapper.style2 {
  min-height: auto;
  padding: 62px 0;
}

.formInfoWrapper.style2 i.fa {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px 18px;
  width: 72px;
  height: 72px;
  text-align: center;
  position: relative;
  top: auto;
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.formInfoWrapper.style2 .formInfoContent {
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding-left: 27px;
}

.formInfoWrapper.style2 span,
.formInfoWrapper.style2 a {
  color: #cdcdcd;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.formInfoWrapper.style2 a:hover {
  color: #f6cf33;
}

.contactMePersone {
  position: relative;
  background: #4356ea;
  text-align: center;
  padding: 60px 20px;
  z-index: 2;
  min-height: 581px;
}

.contactMePersone:after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  content: '';
  z-index: -1;
}

.contactMePersone .imgWrapper {
  margin-bottom: 25px;
}

.contactMePersone .imgWrapper img {
  border-radius: 100%;
  margin: 0 auto;
}

.contactMePersone .as {
  margin-bottom: 12px;
}

.contactMePersone p,
.contactMePersone a {
  color: #fff;
  display: block;
  margin-bottom: 7px;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  font-family: "Open Sans", sans-serif;
}

.contactMePersone a:hover {
  color: #f6cf33;
}

.personeSocial {
  position: relative;
  margin-top: 23px;
}

.personeSocial a {
  display: inline-block;
  margin: 0 15px;
}

.personeSocial a i.fa {
  color: #fff;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.personeSocial a:hover i.fa {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.contactBanner {
  position: relative;
}

.webStudio {
  max-width: 500px;
  padding: 28px 43px;
  border-top: 5px solid #4356ea;
  background: rgba(0, 0, 0, 0.7);
}

.webStudio .as {
  margin-bottom: 10px;
  text-transform: none;
}

.contactBanner .cell-view {
  height: 568px;
}

.webStudioContent {
  width: 49%;
  display: inline-block;
  padding-right: 45px;
}

.webStudioContent p,
.webStudioContent a {
  color: #fffefe;
  display: block;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.webStudioContent a:hover {
  color: #f6cf33;
}

.orBlock {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 45px;
  max-width: 365px;
}

.orBlock p {
  font-weight: 600;
  margin-bottom: 15px;
}

.orWrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.orSeparator {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.orSeparator:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 5000px;
  background: #fff;
  content: '';
}

.orSeparator:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 5000px;
  background: #fff;
  content: '';
}

.contact_4:before {
  display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - ABOUT US */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.imgPadding {
  margin-left: 30px;
}

.fluidBg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.ourMission {
  position: relative;
}

.ourMission > span {
  font-size: 20px;
  line-height: 35px;
  color: #76c2ed;
}

.teamBlock {
  position: relative;
  max-width: 270px;
  margin: 0 auto;
}

.teamBlock .imgWrapper:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: transparent;
  content: '';
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.teamBlock:hover .imgWrapper:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: '';
}

.teamBorder {
  position: relative;
  border: 1px solid #eaeaea;
  border-top: 0;
  padding-top: 20px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.teamBorder:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #f6cf33;
  content: '';
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.teamInfo {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.teamInfo p {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  letter-spacing: .5px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.teamInfo span {
  color: #8c8c8c;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.teamSocial {
  position: relative;
  text-align: center;
  padding: 15px 0 13px;
  margin: 0 20px;
  border-top: 1px solid #eaeaea;
}

.teamSocial a {
  margin: 0 15px;
}

.teamSocial i.fa {
  font-size: 15px;
  color: #a8a8a8;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.teamSocial a:hover i.fa {
  color: #f6cf33;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.teamBlock:hover a i.fa {
  color: #1b1b1b;
}

.teamBlock:hover a:hover i.fa {
  color: #fff;
}

.teamBlock:hover .teamBorder:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: #f6cf33;
  content: '';
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.teamBlock:hover .teamSocial {
  border-color: #c4a426;
}

.teamBlock:hover .teamInfo span {
  color: #4a4a4a;
}

.teamBlock:hover .teamInfo p {
  color: #000;
}

.clientTestimonials {
  position: relative;
}

.clientTestimonials .imgWrapper {
  margin-bottom: 22px;
}

.clientTestimonials .imgWrapper img {
  border-radius: 100%;
  margin: 0 auto;
}

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

.testinonialsContent .simple-article {
  margin-left: 36px;
}

.testinonialsContent .simple-article p span {
  font-style: italic;
}

.testinonialsContent i.fa {
  color: #4356ea;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

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

.chooseTitle .simple-article {
  font-style: italic;
  color: #c2c2c2;
}

.advantages .imgWrapper {
  border: 1px solid #4356ea;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: 15px;
  width: 70px;
  height: 70px;
  background: #4356ea;
}

.advantages .imgWrapper i.fa {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.advantages .advantagesContent {
  margin-left: 95px;
}

.advantagesClear {
  font-size: 0;
}

.advantagesClear > *[class*="col-"]:nth-child(3n+1) {
  clear: both;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - ABOUT US2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.aboutUsBannerTitle {
  text-align: center;
  position: relative;
}

.aboutUsBannerTitle .cell-view {
  height: 600px;
}

.creativeArt {
  position: relative;
  margin-left: 70px;
}

.creativeArt a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.creativeArt a:hover {
  color: #f6cf33;
}

.bgColorFluid2 .imgWrapper {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.whatWeDo.style2 {
  margin-right: 50px;
  max-width: 320px;
}

.whatWeDo.style2 .imgWrapper {
  position: relative;
  margin-bottom: 33px;
}

.aboutUsFluid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 39%;
  background-size: cover;
  background-position: 50% 50%;
}

.numberCounterWrapp.style2 .numberCounter {
  font-family: "PT Serif";
  color: #fff;
}

.numberCounterWrapp.style2 .counterBlock .numberCounter:before {
  background: #fff;
  width: 25px;
}

.numberCounterWrapp.style2 p {
  color: #fff;
  font-weight: 400;
  font-family: "Open sans";
}

.tabContentWrapper {
  position: relative;
  top: 0;
  right: 0;
}

.tab-menu {
  position: relative;
}

.tab-menu span {
  display: inline-block;
  vertical-align: middle;
  max-width: 45px;
  word-break: break-all;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.tab-menu p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  word-break: break-all;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.tab-menu .circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #bcbcbc;
  border-radius: 100%;
  margin: 0 16px;
  position: absolute;
  top: 7px;
  left: 42px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.tab-menu.active span,
.tab-menu.active p {
  color: #4356ea;
}

.tab-menu.active .circle {
  background: #4356ea;
  border-color: #4356ea;
}

.tabMenuWrapper {
  position: relative;
}

.tabMenuWrapper:before {
  position: absolute;
  top: 10px;
  left: 63px;
  bottom: 10px;
  width: 4px;
  background: #d8d8d8;
  content: '';
}

.testimonials {
  position: relative;
}

.testimonials .imgWrapper {
  margin-bottom: 20px;
}

.testimonials .imgWrapper img {
  border-radius: 100%;
}

.testimonials p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}

.testimonials span {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - ABOUT US4 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.directorImg {
  position: absolute;
  bottom: -90px;
  left: 0;
  max-width: 40%;
}

.contactUsBlock.style2 p {
  font-weight: 300;
  font-size: 26px;
  line-height: 35px;
}

.contentPadding.paddSize2 {
  padding: 50px 0;
}

.ourTeamBox {
  position: relative;
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
}

.ourTeamBox .imgWrapper {
  margin-bottom: 14px;
}

.clientSayStyle2 .testinonialsContent i.fa {
  color: #4356ea;
}

.clientSayStyle2 .swiper-pagination-bullet-active {
  border-color: #4356ea;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - ABOUT US5 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.aboutUsFluidLeft {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 34%;
  background-size: cover;
  background-position: 50% 50%;
}

.counterBlock.style2 {
  display: block;
  text-align: center;
}

.counterBlock.style2 .numberCounter:before {
  content: none;
}

.numberCounterWrapp.size2 {
  padding: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - INDEX4 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.clientCustomerWrapper {
  position: relative;
}

.clientCustomer {
  background: #fff;
  padding: 34px 35px 34px 66px;
  position: relative;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 33px;
  text-align: left;
}

.clientCustomer:after {
  position: absolute;
  bottom: -22px;
  left: 67px;
  content: '';
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  border-top: 22px solid #fff;
}

.clientCustomer i.fa {
  position: absolute;
  top: 30px;
  left: 15px;
  font-size: 33px;
  color: #4356ea;
}

.sayPersone {
  position: relative;
  padding: 10px 0;
}

.sayPersone img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.personeInfo {
  padding-left: 86px;
}

.sayPersone p {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
}

.sayPersone span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.fluidBgIntro.bgShadow.light {
  position: absolute;
}

.fluidBgIntro {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.companyIntro {
  position: relative;
  margin-left: 65px;
}

.companyIntro span {
  font-size: 20px;
  line-height: 25px;
  color: #76c2ed;
}

.whatWeDoTitle {
  text-align: center;
}

.whatWeDo {
  position: relative;
}

.whatWeDo .imgWrapper {
  position: absolute;
  top: 10px;
  left: 0;
}

.whatWeDo .as {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.whatWeDoContent {
  margin-left: 100px;
}

.whatWedoBorder {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 40px;
}

.advantageBlock {
  position: relative;
}

.advantageBlock .imgWrapper {
  position: absolute;
  top: 10px;
  left: 0;
}

.advantageBlockContent {
  margin-left: 55px;
}

.advantageBlockContent .as {
  margin-bottom: 10px;
}

.lastBlog {
  position: relative;
  max-width: 370px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);
}

.lastBlogContent {
  padding: 20px 28px;
}

.lastBlogContent a {
  color: #242424;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.lastBlogContent a:hover {
  color: #4356ea;
}

.lastBlogContent span {
  color: #898989;
}

.lastBlogHover {
  position: relative;
}

.lastBlogHover:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #4356ea;
  content: '';
  z-index: 2;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lastBlogHover:hover:before {
  height: 100%;
}

.blogHoverContent {
  position: absolute;
  top: 50%;
  text-align: center;
  z-index: 3;
  padding: 15px 50px;
  opacity: 0;
  visibility: hidden;
  -webkik-transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}

.lastBlogHover:hover .blogHoverContent {
  -webkik-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.blogHoverContent a {
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  color: #fff;
}

.services.large .button {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blogHoverContent a:hover,
.blogHoverContent a:focus {
  color: #242424;
  text-decoration: underline;
}

.blogHoverContent span {
  font-size: 14px;
  color: #fff;
}

.themesImgWrapper {
  position: absolute;
  bottom: -35px;
  left: 0;
  max-width: 41%;
}

.createThemeWrapper {
  padding: 80px 0;
}

.createThemeWrapper .as {
  margin-bottom: 15px;
}

/*-------------------------------------------------------------------------------------------------------------------------------
/* 00 - SERVICES1 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.servicesThumbnail {
  position: relative;
  max-width: 370px;
  margin: 0 auto;
  background: #f6f6f6;
  text-align: center;
  padding: 50px 0;
  border: 1px solid #f0f0f0;
  text-align: center;
  -webkit-box-shadow: 0 0 27px 0 transparent;
  box-shadow: 0 0 27px 0 transparent;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.servicesThumbnail .imgWrapper img {
  margin: 0 auto;
}

.servicesThumbnail .imgWrapper {
  margin-bottom: 16px;
}

.servicesThumbnail .servicesContent {
  padding: 0 45px;
}

.servicesThumbnail .as {
  margin-bottom: 10px;
  font-size: 16px;
}

.servicesThumbnail a {
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.servicesThumbnail a:hover,
.servicesThumbnail a:focus {
  color: #4356ea;
}

.servicesThumbnail:hover {
  background: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.15);
}

.contactUsBlock {
  position: relative;
}

.contactUsBlock .as {
  margin-bottom: 10px;
  text-transform: none;
  font-weight: 600;
}

.contactUsBlock p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #fff;
}

.ourClient {
  position: relative;
  padding: 22px 0;
  min-height: 121px;
  max-width: 170px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.ourClient .imgWrapper img {
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - SEVICES2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.workSince {
  position: relative;
  margin-left: 30px;
}

.workSince .as {
  margin-bottom: 28px;
}

.workSince > p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.servicesThumbnail.style2 {
  padding: 0;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

.servicesThumbnail.style2 .imgWrapper {
  margin-bottom: 32px;
}

.servicesThumbnail.style2 .servicesContent {
  padding: 0 15px 30px 15px;
}

.servicesThumbnail.style2 a {
  font-family: "Montserrat";
  font-weight: 700;
  color: #4356ea;
  text-transform: uppercase;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.servicesThumbnail.style2 a:hover,
.servicesThumbnail.style2 a:focus,
.servicesThumbnail.style2 .as a:hover,
.servicesThumbnail.style2 .as a:focus {
  color: #4356ea;
}

.servicesThumbnail.style2 .as a {
  color: #242424;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - SEVICES3 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.servicesThumbnail.style3 {
  background: #fff;
  border: 0;
}

.servicesFluidBgLeft,
.servicesFluidBgRight {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.servicesFluidBgRight {
  left: auto;
  right: 0;
}

.servicesFluidBgLeft.bgShadow,
.servicesFluidBgRight.bgShadow {
  position: absolute;
}

.servicesTitle {
  margin-left: 80px;
}

.servicesTitle > p,
.servicesTitleStyle2 > p {
  font-size: 20px;
  line-height: 26px;
  color: #d1d0d5;
  font-weight: 300;
}

.servicesTitleStyle2 {
  text-align: right;
}

.servicesTitleStyle2 > p {
  color: #898989;
}

.servicesTitleStyle2 {
  margin-left: 0;
  margin-right: 80px;
}

.extraFeaturedBlock {
  position: relative;
  margin-left: 13px;
}

.extraFeaturedBorder {
  padding-bottom: 45px;
  border-bottom: 1px solid #e1e1e1;
}

.extraFeaturedBlock .imgWrapper {
  position: absolute;
  top: 7px;
  left: 0;
}

.extraFeaturedContent {
  margin-left: 93px;
}

.extraFeaturedContent .as {
  margin-bottom: 12px;
}

.extraFuaturedImg .imgWrapper {
  position: absolute;
  top: 20px;
  left: 50px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - SERVICES4 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.servicesThumbnail.style3 {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.txtLeft {
  text-align: left;
}

.servicesThumbnail.style3 .servicesContent {
  padding: 0;
}

.servicesThumbnail.style3 .imgWrapper {
  margin-bottom: 22px;
}

.sevicesClear > *[class*="col-"]:nth-child(4n+1) {
  clear: both;
}

.contactUsBlock.styl2 .as {
  font-weight: 300;
  font-family: "Open Sans";
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - SERVICES5 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.sideBar ul {
  border: 1px solid #e4e4e4;
}

.sideBar ul li {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.sideBar ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 5px;
  background: #e4e4e4;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  content: '';
}

.sideBar ul li:hover {
  background: #f0f0f0;
}

.sideBar ul li:hover:before, .sideBar ul li.active:before {
  background: #4356ea;
}

.sideBar ul li.active {
  background: #f0f0f0;
}

.sideBar ul li:last-child {
  border-bottom: 0;
}

.sideBar ul li a {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #363636;
  display: block;
  font-family: "Montserrat";
  font-weight: 700;
  padding: 16px 18px;
}

.pdfBlock {
  position: relative;
  background: #e2e2e2;
  padding: 14px 2px;
  color: #fff;
  max-width: 400px;
}

.pdfBlock.size2 {
  padding: 24px 0;
}

.pdfBlock i.fa {
  color: #0f0f0f;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pdfBlock i.fa:last-child {
  left: auto;
  right: 30px;
  color: #4356ea;
}

.pdfBlock .pdfSize {
  margin: 0 63px;
}

.pdfBlock .pdfSize a {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px;
  display: block;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.pdfBlock .pdfSize a {
  color: #202020;
  margin-bottom: -3px;
}

.pdfBlock .pdfSize span {
  color: #0f0f0f;
}

.mainServicesWrapper {
  position: relative;
  margin-left: 30px;
}

.mainServicesWrapper .imgWrapper {
  margin-bottom: 40px;
}

.servicesSeparator {
  background: #e8e8e8;
  width: 100%;
  height: 1px;
}

.hireBlock {
  background: #4356ea;
  padding: 32px 30px;
  position: relative;
}

.hireBlock .as {
  margin-bottom: 12px;
}

.hireBlock .btnWrapper .button {
  background: #fff;
  color: #4356ea;
}

.hireBlock p {
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 25px;
}

.responsiveSideBar {
  background: #433956;
  padding: 14px 18px;
  margin-bottom: 15px;
  display: none;
}

.responsiveSideBar i.fa {
  color: #fff;
  position: absolute;
  top: 19px;
  right: 31px;
  font-size: 20px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.responsiveSideBar .as {
  text-transform: none;
  font-weight: 400;
}

.responsiveSideBar.DDOpen i.fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - FAQ */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.faqTitle {
  position: relative;
}

.faqTitle .as {
  min-height: 84px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - TEAM MEMBER PROFILE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.memeberTitle {
  position: relative;
}

.memeberTitle .as {
  text-transform: none;
  margin-bottom: 18px;
}

.memberSocial {
  position: relative;
}

.memberSocial a {
  position: relative;
  display: inline-block;
  color: #4356ea;
  border: 1px solid #4356ea;
  border-radius: 100%;
  min-height: 40px;
  min-width: 40px;
  margin: 0 5px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.memberSocial a:first-child {
  margin-left: 0;
}

.memberSocial a i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.borderBottom {
  width: 100%;
  padding-bottom: 38px;
  border-bottom: 1px solid #d6d6d6;
}

.memberPhone,
.memberMail {
  position: relative;
}

.memberPhone a {
  font-size: 42px;
  line-height: 52px;
  color: #242424;
  font-weight: 700;
  font-family: "Montserrat";
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.memberPhone a:hover {
  color: #4356ea;
}

.memberPhone .imgWrapper,
.memberMail .imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: #4356ea;
  min-height: 52px;
  min-width: 52px;
  border-radius: 100%;
}

.memberPhone .imgWrapper i.fa,
.memberMail .imgWrapper i.fa {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.memberContent {
  margin-left: 70px;
}

.memberMail a {
  font-size: 20px;
  line-height: 30px;
  color: #242424;
  font-style: italic;
  font-weight: 700;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.memberMail a i.fa {
  font-size: 15px;
}

.memberMail a:hover {
  color: #4356ea;
}

.memeberImg {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
}

.memeberImg:before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #fff;
  z-index: 2;
  content: '';
}

.workExperince {
  position: relative;
}

.workExperince > .as {
  position: absolute;
  top: 0;
  left: 0;
  color: #4356ea;
}

.workExperinceContent {
  position: relative;
  margin-left: 105px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - 404 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.errorTitle {
  position: relative;
  text-align: center;
}

.errorTitle .as {
  font-size: 240px;
  line-height: 245px;
  color: #fff;
  margin-bottom: 5px;
}

.errorTitle p {
  font-size: 50px;
  line-height: 53px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 20px;
}

.errorTitle .border_btn {
  border-color: #fff;
  color: #fff;
}

.errorTitle span {
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 50px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - CAREER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.sideBar.style2 {
  background: #f1f1f1;
  padding: 15px 28px 68px;
}

.sideBarTitle {
  position: relative;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 14px;
}

.applicationProcess {
  position: relative;
}

.applicationProcess .as {
  text-transform: none;
  margin-bottom: 10px;
}

.ourProposition .as {
  text-transform: none;
  margin-bottom: 7px;
}

.listStyle2 {
  position: relative;
}

.listStyle2 li {
  color: #4356ea;
  margin-bottom: 8px;
}

.listStyle2 li:last-child {
  margin-bottom: 0;
}

.listStyle2 li i.fa {
  color: #242424;
  margin-right: 10px;
  font-size: 15px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - COMING SOON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.comingSoonWrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  font-size: 0;
}

.comingSoonCols {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 661px;
  width: 100%;
  overflow: auto;
}

.comingSoonCols.style2 {
  background: #fff;
}

.comingColsPosition {
  left: 750px;
}

.comingColsPosition2 {
  left: 960px;
}

.comingColsPosition3 {
  right: 0;
  left: auto;
}

.comingColsSize2 {
  max-width: 870px;
}

.comingColsSize3,
.comingColsSize4 {
  max-width: 650px;
}

.fullsizeCols {
  max-width: 100%;
}

.contentCenter {
  text-align: center;
}

.comingSoonContent {
  position: relative;
  max-width: 580px;
  padding: 15px 25px;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
}

.comingSoonContent .comingSoonLogo {
  display: inline-block;
  margin-bottom: 80px;
}

.comingSoonContent .comingSoonLogo img {
  max-width: 182px;
  max-height: 50px;
  display: block;
  margin: 0 auto;
}

.comingSoonContent .as {
  margin-bottom: 10px;
}

.comingSoonContent .as span {
  color: #f6cf33;
  font-weight: 700;
}

.comingSoonContent > p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

.comingSoonContent .button {
  margin: 0 13px;
}

.svgTimerWrapper .comingSoonContent.style2 {
  text-align: left;
}

.svgTimerWrapper .comingSoonContent.style2 .comingSoonLogo {
  margin-bottom: 80px;
}

.svgTimerWrapper .comingSoonContent {
  margin-bottom: 55px;
}

/*Timer*/
.timer {
  position: relative;
}

.timer .timerBlock {
  position: relative;
  display: inline-block;
  margin: 0 13px;
  padding-right: 42px;
  border-right: 1px solid rgba(59, 59, 72, 0.7);
  font-family: "Montserrat";
  text-align: center;
}

.timer .timerBlock:last-child {
  border: 0;
  padding-right: 0;
}

.timer .timerBlock div {
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 14px;
}

.timer .timerBlock span {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

/*Style2*/
.timer.style2 .timerBlock {
  border: 4px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  min-height: 170px;
  min-width: 170px;
  padding: 28px 0 0;
  margin: 0 15px;
}

.timer.style2 .timerBlock div {
  font-size: 55px;
  line-height: 60px;
}

.timer.style2 .timerBlock span {
  font-size: 18px;
  line-height: 20px;
}

.comingSoonAlign {
  display: inline-block;
  vertical-align: middle;
}

.comingSoonAlign:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}

.contentOverlay:before {
  position: absolute;
  top: 60px;
  right: 60px;
  bottom: 60px;
  left: 60px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  content: '';
  z-index: 1;
}

.comingSoonImgWrapper {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.comingSoonImgWrapper .imgWrapper {
  display: inline-block;
  border: 10px solid transparent;
}

.comingSoonImgWrapper .imgWrapper img {
  margin: 0 auto;
}

.comingSoonImgWrapper .imgWrapper:last-child {
  margin-bottom: 0;
}

.coomingSoonSubscribe {
  background: #1b1b28;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 70px 40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.coomingSoonSubscribe:before {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid rgba(242, 242, 242, 0.2);
  content: '';
  z-index: -1;
}

.coomingSoonSubscribe span {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 25px;
}

.coomingSoonSubscribe p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.coomingSoonSubscribe form {
  text-align: left;
}

.coomingSoonSubscribe .simple-input {
  background: #0f0f17;
  border-color: #3b3b4a;
  color: rgba(255, 255, 255, 0.7);
  max-width: 320px;
  margin: 0 30px 0 20px;
}

.coomingSoonSubscribe.style2 {
  background: #f1eff4;
}

.coomingSoonSubscribe.style2:before {
  border: 1px solid rgba(173, 173, 173, 0.7);
}

.coomingSoonSubscribe.style2 span {
  color: #5b3d78;
}

.coomingSoonSubscribe.style2 p {
  color: #898989;
}

.coomingSoonSubscribe.style2 .simple-input {
  background: #fff;
  border-color: #d5d5d5;
  color: #898989;
}

.coomingSoonSubscribe.style2 .simple-input:focus {
  border-color: #38b6d6;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.17);
}

.comingSoonContent2 {
  text-align: center;
}

.comingSoonContent2 .as {
  font-size: 60px;
  line-height: 65px;
}

.comingSoonContent2 p {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}

.svgTimerWrapper .comingSoonContent .comingSoonLogo {
  margin-bottom: 60px;
}

.svgTimerWrapper {
  position: absolute;
  top: 50%;
  left: 50px;
  max-width: 590px;
  max-height: 877px;
  width: 100%;
  height: 100%;
  margin: 0;
  margin: 10px 0;
  -werbkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.svgElements,
.svgElements2,
.svgElements3 {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 213px;
  height: 159px;
  background-size: cover;
  background-position: 50% 50%;
}

.svgElements2 {
  top: auto;
  left: auto;
  bottom: 55px;
  right: 60px;
}

.svgElements3 {
  top: -15px;
  left: auto;
  right: -15px;
}

.svgTimerWrapper.style2 {
  max-width: 875px;
  max-height: 1980px;
  margin: 0;
  padding: 0 50px;
  left: 0;
}

.comingSoonCols.bgWhite {
  background: #fff;
}

.svgBgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.aboutUsAnination {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 250ms linear;
  transition: -webkit-transform 250ms linear;
  -o-transition: transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear;
}

.aboutUsAnination.showAboutUs {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.comingSoonBglayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -werbkit-transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}

.aboutUsContent,
.aboutUsContent2 {
  padding: 0 66px;
  max-width: 100%;
}

.aboutUsContent .simple-article p {
  color: #858585;
}

.aboutUsContent .simple-article h1,
.aboutUsContent .simple-article h2,
.aboutUsContent .simple-article h3,
.aboutUsContent .simple-article h4,
.aboutUsContent .simple-article h5,
.aboutUsContent .simple-article h6 {
  color: #cfcfcf;
}

.closeSidebarContent {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 15px;
}

.closeSidebarContent span {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #242424;
  z-index: 5;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.closeSidebarContent span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closeSidebarContent span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.closeSidebarContent:hover span,
.closeSidebarContent.black:hover span {
  background: #f6cf33;
}

.closeSidebarContent.black span {
  background: #fff;
}

/*STARS ANIMATION*/
@-webkit-keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

/*starsOverlay*/
.starsOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.skewBlock {
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}

#stars {
  width: 1px;
  height: 1px;
  margin-left: 25%;
  background: transparent;
  border-radius: 100%;
  -webkit-box-shadow: 45px 1669px #FFF, 1779px 2397px #FFF, 835px 442px #FFF, 1706px 1344px #FFF, 864px 672px #FFF, 415px 2452px #FFF, 263px 2262px #FFF, 780px 1034px #FFF, 791px 169px #FFF, 2010px 2257px #FFF, 541px 160px #FFF, 1649px 1790px #FFF, 1824px 2500px #FFF, 764px 464px #FFF, 777px 970px #FFF, 1444px 465px #FFF, 69px 1718px #FFF, 738px 1860px #FFF, 305px 659px #FFF, 1060px 498px #FFF, 1769px 1314px #FFF, 1935px 1879px #FFF, 2172px 1117px #FFF, 1795px 1198px #FFF, 842px 157px #FFF, 1837px 1019px #FFF, 1889px 77px #FFF, 275px 2487px #FFF, 1575px 1458px #FFF, 2138px 867px #FFF, 568px 1639px #FFF, 1758px 447px #FFF, 1818px 984px #FFF, 2480px 1256px #FFF, 661px 1100px #FFF, 1463px 1637px #FFF, 390px 1394px #FFF, 2237px 1194px #FFF, 2076px 365px #FFF, 1750px 930px #FFF, 436px 782px #FFF, 609px 960px #FFF, 2091px 2100px #FFF, 1198px 517px #FFF, 1669px 1433px #FFF, 2470px 864px #FFF, 2381px 41px #FFF, 354px 2255px #FFF, 529px 2394px #FFF, 1124px 2087px #FFF, 184px 805px #FFF, 2129px 1663px #FFF, 279px 780px #FFF, 2325px 1925px #FFF, 309px 2055px #FFF, 1615px 1936px #FFF, 2247px 419px #FFF, 756px 1286px #FFF, 1403px 1299px #FFF, 1px 537px #FFF, 574px 690px #FFF, 1500px 831px #FFF, 1160px 354px #FFF, 1962px 255px #FFF, 265px 1981px #FFF, 446px 317px #FFF, 1569px 475px #FFF, 855px 2154px #FFF, 1710px 608px #FFF, 347px 1780px #FFF, 1136px 2070px #FFF, 1732px 788px #FFF, 2447px 166px #FFF, 1058px 859px #FFF, 2102px 2127px #FFF, 1086px 502px #FFF, 1985px 79px #FFF, 411px 42px #FFF, 1790px 2424px #FFF, 582px 320px #FFF, 1464px 73px #FFF, 129px 880px #FFF, 1207px 567px #FFF, 1585px 2202px #FFF, 445px 2108px #FFF, 953px 1816px #FFF, 814px 1186px #FFF, 1091px 1212px #FFF, 322px 1665px #FFF, 1221px 1341px #FFF, 515px 4px #FFF, 281px 382px #FFF, 990px 1321px #FFF, 2271px 225px #FFF, 1604px 411px #FFF, 693px 387px #FFF, 710px 1686px #FFF, 1737px 193px #FFF, 189px 1086px #FFF, 173px 516px #FFF, 1566px 1136px #FFF, 154px 1303px #FFF, 3px 1635px #FFF, 2197px 1734px #FFF, 2300px 1312px #FFF, 1713px 1132px #FFF, 300px 783px #FFF, 1756px 2268px #FFF, 1169px 283px #FFF, 1031px 2251px #FFF, 1906px 1970px #FFF, 2159px 2468px #FFF, 1629px 2293px #FFF, 1146px 1706px #FFF, 1514px 686px #FFF, 1745px 1076px #FFF, 120px 637px #FFF, 20px 10px #FFF, 48px 2270px #FFF, 2189px 156px #FFF, 1631px 852px #FFF, 2073px 663px #FFF, 368px 1067px #FFF, 600px 2414px #FFF, 241px 1656px #FFF, 1082px 645px #FFF, 978px 2497px #FFF, 1417px 1716px #FFF, 2230px 110px #FFF, 1295px 1559px #FFF, 2088px 1700px #FFF, 597px 893px #FFF, 477px 2150px #FFF, 2374px 1687px #FFF, 2271px 2138px #FFF, 292px 1688px #FFF, 2062px 2130px #FFF, 2176px 807px #FFF, 1275px 537px #FFF, 1622px 2398px #FFF, 1737px 13px #FFF, 1556px 1494px #FFF, 2084px 1710px #FFF, 2483px 2225px #FFF, 410px 1567px #FFF, 1084px 839px #FFF, 10px 624px #FFF, 1569px 1440px #FFF, 2454px 2341px #FFF, 970px 2282px #FFF, 881px 288px #FFF, 136px 136px #FFF, 719px 964px #FFF, 2287px 2464px #FFF, 1672px 2447px #FFF, 2135px 1037px #FFF, 804px 959px #FFF, 142px 1326px #FFF, 125px 1717px #FFF, 1800px 1999px #FFF, 698px 1019px #FFF, 389px 762px #FFF, 2196px 523px #FFF, 1829px 1362px #FFF, 1488px 751px #FFF, 1134px 2468px #FFF, 2372px 412px #FFF, 142px 1050px #FFF, 1291px 384px #FFF, 357px 227px #FFF, 811px 1351px #FFF, 1547px 686px #FFF, 1089px 1392px #FFF, 1137px 1739px #FFF, 796px 945px #FFF, 211px 801px #FFF, 1632px 52px #FFF, 838px 840px #FFF, 1695px 154px #FFF, 479px 1473px #FFF, 1544px 2242px #FFF, 498px 672px #FFF, 1881px 346px #FFF, 782px 917px #FFF, 1707px 1892px #FFF, 854px 2411px #FFF, 2133px 1545px #FFF, 181px 2026px #FFF, 550px 1527px #FFF, 2308px 1522px #FFF, 814px 229px #FFF, 2440px 1809px #FFF, 252px 341px #FFF, 1328px 1317px #FFF, 851px 26px #FFF, 145px 760px #FFF, 551px 1795px #FFF, 1004px 427px #FFF, 1036px 2485px #FFF, 1289px 1788px #FFF, 431px 2180px #FFF, 2495px 1614px #FFF, 2483px 365px #FFF, 230px 2265px #FFF, 714px 2365px #FFF, 475px 1909px #FFF, 1085px 1713px #FFF, 2405px 2439px #FFF, 72px 144px #FFF, 449px 1954px #FFF, 195px 2027px #FFF, 690px 915px #FFF, 2188px 1634px #FFF, 1656px 828px #FFF, 1774px 1498px #FFF, 668px 353px #FFF, 1590px 240px #FFF, 1499px 1758px #FFF, 2351px 456px #FFF, 2270px 2237px #FFF, 2329px 745px #FFF, 1085px 477px #FFF, 567px 934px #FFF, 1247px 1605px #FFF, 1491px 259px #FFF, 648px 2220px #FFF, 1785px 1508px #FFF, 2424px 2136px #FFF, 2068px 561px #FFF, 300px 1600px #FFF, 911px 2001px #FFF, 849px 1309px #FFF, 1707px 663px #FFF, 901px 2321px #FFF, 62px 1830px #FFF, 937px 872px #FFF, 496px 1821px #FFF, 408px 127px #FFF, 1399px 2229px #FFF, 2453px 2287px #FFF, 1880px 2471px #FFF, 2055px 2480px #FFF, 633px 646px #FFF, 2139px 345px #FFF, 1405px 1063px #FFF, 1797px 748px #FFF, 201px 698px #FFF, 1995px 1940px #FFF, 601px 1077px #FFF, 1761px 2016px #FFF, 1852px 2064px #FFF, 1875px 1197px #FFF, 1139px 1665px #FFF, 1421px 1157px #FFF, 926px 940px #FFF, 1887px 2363px #FFF, 1953px 215px #FFF, 88px 1484px #FFF, 878px 1314px #FFF, 1378px 630px #FFF, 1839px 828px #FFF, 1211px 200px #FFF, 1395px 1740px #FFF, 2393px 71px #FFF, 1415px 1329px #FFF, 1296px 493px #FFF, 571px 292px #FFF, 308px 1771px #FFF, 2346px 594px #FFF, 313px 2007px #FFF, 1832px 2256px #FFF, 522px 2095px #FFF, 1546px 950px #FFF, 1241px 12px #FFF, 1640px 808px #FFF, 848px 902px #FFF, 564px 961px #FFF, 315px 399px #FFF, 772px 1065px #FFF, 1174px 2179px #FFF, 1251px 2163px #FFF, 508px 2019px #FFF, 2088px 327px #FFF, 2187px 987px #FFF, 419px 521px #FFF, 1162px 2050px #FFF, 1841px 1197px #FFF, 29px 2311px #FFF, 1958px 525px #FFF, 1881px 1843px #FFF, 2097px 1423px #FFF, 1789px 1308px #FFF, 302px 717px #FFF, 2409px 71px #FFF, 971px 125px #FFF, 1606px 576px #FFF, 1417px 2110px #FFF, 154px 1189px #FFF, 1119px 914px #FFF, 574px 2251px #FFF, 1786px 1752px #FFF, 72px 2013px #FFF, 1032px 542px #FFF, 2271px 2034px #FFF, 2252px 784px #FFF, 1485px 843px #FFF, 1743px 1122px #FFF, 446px 2256px #FFF, 1010px 1600px #FFF, 1914px 2088px #FFF, 1286px 338px #FFF, 2182px 1170px #FFF, 194px 1229px #FFF, 1309px 1393px #FFF, 1314px 101px #FFF, 1446px 914px #FFF, 1158px 1014px #FFF, 273px 1559px #FFF, 643px 1319px #FFF, 1779px 1238px #FFF, 1676px 2126px #FFF, 1000px 524px #FFF, 2052px 2194px #FFF, 1628px 100px #FFF, 1840px 598px #FFF, 2442px 591px #FFF, 1176px 2194px #FFF, 1506px 1289px #FFF, 645px 1192px #FFF, 82px 943px #FFF, 565px 639px #FFF, 1759px 241px #FFF, 1600px 65px #FFF, 1061px 363px #FFF, 220px 1606px #FFF, 1718px 2286px #FFF, 1975px 1492px #FFF, 1045px 1795px #FFF, 695px 2257px #FFF, 1507px 1871px #FFF, 787px 1327px #FFF, 1678px 370px #FFF, 1539px 360px #FFF, 2297px 2431px #FFF, 738px 581px #FFF, 2394px 2135px #FFF, 1027px 1028px #FFF, 2355px 320px #FFF, 1135px 738px #FFF, 1582px 1967px #FFF, 1527px 217px #FFF, 2162px 896px #FFF, 473px 602px #FFF, 15px 1746px #FFF, 2032px 2387px #FFF, 2046px 1611px #FFF, 1177px 2283px #FFF, 695px 556px #FFF, 2368px 1169px #FFF, 139px 1329px #FFF, 723px 54px #FFF, 2269px 639px #FFF, 1587px 2160px #FFF, 28px 341px #FFF, 2260px 1348px #FFF, 2280px 2356px #FFF, 1022px 741px #FFF, 758px 305px #FFF, 683px 2318px #FFF, 151px 1828px #FFF, 959px 815px #FFF, 1778px 870px #FFF, 1227px 513px #FFF, 1490px 907px #FFF, 1012px 1305px #FFF, 1636px 1755px #FFF, 1977px 804px #FFF, 995px 2374px #FFF, 1051px 1594px #FFF, 1354px 1668px #FFF, 1945px 1335px #FFF, 744px 1098px #FFF, 1641px 668px #FFF, 1198px 91px #FFF, 2041px 2001px #FFF, 2376px 1093px #FFF, 375px 1178px #FFF, 1714px 2px #FFF, 2086px 237px #FFF, 2464px 1829px #FFF, 1483px 1569px #FFF, 50px 403px #FFF, 1384px 2159px #FFF, 1851px 742px #FFF, 2110px 1204px #FFF, 2106px 1029px #FFF, 1818px 347px #FFF, 1741px 979px #FFF, 1170px 1846px #FFF, 1242px 1339px #FFF, 2206px 1573px #FFF, 1659px 1226px #FFF, 2139px 1998px #FFF, 823px 1183px #FFF, 1592px 1026px #FFF, 1641px 813px #FFF, 564px 817px #FFF, 1546px 1237px #FFF, 1543px 1778px #FFF, 1446px 809px #FFF, 2152px 1677px #FFF, 231px 2352px #FFF, 1231px 853px #FFF, 1082px 1629px #FFF, 935px 176px #FFF, 851px 2471px #FFF, 1198px 215px #FFF, 2303px 726px #FFF, 2290px 68px #FFF, 1146px 2173px #FFF, 910px 928px #FFF, 196px 2206px #FFF, 63px 1493px #FFF, 1309px 1689px #FFF, 780px 450px #FFF, 511px 295px #FFF, 747px 349px #FFF, 1720px 996px #FFF, 2405px 1809px #FFF, 2070px 864px #FFF, 446px 393px #FFF, 940px 2342px #FFF, 2080px 519px #FFF, 2002px 1263px #FFF, 644px 81px #FFF, 1777px 2332px #FFF, 442px 699px #FFF, 2417px 1895px #FFF, 460px 351px #FFF, 446px 1801px #FFF, 680px 696px #FFF, 345px 174px #FFF, 419px 120px #FFF, 2153px 1643px #FFF, 2284px 525px #FFF, 1322px 718px #FFF, 1457px 22px #FFF, 550px 184px #FFF, 1213px 1292px #FFF, 897px 782px #FFF, 1704px 919px #FFF, 1339px 482px #FFF, 208px 1011px #FFF, 63px 257px #FFF, 1128px 1718px #FFF, 830px 706px #FFF, 1915px 2132px #FFF, 1310px 1615px #FFF, 1537px 519px #FFF, 242px 1061px #FFF, 1459px 1063px #FFF, 2149px 728px #FFF, 1277px 717px #FFF, 1680px 1088px #FFF, 1431px 1827px #FFF, 685px 106px #FFF, 1767px 1782px #FFF, 1411px 2217px #FFF, 131px 2352px #FFF, 1853px 653px #FFF, 1671px 1029px #FFF, 912px 2249px #FFF, 1542px 2424px #FFF, 2475px 2460px #FFF, 1686px 617px #FFF, 2393px 1289px #FFF, 1647px 786px #FFF, 2157px 939px #FFF, 1345px 1016px #FFF, 1117px 1671px #FFF, 918px 1540px #FFF, 1528px 628px #FFF, 1346px 627px #FFF, 385px 668px #FFF, 796px 347px #FFF, 337px 557px #FFF, 574px 1515px #FFF, 1713px 1278px #FFF, 2270px 2px #FFF, 412px 183px #FFF, 2408px 2179px #FFF, 1287px 722px #FFF, 1826px 781px #FFF, 1433px 3px #FFF, 723px 599px #FFF, 2198px 2447px #FFF, 64px 389px #FFF, 647px 460px #FFF, 763px 886px #FFF, 1765px 516px #FFF, 980px 1630px #FFF, 2431px 2061px #FFF, 1641px 1795px #FFF, 1005px 1763px #FFF, 1058px 1226px #FFF, 2209px 337px #FFF, 1091px 1532px #FFF, 2053px 2043px #FFF, 690px 799px #FFF, 919px 1453px #FFF, 1298px 624px #FFF, 1897px 641px #FFF, 568px 814px #FFF, 1521px 1086px #FFF, 171px 362px #FFF, 2361px 1851px #FFF, 1082px 743px #FFF, 1455px 1704px #FFF, 2101px 2176px #FFF, 2049px 2311px #FFF, 2291px 2475px #FFF, 2208px 1520px #FFF, 112px 1223px #FFF, 1300px 899px #FFF, 1369px 2272px #FFF, 1829px 472px #FFF, 709px 409px #FFF, 2136px 2119px #FFF, 45px 1355px #FFF, 1686px 1667px #FFF, 976px 1798px #FFF, 1072px 942px #FFF, 37px 564px #FFF, 1968px 1127px #FFF, 1283px 491px #FFF, 2327px 1795px #FFF, 277px 231px #FFF, 70px 1082px #FFF, 1801px 1495px #FFF, 1843px 658px #FFF, 2049px 1990px #FFF, 2448px 1841px #FFF, 1907px 2350px #FFF, 1214px 1281px #FFF, 1261px 1073px #FFF, 2470px 1936px #FFF, 757px 938px #FFF, 1161px 2311px #FFF, 697px 1240px #FFF, 1791px 1015px #FFF, 1349px 33px #FFF, 881px 2190px #FFF, 669px 1128px #FFF, 37px 124px #FFF, 2185px 899px #FFF, 714px 549px #FFF, 2320px 884px #FFF, 1049px 430px #FFF, 1761px 2161px #FFF, 403px 2268px #FFF, 1342px 476px #FFF, 913px 1434px #FFF, 1753px 1669px #FFF, 409px 1209px #FFF, 2423px 89px #FFF, 1236px 625px #FFF, 1497px 574px #FFF, 328px 2039px #FFF, 1080px 361px #FFF, 2139px 2052px #FFF, 69px 139px #FFF, 857px 190px #FFF, 2313px 1697px #FFF, 530px 31px #FFF, 2350px 566px #FFF, 1481px 1455px #FFF, 1802px 455px #FFF, 955px 1216px #FFF, 1351px 1273px #FFF, 1784px 130px #FFF, 495px 1902px #FFF, 2355px 2352px #FFF, 2283px 666px #FFF, 174px 565px #FFF, 2282px 1364px #FFF, 2244px 2377px #FFF, 1921px 1112px #FFF, 679px 544px #FFF, 1326px 1687px #FFF, 1718px 150px #FFF, 50px 1698px #FFF, 1318px 2465px #FFF, 2088px 2270px #FFF, 2381px 1491px #FFF, 208px 736px #FFF, 556px 2358px #FFF, 1450px 1236px #FFF, 118px 1274px #FFF, 667px 1512px #FFF, 1202px 44px #FFF, 526px 424px #FFF, 2200px 1255px #FFF, 547px 2101px #FFF, 1617px 2359px #FFF, 1766px 1540px #FFF, 876px 49px #FFF, 1989px 1826px #FFF, 2455px 2001px #FFF, 2345px 208px #FFF, 1332px 1694px #FFF, 2447px 2090px #FFF, 1672px 1266px #FFF, 383px 2326px #FFF, 2491px 2013px #FFF, 1414px 662px #FFF, 1054px 376px #FFF, 1381px 286px #FFF, 536px 106px #FFF, 817px 2436px #FFF, 1236px 1576px #FFF, 13px 789px #FFF, 2305px 256px #FFF, 2302px 2417px #FFF, 1790px 1200px #FFF, 442px 13px #FFF, 2068px 1783px #FFF, 678px 130px #FFF, 2406px 965px #FFF, 1880px 2096px #FFF, 1922px 1102px #FFF, 2335px 1274px #FFF, 520px 313px #FFF, 2192px 522px #FFF, 216px 2445px #FFF, 119px 543px #FFF, 1648px 1982px #FFF, 261px 679px #FFF, 1256px 982px #FFF, 761px 1065px #FFF, 1083px 1357px #FFF, 1343px 1995px #FFF, 2202px 743px #FFF, 443px 2452px #FFF, 271px 71px #FFF, 1019px 71px #FFF, 1104px 1091px #FFF, 384px 2495px #FFF, 1766px 1407px #FFF, 517px 1873px #FFF, 1073px 1758px #FFF, 2008px 277px #FFF, 808px 767px #FFF, 1665px 284px #FFF, 347px 206px #FFF, 71px 2010px #FFF, 1291px 693px #FFF, 807px 1865px #FFF, 2119px 944px #FFF, 106px 2125px #FFF, 2231px 733px #FFF, 927px 354px #FFF, 775px 778px #FFF, 1621px 961px #FFF, 28px 2096px #FFF, 2392px 1879px #FFF, 1774px 1637px #FFF, 1228px 1336px #FFF, 1452px 1647px #FFF, 1015px 1157px #FFF, 2091px 1804px #FFF, 586px 915px #FFF, 1473px 1218px #FFF, 1932px 1514px #FFF, 2476px 29px #FFF, 675px 1346px #FFF, 386px 1542px #FFF, 2193px 1470px #FFF, 1105px 1675px #FFF, 1830px 2322px #FFF, 663px 85px #FFF, 2132px 1354px #FFF, 315px 1086px #FFF, 670px 1450px #FFF, 825px 881px #FFF, 1879px 2471px #FFF, 822px 1540px #FFF, 136px 235px #FFF, 725px 1742px #FFF, 1609px 1957px #FFF, 2317px 1079px #FFF, 1053px 1488px #FFF, 1430px 896px #FFF, 2096px 261px #FFF, 1769px 2287px #FFF, 1949px 1845px #FFF, 1660px 2163px #FFF, 1702px 793px #FFF, 1537px 1326px #FFF, 1670px 1450px #FFF, 223px 321px #FFF;
  box-shadow: 45px 1669px #FFF, 1779px 2397px #FFF, 835px 442px #FFF, 1706px 1344px #FFF, 864px 672px #FFF, 415px 2452px #FFF, 263px 2262px #FFF, 780px 1034px #FFF, 791px 169px #FFF, 2010px 2257px #FFF, 541px 160px #FFF, 1649px 1790px #FFF, 1824px 2500px #FFF, 764px 464px #FFF, 777px 970px #FFF, 1444px 465px #FFF, 69px 1718px #FFF, 738px 1860px #FFF, 305px 659px #FFF, 1060px 498px #FFF, 1769px 1314px #FFF, 1935px 1879px #FFF, 2172px 1117px #FFF, 1795px 1198px #FFF, 842px 157px #FFF, 1837px 1019px #FFF, 1889px 77px #FFF, 275px 2487px #FFF, 1575px 1458px #FFF, 2138px 867px #FFF, 568px 1639px #FFF, 1758px 447px #FFF, 1818px 984px #FFF, 2480px 1256px #FFF, 661px 1100px #FFF, 1463px 1637px #FFF, 390px 1394px #FFF, 2237px 1194px #FFF, 2076px 365px #FFF, 1750px 930px #FFF, 436px 782px #FFF, 609px 960px #FFF, 2091px 2100px #FFF, 1198px 517px #FFF, 1669px 1433px #FFF, 2470px 864px #FFF, 2381px 41px #FFF, 354px 2255px #FFF, 529px 2394px #FFF, 1124px 2087px #FFF, 184px 805px #FFF, 2129px 1663px #FFF, 279px 780px #FFF, 2325px 1925px #FFF, 309px 2055px #FFF, 1615px 1936px #FFF, 2247px 419px #FFF, 756px 1286px #FFF, 1403px 1299px #FFF, 1px 537px #FFF, 574px 690px #FFF, 1500px 831px #FFF, 1160px 354px #FFF, 1962px 255px #FFF, 265px 1981px #FFF, 446px 317px #FFF, 1569px 475px #FFF, 855px 2154px #FFF, 1710px 608px #FFF, 347px 1780px #FFF, 1136px 2070px #FFF, 1732px 788px #FFF, 2447px 166px #FFF, 1058px 859px #FFF, 2102px 2127px #FFF, 1086px 502px #FFF, 1985px 79px #FFF, 411px 42px #FFF, 1790px 2424px #FFF, 582px 320px #FFF, 1464px 73px #FFF, 129px 880px #FFF, 1207px 567px #FFF, 1585px 2202px #FFF, 445px 2108px #FFF, 953px 1816px #FFF, 814px 1186px #FFF, 1091px 1212px #FFF, 322px 1665px #FFF, 1221px 1341px #FFF, 515px 4px #FFF, 281px 382px #FFF, 990px 1321px #FFF, 2271px 225px #FFF, 1604px 411px #FFF, 693px 387px #FFF, 710px 1686px #FFF, 1737px 193px #FFF, 189px 1086px #FFF, 173px 516px #FFF, 1566px 1136px #FFF, 154px 1303px #FFF, 3px 1635px #FFF, 2197px 1734px #FFF, 2300px 1312px #FFF, 1713px 1132px #FFF, 300px 783px #FFF, 1756px 2268px #FFF, 1169px 283px #FFF, 1031px 2251px #FFF, 1906px 1970px #FFF, 2159px 2468px #FFF, 1629px 2293px #FFF, 1146px 1706px #FFF, 1514px 686px #FFF, 1745px 1076px #FFF, 120px 637px #FFF, 20px 10px #FFF, 48px 2270px #FFF, 2189px 156px #FFF, 1631px 852px #FFF, 2073px 663px #FFF, 368px 1067px #FFF, 600px 2414px #FFF, 241px 1656px #FFF, 1082px 645px #FFF, 978px 2497px #FFF, 1417px 1716px #FFF, 2230px 110px #FFF, 1295px 1559px #FFF, 2088px 1700px #FFF, 597px 893px #FFF, 477px 2150px #FFF, 2374px 1687px #FFF, 2271px 2138px #FFF, 292px 1688px #FFF, 2062px 2130px #FFF, 2176px 807px #FFF, 1275px 537px #FFF, 1622px 2398px #FFF, 1737px 13px #FFF, 1556px 1494px #FFF, 2084px 1710px #FFF, 2483px 2225px #FFF, 410px 1567px #FFF, 1084px 839px #FFF, 10px 624px #FFF, 1569px 1440px #FFF, 2454px 2341px #FFF, 970px 2282px #FFF, 881px 288px #FFF, 136px 136px #FFF, 719px 964px #FFF, 2287px 2464px #FFF, 1672px 2447px #FFF, 2135px 1037px #FFF, 804px 959px #FFF, 142px 1326px #FFF, 125px 1717px #FFF, 1800px 1999px #FFF, 698px 1019px #FFF, 389px 762px #FFF, 2196px 523px #FFF, 1829px 1362px #FFF, 1488px 751px #FFF, 1134px 2468px #FFF, 2372px 412px #FFF, 142px 1050px #FFF, 1291px 384px #FFF, 357px 227px #FFF, 811px 1351px #FFF, 1547px 686px #FFF, 1089px 1392px #FFF, 1137px 1739px #FFF, 796px 945px #FFF, 211px 801px #FFF, 1632px 52px #FFF, 838px 840px #FFF, 1695px 154px #FFF, 479px 1473px #FFF, 1544px 2242px #FFF, 498px 672px #FFF, 1881px 346px #FFF, 782px 917px #FFF, 1707px 1892px #FFF, 854px 2411px #FFF, 2133px 1545px #FFF, 181px 2026px #FFF, 550px 1527px #FFF, 2308px 1522px #FFF, 814px 229px #FFF, 2440px 1809px #FFF, 252px 341px #FFF, 1328px 1317px #FFF, 851px 26px #FFF, 145px 760px #FFF, 551px 1795px #FFF, 1004px 427px #FFF, 1036px 2485px #FFF, 1289px 1788px #FFF, 431px 2180px #FFF, 2495px 1614px #FFF, 2483px 365px #FFF, 230px 2265px #FFF, 714px 2365px #FFF, 475px 1909px #FFF, 1085px 1713px #FFF, 2405px 2439px #FFF, 72px 144px #FFF, 449px 1954px #FFF, 195px 2027px #FFF, 690px 915px #FFF, 2188px 1634px #FFF, 1656px 828px #FFF, 1774px 1498px #FFF, 668px 353px #FFF, 1590px 240px #FFF, 1499px 1758px #FFF, 2351px 456px #FFF, 2270px 2237px #FFF, 2329px 745px #FFF, 1085px 477px #FFF, 567px 934px #FFF, 1247px 1605px #FFF, 1491px 259px #FFF, 648px 2220px #FFF, 1785px 1508px #FFF, 2424px 2136px #FFF, 2068px 561px #FFF, 300px 1600px #FFF, 911px 2001px #FFF, 849px 1309px #FFF, 1707px 663px #FFF, 901px 2321px #FFF, 62px 1830px #FFF, 937px 872px #FFF, 496px 1821px #FFF, 408px 127px #FFF, 1399px 2229px #FFF, 2453px 2287px #FFF, 1880px 2471px #FFF, 2055px 2480px #FFF, 633px 646px #FFF, 2139px 345px #FFF, 1405px 1063px #FFF, 1797px 748px #FFF, 201px 698px #FFF, 1995px 1940px #FFF, 601px 1077px #FFF, 1761px 2016px #FFF, 1852px 2064px #FFF, 1875px 1197px #FFF, 1139px 1665px #FFF, 1421px 1157px #FFF, 926px 940px #FFF, 1887px 2363px #FFF, 1953px 215px #FFF, 88px 1484px #FFF, 878px 1314px #FFF, 1378px 630px #FFF, 1839px 828px #FFF, 1211px 200px #FFF, 1395px 1740px #FFF, 2393px 71px #FFF, 1415px 1329px #FFF, 1296px 493px #FFF, 571px 292px #FFF, 308px 1771px #FFF, 2346px 594px #FFF, 313px 2007px #FFF, 1832px 2256px #FFF, 522px 2095px #FFF, 1546px 950px #FFF, 1241px 12px #FFF, 1640px 808px #FFF, 848px 902px #FFF, 564px 961px #FFF, 315px 399px #FFF, 772px 1065px #FFF, 1174px 2179px #FFF, 1251px 2163px #FFF, 508px 2019px #FFF, 2088px 327px #FFF, 2187px 987px #FFF, 419px 521px #FFF, 1162px 2050px #FFF, 1841px 1197px #FFF, 29px 2311px #FFF, 1958px 525px #FFF, 1881px 1843px #FFF, 2097px 1423px #FFF, 1789px 1308px #FFF, 302px 717px #FFF, 2409px 71px #FFF, 971px 125px #FFF, 1606px 576px #FFF, 1417px 2110px #FFF, 154px 1189px #FFF, 1119px 914px #FFF, 574px 2251px #FFF, 1786px 1752px #FFF, 72px 2013px #FFF, 1032px 542px #FFF, 2271px 2034px #FFF, 2252px 784px #FFF, 1485px 843px #FFF, 1743px 1122px #FFF, 446px 2256px #FFF, 1010px 1600px #FFF, 1914px 2088px #FFF, 1286px 338px #FFF, 2182px 1170px #FFF, 194px 1229px #FFF, 1309px 1393px #FFF, 1314px 101px #FFF, 1446px 914px #FFF, 1158px 1014px #FFF, 273px 1559px #FFF, 643px 1319px #FFF, 1779px 1238px #FFF, 1676px 2126px #FFF, 1000px 524px #FFF, 2052px 2194px #FFF, 1628px 100px #FFF, 1840px 598px #FFF, 2442px 591px #FFF, 1176px 2194px #FFF, 1506px 1289px #FFF, 645px 1192px #FFF, 82px 943px #FFF, 565px 639px #FFF, 1759px 241px #FFF, 1600px 65px #FFF, 1061px 363px #FFF, 220px 1606px #FFF, 1718px 2286px #FFF, 1975px 1492px #FFF, 1045px 1795px #FFF, 695px 2257px #FFF, 1507px 1871px #FFF, 787px 1327px #FFF, 1678px 370px #FFF, 1539px 360px #FFF, 2297px 2431px #FFF, 738px 581px #FFF, 2394px 2135px #FFF, 1027px 1028px #FFF, 2355px 320px #FFF, 1135px 738px #FFF, 1582px 1967px #FFF, 1527px 217px #FFF, 2162px 896px #FFF, 473px 602px #FFF, 15px 1746px #FFF, 2032px 2387px #FFF, 2046px 1611px #FFF, 1177px 2283px #FFF, 695px 556px #FFF, 2368px 1169px #FFF, 139px 1329px #FFF, 723px 54px #FFF, 2269px 639px #FFF, 1587px 2160px #FFF, 28px 341px #FFF, 2260px 1348px #FFF, 2280px 2356px #FFF, 1022px 741px #FFF, 758px 305px #FFF, 683px 2318px #FFF, 151px 1828px #FFF, 959px 815px #FFF, 1778px 870px #FFF, 1227px 513px #FFF, 1490px 907px #FFF, 1012px 1305px #FFF, 1636px 1755px #FFF, 1977px 804px #FFF, 995px 2374px #FFF, 1051px 1594px #FFF, 1354px 1668px #FFF, 1945px 1335px #FFF, 744px 1098px #FFF, 1641px 668px #FFF, 1198px 91px #FFF, 2041px 2001px #FFF, 2376px 1093px #FFF, 375px 1178px #FFF, 1714px 2px #FFF, 2086px 237px #FFF, 2464px 1829px #FFF, 1483px 1569px #FFF, 50px 403px #FFF, 1384px 2159px #FFF, 1851px 742px #FFF, 2110px 1204px #FFF, 2106px 1029px #FFF, 1818px 347px #FFF, 1741px 979px #FFF, 1170px 1846px #FFF, 1242px 1339px #FFF, 2206px 1573px #FFF, 1659px 1226px #FFF, 2139px 1998px #FFF, 823px 1183px #FFF, 1592px 1026px #FFF, 1641px 813px #FFF, 564px 817px #FFF, 1546px 1237px #FFF, 1543px 1778px #FFF, 1446px 809px #FFF, 2152px 1677px #FFF, 231px 2352px #FFF, 1231px 853px #FFF, 1082px 1629px #FFF, 935px 176px #FFF, 851px 2471px #FFF, 1198px 215px #FFF, 2303px 726px #FFF, 2290px 68px #FFF, 1146px 2173px #FFF, 910px 928px #FFF, 196px 2206px #FFF, 63px 1493px #FFF, 1309px 1689px #FFF, 780px 450px #FFF, 511px 295px #FFF, 747px 349px #FFF, 1720px 996px #FFF, 2405px 1809px #FFF, 2070px 864px #FFF, 446px 393px #FFF, 940px 2342px #FFF, 2080px 519px #FFF, 2002px 1263px #FFF, 644px 81px #FFF, 1777px 2332px #FFF, 442px 699px #FFF, 2417px 1895px #FFF, 460px 351px #FFF, 446px 1801px #FFF, 680px 696px #FFF, 345px 174px #FFF, 419px 120px #FFF, 2153px 1643px #FFF, 2284px 525px #FFF, 1322px 718px #FFF, 1457px 22px #FFF, 550px 184px #FFF, 1213px 1292px #FFF, 897px 782px #FFF, 1704px 919px #FFF, 1339px 482px #FFF, 208px 1011px #FFF, 63px 257px #FFF, 1128px 1718px #FFF, 830px 706px #FFF, 1915px 2132px #FFF, 1310px 1615px #FFF, 1537px 519px #FFF, 242px 1061px #FFF, 1459px 1063px #FFF, 2149px 728px #FFF, 1277px 717px #FFF, 1680px 1088px #FFF, 1431px 1827px #FFF, 685px 106px #FFF, 1767px 1782px #FFF, 1411px 2217px #FFF, 131px 2352px #FFF, 1853px 653px #FFF, 1671px 1029px #FFF, 912px 2249px #FFF, 1542px 2424px #FFF, 2475px 2460px #FFF, 1686px 617px #FFF, 2393px 1289px #FFF, 1647px 786px #FFF, 2157px 939px #FFF, 1345px 1016px #FFF, 1117px 1671px #FFF, 918px 1540px #FFF, 1528px 628px #FFF, 1346px 627px #FFF, 385px 668px #FFF, 796px 347px #FFF, 337px 557px #FFF, 574px 1515px #FFF, 1713px 1278px #FFF, 2270px 2px #FFF, 412px 183px #FFF, 2408px 2179px #FFF, 1287px 722px #FFF, 1826px 781px #FFF, 1433px 3px #FFF, 723px 599px #FFF, 2198px 2447px #FFF, 64px 389px #FFF, 647px 460px #FFF, 763px 886px #FFF, 1765px 516px #FFF, 980px 1630px #FFF, 2431px 2061px #FFF, 1641px 1795px #FFF, 1005px 1763px #FFF, 1058px 1226px #FFF, 2209px 337px #FFF, 1091px 1532px #FFF, 2053px 2043px #FFF, 690px 799px #FFF, 919px 1453px #FFF, 1298px 624px #FFF, 1897px 641px #FFF, 568px 814px #FFF, 1521px 1086px #FFF, 171px 362px #FFF, 2361px 1851px #FFF, 1082px 743px #FFF, 1455px 1704px #FFF, 2101px 2176px #FFF, 2049px 2311px #FFF, 2291px 2475px #FFF, 2208px 1520px #FFF, 112px 1223px #FFF, 1300px 899px #FFF, 1369px 2272px #FFF, 1829px 472px #FFF, 709px 409px #FFF, 2136px 2119px #FFF, 45px 1355px #FFF, 1686px 1667px #FFF, 976px 1798px #FFF, 1072px 942px #FFF, 37px 564px #FFF, 1968px 1127px #FFF, 1283px 491px #FFF, 2327px 1795px #FFF, 277px 231px #FFF, 70px 1082px #FFF, 1801px 1495px #FFF, 1843px 658px #FFF, 2049px 1990px #FFF, 2448px 1841px #FFF, 1907px 2350px #FFF, 1214px 1281px #FFF, 1261px 1073px #FFF, 2470px 1936px #FFF, 757px 938px #FFF, 1161px 2311px #FFF, 697px 1240px #FFF, 1791px 1015px #FFF, 1349px 33px #FFF, 881px 2190px #FFF, 669px 1128px #FFF, 37px 124px #FFF, 2185px 899px #FFF, 714px 549px #FFF, 2320px 884px #FFF, 1049px 430px #FFF, 1761px 2161px #FFF, 403px 2268px #FFF, 1342px 476px #FFF, 913px 1434px #FFF, 1753px 1669px #FFF, 409px 1209px #FFF, 2423px 89px #FFF, 1236px 625px #FFF, 1497px 574px #FFF, 328px 2039px #FFF, 1080px 361px #FFF, 2139px 2052px #FFF, 69px 139px #FFF, 857px 190px #FFF, 2313px 1697px #FFF, 530px 31px #FFF, 2350px 566px #FFF, 1481px 1455px #FFF, 1802px 455px #FFF, 955px 1216px #FFF, 1351px 1273px #FFF, 1784px 130px #FFF, 495px 1902px #FFF, 2355px 2352px #FFF, 2283px 666px #FFF, 174px 565px #FFF, 2282px 1364px #FFF, 2244px 2377px #FFF, 1921px 1112px #FFF, 679px 544px #FFF, 1326px 1687px #FFF, 1718px 150px #FFF, 50px 1698px #FFF, 1318px 2465px #FFF, 2088px 2270px #FFF, 2381px 1491px #FFF, 208px 736px #FFF, 556px 2358px #FFF, 1450px 1236px #FFF, 118px 1274px #FFF, 667px 1512px #FFF, 1202px 44px #FFF, 526px 424px #FFF, 2200px 1255px #FFF, 547px 2101px #FFF, 1617px 2359px #FFF, 1766px 1540px #FFF, 876px 49px #FFF, 1989px 1826px #FFF, 2455px 2001px #FFF, 2345px 208px #FFF, 1332px 1694px #FFF, 2447px 2090px #FFF, 1672px 1266px #FFF, 383px 2326px #FFF, 2491px 2013px #FFF, 1414px 662px #FFF, 1054px 376px #FFF, 1381px 286px #FFF, 536px 106px #FFF, 817px 2436px #FFF, 1236px 1576px #FFF, 13px 789px #FFF, 2305px 256px #FFF, 2302px 2417px #FFF, 1790px 1200px #FFF, 442px 13px #FFF, 2068px 1783px #FFF, 678px 130px #FFF, 2406px 965px #FFF, 1880px 2096px #FFF, 1922px 1102px #FFF, 2335px 1274px #FFF, 520px 313px #FFF, 2192px 522px #FFF, 216px 2445px #FFF, 119px 543px #FFF, 1648px 1982px #FFF, 261px 679px #FFF, 1256px 982px #FFF, 761px 1065px #FFF, 1083px 1357px #FFF, 1343px 1995px #FFF, 2202px 743px #FFF, 443px 2452px #FFF, 271px 71px #FFF, 1019px 71px #FFF, 1104px 1091px #FFF, 384px 2495px #FFF, 1766px 1407px #FFF, 517px 1873px #FFF, 1073px 1758px #FFF, 2008px 277px #FFF, 808px 767px #FFF, 1665px 284px #FFF, 347px 206px #FFF, 71px 2010px #FFF, 1291px 693px #FFF, 807px 1865px #FFF, 2119px 944px #FFF, 106px 2125px #FFF, 2231px 733px #FFF, 927px 354px #FFF, 775px 778px #FFF, 1621px 961px #FFF, 28px 2096px #FFF, 2392px 1879px #FFF, 1774px 1637px #FFF, 1228px 1336px #FFF, 1452px 1647px #FFF, 1015px 1157px #FFF, 2091px 1804px #FFF, 586px 915px #FFF, 1473px 1218px #FFF, 1932px 1514px #FFF, 2476px 29px #FFF, 675px 1346px #FFF, 386px 1542px #FFF, 2193px 1470px #FFF, 1105px 1675px #FFF, 1830px 2322px #FFF, 663px 85px #FFF, 2132px 1354px #FFF, 315px 1086px #FFF, 670px 1450px #FFF, 825px 881px #FFF, 1879px 2471px #FFF, 822px 1540px #FFF, 136px 235px #FFF, 725px 1742px #FFF, 1609px 1957px #FFF, 2317px 1079px #FFF, 1053px 1488px #FFF, 1430px 896px #FFF, 2096px 261px #FFF, 1769px 2287px #FFF, 1949px 1845px #FFF, 1660px 2163px #FFF, 1702px 793px #FFF, 1537px 1326px #FFF, 1670px 1450px #FFF, 223px 321px #FFF;
  -webkit-animation: animStar 50s infinite linear;
  animation: animStar 50s infinite linear;
}

#stars2 {
  width: 2px;
  height: 2px;
  margin-left: 25%;
  background: transparent;
  border-radius: 100%;
  -webkit-box-shadow: 2358px 2324px #FFF, 1343px 2281px #FFF, 2374px 1819px #FFF, 2435px 562px #FFF, 566px 526px #FFF, 531px 1844px #FFF, 898px 668px #FFF, 1318px 247px #FFF, 1658px 482px #FFF, 300px 1830px #FFF, 2163px 1485px #FFF, 1464px 1330px #FFF, 1479px 26px #FFF, 2264px 880px #FFF, 1737px 1544px #FFF, 2128px 781px #FFF, 1649px 216px #FFF, 744px 727px #FFF, 1497px 1661px #FFF, 468px 1947px #FFF, 482px 1503px #FFF, 1852px 658px #FFF, 1718px 1661px #FFF, 728px 217px #FFF, 2014px 716px #FFF, 2335px 26px #FFF, 1099px 1219px #FFF, 1726px 810px #FFF, 1132px 1337px #FFF, 1150px 1663px #FFF, 1807px 1553px #FFF, 2372px 1416px #FFF, 2000px 1998px #FFF, 2354px 172px #FFF, 1069px 1879px #FFF, 12px 1850px #FFF, 1460px 850px #FFF, 1491px 1098px #FFF, 467px 1873px #FFF, 1922px 1662px #FFF, 1584px 960px #FFF, 1489px 1919px #FFF, 1361px 550px #FFF, 163px 18px #FFF, 1969px 1361px #FFF, 1402px 1309px #FFF, 934px 568px #FFF, 1231px 1770px #FFF, 564px 2213px #FFF, 1608px 1237px #FFF, 1501px 2137px #FFF, 1395px 1338px #FFF, 355px 1518px #FFF, 63px 1708px #FFF, 1822px 70px #FFF, 2472px 1357px #FFF, 2051px 2193px #FFF, 468px 730px #FFF, 2228px 420px #FFF, 5px 503px #FFF, 1426px 285px #FFF, 226px 2058px #FFF, 1525px 600px #FFF, 419px 104px #FFF, 1017px 2237px #FFF, 825px 284px #FFF, 1097px 1126px #FFF, 1770px 348px #FFF, 1394px 2309px #FFF, 2197px 14px #FFF, 978px 982px #FFF, 374px 827px #FFF, 2474px 2113px #FFF, 414px 2243px #FFF, 1710px 1081px #FFF, 2075px 1784px #FFF, 2160px 759px #FFF, 1019px 835px #FFF, 777px 122px #FFF, 2457px 1629px #FFF, 1679px 333px #FFF, 1619px 1715px #FFF, 2066px 1930px #FFF, 1177px 2452px #FFF, 1731px 2025px #FFF, 2212px 347px #FFF, 416px 172px #FFF, 1481px 2277px #FFF, 422px 1952px #FFF, 1679px 2209px #FFF, 297px 1026px #FFF, 2208px 1262px #FFF, 533px 1663px #FFF, 1473px 815px #FFF, 1132px 1521px #FFF, 2151px 1612px #FFF, 518px 412px #FFF, 2311px 1323px #FFF, 2195px 2403px #FFF, 916px 403px #FFF, 549px 684px #FFF, 1142px 1737px #FFF, 2432px 303px #FFF, 2247px 1264px #FFF, 353px 707px #FFF, 163px 1203px #FFF, 1605px 2250px #FFF, 711px 685px #FFF, 2156px 700px #FFF, 2270px 1552px #FFF, 296px 1654px #FFF, 657px 1287px #FFF, 1374px 849px #FFF, 2055px 2478px #FFF, 1387px 965px #FFF, 2163px 1337px #FFF, 1188px 905px #FFF, 1698px 2421px #FFF, 17px 2065px #FFF, 2023px 1688px #FFF, 1937px 1397px #FFF, 2285px 48px #FFF, 1691px 1571px #FFF, 2479px 1362px #FFF, 1123px 2169px #FFF, 2322px 1795px #FFF, 1654px 677px #FFF, 258px 2351px #FFF, 2454px 2140px #FFF, 1768px 39px #FFF, 982px 1831px #FFF, 2459px 1682px #FFF, 1690px 2491px #FFF, 268px 2365px #FFF, 2118px 1888px #FFF, 273px 1012px #FFF, 171px 1222px #FFF, 1529px 1617px #FFF, 2481px 1692px #FFF, 1022px 1945px #FFF, 952px 726px #FFF, 1px 638px #FFF, 869px 601px #FFF, 385px 906px #FFF, 1595px 2353px #FFF, 141px 1716px #FFF, 228px 46px #FFF, 125px 27px #FFF, 2406px 2212px #FFF, 1344px 967px #FFF, 117px 1297px #FFF, 9px 1839px #FFF, 40px 2410px #FFF, 1811px 2170px #FFF, 763px 1389px #FFF, 409px 2494px #FFF, 915px 1664px #FFF, 1418px 385px #FFF, 547px 30px #FFF, 558px 2352px #FFF, 644px 1741px #FFF, 123px 478px #FFF, 1903px 858px #FFF, 938px 177px #FFF, 509px 30px #FFF, 383px 1114px #FFF, 264px 982px #FFF, 120px 1199px #FFF, 939px 2079px #FFF, 1606px 743px #FFF, 1302px 2229px #FFF, 2262px 162px #FFF, 302px 830px #FFF, 1392px 1032px #FFF, 2106px 544px #FFF, 1936px 214px #FFF, 1764px 1604px #FFF, 349px 247px #FFF, 1085px 2426px #FFF, 1471px 1527px #FFF, 2255px 1347px #FFF, 433px 1936px #FFF, 1190px 158px #FFF, 2331px 1417px #FFF, 2182px 1831px #FFF, 801px 1606px #FFF, 1800px 230px #FFF, 1049px 856px #FFF, 498px 836px #FFF, 186px 2258px #FFF, 2386px 109px #FFF, 2471px 204px #FFF, 936px 1012px #FFF, 862px 1199px #FFF, 30px 1253px #FFF, 1470px 2400px #FFF, 525px 227px #FFF, 1535px 2343px #FFF, 1760px 1836px #FFF, 2101px 2166px #FFF;
  box-shadow: 2358px 2324px #FFF, 1343px 2281px #FFF, 2374px 1819px #FFF, 2435px 562px #FFF, 566px 526px #FFF, 531px 1844px #FFF, 898px 668px #FFF, 1318px 247px #FFF, 1658px 482px #FFF, 300px 1830px #FFF, 2163px 1485px #FFF, 1464px 1330px #FFF, 1479px 26px #FFF, 2264px 880px #FFF, 1737px 1544px #FFF, 2128px 781px #FFF, 1649px 216px #FFF, 744px 727px #FFF, 1497px 1661px #FFF, 468px 1947px #FFF, 482px 1503px #FFF, 1852px 658px #FFF, 1718px 1661px #FFF, 728px 217px #FFF, 2014px 716px #FFF, 2335px 26px #FFF, 1099px 1219px #FFF, 1726px 810px #FFF, 1132px 1337px #FFF, 1150px 1663px #FFF, 1807px 1553px #FFF, 2372px 1416px #FFF, 2000px 1998px #FFF, 2354px 172px #FFF, 1069px 1879px #FFF, 12px 1850px #FFF, 1460px 850px #FFF, 1491px 1098px #FFF, 467px 1873px #FFF, 1922px 1662px #FFF, 1584px 960px #FFF, 1489px 1919px #FFF, 1361px 550px #FFF, 163px 18px #FFF, 1969px 1361px #FFF, 1402px 1309px #FFF, 934px 568px #FFF, 1231px 1770px #FFF, 564px 2213px #FFF, 1608px 1237px #FFF, 1501px 2137px #FFF, 1395px 1338px #FFF, 355px 1518px #FFF, 63px 1708px #FFF, 1822px 70px #FFF, 2472px 1357px #FFF, 2051px 2193px #FFF, 468px 730px #FFF, 2228px 420px #FFF, 5px 503px #FFF, 1426px 285px #FFF, 226px 2058px #FFF, 1525px 600px #FFF, 419px 104px #FFF, 1017px 2237px #FFF, 825px 284px #FFF, 1097px 1126px #FFF, 1770px 348px #FFF, 1394px 2309px #FFF, 2197px 14px #FFF, 978px 982px #FFF, 374px 827px #FFF, 2474px 2113px #FFF, 414px 2243px #FFF, 1710px 1081px #FFF, 2075px 1784px #FFF, 2160px 759px #FFF, 1019px 835px #FFF, 777px 122px #FFF, 2457px 1629px #FFF, 1679px 333px #FFF, 1619px 1715px #FFF, 2066px 1930px #FFF, 1177px 2452px #FFF, 1731px 2025px #FFF, 2212px 347px #FFF, 416px 172px #FFF, 1481px 2277px #FFF, 422px 1952px #FFF, 1679px 2209px #FFF, 297px 1026px #FFF, 2208px 1262px #FFF, 533px 1663px #FFF, 1473px 815px #FFF, 1132px 1521px #FFF, 2151px 1612px #FFF, 518px 412px #FFF, 2311px 1323px #FFF, 2195px 2403px #FFF, 916px 403px #FFF, 549px 684px #FFF, 1142px 1737px #FFF, 2432px 303px #FFF, 2247px 1264px #FFF, 353px 707px #FFF, 163px 1203px #FFF, 1605px 2250px #FFF, 711px 685px #FFF, 2156px 700px #FFF, 2270px 1552px #FFF, 296px 1654px #FFF, 657px 1287px #FFF, 1374px 849px #FFF, 2055px 2478px #FFF, 1387px 965px #FFF, 2163px 1337px #FFF, 1188px 905px #FFF, 1698px 2421px #FFF, 17px 2065px #FFF, 2023px 1688px #FFF, 1937px 1397px #FFF, 2285px 48px #FFF, 1691px 1571px #FFF, 2479px 1362px #FFF, 1123px 2169px #FFF, 2322px 1795px #FFF, 1654px 677px #FFF, 258px 2351px #FFF, 2454px 2140px #FFF, 1768px 39px #FFF, 982px 1831px #FFF, 2459px 1682px #FFF, 1690px 2491px #FFF, 268px 2365px #FFF, 2118px 1888px #FFF, 273px 1012px #FFF, 171px 1222px #FFF, 1529px 1617px #FFF, 2481px 1692px #FFF, 1022px 1945px #FFF, 952px 726px #FFF, 1px 638px #FFF, 869px 601px #FFF, 385px 906px #FFF, 1595px 2353px #FFF, 141px 1716px #FFF, 228px 46px #FFF, 125px 27px #FFF, 2406px 2212px #FFF, 1344px 967px #FFF, 117px 1297px #FFF, 9px 1839px #FFF, 40px 2410px #FFF, 1811px 2170px #FFF, 763px 1389px #FFF, 409px 2494px #FFF, 915px 1664px #FFF, 1418px 385px #FFF, 547px 30px #FFF, 558px 2352px #FFF, 644px 1741px #FFF, 123px 478px #FFF, 1903px 858px #FFF, 938px 177px #FFF, 509px 30px #FFF, 383px 1114px #FFF, 264px 982px #FFF, 120px 1199px #FFF, 939px 2079px #FFF, 1606px 743px #FFF, 1302px 2229px #FFF, 2262px 162px #FFF, 302px 830px #FFF, 1392px 1032px #FFF, 2106px 544px #FFF, 1936px 214px #FFF, 1764px 1604px #FFF, 349px 247px #FFF, 1085px 2426px #FFF, 1471px 1527px #FFF, 2255px 1347px #FFF, 433px 1936px #FFF, 1190px 158px #FFF, 2331px 1417px #FFF, 2182px 1831px #FFF, 801px 1606px #FFF, 1800px 230px #FFF, 1049px 856px #FFF, 498px 836px #FFF, 186px 2258px #FFF, 2386px 109px #FFF, 2471px 204px #FFF, 936px 1012px #FFF, 862px 1199px #FFF, 30px 1253px #FFF, 1470px 2400px #FFF, 525px 227px #FFF, 1535px 2343px #FFF, 1760px 1836px #FFF, 2101px 2166px #FFF;
  -webkit-animation: animStar 100s infinite linear;
  animation: animStar 100s infinite linear;
}

#stars3 {
  width: 3px;
  height: 3px;
  margin-left: 25%;
  background: transparent;
  border-radius: 100%;
  -webkit-box-shadow: 1762px 1065px #FFF, 1517px 2371px #FFF, 931px 1135px #FFF, 1813px 1381px #FFF, 1947px 719px #FFF, 1815px 2198px #FFF, 2260px 2478px #FFF, 416px 649px #FFF, 2394px 1178px #FFF, 1539px 2221px #FFF, 1123px 1151px #FFF, 123px 1689px #FFF, 358px 2150px #FFF, 1686px 1725px #FFF, 1679px 2127px #FFF, 1984px 1247px #FFF, 1900px 841px #FFF, 57px 1107px #FFF, 617px 2040px #FFF, 2081px 2018px #FFF, 1007px 1460px #FFF, 218px 2410px #FFF, 1260px 85px #FFF, 1752px 683px #FFF, 2209px 2470px #FFF, 2223px 1191px #FFF, 1775px 1807px #FFF, 1197px 1770px #FFF, 267px 1350px #FFF, 1335px 1093px #FFF, 828px 1193px #FFF, 1859px 2008px #FFF, 2083px 194px #FFF, 1583px 2373px #FFF, 1103px 1760px #FFF, 594px 1198px #FFF, 2265px 400px #FFF, 965px 1773px #FFF, 2374px 2171px #FFF, 1310px 1933px #FFF, 1461px 724px #FFF, 2273px 1649px #FFF, 360px 1793px #FFF, 2305px 1297px #FFF, 622px 2207px #FFF, 1376px 1919px #FFF, 1702px 1994px #FFF, 1358px 1717px #FFF, 1225px 2213px #FFF, 1835px 748px #FFF, 1068px 2021px #FFF, 291px 1626px #FFF, 645px 1077px #FFF, 920px 928px #FFF, 2457px 1940px #FFF, 1857px 2071px #FFF, 2158px 1615px #FFF, 197px 1684px #FFF, 278px 1664px #FFF, 1038px 1573px #FFF, 1813px 1315px #FFF, 891px 1350px #FFF, 1600px 1911px #FFF, 1401px 2283px #FFF, 675px 1812px #FFF, 120px 593px #FFF, 218px 1133px #FFF, 1017px 1190px #FFF, 14px 2435px #FFF, 2037px 1041px #FFF, 506px 837px #FFF, 673px 2341px #FFF, 687px 1818px #FFF, 2029px 1916px #FFF, 1354px 2180px #FFF, 916px 2456px #FFF, 2260px 2073px #FFF, 1489px 1739px #FFF, 2319px 240px #FFF, 1713px 2283px #FFF, 81px 556px #FFF, 1510px 1734px #FFF, 1580px 2447px #FFF, 1717px 2374px #FFF, 2082px 1296px #FFF, 314px 1395px #FFF, 136px 1345px #FFF, 329px 191px #FFF, 321px 2415px #FFF, 1931px 1486px #FFF, 2173px 2135px #FFF, 718px 2377px #FFF, 668px 617px #FFF, 127px 1965px #FFF, 487px 2448px #FFF, 1131px 1980px #FFF, 1403px 2306px #FFF, 301px 513px #FFF, 1042px 2302px #FFF, 43px 1270px #FFF;
  box-shadow: 1762px 1065px #FFF, 1517px 2371px #FFF, 931px 1135px #FFF, 1813px 1381px #FFF, 1947px 719px #FFF, 1815px 2198px #FFF, 2260px 2478px #FFF, 416px 649px #FFF, 2394px 1178px #FFF, 1539px 2221px #FFF, 1123px 1151px #FFF, 123px 1689px #FFF, 358px 2150px #FFF, 1686px 1725px #FFF, 1679px 2127px #FFF, 1984px 1247px #FFF, 1900px 841px #FFF, 57px 1107px #FFF, 617px 2040px #FFF, 2081px 2018px #FFF, 1007px 1460px #FFF, 218px 2410px #FFF, 1260px 85px #FFF, 1752px 683px #FFF, 2209px 2470px #FFF, 2223px 1191px #FFF, 1775px 1807px #FFF, 1197px 1770px #FFF, 267px 1350px #FFF, 1335px 1093px #FFF, 828px 1193px #FFF, 1859px 2008px #FFF, 2083px 194px #FFF, 1583px 2373px #FFF, 1103px 1760px #FFF, 594px 1198px #FFF, 2265px 400px #FFF, 965px 1773px #FFF, 2374px 2171px #FFF, 1310px 1933px #FFF, 1461px 724px #FFF, 2273px 1649px #FFF, 360px 1793px #FFF, 2305px 1297px #FFF, 622px 2207px #FFF, 1376px 1919px #FFF, 1702px 1994px #FFF, 1358px 1717px #FFF, 1225px 2213px #FFF, 1835px 748px #FFF, 1068px 2021px #FFF, 291px 1626px #FFF, 645px 1077px #FFF, 920px 928px #FFF, 2457px 1940px #FFF, 1857px 2071px #FFF, 2158px 1615px #FFF, 197px 1684px #FFF, 278px 1664px #FFF, 1038px 1573px #FFF, 1813px 1315px #FFF, 891px 1350px #FFF, 1600px 1911px #FFF, 1401px 2283px #FFF, 675px 1812px #FFF, 120px 593px #FFF, 218px 1133px #FFF, 1017px 1190px #FFF, 14px 2435px #FFF, 2037px 1041px #FFF, 506px 837px #FFF, 673px 2341px #FFF, 687px 1818px #FFF, 2029px 1916px #FFF, 1354px 2180px #FFF, 916px 2456px #FFF, 2260px 2073px #FFF, 1489px 1739px #FFF, 2319px 240px #FFF, 1713px 2283px #FFF, 81px 556px #FFF, 1510px 1734px #FFF, 1580px 2447px #FFF, 1717px 2374px #FFF, 2082px 1296px #FFF, 314px 1395px #FFF, 136px 1345px #FFF, 329px 191px #FFF, 321px 2415px #FFF, 1931px 1486px #FFF, 2173px 2135px #FFF, 718px 2377px #FFF, 668px 617px #FFF, 127px 1965px #FFF, 487px 2448px #FFF, 1131px 1980px #FFF, 1403px 2306px #FFF, 301px 513px #FFF, 1042px 2302px #FFF, 43px 1270px #FFF;
  -webkit-animation: animStar 150s infinite linear;
  animation: animStar 150s infinite linear;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - PORTFOLIO HOME */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.portfolioContentWrapper {
  position: relative;
  min-height: 547px;
}

.imgContent {
  position: relative;
  padding: 40px;
}

.imgContent p {
  font-size: 25px;
  line-height: 28px;
  font-style: italic;
  color: #363636;
}

.aboutMeDescription {
  text-align: right;
}

.aboutMeDescription .as {
  font-weight: 300;
  text-transform: none;
}

.aboutMeContent {
  margin-left: 40px;
}

.myConsWrapper {
  position: relative;
  background: #fbfafb;
  padding: 36px 0;
}

.cons {
  text-align: center;
  display: inline-block;
  margin: 0 50px;
}

.cons .imgWrapper {
  margin-bottom: 19px;
}

.cons .imgWrapper img {
  margin: 0 auto;
}

.portfolioBlog {
  padding: 40px 10px;
  min-height: 420px;
  text-align: center;
  position: relative;
  margin-right: 50px;
}

.portfolioBlog .as {
  font-weight: 300;
  font-size: 30px;
  text-transform: none;
}

.blogDetailInfo {
  position: relative;
}

.blogDetailInfo span {
  color: #999;
  font-family: "Montserrat";
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.blogDetailInfo a {
  color: #4356ea;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.blogDetailInfo a:hover {
  color: #4356ea;
  text-decoration: underline;
}

.blogDetailInfo .as {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 7px;
}

.blogDetailBorder {
  padding-bottom: 55px;
  border-bottom: 1px solid #eaeaea;
}

.ourWork .as {
  margin-bottom: 10px;
}

.ourWork > p {
  color: #88adf1;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.ourWork a {
  color: #eecc37;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 700;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.ourWork a:hover {
  color: #eecc37;
  text-decoration: underline;
}

.numberCounterWrapp.style3 {
  padding-top: 435px;
}

.numberCounterWrapp.style3 .numberCounter {
  color: #f7d344;
}

.numberCounterWrapp.style3 .counterBlock .numberCounter:before {
  background: #f7d344;
}

.numberCounterWrapp.style3 .counterBlock p {
  color: #fff;
}

.workExperince.style2 > .as {
  color: #4356ea;
}

.numberCounterWrapp.style4 {
  text-align: left;
  padding: 0;
}

.numberCounterWrapp.style4 p {
  font-family: "PT serif";
  font-style: italic;
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.numberCounterWrapp.style4 .counterBlock {
  display: block;
}

.numberCounterWrapp.style4 .numberCounter {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  background: #3b3b3b;
  display: inline-block;
  padding: 5px 18px 5px 8px;
  border-radius: 3px;
  font-weight: 400;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.numberCounterWrapp.style4 .numberCounter:before {
  top: 50%;
  left: auto;
  right: 8px;
  background: transparent;
  height: auto;
  width: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 9px;
  content: '%';
}

.numberCounterWrapp.style4 .numberCounter:after {
  position: absolute;
  top: 90%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 7px solid #3b3b3b;
  border-right: 10px solid transparent;
  content: '';
}

.numberCounterWrapp.style4 .numberLine {
  width: 100%;
  background: #d6d6d6;
  height: 11px;
  position: relative;
}

.numberAnimationWrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #5a5da2;
  width: 0;
  -webkit-transition: width 1s linear;
  -o-transition: width 1s linear;
  transition: width 1s linear;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - PORTFOLIO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.filterShortcode {
  position: relative;
  text-align: center;
}

.filterShortcode .filterBtn {
  position: relative;
  display: inline-block;
  font-family: "Montserrat";
  text-transform: uppercase;
  margin: 0 26px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  color: #363636;
  cursor: pointer;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.filterShortcode .filterBtn.active,
.filterShortcode .filterBtn.is-checked,
.filterShortcode .filterBtn:hover {
  color: #4356ea;
}

.filterShortcode p {
  display: inline-block;
  position: relative;
}

.filterShortcode p:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #4356ea;
  content: '';
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.filterShortcode p:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #4356ea;
  content: '';
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.filterShortcode p:hover:before,
.filterShortcode p:hover:after {
  width: 50%;
}

.filterShortcode .active p:before,
.filterShortcode .active p:after,
.filterShortcode .is-checked p:before,
.filterShortcode .is-checked p:after {
  width: 50%;
}

.responsiveFilter {
  display: none;
}

.portfolioMasonry .grid-item-1 {
  width: 20%;
  text-align: center;
  margin-bottom: 20px;
}

.portfolioMasonry .grid-item-1 p {
  font-style: italic;
  color: #898989;
  font-weight: 600;
}

.portfolioMasonry.grid .imgWrapper {
  border: 15px solid transparent;
  max-width: 100%;
}

.portfolioMasonry.grid .imgWrapper img {
  width: 100%;
}

/*Portfolio grid size*/
.portfolioMasonry.size4 .grid-item-1 {
  width: 25%;
}

.portfolioMasonry.size3 .grid-item-1 {
  width: 33%;
}

.portfolioMasonry.size2 .grid-item-1 {
  width: 50%;
}

/*Portfolio hover*/
.portfolioHover {
  position: relative;
  overflow: hidden;
}

.portfolioHover .imgWrapper {
  overflow: hidden;
}

.portfolioHover .imgWrapper:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(67, 86, 234, 0.9);
  content: '';
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.portfolioHover:hover .imgWrapper:after {
  opacity: 1;
}

.portfolioMasonry.hoverStyle2 .grid-item-1 {
  margin-bottom: 0;
}

.portfolioMasonry.hoverStyle2 .portfolioDescripton {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.portfolioMasonry.hoverStyle2 .portfolioDescripton .as {
  opacity: 0;
  color: #fff;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.portfolioMasonry.hoverStyle2 .portfolioDescripton p {
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.portfolioMasonry.hoverStyle2 .grid-item:hover .portfolioDescripton {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolioMasonry.hoverStyle2 .grid-item:hover .portfolioDescripton .as {
  opacity: 1;
}

.portfolioMasonry.hoverStyle2 .grid-item:hover .portfolioDescripton p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.imgWrapper a.lightbox {
  position: absolute;
  top: 25px;
  right: 33px;
  z-index: 3;
  font-size: 21px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.imgWrapper a.lightbox i {
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.imgWrapper a.lightbox:hover i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.portfolioHover:hover a.lightbox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}

.portfolioDetails {
  position: absolute;
  left: 30px;
  bottom: 0;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.portfolioDetails:hover {
  color: #fff;
  text-decoration: underline;
}

.portfolioHover:hover .portfolioDetails {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.portfolioHover .imgWrapper img {
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.portfolioHover:hover .imgWrapper img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*No space portfolio*/
.portfolioMasonry.grid.style2 .imgWrapper {
  border-left: 0;
  border-right: 0;
}

.portfolioMasonry.grid.style3 .imgWrapper {
  border: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - PORTFOLIO FULL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bgBlack .filterShortcode .filterBtn {
  color: #fff;
}

.bgBlack .filterShortcode .filterBtn:hover {
  color: #38b6d6;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - PROJECT DETAILS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.projectWrapper {
  position: relative;
}

.projectDescriptionList {
  margin-left: 55px;
}

.projectDescriptionList li {
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 11px;
}

.projectDescriptionList li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.projectDescriptionList .as {
  margin-bottom: 3px;
}

.projectDescriptionList span {
  color: #8d8d8d;
  margin-right: 30px;
}

.projectDescriptionList li span:last-of-type {
  margin-right: 0;
}

.projectPagination {
  position: relative;
}

.projectPagination a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #242424;
  border: 1px solid #242424;
  border-radius: 5px;
  padding: 14px 52px;
  letter-spacing: 2px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  font-family: "Montserrat",sans-serif;
}

.projectPagination .pagiPrev span {
  padding-left: 10px;
}

.projectPagination .projectButton {
  display: inline-block;
}

.projectPagination .pagiNext {
  float: right;
}

.projectPagination .pagiNext span {
  padding-right: 10px;
}

.projectPagination a:hover {
  background: #4356ea;
  border-color: #4356ea;
  color: #fff;
}

.projectButton {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.projectButton:before {
  position: absolute;
  top: 11px;
  left: 9px;
  width: 10px;
  height: 10px;
  background: #595959;
  border-radius: 50%;
  content: '';
}

.projectButton:after {
  position: absolute;
  top: 11px;
  right: 9px;
  width: 10px;
  height: 10px;
  background: #595959;
  border-radius: 50%;
  content: '';
}

.projectButton span:before {
  position: absolute;
  bottom: 7px;
  left: 9px;
  width: 10px;
  height: 10px;
  background: #595959;
  border-radius: 50%;
  content: '';
}

.projectButton span:after {
  position: absolute;
  bottom: 7px;
  right: 9px;
  width: 10px;
  height: 10px;
  background: #595959;
  border-radius: 50%;
  content: '';
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - PORTFOLIO CONTENT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.portfolioContent {
  position: relative;
  margin: 0 40px;
}

.portfolioContent .as {
  margin-bottom: 5px;
  font-size: 18px;
}

.portfolioContent span {
  font-style: italic;
  color: #898989;
  display: block;
  margin-bottom: 26px;
}

.portfolioContent a {
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4c7ce8;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.portfolioContent a:hover {
  color: #4c7ce8;
  text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - PHOTOGRAPHER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.chooseBlock.style2 {
  border: 0;
  padding: 0 0 30px 0;
  margin-left: 15px;
}

.chooseBlock.style2 .imgWrapper {
  top: 0;
  left: 0;
}

.chooseBlock.style2 .imgWrapper i.fa {
  font-size: 30px;
  color: #4356ea;
}

.chooseBlock.style2 .imgWrapper i.fa.fa-lightbulb-o {
  font-size: 35px;
}

.chooseBlock.style2 .chooseContent .as {
  padding-left: 45px;
  margin-bottom: 25px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: relative;
  top: 4px;
}

.servicesOffer {
  position: relative;
}

.servicesOffer .imgWrapper {
  margin-bottom: 22px;
}

.servicesOffer a:hover {
  color: #f6cf32;
  -webkit-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear;
}

.innovativeWrapper {
  position: relative;
  margin-left: 40px;
}

.innovativeWrapper .as {
  text-transform: none;
  margin-bottom: 15px;
}

.innovativeBorder {
  padding-bottom: 50px;
  border-bottom: 1px solid #d6d6d6;
}

.innovativeDescription p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.innovativeDescription span {
  color: #666;
}

.memeberImg.style2:before {
  border-width: 3px;
}

.mySpecificationBg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}

.photographerTitle .as {
  text-transform: none;
  margin-bottom: 41px;
}

.photographerTitle .as span {
  font-weight: 300;
}

.photographerTitle p {
  font-size: 25px;
  line-height: 35px;
  font-family: "Pt Serif";
  font-style: italic;
  color: #fff;
  margin-bottom: 45px;
}

.bannerWrapper {
  position: relative;
}

.bannerDescription {
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: .5px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.grid.photographerGrid .imgWrapper {
  max-width: 631px;
  border-width: 5px;
}

.grid.photographerGrid .grid-item-1 {
  width: 25%;
}

.grid.photographerGrid .grid-item-2 {
  width: 50%;
}

.grid .stamp {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  border: 5px solid transparent;
  padding: 96px 0;
  text-align: center;
}

.grid .stamp.stampStyle .as {
  text-transform: none;
  font-weight: 300;
  margin-bottom: 6px;
  color: #f3f3f3;
}

.grid .stamp.stampStyle .as span {
  text-transform: uppercase;
  font-weight: 700;
}

.grid .stamp.stampStyle > p {
  letter-spacing: 34px;
  font-size: 17px;
  line-height: 25px;
  color: #f3f3f3;
  text-transform: uppercase;
}

.masonryDesription {
  position: absolute;
  bottom: 0;
  left: 100%;
  color: #f5f5f5;
  font-family: "PT Serif";
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  width: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.memeberImg.style2 {
  max-width: 300px;
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer {
  position: relative;
  background: #222;
  z-index: 10;
}

.footer_copy_right {
  overflow: hidden;
  background: #1c1c1c;
  padding: 25px 0px;
}

.footer_copy_right .pull-left p {
  font-size: 15px;
  color: #636262;
  font-family: 'Open Sans', sans-serif;
}

.footer_copy_right .pull-right p {
  font-size: 15px;
  color: #636262;
  font-family: 'Open Sans', sans-serif;
}

.footer_copy_right .pull-right p a:hover {
  color: #4356ea;
}

.f_social_icon {
  list-style: none;
}

.f_social_icon li {
  display: inline-block;
  margin-right: 35px;
}

.f_social_icon li a {
  color: #fff !important;
}

.f_social_icon li:before {
  display: none !important;
}

footer h4.widget-title {
  margin-top: -10px;
}

footer h4.widget-title span.line {
  width: 30px;
  height: 1px;
  background: #3cacff;
  display: block;
}

.footerTopInfo {
  padding: 83px 0;
}

footer .logo {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

footer .logo img {
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

footer .logo:hover img {
  opacity: 0.8;
}

footer .as {
  color: #c8c8c8;
}

footer .footerSubscribe h4 {
  margin-top: -10px;
}

footer .simple-article p.col2 {
  color: #757474;
}

.footerSubscribe .as,
footer .simple-article p,
footer .simple-list ul li a {
  color: #c8c8c8;
}

footer .simple-list ul li a {
  text-transform: uppercase;
}

.footerSubscribe form {
  position: relative;
}

.footerSubscribe form .simple-input {
  padding-right: 75px;
}

.footerSubscribe i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footerSubscribe > a {
  font-size: 16px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.footerSubscribe > a:hover {
  color: #f6cf33;
}

.footerBottonInfo {
  background: #1c1c1c;
  padding: 25px 0;
}

.footerBottomInfo p,
.footerBottomInfo a {
  color: #5f5e5e;
  display: inline-block;
}

.footerBottomInfo a {
  float: right;
}

.footerBottomInfo a span {
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.footerBottomInfo a:hover span {
  color: #f6cf33;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE 5 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* COMMON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
  line-height: 26px;
  letter-spacing: 0.6px;
}

.pad50_0 {
  padding: 50px 0 0 0;
}

.pad50_100 {
  padding: 50px 0 100px 0;
}

.pad80_0 {
  padding: 80px 0 0 0;
}

.pad90_0 {
  padding: 90px 0 0 0;
}

.pad80_100 {
  padding: 80px 0 100px 0;
}

07.pad80_60 {
  padding: 80px 0 60px 0;
}

.pad100_0 {
  padding: 100px 0 0 0;
}

.pad0_100 {
  padding: 0 0 100px 0;
}

.pad0_30 {
  padding: 0 0 30px 0;
}

.pad0_80 {
  padding: 0 0 80px 0;
}

.pad_0_130 {
  padding: 0 0 130px 0;
}

.pad135_100 {
  padding: 135px 0 100px 0;
}

.pad100 {
  padding: 100px 0;
}

.padbt25 {
  padding: 0 0 30px 0;
}

.margtp5 {
  margin-top: 5px;
}

.margtp10 {
  margin-top: 10px;
}

.margtp15 {
  margin-top: 15px;
}

.margtp20 {
  margin-top: 20px;
}

.margbt5 {
  margin-bottom: 5px;
}

.margbt10 {
  margin-bottom: 10px;
}

.margbt15 {
  margin-bottom: 15px;
}

.margbt20 {
  margin-bottom: 20px;
}

.margbt30 {
  margin-bottom: 30px;
}

.margbt35 {
  margin-bottom: 35px;
}

.margbt40 {
  margin-bottom: 40px;
}

.margbt50 {
  margin-bottom: 50px;
}

.margbt70 {
  margin-bottom: 70px;
}

.margbt75 {
  margin-bottom: 75px;
}

.sec-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
}

.sec-title h2.white {
  color: #fff;
}

.sec-title p {
  color: #898989;
  font-size: 16px;
}

.sec-title span.line {
  width: 85px;
  height: 2px;
  background-color: #1da4e8;
  display: inline-block;
}

.grid-item-2 {
  width: 64%;
}

.grid .imgWrapper {
  max-width: 750px;
}

.emptySpace40 {
  height: 40px;
}

.col_white {
  color: #fff;
}

.col_yellow {
  color: #e3de4d;
}

.col_orange {
  color: #bd4025;
}

.col_green {
  color: #c4f17a;
}

.col_green1 {
  color: #0bdc68;
}

.col_green2 {
  color: #006600;
}

.col_gray {
  color: #cbcbcb;
}

.col_gray1 {
  color: #898989;
}

.col_gray2 {
  color: #cdcdcd;
}

.col_black1 {
  color: #242424;
}

.col_blue {
  color: #97beea;
}

.col_pink {
  color: #ff8caf;
}

.fnsize50 {
  font-size: 50px;
}

.fnsize55 {
  font-size: 55px;
}

.fnsize70 {
  font-size: 70px;
}

.fnsize60 {
  font-size: 60px;
}

.fnsize45 {
  font-size: 45px;
}

.fnsize42 {
  font-size: 42px;
}

.fnsize32 {
  font-size: 32px;
}

.fnsize32 span {
  color: #4356ea;
  font-weight: bold;
}

.fnsize30 {
  font-size: 30px;
}

.fnsize28 {
  font-size: 28px;
}

.fnsize24 {
  font-size: 24px;
}

.fnsize22 {
  font-size: 22px;
}

.fnsize20 {
  font-size: 20px;
}

.fnsize18 {
  font-size: 18px;
}

.fnsize17 {
  font-size: 17px;
}

.fnsize16 {
  font-size: 16px;
}

.fnsize15 {
  font-size: 15px;
}

.fnsize12 {
  font-size: 12px;
}

.text_thin {
  font-weight: 400;
}

.text_bold {
  font-weight: 700;
}

.text_trans_none {
  text-transform: none;
}

.text_italic {
  font-style: italic;
}

.text_underline {
  text-decoration: underline;
}

.whatWedoBorder2 {
  border-bottom: 1px solid #242029;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .fnsize50, .fnsize60, .fnsize70, .fnsize45, .fnsize55, .fnsize42, .fnsize32, .sec-title h2 {
    font-size: 26px;
  }
  .pad100_0 {
    padding: 50px 0;
  }
  .pad0_80 {
    padding: 0 0 30px 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER 5 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#header5 {
  position: relative;
}

#header5 .main-logo {
  display: none;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 100;
}

#fp-nav {
  z-index: 2 !important;
}

@media (min-width: 992px) {
  #header5 .main-logo {
    display: block;
  }
  header.headerStyle5.headerStyle2 .logo {
    margin-left: 35px;
  }
  header.headerStyle5.headerStyle2 {
    width: 250px;
    height: 100%;
    background: #fff;
    padding: 0;
    -webkit-transform: translateX(106%);
    -ms-transform: translateX(106%);
    transform: translateX(106%);
    right: 0;
    left: auto;
    position: fixed;
    height: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    z-index: 99;
  }
  header.headerStyle5.headerStyle2 .headerClosed {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    right: 100%;
    left: auto;
    background: transparent;
    width: 30px;
    top: 50px;
    margin-right: 50px;
    position: absolute;
    display: block;
  }
  .headerClosed .closedMenuIcon {
    width: 27px;
    height: 14px;
    position: absolute;
    top: 22px;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  header.headerStyle5.headerStyle2 nav ul li:hover > ul {
    left: -275px;
  }
  header.headerStyle5.headerStyle2 nav > ul > li > i.fa, header.headerStyle5.headerStyle2 nav ul li ul li i.fa {
    left: 15px;
    right: auto;
  }
  header.headerStyle5.headerStyle2 .headerClosed .closedMenuIcon {
    top: 0;
  }
  header.headerStyle5.headerStyle2 nav ul li a {
    padding: 13px 34px;
    color: #242424;
  }
  header.headerStyle5.headerStyle2 .headerSearch img:last-child {
    visibility: unset;
    opacity: 1;
    left: 0;
    right: auto;
  }
  header.headerStyle5.headerStyle2 .headerSearch img:first-child {
    visibility: visible;
    opacity: 0;
  }
  header.headerStyle5.headerStyle2 .headerSearch {
    padding: 13px 40px;
  }
}

@media (max-width: 991px) {
  header.headerStyle5.headerStyle2, header.headerStyle5.headerStyle2.headerAnimated .headerAnimateWrapper {
    padding: 0;
    height: 65px;
    position: fixed;
    animation: unset;
    -webkit-animation: unset;
  }
  header.headerStyle5.headerStyle2 .menuIcon {
    top: 25px;
    margin-top: 0;
  }
  header.headerStyle5.headerStyle2 .headerAnimateWrapper .logo {
    top: 15px;
  }
  header.headerStyle5.headerStyle2 .responsiveWrapper {
    top: 65px;
  }
  header.headerStyle5.headerStyle2 .headerSearch {
    height: 58px;
  }
  header.headerStyle5.headerStyle2 .headerSearch img:first-child {
    display: none;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SLIDER 4 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mainBanner4 .swiper-slide {
  height: 938px;
}

.mainBanner4 .mainSlider .cell-view {
  vertical-align: top;
  padding-top: 360px;
}

.mainBanner4 .swiper-slide {
  height: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* COMPANY INTRODUCTION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.company_introduction .bg {
  padding: 100px 0 100px 80px;
}

.company_introduction .bg span.line {
  background-color: #5c567b;
  height: 1px;
  width: 100%;
  display: block;
}

.company_introduction .bg p:last-child {
  color: #b4b2bf;
}

@media (max-width: 991px) {
  .company_introduction .bg {
    padding: 100px 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SLIDER 5 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mainBanner5 .swiper-slide {
  height: 800px;
}

.mainBanner5 h1 {
  font-size: 65px;
  color: #e6a93f;
  font-family: "Montserrat",sans-serif;
}

.mainBanner5 h2 {
  font-style: italic;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-transform: capitalize;
}

.mainBanner5 p {
  font-size: 18px;
  font-style: italic;
  color: #666666;
}

.mainBanner5 .mainSlider.sliderPosition .cell-view {
  vertical-align: top;
}

@media (max-width: 991px) {
  .mainBanner5 .mainSlider.sliderPosition .cell-view {
    padding: 300px 0 0 0;
  }
}

@media (max-width: 767px) {
  .mainBanner5 h1 {
    font-size: 30px;
  }
  .mainBanner5 .mainSlider.sliderPosition .cell-view {
    padding: 200px 0 0 0;
    height: 100% !important;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bgContact {
  background-color: #121212;
}

.contanctInfo5 {
  padding: 50px 0 0 50px;
}

.contanctInfo5 .contact-box {
  margin-bottom: 50px;
}

.contanctInfo5 .contact-box .icon-box {
  width: 75px;
}

.contanctInfo5 .contact-box .icon-box, .contanctInfo5 .contact-box .text-box {
  display: table-cell;
  vertical-align: middle;
}

.contanctInfo5 .contact-box .text-box p {
  font-size: 15px;
  color: #898989;
}

.contanctInfo5 .contact-box .icon-box i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #404040;
  color: #404040;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
}

.StyleContact5 .simple-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #4d4d4d;
  padding: 0;
  font-size: 15px;
  color: #8f8e8e;
}

.StyleContact5 textarea.simple-input {
  height: 100px;
}

.StyleContact5 .button.style5 {
  background: #c0c0c0;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-family: 'Roboto Slab', sans-serif;
  color: #2d2d2d;
  width: 125px;
  height: 35px;
  text-align: center;
  padding: 0;
  border-radius: 0;
  line-height: 35px;
  padding: 0px !important;
}

.StyleContact5 .button.style5:hover {
  background: #4356ea;
  color: #fff;
}

.StyleContact5 #form-contact5 {
  padding: 50px;
}

@media (max-width: 1199px) {
  .contanctInfo5 {
    padding: 50px 0 0 0;
  }
}

@media (max-width: 767px) {
  .contanctInfo5 {
    padding: 0;
  }
  .contanctInfo5 .contact-box {
    margin-bottom: 30px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MY PORTFOLIO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.myPortfolio .grid-sizer {
  width: 33.33%;
}

.myPortfolio .filterShortcode {
  margin-top: 10px;
  text-align: right;
}

.myPortfolio .filterShortcode .filterBtn:last-child {
  margin: 0 0 0 26px;
}

.myPortfolio .filterShortcode .filterBtn {
  color: #a0a0b0;
}

.portfolioMasonry.hoverStyle2 .grid-item-new:hover .portfolioDescripton {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolioMasonry.hoverStyle2 .grid-item-new:hover .portfolioDescripton .as {
  opacity: 1;
}

.portfolioMasonry.hoverStyle2 .grid-item-new:hover .portfolioDescripton p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .myPortfolio .filterShortcode {
    display: block;
    text-align: left;
  }
  .myPortfolio .filterShortcode .filterBtn {
    position: relative;
    display: inline-block;
    margin-right: 15px;
  }
  .myPortfolio .grid-item-new {
    margin-bottom: 30px;
  }
  .myPortfolio .grid-item-new:last-child {
    margin-bottom: 0;
  }
  .myPortfolio .grid-sizer {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .myPortfolio .grid-sizer {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SERVICE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bgService5 {
  background-color: #201a2a;
  min-height: 719px;
}

.bgService5::before {
  content: "";
  background: url("../img/Home5/my_service/bg1.jpg") no-repeat;
  width: 30%;
  position: absolute;
  left: 0;
  height: 100%;
}

.bgService5 .sec-service .item {
  padding: 35px;
  border: 1px solid #352c45;
}

.bgService5 .sec-service .item h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.bgService5 .sec-service .item i {
  display: block;
}

.bgService5 .sec-service .item i::before {
  margin-left: 0;
  font-size: 50px;
  color: #335bba;
}

.bgService5 .sec-service .item {
  font-size: 15px;
  color: #9c9c9c;
}

@media (min-width: 1600px) {
  .bgService5::before {
    width: 701px;
  }
}

@media (max-width: 1199px) {
  .bgService5::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .bgService5 .col-sm-6 {
    margin-bottom: 30px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ABOUT ME */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bgAboutme5 {
  background-color: #201a2a;
}

.bgAboutme5 .imgWrapper img {
  margin: 0 auto;
}

.bgAboutme5 p {
  font-size: 24px;
  font-weight: 300;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CLIENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.my_clients {
  background: url(../img/Home5/my_clients/bg-client.jpg) no-repeat top center;
  background-size: cover;
  min-height: 579px;
}

.my_clients .nav-tabs {
  border-bottom: none;
}

.my_clients .nav li {
  margin-bottom: 0;
}

.my_clients .nav > li > a {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 0;
}

.my_clients .nav > li.active > a, .my_clients .nav > li:hover > a {
  border: none;
  background-color: transparent;
}

#myClient .clients_l {
  height: 124px;
}

#myClient .clients_l img {
  width: 100%;
  border: 1px solid #47434c;
  height: 124px;
}

.my_clients .tab-content {
  padding: 0 70px 0 0;
}

.my_clients .tab-content p.message {
  text-align: left;
  font-size: 18px;
  color: #928f97;
  line-height: 33px;
}

.my_clients .tab-content p.author {
  text-align: right;
  font-style: italic;
  font-size: 18px;
  color: #898989;
  margin-right: 50px;
}

@media (max-width: 1199px) {
  .my_clients .tab-content {
    padding: 80px 0 0 0;
  }
}

@media (max-width: 767px) {
  .my_clients .tab-content {
    padding: 0;
  }
  .my_clients .col-sm-12:last-child {
    clear: both;
  }
  #myClient .col-xs-6 {
    margin-bottom: 30px;
  }
  .margbt75, .margbt50 {
    margin-bottom: 30px;
  }
  .pad50_0 {
    padding: 30px 0 0 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bgFooter {
  background-color: #000;
}

.StyleFooter5 .widget-title {
  position: relative;
}

.StyleFooter5 .widget-title span.line {
  width: 22px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-right: 12px;
}

.StyleFooter5 .widget-title {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  font-style: normal;
  margin-bottom: 20px;
}

.StyleFooter5 .widget-footer p {
  font-size: 14px;
  color: #656565;
}

.StyleFooter5 .widget-footer .footer_text p {
  margin-bottom: 25px;
}

.StyleFooter5 .widget-footer .footer_text p.note {
  font-size: 13px;
  font-style: italic;
}

.StyleFooter5 .footerTopInfo {
  padding: 100px 0 80px 0;
}

.StyleFooter5 .footerBottomInfo p, .StyleFooter5 .footerBottomInfo a {
  color: #868686;
  font-size: 14px;
}

.StyleFooter5 .socials ul li {
  display: inline-table;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: 1px solid #4b4b4b;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}

.StyleFooter5 .socials ul li:hover {
  border: 1px solid #fff;
}

.StyleFooter5 .socials ul li:hover i {
  color: #fff;
}

.StyleFooter5 .socials ul li i {
  font-size: 14px;
  color: #4b4b4b;
}

.StyleFooter5 .tel-box {
  margin-bottom: 20px;
}

.StyleFooter5 .tel-box .icon-box {
  width: 45px;
}

.StyleFooter5 .tel-box .icon-box, .StyleFooter5 .tel-box .text-box {
  display: table-cell;
  vertical-align: middle;
}

.StyleFooter5 .tel-box .icon-box i {
  font-size: 23px;
  color: #7b7b7b;
}

.subscribe-widget input {
  width: 100%;
  height: 45px;
  background: #242424;
  font-size: 14px;
  line-height: 45px;
  border-radius: 0px;
  padding: 0 65px 0 20px;
  color: #3f3f3f;
  border: 1px solid #383838;
}

.subscribe-widget {
  margin-bottom: 20px;
}

.subscribe-widget .newsletter-widget {
  position: relative;
}

.subscribe-widget .newsletter-widget button {
  background: #505050;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 45px;
  text-align: center;
}

@media (max-width: 991px) {
  .StyleFooter5 .widget-footer:nth-child(1) {
    margin-bottom: 50px;
  }
  .StyleFooter5 .widget-footer:nth-child(2) {
    margin-bottom: 30px;
  }
  .StyleFooter5 .widget-footer:nth-child(3) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .StyleFooter5 .widget-footer:last-child, .StyleFooter5 .widget-footer .footer_text p.note {
    margin-bottom: 0px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FULL SCREEN HOME 6 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.styleFullscreen {
  height: 100%;
}

.haslayout {
  width: 100%;
  float: left;
}

.mainBanner6 {
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 200;
  overflow: hidden;
  position: absolute;
}

.mainBanner6 .pogoSlider-slide {
  width: 100%;
  float: left;
  opacity: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-position: center;
}

.mainBanner6 .slider-content {
  left: 50px;
  z-index: 2;
  text-align: left;
  position: absolute;
  bottom: 0;
  color: #fff;
  bottom: 150px;
}

.mainBanner6 .slider-content p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
}

.mainBanner6 .slider-content h1 {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
}

.mainBanner6 .slider-content h2 span:nth-child(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}

.mainBanner6 .slider-content h2 span:nth-child(2) {
  font-family: "Open Sans script=all rev=1", "Adobe Blank";
  font-weight: 300;
  font-style: italic;
  text-transform: lowercase;
  color: #fff;
  font-size: 50px;
}

.mainBanner6 .pogoSlider-dir-btn--prev {
  top: auto;
  left: auto;
  right: 109px;
  bottom: 50px;
  margin: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  line-height: 58px;
  border-radius: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border: 1px solid #fff;
  z-index: 15;
}

.mainBanner6 .pogoSlider-dir-btn--next {
  top: auto;
  left: auto;
  right: 50px;
  bottom: 50px;
  margin: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  line-height: 58px;
  border-radius: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border: 1px solid #fff;
  z-index: 15;
}

.mainBanner6 .pogoSlider-dir-btn--prev::before {
  font-family: 'FontAwesome';
  content: '\f104';
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 58px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
}

.mainBanner6 .pogoSlider-dir-btn--next::before {
  font-family: 'FontAwesome';
  content: '\f105';
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 58px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
}

.mainBanner6 .slidescount {
  position: absolute;
  bottom: 80px;
  left: 50px;
  z-index: 1;
}

.mainBanner6 .slidescount span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
}

@media (min-width: 992px) {
  .styleFullscreen header.headerStyle5.headerStyle2 {
    position: fixed;
  }
  .styleFullscreen header.headerStyle5.headerStyle2.sideHeaderOpen {
    z-index: 20;
  }
}

@media (max-width: 991px) {
  .styleHomePage6 {
    overflow: hidden;
  }
  .styleHomePage6 .headerStyle2.headerStyle5.sideHeaderOpen {
    min-height: 520px;
  }
  .styleHomePage6 .headerStyle2.headerStyle5 {
    min-height: 65px;
  }
}

@media (max-width: 767px) {
  .mainBanner6 .slider-content {
    left: 15px;
    right: 15px;
    bottom: 170px;
  }
  .mainBanner6 .pogoSlider-dir-btn--next {
    bottom: 15px;
    right: 15px;
  }
  .mainBanner6 .pogoSlider-dir-btn--prev {
    right: 74px;
    bottom: 15px;
  }
  .mainBanner6 .slidescount {
    left: 15px;
    bottom: 15px;
  }
  .mainBanner6 .slider-content h1, .mainBanner6 .slider-content h2 span:nth-child(1), .mainBanner6 .slider-content h2 span:nth-child(2) {
    font-size: 30px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOME 7 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.styleHomePage7 {
  background: url(../img/Home7/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  padding: 5px;
}

.owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: .5;
  border-radius: 50%;
}

.owl-dot.active span {
  opacity: 1;
}

.owl-dots.disabled, .owl-nav.disabled {
  display: none;
}

.fs-slides {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 125px 50px 100px 50px;
}

.fs-slides .owl-stage-outer,
.fs-slides .owl-stage,
.fs-slides .owl-item {
  height: 100%;
}

.fs-slides .owl-item {
  overflow: hidden;
}

.fs-slides .owl-item img {
  height: 100%;
}

.fs-slides .owl-item.portrait img {
  width: 100%;
  height: auto;
}

.fs-slides .owl-item.landscape img {
  width: auto;
  height: 100%;
}

.portfolioMasonry.hoverStyle3 {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
}

.portfolioMasonry.hoverStyle3 .imgWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.portfolioMasonry.hoverStyle3 .portfolioDescripton {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.portfolioMasonry.hoverStyle3 .portfolioDescripton .as {
  opacity: 0;
  color: #fff;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
}

.portfolioMasonry.hoverStyle3 .portfolioDescripton p {
  color: #d1453d;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
  font-size: 15px;
}

.portfolioMasonry.hoverStyle3 .grid-item-new:hover .portfolioDescripton {
  bottom: 50px;
  opacity: 1;
}

.portfolioMasonry.hoverStyle3 .grid-item-new:hover .portfolioDescripton .as {
  opacity: 1;
}

.portfolioMasonry.hoverStyle3 .sliderHover {
  width: 100%;
  height: 100%;
}

.portfolioMasonry.hoverStyle3 .grid-item-new:hover .portfolioDescripton p {
  opacity: 1;
}

.hoverStyle3 .sliderHover .imgWrapper:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8) !important;
  content: '';
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.hoverStyle3 .sliderHover:hover .imgWrapper:after {
  opacity: 1;
}

.hoverStyle3 .sliderHover i.plus::before {
  content: "";
  height: 40px;
  width: 1px;
  background: #d1453d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.hoverStyle3 .sliderHover i.plus::after {
  content: "";
  height: 1px;
  width: 40px;
  background: #d1453d;
  position: absolute;
  left: -20px;
  right: 0;
  top: 20px;
  opacity: 1;
}

.hoverStyle3 .sliderHover .imgWrapper a.lightbox {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sliderHover:hover a.lightbox {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.sliderHover .imgWrapper a.lightbox {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sliderHover .imgWrapper a.lightbox i {
  top: 40%;
  position: absolute;
  left: 50%;
}

#fullscreen-slides .owl-controls {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 45%;
  overflow: hidden;
}

#fullscreen-slides:hover .owl-controls {
  overflow: visible;
}

#fullscreen-slides .owl-prev, #fullscreen-slides .owl-next {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  text-align: center;
}

#fullscreen-slides .owl-prev {
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

#fullscreen-slides:hover .owl-prev {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#fullscreen-slides .owl-next {
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#fullscreen-slides:hover .owl-next {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#fullscreen-slides .owl-prev i, #fullscreen-slides .owl-next i {
  font-size: 20px;
  color: #fff;
  line-height: 56px;
}

#fullscreen-slides:hover .owl-controls {
  opacity: 1;
}

@media (max-width: 991px) {
  .styleHomePage7 {
    overflow: hidden;
  }
  .styleHomePage7 .headerStyle2.headerStyle5.sideHeaderOpen {
    min-height: 520px;
  }
  .styleHomePage7 .headerStyle2.headerStyle5 {
    min-height: 65px;
  }
}

@media (max-width: 767px) {
  .fs-slides {
    padding: 100px 30px 50px 30px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOME 8 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#home8-split-slider-reponsive {
  display: none;
}

#home8-split-slider .ms-section, #home8-split-slider-reponsive .ms-section {
  background-position: 50% 50%;
  background-size: cover;
}

#home8-split-slider .ms-right {
  right: 0 !important;
}

.styleHomePage8 #multiscroll-nav {
  z-index: 15 !important;
}

.styleHomePage8 .ms-content {
  padding: 0 10%;
  width: 100%;
}

.styleHomePage8 #multiscroll-nav span {
  border: 1px solid #fff;
}

.styleHomePage8 #multiscroll-nav li .active span {
  background: #38b6d6;
}

.styleHomePage8 .ms-content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.styleHomePage8 .ms-content h2 {
  font-size: 14px;
  color: #a7a7a7;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.styleHomePage8 .ms-content span.line {
  width: 40px;
  height: 2px;
  background: #c19638;
  display: block;
  margin: 0 auto 60px;
}

.styleHomePage8 .ms-content p {
  font-size: 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 35px;
}

.styleHomePage8 .ms-content a {
  font-size: 14px;
  color: #c19337;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 1600px) {
  .styleHomePage8 .ms-content {
    width: 612px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 991px) {
  #home8-split-slider, .styleHomePage8 #multiscroll-nav {
    display: none;
  }
  #home8-split-slider-reponsive {
    display: block;
  }
  .styleHomePage8 #left1 .ms-content {
    padding: 165px 15px 100px 15px;
  }
  .styleHomePage8 .ms-content {
    padding: 100px 15px;
  }
  .styleHomePage8 {
    overflow-y: scroll !important;
  }
  #home8-split-slider-reponsive .ms-section img {
    width: 100%;
    display: block;
  }
  .styleHomePage8 .ms-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .styleHomePage8 #left1 .ms-content {
    padding: 115px 15px 50px 15px;
  }
  .styleHomePage8 .ms-content {
    padding: 50px 15px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOME 9 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.styleHomePage9 .myPortfolio .grid-sizer {
  width: 25%;
}

.styleHomePage9 .myPortfolio .grid-item-new {
  padding: 0;
}

.styleHomePage9 .portfolioHover .imgWrapper img {
  width: 100%;
}

/*.styleHomePage9 #header5 nav {
    position: absolute;
    top: 60px;
    right: 160px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.styleHomePage9 #header5 nav ul li {
    display: inline-block;
    margin: 0 13px;
    position: relative;
}

.styleHomePage9 #header5 nav ul li i.fa {
    font-size: 14px;
    color: #fff;
    padding-left: 7px;
}

.styleHomePage9 #header5 nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-family: "Montserrat";
    font-weight: 700;
    letter-spacing: .3px;
    -webkit-transition: color 150ms linear;
    transition: color 150ms linear;
}
.styleHomePage9 #header5 nav ul li.activeMenu > a,
.styleHomePage9 #header5 nav ul li a:hover,
.styleHomePage9 #header5 nav ul li a:focus {
    color: #38b6d6 !important;
}
.styleHomePage9 #header5 .main-logo img:last-child
{
    display: none;
}
*/
/*Drop Down Level1*/
/*
.styleHomePage9 #header5 nav ul li ul {
    position: absolute;
    top: 20px;
    left: -10000px;
    padding-top: 30px;
    min-width: 275px;
    opacity: 0;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    -webkit-transition: left 0s 150ms, opacity 150ms linear, -webkit-transform 150ms linear;
    transition: left 0s 150ms, opacity 150ms linear, transform 150ms linear;
}
.styleHomePage9 #header5 nav ul li ul li {
    display: block;
    border: 1px solid #dedede;
    border-bottom: 0;
    background: #fff;
    margin: 0;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.styleHomePage9 #header5 nav ul li ul li:last-child {
    border-bottom: 1px solid #dedede;
}
.styleHomePage9 #header5 nav ul li ul li:hover {
    background: #f3f3f3;
}
.styleHomePage9 #header5 nav nav ul li ul li i.fa {
    position: absolute;
    top: 50%;
    right: 23px;
    color: #b1b1b1;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.styleHomePage9 #header5 nav ul li ul li a {
    color: #585858;
    font-family: "Open Sans";
    font-weight: 400;
    text-transform: none;
    display: block;
    padding: 13px 45px 13px 23px;
    letter-spacing: 1px;
}
.styleHomePage9 #header5 nav ul li:hover > ul {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: left 0s, opacity 150ms linear, -webkit-transform 150ms linear;
    transition: left 0s, opacity 150ms linear, transform 150ms linear;
}
.styleHomePage9 #header5 nav ul li ul li i.fa {
    position: absolute;
    top: 50%;
    right: 23px;
    color: #b1b1b1;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.styleHomePage9 .headerSearch
{
    top: 60px;
    z-index: 10;
    right: 100px;
}
*/
/*Drop Down level2*/
/*
.styleHomePage9 #header5 nav ul li ul li ul {
    position: absolute;
    top: -1px;
    left: 100%;
    padding-top: 0;
}
.styleHomePage9 #header5 nav ul li ul li:hover ul {
    left: 100%;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media(min-width: 992px)
{
    /* Top Sticky */
/*
    .styleHomePage9.pageSrolled #header5 .main-logo
    {
        top: 15px;
    }
    .styleHomePage9.pageSrolled #header5 nav 
    {
        top: 32px;
    }
    .styleHomePage9.pageSrolled .headerSearch
    {
        top: 37px;
    }
    .styleHomePage9.pageSrolled #header5 .headerSearch img:last-child
    {
        display: block;
        position: static;
        opacity: 1;
        visibility: visible;
        margin-top: 10px;
    }
    .styleHomePage9.pageSrolled #header5 .headerSearch img:first-child
    {
        display: none;
    }
    .styleHomePage9.pageSrolled #header5 .main-logo img:first-child
    {
        display: none;
    }
    .styleHomePage9.pageSrolled #header5 .main-logo img:last-child
    {
        display: block;
    }
    .styleHomePage9.pageSrolled #header5 nav ul li a
    {
        color: #000;
    }
    .styleHomePage9.pageSrolled #header5 .headerSearch::before
    {
        background: rgba(0, 0, 0, .6);
    }
    .styleHomePage9.pageSrolled #header5
    {
        width: 100%;
        background: #fff;
        height: 65px;
        position: fixed !important;
        z-index: 20;
    }
    .styleHomePage9.pageSrolled .headerClosed .closedMenuIcon span
    {
        background: #000;
    }
    .styleHomePage9.pageSrolled header.headerStyle5.headerStyle2
    {
        z-index: 30;
    }
    .styleHomePage9.pageSrolled header.headerStyle5.headerStyle2 .headerClosed
    {
        top: 25px;
    }
    .styleHomePage9.pageSrolled #header5 nav ul li ul
    {
        padding-top: 26px;
    }
    .styleHomePage9.pageSrolled #header5 nav ul li i.fa
    {
        color: #000;
    }
}
*/
@media (max-width: 1199px) {
  .styleHomePage9 .myPortfolio .grid-item-new {
    margin-bottom: 0;
  }
}

/*
@media(max-width: 991px)
{
    .styleHomePage9 #header5 nav, .styleHomePage9 .headerSearch
    {
        display: none;
    }
}*/
/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOME 10 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.styleHomePage10 {
  background: #1d1d1d;
}

.styleHomePage10 #home8-split-slider {
  position: fixed;
  top: 100px;
  bottom: 100px;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}

.styleHomePage10 #home8-split-slider .ms-tableCell {
  height: 100% !important;
}

.styleHomePage10 #header5 .main-logo {
  top: 30px;
}

.styleHomePage10 .ms-content {
  width: 100%;
  padding: 0 30px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.styleHomePage10-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.styleHomePage10 .ms-content h1 {
  font-size: 22px;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 20px;
}

.styleHomePage10 .ms-content p {
  font-size: 45px;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
}

.styleHomePage10 .ms-content a {
  font-size: 14px;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.styleHomePage10 .ms-content h1.black, .styleHomePage10 .ms-content p.black, .styleHomePage10 .ms-content a.black {
  color: #000;
}

.styleHomePage10 .ms-content h1.white, .styleHomePage10 .ms-content p.white, .styleHomePage10 .ms-content a.white {
  color: #fff;
}

.styleHomePage10 .ms-right .ms-section.ms-table {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.styleHomePage10 .ms-right .ms-section.ms-table.active {
  opacity: 1;
}

.styleHomePage10 .ms-right .ms-section.ms-table .slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

.styleHomePage10-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}

.styleHomePage10-container .swiper-container {
  width: 50%;
  height: calc(100vh - 200px);
  margin: 100px 0;
}

.styleHomePage10-container .swiper-container.style10 {
  margin-left: 50px;
}

.styleHomePage10-container .swiper-container.swiper-thumbnails {
  margin-right: 50px;
}

.styleHomePage10-container .swiper-container .slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.styleHomePage10-container .swiper-container-vertical > .swiper-pagination-bullets {
  display: none;
}

.styleHomePage10 .swiper-number {
  position: absolute;
  top: 30%;
  right: 20px;
}

.styleHomePage10 .swiper-number ul li a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.styleHomePage10 .swiper-number ul li:hover a, .styleHomePage10 .swiper-number ul li.active a {
  color: #fff04e;
  text-decoration: underline;
}

.styleHomePage10 .swiper-container-android .swiper-slide {
  display: table;
}

.styleHomePage10 .swiper-container.swiper-thumbnails .swiper-slide.swiper-slide-next, .styleHomePage10 .swiper-container.swiper-thumbnails .swiper-slide.swiper-slide-prev {
  opacity: 0 !important;
}

.styleHomePage10-container-reponsive {
  display: none;
}

.styleHomePage10-container-reponsive .ms-section img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 1600px) {
  .styleHomePage10 .ms-content {
    padding: 0 100px;
  }
}

@media (max-width: 1170px) {
  .styleHomePage10-container {
    display: block;
  }
  .styleHomePage10-container .swiper-container {
    width: 100%;
    height: 50vh;
  }
  .styleHomePage10-container .swiper-container.style10 {
    margin-left: 50px;
    margin-bottom: 0;
    margin-right: 50px;
    width: inherit;
  }
  .styleHomePage10-container .swiper-container.swiper-thumbnails {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 50px;
    width: inherit;
  }
  .styleHomePage10-container, .styleHomePage10 .swiper-number {
    display: none;
  }
  .styleHomePage10-container-reponsive {
    display: block;
  }
  .styleHomePage10 #left1 .ms-content {
    padding: 165px 30px 100px 30px;
  }
  .styleHomePage10 .ms-content {
    padding: 100px 30px;
  }
}

@media (max-width: 991px) {
  .styleHomePage10-container-reponsive .ms-section img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .styleHomePage10 .ms-content h1 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .styleHomePage10 .ms-content p {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .styleHomePage10-container .swiper-container.style10 {
    margin-top: 50px;
  }
  .styleHomePage10 .ms-content h1 {
    font-size: 18px;
  }
  .styleHomePage10 .ms-content p {
    font-size: 16px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.left-box {
  margin-bottom: 80px;
}

.blog-page .single-blog-post + .single-blog-post {
  margin-top: 80px;
}

.blog-page .single-blog-post .img-holder {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.blog-page .single-blog-post .img-holder > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  -o-transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.blog-page .single-blog-post .img-holder:hover > img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .7;
}

.blog-page .single-blog-post .img-holder .date-box {
  width: 85px;
  height: 85px;
  background: #f6cf33;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 15px 0;
  margin-left: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 25px;
  color: #242424;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.blog-page .single-blog-post .img-holder .date-box:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

.blog-page .single-blog-post .img-holder .date-box span {
  font-size: 30px;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
}

.blog-page .single-blog-post ul.meta {
  margin-bottom: 13px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 25px;
}

.blog-page .single-blog-post ul.meta li + li a {
  padding-left: 20px;
}

.blog-page .single-blog-post ul.meta li a {
  color: #b8b8b8;
  line-height: 37px;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.blog-page .single-blog-post ul.meta li a i {
  font-size: 16px;
  color: #2fbafb;
  margin-right: 6px;
}

.blog-page .single-blog-post h3 a {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #242424;
}

.blog-page .single-blog-post p {
  margin-top: 13px;
  font-size: 15px;
  color: #898989;
}

.blog-page .single-blog-post a.read-more {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #242424;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 23px;
  -webkit-transition: background .4s ease, color .4s ease;
  -o-transition: background .4s ease, color .4s ease;
  transition: background .4s ease, color .4s ease;
  margin-top: 35px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #949494;
}

.blog-page .single-blog-post a.read-more:hover {
  background: #069ed0;
  color: #FFF;
}

.pagination {
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.pagination > li {
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
  float: left;
}

.pagination > li > a,
.pagination > li > span {
  color: #000;
  border: 2px solid #d4d4d4;
  background: none;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #fff;
  background: #685aa6;
  border: 2px solid #685aa6;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SIDEBAR */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.right-box {
  padding: 0 0 0 30px;
}

.single-sidebar-widget + .single-sidebar-widget {
  margin-top: 50px;
}

.single-sidebar-widget h3,
.single-sidebar-widget ul,
.single-sidebar-widget li,
.single-sidebar-widget p {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-sidebar-widget .title {
  margin-bottom: 25px;
}

.single-sidebar-widget .title h2 {
  margin: 0;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #242424;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
}

.single-sidebar-widget .title .decor-line {
  background: #C4D114;
  width: 45px;
  height: 3px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.single-sidebar-widget p {
  font-size: 14px;
  color: #8E8D8D;
}

.single-sidebar-widget .search-widget form {
  padding: 10px 30px;
  padding-right: 15px;
  background: #232323;
}

.single-sidebar-widget .search-widget form input {
  border-radius: 0;
  border: none;
  outline: none;
  background-color: transparent;
  width: calc(100% - 32px);
  color: #fff;
}

.single-sidebar-widget .search-widget form button {
  background: url(../img/Blog/search-img.png) no-repeat;
  width: 18px;
  height: 18px;
  float: right;
  top: 15px;
  border: 0px;
  position: absolute;
  right: 30px;
  border-radius: 0px;
}

.single-sidebar-widget .post-widget ul li + li {
  margin-top: 20px;
}

.single-sidebar-widget .post-widget ul li .icon-box,
.single-sidebar-widget .post-widget ul li .text-box {
  display: table-cell;
  vertical-align: top;
}

.single-sidebar-widget .post-widget ul li .icon-box {
  width: 110px;
  background: #46b9e3;
}

.single-sidebar-widget .post-widget ul li .icon-box img {
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.single-sidebar-widget .post-widget ul li .text-box h3 {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 12px;
}

.single-sidebar-widget .post-widget ul li .text-box h3 a {
  color: #242424;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.single-sidebar-widget .post-widget ul li .text-box h3 a:hover {
  color: #4356ea;
}

.single-sidebar-widget .post-widget ul li .text-box span {
  color: #9a9a9a;
  font-size: 15px;
  line-height: 10px;
  font-weight: 600;
}

.single-sidebar-widget .post-widget ul li:hover .icon-box img {
  opacity: .5;
}

.single-sidebar-widget .category-widget .title {
  margin: 0 0 10px 0;
}

.single-sidebar-widget .category-widget ul {
  margin: 0 0 -14px 0;
}

.single-sidebar-widget .category-widget ul li:last-child a {
  border: none;
}

.single-sidebar-widget .category-widget ul li a {
  color: #242424;
  display: block;
  line-height: 44px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  -webkit-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
  font-size: 16px;
}

.single-sidebar-widget .category-widget ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #C8C8C8;
  font-size: 14px;
  position: absolute;
  right: 10px;
}

.single-sidebar-widget .category-widget ul li a:hover {
  color: #4356ea;
}

.single-sidebar-widget .tags-widget ul li {
  margin-bottom: 10px;
  margin-right: 5px;
}

.single-sidebar-widget .tags-widget ul li a {
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 6px 0;
  display: block;
  font-size: 15px;
  border: 1px solid #e4e4e4;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: capitalize;
  color: #a6a6a6;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.single-sidebar-widget .tags-widget ul li a:hover {
  background: #4356ea;
  border-color: #4356ea;
  color: #fff;
}

.single-sidebar-widget .single-service-list-widget ul {
  background: #F8F8F8;
  padding: 9px;
  border: 1px solid #F1F1F1;
}

.single-sidebar-widget li.padbt25 {
  padding: 0 0 20px 0 !important;
  border-bottom: 1px solid #e1e1e1;
}

.single-sidebar-widget .single-service-list-widget ul li:last-child a {
  border: none;
}

.single-sidebar-widget .single-service-list-widget ul li a {
  font-weight: 400;
  color: #383838;
  display: block;
  line-height: 56px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  background: #fff;
  padding-left: 16px;
  text-transform: uppercase;
  font-size: 14px;
  border-left: 4px solid transparent !important;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: bold;
}

.single-sidebar-widget .single-service-list-widget ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #C8C8C8;
  font-size: 14px;
  position: absolute;
  right: 20px;
}

.single-sidebar-widget .single-service-list-widget ul li a:hover {
  border-left-color: #CBD913 !important;
  color: #403C56;
  font-weight: bold;
}

.single-sidebar-widget .single-service-list-widget ul li.active a {
  border-left-color: #CBD913 !important;
  color: #403C56;
  font-weight: bold;
}

.single-sidebar-widget .single-service-contact {
  background: #3f4563;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 95% 85%;
}

.single-sidebar-widget .single-service-contact .inn {
  padding: 0 30px 20px 30px;
}

.single-sidebar-widget .single-service-contact a {
  background: #363d58;
  font-size: 22px;
  padding: 10px 30px;
  color: #fff !important;
  font-style: italic;
  width: 100%;
  display: inline-table;
  font-weight: 900;
}

.single-sidebar-widget .single-service-contact h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
}

.single-sidebar-widget .single-service-contact p {
  color: #C8C8DD;
  line-height: 22px;
  margin-top: 5px;
}

.single-sidebar-widget .single-service-contact a i {
  font-size: 22px;
  margin: 0 20px 0 0;
}

.single-sidebar-widget .single-service-broucher {
  border: 1px solid #E7E7EE;
  padding: 30px;
  background-image: url(../images/pdf.html);
  background-repeat: no-repeat;
  background-position: 95% 85%;
}

.single-sidebar-widget .single-service-broucher p {
  font-size: 24px;
  line-height: 29px;
  color: #31384A;
}

.single-sidebar-widget .single-service-broucher p strong {
  font-weight: bold;
}

.single-sidebar-widget .single-service-broucher .thm-button {
  margin-top: 20px;
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OUR PORTFOLIO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.ourPortfolio_bg1 {
  background-color: #25163c;
}

.ourPortfolio .grid-sizer, .ourPortfolio .grid-item-new {
  width: 20%;
}

.ourPortfolio17 .grid-sizer, .ourPortfolio17 .grid-item-new {
  width: 25%;
}

.ourPortfolio17 .grid-item-new {
  padding: 0 15px;
}

.ourPortfolio17.pad80_60 {
  padding-left: 15px;
  padding-right: 15px;
}

.ourPortfolio .contentPadding img, .ourPortfolio17 .contentPadding img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .ourPortfolio17 {
    padding: 80px 15px 60px 15px;
  }
  .ourPortfolio .grid-sizer, .ourPortfolio .grid-item-new {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .ourPortfolio .grid-sizer, .ourPortfolio .grid-item-new, .ourPortfolio17 .grid-item-new {
    width: 100%;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* WORK TOGETHER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.work_together h3 {
  font-size: 16px;
}

.work_together span.line {
  width: 78px;
  height: 1px;
  background-color: #9d79e9;
  display: block;
  margin: 0 auto 30px;
}

.work_together h2, .work_together p {
  font-size: 50px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .work_together h2 {
    font-size: 20px;
  }
  .work_together p {
    font-size: 30px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* VIDEO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bg_video {
  background: url(../img/Home11/video.jpg) center center no-repeat;
  height: 622px;
  background-size: cover;
  position: relative;
}

.bg_video a#video_click {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .bg_video {
    height: 320px;
  }
  .bg_video iframe {
    width: 100%;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* WHY CHOOSE US */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.why_choose_us {
  position: relative;
}

.why_choose_us::before {
  content: "";
  position: absolute;
  top: 0;
  height: 60%;
  background-color: #100c16;
  width: 100%;
}

.why_choose_us::after {
  content: "";
  position: absolute;
  top: 60%;
  height: 40%;
  background-color: #25163c;
  width: 100%;
}

.why_choose_us .bg {
  background-color: #1e6dc7;
  position: relative;
  z-index: 10;
}

.why_choose_us .bg .item {
  padding: 0 30px;
}

.why_choose_us .bg .item.first {
  padding: 0 30px 0 60px;
}

.why_choose_us .bg .item.last {
  padding: 0 60px 0 30px;
}

@media (max-width: 1170px) {
  .why_choose_us .bg .item.first, .why_choose_us .bg .item.last, .why_choose_us .bg .item {
    padding: 0 15px;
  }
  .why_choose_us .bg .item {
    margin-bottom: 30px;
  }
  .why_choose_us .bg .item.last {
    margin-bottom: 0px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SLIDER HOMEPAGE 11 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mainBanner11 .mainSlider span.line {
  width: 1px;
  height: 115px;
  background-color: #57555b;
  display: block;
  margin: 0 auto;
}

.mainBanner11 .swiper-slide {
  height: 830px;
}

.mainBanner11 .mainSlider.sliderPosition .cell-view {
  padding-top: 500px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .mainBanner11 .mainSlider.sliderPosition .cell-view {
    padding-top: 200px;
  }
  .mainBanner11 .swiper-slide {
    height: 100%;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SLIDER HOMEPAGE 12 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#mainBanner12 section {
  position: relative;
}

#mainBanner12 .fp-section.fp-table, #mainBanner12 .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#mainBanner12 .fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100% !important;
}

#mainBanner12 section .img, #mainBanner12 section .content {
  display: table-cell;
  vertical-align: middle;
}

#mainBanner12 section.first {
  background-color: #3c285c;
}

#mainBanner12 section.second {
  background-color: #10817d;
}

#mainBanner12 section.third {
  background-color: #0064b1;
}

#mainBanner12 section.fourth {
  background-color: #a44162;
}

#mainBanner12 section.fifth {
  background-color: #d67d16;
}

#mainBanner12 .bg {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#mainBanner12 section .caption {
  position: absolute;
  top: 135px;
  margin-left: 690px;
}

#mainBanner12 section .caption p {
  line-height: 32px;
}

#mainBanner12 section .caption span.line {
  width: 100%;
  height: 1px;
  display: block;
}

#mainBanner12 section.first span.line.bg1 {
  background-color: #503e6d;
}

#mainBanner12 section.second span.line.bg2 {
  background-color: #349490;
}

#mainBanner12 section.third span.line.bg3 {
  background-color: #267bbd;
}

#mainBanner12 section.fourth span.line.bg4 {
  background-color: #b25d79;
}

#mainBanner12 section.fifth span.line.bg5 {
  background-color: #dc9039;
}

@media (min-width: 1600px) {
  #mainBanner12 .bg {
    width: 1435px;
  }
}

@media (max-width: 1366px) {
  #mainBanner12 section .caption {
    top: 0px;
    margin-left: 41.66%;
  }
  #mainBanner12 section .col-md-5 img {
    width: 80%;
  }
  #mainBanner12 section.third .col-md-5 img, #mainBanner12 section.fifth .col-md-5 img {
    width: 150%;
  }
  #mainBanner12 section .caption h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #mainBanner12 section .caption h3 {
    line-height: 32px;
    margin-bottom: 10px;
  }
  #mainBanner12 section .caption span.line {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  #mainBanner12 section.third .col-md-5 img, #mainBanner12 section.fifth .col-md-5 img {
    width: 120%;
  }
  #mainBanner12 section .caption {
    top: 0;
  }
  #mainBanner12 {
    margin-top: 40px;
  }
  #mainBanner12 section .col-md-5 img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  #mainBanner12 section .caption p:last-child, #mainBanner12 section .caption span.line {
    display: none;
  }
  #mainBanner12 section .col-md-5 img {
    width: 50%;
  }
  #mainBanner12 section .caption {
    position: static;
    margin-left: 0;
  }
  #mainBanner12 section .caption h2 {
    font-size: 26px;
    margin-bottom: 0px;
  }
  #mainBanner12 section .caption h3 {
    font-size: 16px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* WHO WE ARE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.who_we_are {
  background-color: #1c1b21;
}

.who_we_are h4 {
  font-style: italic;
  font-size: 18px;
  border-bottom: 1px solid #2e2e33;
  width: 100%;
  padding-bottom: 10px;
}

.who_we_are h4::before {
  content: "";
  background-color: #5232b8;
  height: 2px;
  width: 50px;
  position: absolute;
  top: 52px;
}

.who_we_are p {
  color: #727272;
  font-size: 16px;
}

.who_we_are .work_together_new {
  padding: 0 70px 0 0;
  width: 570px;
  float: left;
}

@media (max-width: 1170px) {
  .who_we_are .work_together_new {
    padding: 0 0 30px 0;
    width: 100%;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* WE CREATIVE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.we_creative {
  background-color: #1c1b21;
  padding: 50px 15px 100px 15px;
}

.we_creative .grid-sizer {
  width: 25%;
}

.we_creative h2 span:nth-child(2) {
  background-color: #ffce25;
  color: #1c1b21;
  padding: 0 5px;
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* STYLE FOOTER 14 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.StyleFooter14 .footerBottonInfo ul.left li, .StyleFooter14 .footerBottonInfo ul.right li {
  display: table-cell;
  vertical-align: middle;
}

.StyleFooter14 .footerBottonInfo ul.left li a, .StyleFooter14 .footerBottonInfo ul.right li a {
  font-size: 15px;
  color: #413f4c;
}

.StyleFooter14 .footerBottonInfo ul.left li:nth-child(1) {
  padding: 0 10px 0 0;
}

.StyleFooter14 .footerBottonInfo ul.left li {
  position: relative;
  padding: 0 10px;
}

.StyleFooter14 .footerBottonInfo ul.left li:nth-child(2) a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.StyleFooter14 .footerBottonInfo ul.left li:nth-child(3)::after {
  display: none;
}

.StyleFooter14 .footerBottonInfo ul.left li::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}

.StyleFooter14 .footerBottonInfo ul.left {
  float: left;
}

.StyleFooter14 .footerBottonInfo ul.right {
  float: right;
}

.StyleFooter14 .footerBottonInfo ul.right li:nth-child(1) {
  padding-right: 15px;
}

.StyleFooter14 .footerBottonInfo {
  border-top: 1px solid #2b2932;
}

.StyleFooter14 .footerTopInfo h2 span:nth-child(2) {
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
  font-family: "Times New Roman", sans-serif;
}

.bgFooter14 {
  background-color: #1c1b21;
}

.bgFooter14.footerTopInfo {
  padding: 142px 0;
  min-height: 424px;
}

@media (max-width: 1170px) {
  .StyleFooter14 .footerBottonInfo ul.left li {
    width: 100%;
    text-align: center;
    padding: 0 !important;
    display: grid;
  }
  .StyleFooter14 .footerBottonInfo ul.left {
    width: 100%;
  }
  .StyleFooter14 .footerBottonInfo ul.left li::after {
    display: none;
  }
  .StyleFooter14 .footerBottonInfo ul.right {
    float: none;
    text-align: center;
  }
  .StyleFooter14 .footerBottonInfo ul.right li {
    display: inline-block;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OUR CLIENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.our_client_bg1 {
  background-color: #291d6b;
}

.our_client_bg2 {
  background-color: #aa855b;
}

.our_client p {
  font-size: 16px;
}

.our_client.our_client_bg2 p {
  color: #fff;
}

.our_client.our_client_bg1 p {
  color: #fff;
}

.our_client img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 1170px) {
  .our_client .left_text {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .our_client .col-md-9 .col-md-4:nth-child(4) {
    margin-bottom: 20px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SLIDER 14 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mainBanner14 .swiper-slide {
  height: 1080px;
  position: relative;
}

.mainBanner14 .mainSlider.sliderPosition .cell-view {
  padding-top: 400px;
  vertical-align: top;
}

.mainBanner14 .swiper-slide h1 span {
  color: #e3a920;
}

.mainBanner14 .swiper-slide p {
  line-height: 35px;
}

.mainBanner14 .swiper-slide .img-position-top-right {
  position: absolute;
  top: 140px;
  right: 50px;
}

.mainBanner14 .swiper-slide .img-position-bottom-center {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
}

@media (max-width: 1170px) {
  .mainBanner14 .swiper-slide .img-position-top-right {
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .mainBanner14 .swiper-slide {
    height: 100%;
  }
  .mainBanner14 .mainSlider.sliderPosition .cell-view {
    padding-top: 150px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SILDER 15 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mainBanner15 {
  background-color: #111111;
}

.mainBanner15 .main_container {
  width: 1170px;
  margin: 0 auto;
  padding: 200px 0;
}

.mainBanner15 .nav-tabs {
  width: 40%;
  border-bottom: none;
}

.mainBanner15 .nav-tabs li:nth-child(1) {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s;
  animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s;
}

.mainBanner15 .nav-tabs li:nth-child(2) {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s;
  animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s;
}

.mainBanner15 .nav-tabs li:nth-child(3) {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s;
  animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s;
}

.mainBanner15 .nav-tabs li:nth-child(4) {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.85s;
  animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.85s;
}

.mainBanner15 .nav-tabs li:nth-child(5) {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.95s;
  animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.95s;
}

.mainBanner15 .nav-tabs li:nth-child(6) {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.05s;
  animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.05s;
}

.mainBanner15 .nav-tabs li {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .30s ease-in-out;
  -moz-transition: opacity .30s ease-in-out;
  -ms-transition: opacity .30s ease-in-out;
  -o-transition: opacity .30s ease-in-out;
  transition: opacity .30s ease-in-out;
}

.mainBanner15 .nav-tabs li.load {
  opacity: 1;
}

.mainBanner15 .nav-tabs li a, .mainBanner15 .tab-content a#item-link {
  font-size: 40px;
  color: #e6a93f;
  text-transform: uppercase;
  font-weight: 700;
}

.mainBanner15 .nav-tabs > li.active > a, .mainBanner15 .nav-tabs > li.active > a:focus, .mainBanner15 .nav-tabs > li.active > a:hover {
  color: #8853ff;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
}

.mainBanner15 .nav-tabs li a span, .mainBanner15 .tab-content a#item-link span {
  color: #626262;
  font-size: 16px;
  display: block;
}

.mainBanner15 .tab-content {
  width: 60%;
}

.mainBanner15 .nav-tabs, .mainBanner15 .tab-content {
  display: table-cell;
  vertical-align: middle;
}

.mainBanner15 .tab-content a#item-link {
  display: none;
}

.mainBanner15 .tab-content img {
  max-width: 100%;
}

@media (min-width: 1600px) {
  .mainBanner15 .main_container {
    width: 1488px;
  }
  .mainBanner15 .nav-tabs li a {
    font-size: 60px;
  }
}

@media (max-width: 1170px) {
  .mainBanner15 .nav-tabs {
    display: none;
  }
  .mainBanner15 .tab-content {
    width: 100%;
    display: block;
  }
  .mainBanner15 .tab-content .tab-pane {
    display: block;
  }
  .mainBanner15 .tab-content a#item-link {
    display: block;
    margin: 50px 0;
    text-align: center;
  }
  .mainBanner15 .main_container {
    width: 100%;
    padding: 150px 0 85px 0;
  }
  .mainBanner15 .tab-content img {
    display: block;
    margin: 0 auto;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CONTACT HOMEPAGE 16 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.StyleContact16 {
  background: url("../img/Home16/bg-contact.jpg") right center no-repeat #f1f1f1;
}

.contanctInfo16 {
  padding: 0 0 0 100px;
  border-left: 1px solid #dfba62;
  position: relative;
}

.contanctInfo16::before {
  content: "";
  width: 5px;
  height: 132px;
  background-color: #dfba62;
  position: absolute;
  left: 0;
  top: 110px;
}

.contanctInfo16 .contact-box {
  margin-bottom: 50px;
}

.contanctInfo16 .contact-box .icon-box {
  width: 60px;
}

.contanctInfo16 .contact-box .icon-box, .contanctInfo16 .contact-box .text-box {
  display: table-cell;
  vertical-align: top;
}

.contanctInfo16 .contact-box .text-box h4 {
  font-size: 18px;
  color: #312f3e;
  margin-top: -10px;
}

.contanctInfo16 .contact-box .text-box p {
  font-size: 15px;
  color: #818181;
}

.contanctInfo16 .contact-box:nth-child(3) .text-box p {
  font-size: 18px;
  font-weight: 700;
}

.contanctInfo16 .contact-box .icon-box i {
  color: #3e3e3e;
  font-size: 35px;
}

.StyleContact16 textarea.simple-input {
  height: 142px;
}

.StyleContact16 .simple-input {
  padding: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #9e9d9d;
}

.button.style16 {
  background: #222222;
  color: #dfba62;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#form-contact16 {
  padding: 0 70px 0 0;
}

#form-contact16 .item {
  position: relative;
}

#form-contact16 .item span {
  color: #898989;
  position: absolute;
  bottom: 10px;
}

#form-contact16 .item ::-webkit-input-placeholder {
  color: red;
  position: absolute;
  bottom: 10px;
  height: 100px;
  width: 400px;
}

#form-contact16 .item ::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
  position: absolute;
  bottom: 10px;
  height: 100px;
  width: 400px;
}

#form-contact16 .item :-moz-placeholder {
  /* Firefox 18- */
  color: red;
  position: absolute;
  bottom: 10px;
  height: 100px;
  width: 400px;
}

#form-contact16 .item :-ms-input-placeholder {
  color: red;
  position: absolute;
  bottom: 10px;
  height: 100px;
  width: 400px;
}

@media (max-width: 1199px) {
  .contanctInfo16 {
    margin-top: 50px;
    padding: 0;
    border: none;
  }
  .contanctInfo16 .contact-box:nth-child(3) {
    margin-bottom: 0;
  }
  .contanctInfo16::before {
    display: none;
  }
  .StyleContact16 {
    background: #f1f1f1;
  }
}

@media (max-width: 767px) {
  #form-contact16 {
    padding: 0;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OUR NEWS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.our_news .lastBlogContent {
  padding: 30px 0;
}

.our_news .lastBlog {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.our_news .lastBlogContent span {
  color: #a0a0a0;
  font-weight: 700;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}

.our_news .lastBlogContent h4 {
  font-size: 20px;
  color: #242424;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 32px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.our_news .lastBlogContent h4:hover {
  color: #4356ea;
  text-decoration: underline;
}

.our_news .lastBlogContent a {
  color: #dfba62;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CUSTOMER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.clientCustomer.clientCustomer16 i.fa {
  color: #4356ea;
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* WHAT WE DO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.what-we-do {
  background: url("../img/Home16/whatwedo/bg.jpg") no-repeat top center;
  min-height: 786px;
  padding: 71px 0 31px 0;
  background-size: cover;
}

.what-we-do .whatWeDo .imgWrapper {
  position: static;
  top: 0;
  left: 0;
  height: 51px;
}

.what-we-do .whatWeDoContent {
  margin-left: 0;
}

.what-we-do .whatWeDo {
  margin-bottom: 50px;
}

.what-we-do .simple-article p {
  color: #b2b2b2;
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OUR COUNTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.our-counter {
  background: url("../img/Home16/count/bg.jpg") no-repeat fixed center center;
  padding: 100px 15px;
  background-size: cover;
}

.our-counter .counterBlock .numberCounter::before {
  display: none;
}

.our-counter .counterBlock {
  text-align: center;
}

.our-counter .counterBlock .numberCounter {
  font-size: 80px;
  color: #dfba62;
  font-weight: 700;
}

.our-counter .counterBlock h4 {
  font-size: 20px;
  color: #dfba62;
  font-weight: 700;
}

.our-counter .counterBlock p {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

@media (min-width: 1600px) {
  .our-counter {
    padding: 100px 265px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OUR CLIENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bgOurclients {
  background: #f3f3f3;
}

.our-client16 {
  border-top: 1px solid #d9d9d9;
}

.our-client16 img {
  display: block;
  margin: 0 auto;
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OUR PROJECTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.our_project {
  padding: 80px 15px 200px 15px;
}

.our_project .swiper-slide img {
  width: 100%;
}

.our_project .swiper-slide .text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  text-align: left;
}

.our_project .swiper-slide .text h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.our_project .swiper-slide .text h5 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.our_project .swiper-slide:hover .text {
  opacity: 1;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.our_project .galleryThumbnail::before {
  background: rgba(67, 86, 234, 0.9);
}

.our_project .swiper-button-prev, .our_project .swiper-button-next {
  background-image: none;
}

.our_project .swiper-button-prev, .our_project .swiper-button-next {
  border: 2px solid #d1d1d1;
  color: #7e7e7e;
  width: 46px;
  height: 46px;
  text-align: center;
  display: table-cell;
  bottom: -100px;
  top: auto;
  margin: 0 15px;
}

.our_project .swiper-button-prev {
  right: 50%;
  left: auto;
}

.our_project .swiper-button-next {
  left: 50%;
  right: auto;
}

.our_project .swiper-button-prev::before {
  content: "\f104";
  position: absolute;
  line-height: 40px;
  font-size: 25px;
  font-family: "FontAwesome";
  left: 0;
  right: 0;
  margin: 0 auto;
}

.our_project .swiper-button-next::before {
  content: "\f105";
  position: absolute;
  line-height: 40px;
  font-size: 25px;
  font-family: "FontAwesome";
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OUR FEATURED WORK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.our_featured_work .swiper-button-prev, .our_featured_work .swiper-button-next {
  background-image: none;
  display: none !important;
}

.our_featured_work .swiper-button-prev, .our_featured_work .swiper-button-next {
  border: 2px solid #d1d1d1;
  color: #7e7e7e;
  width: 46px;
  height: 46px;
  text-align: center;
  display: table-cell;
  bottom: -100px;
  top: auto;
  margin: 0 15px;
}

.our_featured_work .swiper-button-prev {
  right: 50%;
  left: auto;
}

.our_featured_work .swiper-button-next {
  left: 50%;
  right: auto;
}

.our_featured_work .swiper-button-prev::before {
  content: "\f104";
  position: absolute;
  line-height: 40px;
  font-size: 25px;
  font-family: "FontAwesome";
  left: 0;
  right: 0;
  margin: 0 auto;
}

.our_featured_work .swiper-button-next::before {
  content: "\f105";
  position: absolute;
  line-height: 40px;
  font-size: 25px;
  font-family: "FontAwesome";
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .our_featured_work {
    padding: 80px 15px 200px 15px !important;
  }
  .our_featured_work .swiper-button-prev, .our_featured_work .swiper-button-next {
    display: block !important;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ABOUT ME */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.about_me .img {
  float: left;
  margin-right: 100px;
}

.about_me .img img {
  float: left;
}

.about_me .content h2 {
  line-height: 50px;
}

@media (max-width: 1199px) {
  .about_me .content {
    padding: 50px 0 0 0;
    float: left;
  }
}

@media (max-width: 767px) {
  .about_me img {
    width: 100%;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SLIDER 16 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mainBanner16 .swiper-slide {
  height: 1000px;
}

.mainBanner16 .mainSlider {
  position: relative;
  padding: 0 50px;
}

.mainBanner16 .mainSlider.sliderPosition .cell-view {
  position: relative;
  top: 205px;
}

.mainBanner16 .mainSlider.sliderPosition .cell-view .bg {
  width: 300px;
  height: 660px;
  background-color: #d9b256;
  position: absolute;
  right: 0;
  top: 0;
}

.mainBanner16 .mainSlider.sliderPosition .cell-view .text {
  position: absolute;
  right: 0;
  top: 80px;
  right: 80px;
  text-align: right;
}

.mainBanner16 .mainSlider.sliderPosition .cell-view h1 {
  line-height: 80px;
  margin-bottom: 110px;
}

.mainBanner16 .mainSlider.sliderPosition .cell-view a {
  text-decoration: underline;
}

.mainBanner16 .mainSlider.sliderPosition .cell-view a:hover {
  color: #fff;
}

@media (min-width: 1600px) {
  .mainBanner16 .mainSlider {
    padding: 0 265px 0 0;
  }
}

@media (max-width: 767px) {
  .mainBanner16 .mainSlider {
    padding: 0;
  }
  .mainBanner16 .mainSlider.sliderPosition .cell-view .text {
    right: 30px;
  }
  .mainBanner16 .mainSlider.sliderPosition .cell-view .bg {
    width: 250px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OUR NEWS 17 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.cric-text{font-size:13px; font-family:'open sans'; text-transform:capitalize;}

.our_news17 .lastBlogContent {
  padding: 30px 0;
}

.our_news17 .lastBlog {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.our_news17 .lastBlogContent span {
  color: #a0a0a0;
  font-weight: 700;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}

.our_news17 .lastBlogContent h4 {
  font-size: 18px;
  color: #242424;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
}

.our_news17 .lastBlogContent a {
  color: #4356ea;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ABOUT ME 17 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.about_me17 .content h2::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #000;
  display: block;
}

.about_me17 .number {
  position: absolute;
}

.about_me17 .text {
  margin-left: 70px;
}

@media (max-width: 1199px) {
  .about_me17 .text {
    margin-bottom: 15px;
  }
  .about_me17 .col-md-4:nth-child(3) .text {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .about_me17 img {
    width: 100%;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* WHAT WE DO 11 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.whatwedo11 .col-sm-12:nth-child(1) .whatWeDo, .whatwedo11 .col-sm-12:nth-child(2) .whatWeDo {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .whatwedo11 .col-sm-12:nth-child(3) .whatWeDo {
    border-bottom: 1px solid #242029;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* WHAT WE DO 17 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.row.m0 {
  margin-left: 0px;
  margin-right: 0px;
}

.what_we_do_area {
  overflow: hidden;
  background: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left_what {
  width: calc(50% - 175px);
  float: left;
  overflow: hidden;
}

.left_what .what_we_img {
  height: 567px;
  position: relative;
}

.left_what .what_we_img img {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.right_what {
  width: calc(50% + 175px);
  float: right;
  overflow: hidden;
}

.what_we_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 760px;
  padding-left: 45px;
  color: #fff;
}

.what_we_text .col-md-6 {
  margin-bottom: 55px;
}

.what_we_text .col-md-6:nth-child(n+3) {
  margin-bottom: 0px;
}

.what_we_text .media .media-left {
  padding-right: 20px;
}

.what_we_text .media .media-left i {
  font-size: 30px;
  line-height: 36px;
}

.what_we_text .media .media-left i:before {
  font-size: 30px;
}

.what_we_text .media .media-body h4 {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 28px;
  padding-bottom: 5px;
}

.what_we_text .media .media-body p {
  font-size: 15px;
  color: #cdb2be;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .225px;
}

.what_we_img .what_we_title {
  position: absolute;
  right: -110px;
  top: 50%;
  z-index: 4;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 50px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.what_we_img .what_we_title span {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #4356ea;
}

.what_we_text .row.m0 {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

/*.what-we-do17*/
/*
{
    background: url("../img/Home17/whatwedo/bg.jpg") no-repeat top center;
    min-height: 576px;
    background-size: cover;
    padding: 70px 0;
}
.what-we-do17 .inner
{
    position: relative;
    width: 905px;
    float: right;
    margin-right: 65px;
}
.what-we-do17 .sec-title
{
    position: absolute;
    top: 190px;
    left: -165px;
}
.what-we-do17 .sec-title h2
{
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -transform: rotate(-90deg);
    font-size: 50px;
}
.what-we-do17 .sec-title h2 strong 
{
    color: #9f436c;
}
.what-we-do17 .content
{
    background-color: #9f436c;
    width: 818px;
    float: right;
    display: inline-table;
    padding: 60px 60px 30px 60px;
}
.what-we-do17 .whatWeDo .imgWrapper
{
    position: absolute;
}
.what-we-do17 .content .whatWeDoContent
{
    margin-left: 60px;
*/
/*
}
.what-we-do17 .content .whatWeDoContent p
{
    color: #cdb2be;
}
@media(min-width: 1600px)
{
   .what-we-do17 .inner
    {
        margin-right: 330px;
    } 
}
@media(max-width: 1199px)
{
    .what-we-do17 .inner
    {
        width: 90%;
        margin-right: 30px;
    }
    .what-we-do17 .content
    {
        width: 90%;
    }

}
@media(max-width: 767px)
{
    .what-we-do17 .inner
    {
        width: 100%;
        margin-right: 0;
    }
    .what-we-do17 .content
    {
        padding: 15px;
        width: 100%;
    }
    .what-we-do17 .sec-title h2
    {
        -webkit-transform: rotate(0deg); 
        -moz-transform: rotate(0deg);
        -transform: rotate(0deg);
        font-size: 26px;
    }
    .what-we-do17
    {
        padding: 180px 0 100px 0;
    }
    .what-we-do17 .sec-title
    {
        left: 30px;
        top: -100px;
    }
}
*/
/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CONTACT HOMEPAGE 16 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.StyleContact17 {
  padding: 60px 0 46px 0;
  position: relative;
  background: #1b1b1b;
}

.StyleContact17::after {
  background: url("../img/Home17/contact/bg.jpg") no-repeat;
  content: "";
  position: absolute;
  right: 0;
  width: 40%;
  min-height: 549px;
  top: 0;
}

.StyleContact17 input.simple-input {
  height: 40px;
  line-height: 40px;
  border: 1px solid #343434;
  background: transparent;
}

.StyleContact17 textarea.simple-input {
  height: 135px;
  border: 1px solid #343434;
  background: transparent;
}

.StyleContact17 .button {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #4356ea;
}

.StyleContact17 .button:hover {
  border: 1px solid #fff;
}

@media (min-width: 1600px) {
  .StyleContact17::before {
    width: calc(100% - 845px);
  }
  .StyleContact17::after {
    width: 845px;
  }
}

@media (max-width: 991px) {
  .StyleContact17 #form-contact16 {
    padding: 0;
  }
  .StyleContact17::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .StyleContact17 {
    position: static;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CUSTOMER HOMEPAGE 17 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.our_customer17 {
  background-color: #4356ea;
}

.contentPadding.our_customer17 .swiperMainWrapper .swiper-pagination {
  display: none;
}

/*
.contentPadding.our_customer17 .swiperMainWrapper .swiper-pagination .img i{
    color: #fff;
}
*/
.our_customer17 .img {
  width: 125px;
  text-align: center;
}

.our_customer17 .img img {
  margin-bottom: 40px;
}

.our_customer17 .img i {
  font-size: 100px;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
}

.our_customer17 .text p {
  font-family: "Lato", sans-serif;
  line-height: 32px;
}

.our_customer17 .text .say {
  float: right;
  margin-right: 50px;
}

.our_customer17 .text .say p {
  font-family: "Lato", sans-serif;
  color: #849bb3;
}

.our_customer17 .swiper-pagination.relative-pagination {
  margin-bottom: 35px;
  margin-left: 205px;
  text-align: left;
  position: absolute;
}

@media (max-width: 991px) {
  .our_customer17 .img {
    margin-bottom: 30px;
  }
  .our_customer17 .swiper-pagination.relative-pagination {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .our_customer17 .swiper-pagination.relative-pagination {
    margin-bottom: 60px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SLIDER 16 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mainBanner17 .swiper-slide {
  height: 1080px;
}

.mainBanner17 .mainSlider.sliderPosition .cell-view {
  padding-top: 450px;
  text-align: left;
  vertical-align: top;
}

.mainBanner17 .cell-view h1, .mainBanner17 .cell-view h2 {
  font-family: "Raleway",sans-serif;
}

.mainBanner17 .cell-view h2 {
  line-height: 28px;
  font-weight: normal;
}

.mainBanner17 .cell-view a.button {
  font-family: "Montserrat", sans-serif;
}

.mainBanner17 .cell-view a.button.first {
  border: 1px solid #fff;
  background: transparent;
  margin-right: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .mainBanner17 .mainSlider.sliderPosition .cell-view {
    padding-top: 200px;
  }
  .mainBanner17 .cell-view a.button.first {
    margin-bottom: 20px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* VIDEO HOMEPAGE18 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bg_video18 {
  background: url(../img/Home18/video.jpg) center center no-repeat;
  min-height: 434px;
  background-size: cover;
  position: relative;
}

.bg_video18 a#video_click {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .bg_video iframe {
    width: 100%;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CLIENTS HOMEPAGE18 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.client_home18 {
  background: url(../img/Home18/clients/bg.jpg) center center no-repeat;
  background-size: cover;
}

.client_home18 .clientSay p {
  color: #bacae4;
}

.client_home18 .clientSay span {
  color: #6d99ff;
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FEARTURE HOMEPAGE18 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.our_feature {
  background: url(../img/Home18/feature/bg.jpg) top center no-repeat #f6f6f6;
}

.our_feature img {
  display: block;
  margin: 0 auto;
}

.our_feature .item {
  position: relative;
}

.our_feature .item p {
  color: #a4a3ad;
}

.our_feature .right .img {
  position: absolute;
  left: 0;
  top: 14px;
}

.our_feature .right .text {
  margin-left: 87px;
}

.our_feature .left .img {
  position: absolute;
  right: 0;
  top: 14px;
}

.our_feature .left .text {
  margin-right: 87px;
  text-align: right;
}

@media (max-width: 1199px) {
  .our_feature {
    background-size: cover;
    padding: 80px 0 100px 0;
  }
  .our_feature .left .img {
    left: 0;
    right: auto;
  }
  .our_feature .left .text {
    text-align: left;
    margin-right: 0;
    margin-left: 87px;
  }
  .our_feature img.center {
    margin: 30px auto;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOW IT WORKS HOMEPAGE18 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.how_it_work .item {
  padding: 40px 30px;
  background-color: #fff;
  border-bottom: 3px solid #e3e3e3;
}

.how_it_work .item img {
  min-height: 64px;
}

@media (max-width: 1199px) {
  .how_it_work .col-sm-6:nth-child(1) .item, .how_it_work .col-sm-6:nth-child(2) .item {
    margin-bottom: 30px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* DOWNLOAD APP HOMEPAGE18 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.download_app {
  background: url(../img/Home18/app/bg.jpg) center center no-repeat;
  min-height: 476px;
  background-size: cover;
}

.download_app .sec-title p {
  color: #c8bcc6;
}

@media (max-width: 1199px) {
  .download_app {
    padding: 80px 0;
    min-height: auto;
  }
  .download_app .sec-title {
    margin-bottom: 0;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SLIDER 18 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mainBanner18 .swiper-slide {
  height: 837px;
  position: relative;
}

.mainBanner18 .mainSlider.sliderPosition .cell-view {
  padding-top: 170px;
  vertical-align: top;
}

.mainBanner18 .mainSlider.sliderPosition .cell-view.right {
  vertical-align: top;
  padding-top: 220px;
}

.mainBanner18 .swiper-slide .img-position-bottom-center {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.mainBanner18 .swiper-slide h1 {
  line-height: 60px;
}

.mainBanner18 .swiper-slide h2 {
  line-height: 28px;
}

.mainBanner18 .swiper-slide .mainSlider {
  text-align: left;
}

.mainBanner18 .swiper-slide .mainSlider .video img, .mainBanner18 .swiper-slide .mainSlider .video h4 {
  display: inline-table;
  vertical-align: middle;
}

.mainBanner18 .swiper-slide .mainSlider .video img {
  margin-right: 50px;
}

.mainBanner18 .swiper-slide .position-bottom-right {
  position: absolute;
  right: 40px;
  bottom: 15px;
}

@media (max-width: 1199px) {
  .mainBanner18 .swiper-slide .mainSlider img.left {
    width: 100%;
  }
  .mainBanner18 .swiper-slide .mainSlider .video img {
    margin-bottom: 30px;
  }
  .mainBanner18 .swiper-slide .mainSlider .video img, .mainBanner18 .swiper-slide .mainSlider .video h4 {
    display: block;
  }
  .mainBanner18 .swiper-slide .position-bottom-right {
    bottom: 80px;
    right: 20px;
  }
}

@media (max-width: 991px) {
  .mainBanner18 .mainSlider.sliderPosition .cell-view.right {
    padding-top: 30px;
    vertical-align: top;
  }
  .mainBanner18 .mainSlider.sliderPosition .cell-view {
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .mainBanner18 .swiper-slide {
    height: 100%;
  }
  .mainBanner18 .mainSlider.sliderPosition .cell-view, .mainBanner18 .mainSlider.sliderPosition .cell-view.right {
    padding-top: 30px;
  }
  .mainBanner18 .mainSlider {
    margin: 30px 0 0 0 !important;
  }
  .mainBanner18 .mainSlider.sliderPosition .cell-view {
    display: block;
    width: 100%;
    height: auto !important;
  }
  .mainBanner18 .swiper-slide .position-bottom-right {
    display: none;
  }
  .mainBanner18 .swiper-slide {
    padding-bottom: 100px;
  }
  .how_it_work .col-sm-6:nth-child(3) .item {
    margin-bottom: 30px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* WEBCORE APP HOMEPAGE18 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  .webcore_app .col-md-4 .item {
    margin-bottom: 35px;
  }
  .webcore_app .col-md-4:nth-child(3) .item {
    margin-bottom: 0;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FREQUENTLY QUESTION HOMEPAGE18 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.frequently_questions {
  background-color: #f4f4f4;
}

.frequently_questions .panel {
  border-radius: 0;
  border: 1px solid #e9e9e9;
  margin-top: 20px !important;
  background: #fff !important;
}

.frequently_questions .panel .inner-box {
  padding: 15px 50px 15px 25px;
  border-top: 1px solid #e9e9e9;
}

.frequently_questions .accordion a[role=button] {
  padding: 15px 50px 15px 25px !important;
  color: #242424;
}

.frequently_questions .accordion a[role=button] {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  display: block;
  padding: 25px 0;
  display: block;
  text-decoration: none !important;
  position: relative;
}

.frequently_questions .accordion a[role=button].collapsed:before {
  position: absolute;
  top: 14px;
  right: 15px;
  content: '+';
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  color: #242424;
}

.frequently_questions .accordion a[role=button]:before {
  position: absolute;
  top: 14px;
  right: 19px;
  content: '-';
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  color: #242424;
}

.frequently_questions .item img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .frequently_questions .item img {
    width: 100%;
    margin-bottom: -50px;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SUBSCRIBE NEWSLETTER HOMEPAGE18 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.subscribe_today {
  position: relative;
  top: -90px;
}

.subscribe_today .get_in_touch {
  padding: 280px 0 0 0;
  position: relative;
  z-index: 9;
}

.subscribe_newsletter {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}

.subscribe_newsletter .bg {
  background-color: #f0f0f0;
  min-height: 190px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  padding: 35px 60px;
}

.subscribe_newsletter .sec-title {
  padding-right: 30px;
}

.subscribe_newsletter .sec-title h2, .subscribe_newsletter .sec-title p {
  margin-bottom: 0;
}

.subscribe_newsletter .bg input[type="text"] {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(240, 240, 240, 0.8);
  -moz-box-shadow: 0px 0px 30px 0px rgba(240, 240, 240, 0.8);
  box-shadow: 0px 0px 30px 0px rgba(240, 240, 240, 0.8);
  color: #676767;
  font-size: 15px;
  height: 65px;
  padding: 0 185px 0 30px;
}

.subscribe_newsletter .form-subscribe {
  position: relative;
  top: 20px;
}

.subscribe_newsletter .form-subscribe input[type="button"] {
  background-color: #0897df;
  width: 155px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 1199px) {
  .subscribe_today {
    position: static;
    top: 0;
  }
  .subscribe_newsletter {
    background-color: #f0f0f0;
    position: static;
  }
  .subscribe_newsletter .bg {
    min-height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .subscribe_today .get_in_touch {
    padding: 90px 0;
  }
  .subscribe_newsletter .form-subscribe {
    position: relative;
    top: 0;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .subscribe_newsletter .bg {
    padding: 35px 0;
  }
}

/* END */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MY PORTFOLIO HOMEPAGE 19 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.header5 {
  background: url(../img/homepage5/base.jpg) no-repeat;
  background-size: cover;
}

.home5images .filterShortcode {
  position: relative;
  text-align: left;
  font-size: 14px;
  font-family: 'Open Sans';
}

.home5images {
  padding-bottom: 90px;
  padding-top: 180px;
}

.home5images h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  color: #c6c6c6;
  font-weight: 400;
  margin-left: 15px;
  text-transform: initial;
}

.hm5border {
  border-bottom: 2px solid #ee3d3d;
  width: 69px;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 15px;
}

.home5images h3 span {
  font-family: 'Open Sans', sans-serif;
  color: #ce344a;
  font-weight: 400;
  text-transform: initial;
  font-style: italic;
}

.home5images .filterShortcode .filterBtn {
  position: relative;
  display: inline-block;
  font-family: "Montserrat";
  text-transform: uppercase;
  margin: 0 26px;
  font-size: 15px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.home5images .filterShortcode .filterBtn.active, .home5images .filterShortcode .filterBtn.is-checked, .home5images .filterShortcode .filterBtn:hover {
  color: #ce344a;
}

.home5images .filterShortcode p:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #ce344a;
  content: '';
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.home5images .filterShortcode p:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #ce344a;
  content: '';
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.home5images .filterShortcode .active p:before, .home5images .filterShortcode .active p:after, .home5images .filterShortcode .is-checked p:before, .home5images .filterShortcode .is-checked p:after {
  width: 50%;
}

@media (min-width: 992px) {
  .headerStyle5.sideHeaderOpen .headerClosed {
    display: none;
  }
  .headers5 {
    position: absolute;
    padding: 45px 0;
  }
  .headers5.pageSrolled .headerClosed {
    top: 0;
  }
  .headers5.pageSrolled nav ul li a {
    color: #fff;
  }
  .headers5 .logo {
    margin-left: 80px;
    position: relative;
    display: inline-block;
  }
  .headers5.pageSrolled .logo img:first-child, .headers5.pageSrolled .headerSearch img:first-child {
    opacity: 1;
    visibility: visible;
  }
  .headers5.pageSrolled .logo img:last-child, .headers5.pageSrolled .headerSearch img:last-child {
    opacity: 0;
    visibility: visible;
  }
  .headers5.pageSrolled {
    background: #0e0e0e;
    padding: 8px 0;
    height: 65px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: fixed;
  }
  .headerStyle5 {
    width: 250px;
    height: 100%;
    background: #282e3c;
    padding: 103px 0;
    left: -100%;
    -webkit-transition: left 400ms linear;
    -o-transition: left 400ms linear;
    transition: left 400ms linear;
    position: fixed;
    top: 0;
  }
  header.headerStyle2.headerStyle5 .menuIcon {
    position: absolute;
    top: 30px;
    right: 35px;
    left: auto;
    border: none;
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
  }
  header.headerStyle2.headerStyle5 .responsiveWrapper {
    padding: 20px 0 0 0;
  }
  header.headerStyle2.headerStyle5 .menuIcon span:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #797979;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header.headerStyle2.headerStyle5 .menuIcon span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #797979;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header.headerStyle2.headerStyle5 .menuIcon:hover {
    border-color: #4356ea;
  }
  header.headerStyle2.headerStyle5 .menuIcon:hover span {
    background: #4356ea;
  }
  header.headerStyle2.headerStyle5 .logo {
    margin-left: 20px;
    display: none;
  }
  header.headerStyle2.headerStyle5 .headerSearch {
    position: relative;
    top: auto;
    right: auto;
    padding: 13px 40px;
    border-bottom: none;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
  }
  .headerStyle5 .headerSearch:before {
    content: none;
  }
  .headerStyle5 nav {
    position: relative;
    top: 0;
    margin-top: 51px;
    right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header.headerStyle2.headerStyle5 nav ul li {
    margin: 0;
    display: block;
    border-bottom: none;
  }
  header.headerStyle2.headerStyle5 nav ul li:first-child {
    border-top: none;
  }
  .headerStyle5 nav ul li a {
    display: block;
    padding: 13px 30px;
    border-left: 3px solid #fff;
  }
  header.headerStyle2.headerStyle5 nav ul li i.fa.fa-angle-up {
    display: none;
  }
  header.headerStyle2.headerStyle5 nav ul li i.fa {
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer;
    color: #71747a;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  header.headerStyle2.headerStyle5 nav ul li ul {
    padding-top: 0;
    top: 0px;
  }
  header.headerStyle2.headerStyle5 nav ul li ul li, header.headerStyle2.headerStyle5 nav ul li ul li ul li {
    border-bottom: 1px solid #dedede;
    background: #fff;
    border-right: 1px solid #dedede;
  }
  header.headerStyle2.headerStyle5 nav ul li ul li a {
    color: #797979;
    text-align: left;
    position: relative;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  header.headerStyle2.headerStyle5 nav ul li ul > li > a:before {
    content: "";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 3px;
    background: #4356ea;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  header.headerStyle2.headerStyle5 nav ul li ul > li:hover > a:before {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  header.headerStyle2.headerStyle5 nav ul li ul li ul li a {
    color: #797979;
  }
  header.headerStyle2.headerStyle5 nav ul li ul li:last-child {
    border-bottom: none;
  }
  .headerStyle5 nav ul li:hover > ul {
    left: 100%;
  }
  header.headerStyle2.headerStyle5 .activeMenu > a,
  header.headerStyle2.headerStyle5 nav ul li:hover > a,
  header.headerStyle2.headerStyle5 .headerSearch:hover {
    background: transparent;
  }
  header.headerStyle2.headerStyle5 nav ul li ul li:hover > a {
    border-left: 3px solid transparent;
    background: #f3f3f3;
    color: #242424;
  }
  .headerStyle5 .sideHeaderOpen {
    left: 0;
    -webkit-transition: left 250ms linear;
    -o-transition: left 250ms linear;
    transition: left 250ms linear;
  }
  .headerStyle5 .sideHeaderOpen .headerClosed {
    opacity: 0;
    visibility: hidden;
  }
  .headerStyle5 .headerClosed {
    position: fixed;
    top: 40px;
    right: 30px;
    left: auto;
    width: 60px;
    height: 100%;
    z-index: 11;
    background: 0;
    display: none;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
  }
  .headerStyle5 .headerClosed {
    display: block;
  }
  .headerStyle5 .headerClosed .closedMenuIcon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
  }
  .headerStyle5 .headerClosed .closedMenuIcon span:nth-child(2) {
    top: 50%;
  }
  .headerStyle5 .headerClosed .closedMenuIcon span:nth-child(3) {
    top: 100%;
  }
  .headerStyle5 .headerClosed .closedMenuIcon:hover span {
    background: #4356ea;
  }
  .headerStyle5 .headerClosed p {
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    -ms-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
  }
  .headerStyle5.sideHeaderOpen {
    right: 0;
    left: auto;
    -webkit-transition: left 250ms linear;
    -o-transition: left 250ms linear;
    transition: left 250ms linear;
  }
  .headerStyle5 nav ul li:hover > ul {
    right: 100%;
    left: initial;
  }
  .headers5 nav ul li ul {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .headers5 nav ul li ul li ul {
    position: absolute;
    top: -1px;
    right: 100%;
    left: auto;
    padding-top: 0;
  }
  .headers5 nav ul li ul li:hover {
    background: #282e3c;
  }
  .headers5.pageSrolled nav > ul > li > ul {
    top: 0;
    padding-top: 0px;
  }
  .headers5.pageSrolled nav ul li i.fa {
    color: #71747a;
  }
  .headers5.pageSrolled nav ul li ul li i.fa {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .headers5 nav ul li ul li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 991px) {
  .home5images .filterShortcode .filterBtn {
    position: relative;
    display: block;
    margin: 0 0 10px;
  }
  .home5images .filterShortcode {
    position: relative;
    text-align: center;
  }
  .home5images {
    padding-bottom: 90px;
    padding-top: 105px;
  }
}

@media (max-width: 767px) {
  .home5images h3 {
    font-size: 25px;
  }
}

/* SLIDER HOMEPAGE 20 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.home6slider .col-md-offset-1 {
  margin-left: 5.333333%;
}

.homeslider6 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 90px;
  text-transform: initial;
  text-align: left;
  margin-bottom: 20px !important;
  line-height: 92px;
  font-weight: 700 !important;
}

.homeslider6 h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-transform: initial;
  font-weight: 500;
  color: #fff;
  text-align: left;
  padding-left: 5px !important;
}

.homeslider6 p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 33px;
  text-align: left;
  padding-left: 5px !important;
  width: 445px;
}

.homeslider6 .border {
  border-bottom: 1px solid #fff !important;
  width: 90px;
  margin-bottom: 40px !important;
  margin-left: 5px !important;
  margin-top: 16px !important;
}

.homeslider6 .sliderbtn .button {
  float: left;
}

.homeslider6 .sliderbtn {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .home6slider .mainSlider {
    width: 100%;
    margin: 0 auto;
  }
  .homeslider6 p {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .homeslider6 h1 {
    font-size: 70px;
  }
}

@media (max-width: 320px) {
  .homeslider6 .tp-caption {
    width: 280px !important;
    max-width: 280px !important;
  }
  .homeslider6 h1 {
    font-size: 70px;
  }
  .awesome_services h4 {
    font-size: 25px;
  }
}

/* WORK HOMEPAGE 20 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mywork h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #fff;
  position: relative;
  z-index: 9;
  margin-left: 5px;
  margin-top: 8px;
  margin-bottom: 90px;
}

.mywork h1 span {
  color: #242424;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 80px;
}

.headingcolor {
  position: absolute;
  top: -110px;
  left: 0;
  background: #9d2862;
  bottom: 0;
  width: 328px;
  height: 277px;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.28);
}

.mywork {
  margin-left: 165px;
  margin-right: 165px;
}

.bg6gray {
  background: #f1f1f4;
}

.mywork h1:after {
  border-bottom: 1px solid #bbbbbd;
  position: absolute;
  left: 490px;
  content: '';
  right: 0;
  top: 65px;
  width: 870px;
}

.mywork .owl-theme .owl-dots, .mywork .owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  left: 10.2%;
}

.mywork .owl-theme .owl-dots .owl-dot {
  display: -webkit-box;
  zoom: 1;
}

.mywork .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.mywork h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #010101;
  margin-bottom: 50px;
  margin-left: -145px;
}

.mywork .button.hstyle6 {
  border-radius: 0;
  background: transparent;
  border: 1px solid #3a3a3a;
  padding: 10px 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.mywork .button.hstyle6:hover {
  color: #fff;
}

.mywork p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4e3f87;
  line-height: 24px;
  margin-bottom: 23px;
}

.mywork .owl-nav {
  display: none;
}

.mywork h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #c3c3c3;
  text-transform: initial;
  margin-bottom: 30px;
}

.num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 80px;
  color: #c3c3c3;
  line-height: 1;
}

.num span {
  font-size: 50px;
}

.mywork .content {
  margin-top: 175px;
}

.contentPadding.bg6gray {
  padding-bottom: 110px;
}

.slide-wrapper {
  display: inline;
}

.slide-wrapper .container {
  padding: 0px;
}

.mywork .carousel-inner > .item.next, .carousel-inner > .item.active.right {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  top: 0;
}

.mywork .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  top: 0;
}

.mywork .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  top: 0;
}

/*------------------------------- vertical carousel indicators ------------------------------*/
.mywork .carousel-indicators {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  right: auto;
  left: -115px;
  width: auto;
  z-index: 1;
}

.mywork .carousel-indicators li {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #525252;
  width: 9px;
  height: 9px;
}

.mywork .carousel-indicators li.active {
  margin-bottom: 5px;
  background: #bc3779;
  border: 1px solid #525252;
  width: 9px;
  height: 9px;
}

#myCarousel {
  margin-left: 20px;
}

@media (min-width: 1401px) {
  .mywork .slide-wrapper img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .mywork {
    margin: 0 auto;
  }
  .mywork h1 {
    margin-left: 165px;
    margin-right: 165px;
  }
  .mywork .slide-wrapper img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 991px) {
  .mywork h1:after {
    width: auto;
  }
  .mywork {
    margin: 0 auto;
  }
  .headingcolor {
    display: none;
  }
  .mywork h1 {
    font-size: 60px;
    color: #9d2862;
  }
  .mywork h1 span {
    font-size: 60px;
  }
  .mywork h2 {
    font-size: 40px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .mywork .content {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .num {
    font-size: 50px;
  }
  .num span {
    font-size: 20px;
  }
  .contentPadding.bg6gray {
    padding-bottom: 50px;
  }
  .mywork h1 {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (min-width: 415px) and (max-width: 568px) {
  .mywork .carousel-indicators {
    left: -80px;
  }
}

@media (max-width: 414px) {
  .mywork h1 {
    font-size: 40px;
  }
  .mywork h1 span {
    font-size: 40px;
  }
  .mywork .carousel-indicators {
    left: -70px;
  }
  .homeslider6 .sliderbtn {
    margin-top: 30px !important;
  }
}

/* SERVICES HOMEPAGE 20 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.awesome_services h4 {
  color: #282828;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.awesome_services {
  background: #eaeaec;
}

.awesome_services h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #3e3e3e;
}

.awesome_services .advantageBlockContent {
  margin-left: 70px;
}

.awesome_services p {
  color: #898989;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.awesome_services .border {
  border-bottom: 1px solid #d5d5d5;
  margin-top: 50px;
}

.awesome_services .contentPadding {
  padding-top: 85px;
  padding-bottom: 100px;
}

.bgskyblue {
  background: #256e97;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: 'Open Sans';
}

.bgskyblue .clr {
  color: #92b7cb;
}

.bgskyblue .white {
  color: #fff;
}

.PT {
  font-family: 'PT Serif', serif;
  color: #4e4e4e;
}

@media (max-width: 1200px) {
  .awesome_services .border {
    border-bottom: 0;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .awesome_services .contentPadding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* MEGA MENU */
/*-------------------------------------------------------------------------------------------------------------------------------*/
nav ul li:hover ul.mobile, nav ul li ul.mobile {
  opacity: 0;
}

.megamenu {
  position: absolute;
}

.megamenu .item {
  background: #fff;
  z-index: 10;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.megamenu .item h4 {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
}

.megamenu .item-home .item-link:nth-child(2) {
  padding: 0;
}

.megamenu .item-home .item-link {
  margin: 0;
  padding: 0 0 0 50px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.megamenu .item-elements .item-link {
  width: 25%;
  float: left;
  padding: 0 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.megamenu .item p a {
  font-size: 14px;
  color: #797979;
  line-height: 38px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.megamenu .item-portfolio .item-small {
  margin: 0;
  padding: 0 0 0 60px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.megamenu .item-portfolio .item-small:nth-child(1) {
  padding: 0;
  width: 415px;
}

.megamenu .item-portfolio .item-small:nth-child(2) {
  width: 480px;
}

.megamenu .item-portfolio .item-small:nth-child(1) .item-link, .megamenu .item-portfolio .item-small:nth-child(2) .item-link {
  width: 50%;
  float: left;
}

.navScroll .scroll_bar {
  height: 500px;
  overflow-y: scroll;
}

@media (max-width: 1279px) {
  .megamenu {
    display: none;
  }
  nav ul li:hover ul.mobile, nav ul li ul.mobile {
    opacity: 1;
  }
}

@media (max-width: 1366px) {
  .megamenu .item {
    padding: 40px 50px 50px 50px;
  }
  .megamenu .item-portfolio .item-small:nth-child(1), .megamenu .item-portfolio .item-small:nth-child(2), .megamenu .item-portfolio .item-small:nth-child(3), .megamenu .item-portfolio .item-small:nth-child(4) {
    width: 50%;
  }
  .megamenu .item-portfolio .item-small:nth-child(3) {
    padding: 0;
  }
  .megamenu .item-home .item-link {
    width: 33.33%;
  }
  .megamenu .item-home .item-link:nth-child(5) {
    padding: 0;
  }
  .megamenu .item-elements .item-link {
    padding: 0 30px;
  }
}

@media (min-width: 1600px) {
  .megamenu .item {
    padding: 40px 0 50px 0;
  }
  .megamenu .item-portfolio {
    padding: 40px 140px 50px 140px;
  }
}

/* SIDE FRAME */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.side-frame .item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.3);
  display: table;
  vertical-align: middle;
  margin-bottom: 100px;
}

.side-frame .item:last-child {
  margin-bottom: 0;
}

.side-frame .item.right {
  direction: rtl;
}

.side-frame .item.right .portfolioContent {
  text-align: left;
}

.side-frame .item .portfolioContent {
  padding: 0 65px 0 35px;
  margin: 0;
}

.side-frame .item.right .portfolioContent {
  padding: 0 35px 0 65px;
}

.side-frame .item .imgWrapper, .side-frame .item .portfolioContent {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 50%;
}

@media (max-width: 991px) {
  .side-frame .item .imgWrapper, .side-frame .item .portfolioContent {
    display: block;
    width: 100%;
  }
  .side-frame .item .portfolioContent, .side-frame .item.right .portfolioContent {
    padding: 50px 15px;
  }
  .side-frame .item.right {
    direction: ltr;
  }
}

/* SINGLE PROJECT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.single-project img {
  width: 100%;
}

.single-project .img img {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.single-project .projectDescriptionList li {
  display: table;
  vertical-align: middle;
  border-bottom: none;
}

.single-project .projectDescriptionList li h6 {
  width: 100px;
}

.single-project .projectDescriptionList li h6, .single-project .projectDescriptionList li span {
  display: table-cell;
  vertical-align: middle;
}

.single-project .simple-article p {
  margin-bottom: 20px;
}

.single-project .sidebarR {
  padding: 0 0 0 55px;
}

.single-project .sidebarR .projectDescriptionList {
  margin-left: 0;
}

@media (max-width: 991px) {
  .single-project .sidebarR {
    padding: 0 15px 50px 15px;
  }
  .single-project .row.pad0_80 .col-sm-12:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .single-project.single-project2 .row.pad0_80 .col-sm-6:nth-child(1) {
    margin-bottom: 30px;
  }
  .projectPagination a {
    width: 120px;
    text-align: center;
    padding: 14px 0;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Header Area css
============================================================================================ */
.main_menu_area .navbar.navbar-default .nav.navbar-nav li a {
  color: #fff;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a {
  color: #797979;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li:hover a, .main_menu_area .navbar.navbar-default .nav.navbar-nav li.active a {
  color: #dfdfe2;
}

.main_menu_area .nav.navbar-nav li a:focus {
  background: transparent;
  color: #fff;
}

.main_menu_area .nav.navbar-nav li.mega_menu {
  position: static;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner {
  width: 100%;
  max-width: 100%;
  padding: 50px 0px;
  border: none;
}

@media (min-width: 992px) {
  .main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    background: #222222;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item {
  max-width: 1030px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item .mega_title {
  display: block;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #353535;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: .80px;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  left: 0px;
  min-width: auto;
  top: 0px;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  padding-top: 0px;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item ul li {
  margin-right: 0px;
  padding: 0px;
  display: block;
  background: transparent;
  border: none;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item ul li a {
  background: transparent;
  color: #797979;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: .42px;
  display: block;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  text-transform: none;
  display: block;
  background: transparent;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item ul li a:before {
  display: none;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item ul li:hover a {
  color: #fff;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item img {
  max-width: 100%;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item:last-child:before {
  display: none;
}

@media (min-width: 992px) {
  .main_menu_area .nav.navbar-nav li.mega_menu:hover .mega_menu_inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.main_menu_area .nav.navbar-nav li.mega_menu.mega_list .mega_menu_inner {
  padding-left: 100px;
  padding-right: 70px;
}

.main_menu_area .nav.navbar-nav li.mega_menu.mega_list .mega_menu_inner .mega_item {
  width: 30%;
  display: inline-block;
  float: left;
  max-width: 100%;
  padding-right: 30px;
}

.main_menu_area .nav.navbar-nav li.mega_menu.mega_list .mega_menu_inner .mega_item ul {
  width: 50%;
  float: left;
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  max-width: 100%;
}

.main_menu_area .nav.navbar-nav li.mega_menu.mega_list .mega_menu_inner .mega_item:nth-child(3) {
  width: 20%;
}

.main_menu_area .nav.navbar-nav li.mega_menu.mega_list .mega_menu_inner .mega_item:nth-child(3) ul {
  width: 100%;
  float: none;
}

.main_menu_area .nav.navbar-nav li.mega_menu.mega_list .mega_menu_inner .mega_item:nth-child(4) {
  width: 20%;
}

.main_menu_area .nav.navbar-nav li.mega_menu.mega_list .mega_menu_inner .mega_item:nth-child(4) ul {
  width: 100%;
  float: none;
}

.main_menu_area.navbar_fixed {
  position: fixed !important;
  width: 100%;
  top: -70px !important;
  left: 0;
  right: 0;
  background: #1f1f1f;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 700ms ease, -webkit-transform 700ms ease;
  transition: background 700ms ease, -webkit-transform 700ms ease;
  -o-transition: transform 700ms ease, background 700ms ease;
  transition: transform 700ms ease, background 700ms ease;
  transition: transform 700ms ease, background 700ms ease, -webkit-transform 700ms ease;
  -webkit-transition: transform 700ms ease, background 700ms ease;
}

.main_menu_area.navbar_fixed .navbar .navbar-brand {
  line-height: 68px;
}

.main_menu_area.navbar_fixed .navbar .navbar-nav li a {
  line-height: 70px;
}

.responsive_menu {
  display: none;
}

/* Main Header Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* About Banner Area css
============================================================================================ */
.ab_banner_area {
  background: url(../img/about-us/banner-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 200px 0px 110px 0px;
}

.ab_banner_area .ab_banner_text {
  text-align: center;
  color: #fff;
}

.ab_banner_area .ab_banner_text h3 {
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding-bottom: 22px;
}

.ab_banner_area .ab_banner_text ul li {
  display: inline-block;
  margin-right: 20px;
}

.ab_banner_area .ab_banner_text ul li a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #8692ec;
  position: relative;
}

.ab_banner_area .ab_banner_text ul li a:before {
  content: "\f105";
  font: normal normal normal 12.57px/1 FontAwesome;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.ab_banner_area .ab_banner_text ul li:last-child {
  margin-right: 0px;
}

.ab_banner_area .ab_banner_text ul li:last-child a:before {
  display: none;
}

.ab_banner_area .ab_banner_text ul li.active a {
  color: #fff;
}

/* End About Banner Area css
============================================================================================ */
/* End About Banner Area css
============================================================================================ */
.shop_banner_area {
  background: url(../img/banner/shop-banner-bg.jpg) no-repeat scroll center center;
  background-size: cover;
}

.shop_banner_area .shop_banner_inner {
  padding: 180px 0px 245px 0px;
  color: #fff;
}

.shop_banner_area .shop_banner_inner h5 {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 50px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}

.shop_banner_area .shop_banner_inner h5:before {
  content: "";
  width: 127px;
  height: 1px;
  background: #c6e1e1;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.shop_banner_area .shop_banner_inner h5:after {
  content: "";
  width: 53px;
  height: 1px;
  background: #c6e1e1;
  position: absolute;
  left: 0px;
  bottom: -8px;
}

.shop_banner_area .shop_banner_inner h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 75px;
  letter-spacing: 2.25px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  padding-bottom: 35px;
  padding-top: 10px;
}

.shop_banner_area .shop_banner_inner p {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #fff;
  padding-bottom: 40px;
}

.shop_banner_area .shop_banner_inner p span {
  font-weight: bold;
}

.shop_banner_area .shop_banner_inner .button.btnSize4 {
  padding: 0px 50px !important;
  border: 1px solid #4356ea;
}

/* End About Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Slider Area css
============================================================================================ */
.main_slider_area {
  position: relative;
}

.main_slider_area .rev_slider ul li .slider_text_box .first_text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold !important;
}

.main_slider_area .rev_slider ul li .slider_text_box .first_text span {
  color: #ffd36c;
  position: relative;
}

.main_slider_area .rev_slider ul li .slider_text_box .first_text span:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #ffd36c;
  position: absolute;
  left: 0px;
  bottom: 1px;
}

.main_slider_area .rev_slider ul li .slider_text_box .secand_text {
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.main_slider_area .rev_slider ul li .slider_text_box .slider_button .main_btn {
  height: 32px;
  padding: 0px 20px !important;
  border: 1px solid #fff !important;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  line-height: 30px !important;
  font-size: 12px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: bold !important;
  border-radius: 20px;
  -webkit-transition: all 400ms linear !important;
  -o-transition: all 400ms linear !important;
  transition: all 400ms linear !important;
  margin-right: 35px;
}

.main_slider_area .rev_slider ul li .slider_text_box .slider_button .main_btn:hover {
  background: #4356ea;
  border-color: #4356ea !important;
}

.main_slider_area .rev_slider ul li .slider_text_box .slider_button .main_b_btn {
  height: 32px;
  padding: 0px 20px !important;
  border: 1px solid #4356ea !important;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  line-height: 30px !important;
  font-size: 12px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: bold !important;
  border-radius: 20px;
  -webkit-transition: all 400ms linear !important;
  -o-transition: all 400ms linear !important;
  transition: all 400ms linear !important;
  background: #4356ea;
}

.main_slider_area .rev_slider ul li .slider_text_box .slider_button .main_b_btn:hover {
  border-color: #fff !important;
  background: transparent;
}

.main_slider_area .slider_base {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 25;
  padding-bottom: 30px;
}

.main_slider_area .slider_base .slider_base_inner {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}

.main_slider_area .slider_base .slider_base_inner .pull-left a {
  margin-right: 30px;
}

.main_slider_area .slider_base .slider_base_inner .pull-left a:last-child {
  margin-right: 0px;
}

.main_slider_area .slider_base .slider_base_inner .pull-left .number {
  font-size: 22px;
  color: #fff;
  letter-spacing: .44px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.main_slider_area .slider_base .slider_base_inner .pull-left .n_text {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.main_slider_area .slider_base .slider_base_inner .pull-left .n_text img {
  padding-right: 10px;
}

.main_slider_area .slider_base .slider_base_inner .pull-right a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #fff;
}

.border_btn {
  height: 50px;
  padding: 0px 40px;
  border: 2px solid #4356ea;
  text-transform: uppercase;
  color: #4356ea;
  display: inline-block;
  line-height: 46px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  border-radius: 25px;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  cursor: pointer;
}

.border_btn:hover {
  background: #4356ea;
  border-color: #4356ea;
  color: #fff;
}

/* End Main Slider Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Introduction Area css
============================================================================================ */
.intro_text h4 span {
  font-weight: bold;
  color: #4356ea;
}

.intro_text .simple-article.normall h5 {
  font-family: "Lora", serif;
  color: #242424;
  font-size: 22px;
  font-style: italic;
}

.intro_text .simple-article.normall p {
  color: #898989;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .39px;
  font-size: 15px;
}

.simple-article.normall.light h5 {
  font-size: 20px;
  font-family: "Lora", serif;
  font-style: italic;
  line-height: 26px;
  padding-bottom: 45px;
}

.simple-article.normall.light .media {
  margin-bottom: 40px;
}

.simple-article.normall.light .media .media-left {
  padding-right: 20px;
}

.simple-article.normall.light .media .media-left i {
  font-size: 36px;
  color: #b76627;
  line-height: 36px;
}

.simple-article.normall.light .media .media-left i:before {
  font-size: 36px;
}

.simple-article.normall.light .media .media-body p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin-top: -6px;
}

.simple-article.normall.light .media:last-child {
  margin-bottom: 0px;
}

.titleShortcode.ourMission span {
  font-family: "Lora", serif;
  font-style: italic;
  color: #fff;
}

.our_my_team {
  padding: 100px 0px;
}

.our_my_team .titleShortcode {
  padding-bottom: 45px;
}

.my_team_item {
  text-align: center;
}

.my_team_item .team_img {
  position: relative;
  z-index: 3;
}

.my_team_item .team_img img {
  max-width: 100%;
}

.my_team_item .team_img:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.my_team_item .team_img ul {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  z-index: 2;
  overflow: hidden;
}

.my_team_item .team_img ul li {
  display: inline-block;
  margin-right: 20px;
}

.my_team_item .team_img ul li a {
  color: #fff;
  font-size: 22px;
  position: relative;
  bottom: -30px;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.my_team_item .team_img ul li:last-child {
  margin-right: 0px;
}

.my_team_item h4 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #242424;
  letter-spacing: .48px;
  line-height: 24px;
  padding-top: 15px;
}

.my_team_item h5 {
  color: #898989;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-bottom: 15px;
}

.my_team_item h5:before {
  content: "";
  width: 35px;
  height: 2px;
  background: #5093e6;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.my_team_item p {
  padding-top: 20px;
  font-size: 14px;
  color: #898989;
  letter-spacing: .42px;
}

.my_team_item:hover .team_img:before {
  opacity: 1;
}

.my_team_item:hover .team_img ul li a {
  opacity: 1;
  bottom: 0px;
}

.team_grid_row {
  margin-bottom: -75px;
  overflow: hidden;
}

.team_grid_row .my_team_item {
  margin-bottom: 75px;
}

/* End Introduction Area css
============================================================================================ */
.white_bg {
  background: #fff;
}

.white_bg .swiperMainWrapper .swiper-container .swiper-wrapper .swiper-slide i {
  color: #4356ea;
}

.white_bg .swiperMainWrapper .swiper-container .swiper-wrapper .swiper-slide .text .text_italic {
  color: #898989;
}

.white_bg .swiperMainWrapper .swiper-container .swiper-wrapper .swiper-slide .say h4 {
  color: #4356ea;
}

.gray_color {
  background: #f1f1f1;
}

/* Team List Area css
============================================================================================ */
.team_list_area .titleShortcode {
  padding-bottom: 60px;
}

.team_inner_list .media {
  background: #f4f5f7;
  margin-top: 30px;
}

.team_inner_list .media:first-child {
  margin-top: 0px;
}

.team_inner_list .media .media-left {
  padding-right: 45px;
}

.team_inner_list .media .media-body {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  padding-right: 50px;
  padding-left: 15px;
}

.team_inner_list .media .media-body h4 {
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
}

.team_inner_list .media .media-body h5 {
  font-size: 14px;
  color: #898989;
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-weight: normal;
  position: relative;
  padding-bottom: 5px;
}

.team_inner_list .media .media-body h5:before {
  content: "";
  width: 35px;
  height: 2px;
  background: #c2c2c2;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.team_inner_list .media .media-body p {
  font-size: 15px;
  color: #898989;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  padding: 12px 0px 25px 0px;
}

.team_inner_list .media .media-body .button {
  line-height: 36px;
  padding: 0px 24px;
  letter-spacing: .45px !important;
}

/* End Team List Area css
============================================================================================ */
.section .text_thin {
  line-height: 30px;
}

/* Video Background Area css
============================================================================================ */
.slide_banner_video {
  min-height: 100vh;
  position: relative;
}

.slide_banner_video .video_background {
  position: absolute;
  left: 0px;
  height: 100%;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.slide_banner_video:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 14, 71, 0.85);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.slide_banner_video .video_content {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.slide_banner_video .video_content .video_content_inner h6 {
  color: #fff;
  opacity: .60;
  font-size: 24px;
  font-family: "Lora", serif;
  font-style: italic;
  text-transform: inherit;
}

.slide_banner_video .video_content .video_content_inner p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 70px;
  color: #fff;
  padding: 25px 0px 60px 0px;
}

.slide_banner_video .video_content .video_content_inner p span {
  color: #2bc68d;
  font-weight: 500;
}

.slide_banner_video .video_content .video_content_inner a {
  border: 2px solid #fff;
  text-align: center;
  width: 214px;
  height: 56px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 53px;
  display: inline-block;
  border-radius: 28px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.slide_banner_video .video_content .video_content_inner a:hover {
  background: #fff;
  color: #4356ea;
}

/* End Video Background Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Shop Feature Area css
============================================================================================ */
.shop_f_inner {
  margin-bottom: -30px;
  overflow: hidden;
}

.shop_f_inner .col-md-3 {
  margin-bottom: 30px;
}

.shop_f_item_c {
  position: relative;
  z-index: 5;
  margin: 0px;
}

.shop_f_item_c img {
  max-width: 100%;
}

.shop_f_item_c:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.shop_f_item_c .s_f_c_hover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  padding: 0px 40px;
  z-index: 2;
}

.shop_f_item_c .s_f_c_hover h5 {
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 50px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}

.shop_f_item_c .s_f_c_hover h5:before {
  content: "";
  width: 85px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.shop_f_item_c .s_f_c_hover h5:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: -8px;
  z-index: 2;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.shop_f_item_c .s_f_c_hover h3 {
  font-size: 40px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1.2px;
  color: #fff;
  font-weight: 800;
  line-height: 50px;
}

.shop_f_item_c:hover .s_f_c_hover h5:before {
  width: 50px;
}

.shop_f_item_c:hover .s_f_c_hover h5:after {
  width: 85px;
}

.shop_blue_item {
  position: relative;
  z-index: 5;
}

.shop_blue_item img {
  max-width: 100%;
}

.shop_blue_item:before {
  content: "";
  background: rgba(67, 86, 234, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.shop_blue_item .s_blue_hover {
  position: absolute;
  top: 18px;
  left: 0px;
  z-index: 2;
  padding: 0px 18px;
}

.shop_blue_item .s_blue_hover h5 {
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 45px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}

.shop_blue_item .s_blue_hover h5:before {
  content: "";
  width: 85px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.shop_blue_item .s_blue_hover h5:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: -8px;
  z-index: 2;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.shop_blue_item:hover .s_blue_hover h5:before {
  width: 50px;
}

.shop_blue_item:hover .s_blue_hover h5:after {
  width: 85px;
}

.shop_single_item img {
  max-width: 100%;
}

.shop_text_item {
  padding-left: 36px;
  position: relative;
  min-height: 255px;
}

.shop_text_item h5 {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .84px;
  text-transform: capitalize;
  padding-bottom: 20px;
  padding-top: 36px;
}

.shop_text_item h5:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -30px;
  width: 55px;
  height: 1px;
  background: #242424;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.shop_text_item h5:after {
  content: "";
  position: absolute;
  top: 36px;
  left: -30px;
  width: 20px;
  height: 1px;
  background: #242424;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.shop_text_item h3 {
  color: #4356ea;
  font-weight: 300;
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1.05px;
}

.shop_text_item:hover h5:before {
  width: 20px;
}

.shop_text_item:hover h5:after {
  width: 55px;
}

.shop_text_item.shop_right {
  padding-left: 0px;
  padding-right: 36px;
  text-align: right;
}

.shop_text_item.shop_right h5:before {
  left: auto;
  right: -30px;
}

.shop_text_item.shop_right h5:after {
  left: auto;
  right: -30px;
}

.shop_mens_item {
  position: relative;
}

.shop_mens_item img {
  max-width: 100%;
}

.shop_mens_item:before {
  content: "";
  background: rgba(0, 0, 20, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.shop_mens_item .s_mens_hover {
  position: absolute;
  left: 30px;
  top: 30px;
}

.shop_mens_item .s_mens_hover h3 {
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
}

.shop_mens_item .s_mens_hover h3:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 55px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.shop_mens_item .s_mens_hover h3:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0px;
  width: 20px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.shop_mens_item:hover .s_mens_hover h3:before {
  width: 20px;
}

.shop_mens_item:hover .s_mens_hover h3:after {
  width: 55px;
}

/* End Shop Feature Area css
============================================================================================ */
/* Product Area css
============================================================================================ */
.product_area {
  background: #f7f7f7;
}

.product_fillter {
  text-align: center;
  margin-bottom: 45px;
}

.product_fillter li {
  display: inline-block;
  margin-right: 55px;
}

.product_fillter li a {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #242424;
  text-transform: uppercase;
  position: relative;
  line-height: normal;
}

.product_fillter li a:before {
  content: "/";
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #242424;
}

.product_fillter li:hover a, .product_fillter li.active a {
  color: #4356ea;
}

.product_fillter li:last-child {
  margin-right: 0px;
}

.product_fillter li:last-child a:before {
  display: none;
}

.product_inner {
  margin-bottom: -80px;
}

.product_item {
  margin-bottom: 80px;
}

.product_item .product_img {
  display: block;
}

.product_item .product_img img {
  max-width: 100%;
}

.product_item .product_text {
  padding: 40px 0px 0px 0px;
  text-align: center;
}

.product_item .product_text h4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #242424;
  line-height: normal;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.product_item .product_text h4:hover {
  color: #4356ea;
}

.product_item .product_text h5 {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #4356ea;
  line-height: normal;
  padding-top: 10px;
}

.product_item .product_text ul {
  padding: 10px 0px 20px 0px;
}

.product_item .product_text ul li {
  display: inline-block;
}

.product_item .product_text ul li a {
  color: #d6b161;
  font-size: 15px;
}

.product_item .product_text .button.btnSize4 {
  border: 2px solid #4356ea;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 38px;
  padding: 0px 25px !important;
}

.shop_list_f {
  margin-top: 100px;
}

.shop_list_f .media {
  background: #fff;
  padding-left: 25px;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.shop_list_f .media .media-left {
  padding-right: 15px;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.shop_list_f .media .media-body {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.shop_list_f .media .media-body h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #242424;
  font-weight: bold;
  line-height: normal;
}

/* End Product Area css
============================================================================================ */
/* Checkout Table css
================================= */
.checkout_table {
  padding: 100px 0;
  display: block;
  overflow: hidden;
}

.checkout_table .checkout_row .table.table-bordered {
  border-color: #ebebeb;
  margin: 0;
}

.checkout_table .checkout_row .table.table-bordered thead {
  background: #f9f9f9;
}

.checkout_table .checkout_row .table.table-bordered thead tr th {
  font: bold 18px/59px "Montserrat", sans-serif;
  color: #242424;
  padding: 0 20px;
  border-bottom: 0;
}

.checkout_table .checkout_row .table.table-bordered thead tr th:first-child {
  padding-left: 40px;
}

.checkout_table .checkout_row .table.table-bordered thead tr th.preview {
  width: 250px;
}

.checkout_table .checkout_row .table.table-bordered thead tr th.product {
  width: 215px;
}

.checkout_table .checkout_row .table.table-bordered thead tr th.price {
  width: 147px;
}

.checkout_table .checkout_row .table.table-bordered thead tr th.quantity {
  width: 230px;
}

.checkout_table .checkout_row .table.table-bordered thead tr th.total {
  width: 195px;
}

.checkout_table .checkout_row .table.table-bordered thead tr th.close {
  width: 133px;
}

.checkout_table .checkout_row .table.table-bordered tbody tr td {
  padding: 25px;
  font: 400 16px/1 "Open Sans", sans-serif;
  color: #797979;
  vertical-align: middle;
}

.checkout_table .checkout_row .table.table-bordered tbody tr td:first-child {
  padding-left: 50px;
}

.checkout_table .checkout_row .table.table-bordered tbody tr td img {
  border: 1px solid #ebebeb;
}

.checkout_table .checkout_row .table.table-bordered tbody tr td.total {
  font: 700 17px/1 "Open Sans", sans-serif;
}

.checkout_table .checkout_row .table.table-bordered tbody tr td.close_x {
  font-weight: 700;
  font-size: 18px;
  color: #242424;
  text-align: center;
  cursor: pointer;
}

.checkout_table .checkout_row .table.table-bordered tbody tr td .product_select {
  border-radius: 0;
  border-color: #ebebeb;
  font: 400 17px/38px "Open Sans", sans-serif;
  color: #797979;
  height: auto;
  padding: 0 20px;
  width: 95px;
}

.checkout_table .checkout_row .table.table-bordered tbody tr td .product_select:after {
  display: none;
}

.checkout_table .checkout_row .table.table-bordered tbody tr td .product_select:before {
  content: "\f0d7";
  font: normal normal normal 14px/38px FontAwesome;
  position: absolute;
  top: 0px;
  color: #797979;
  width: 38px;
  right: 0px;
  border-left: 1px solid #ebebeb;
  text-align: center;
}

.checkout_table .checkout_row .table.table-bordered tbody tr td .product_select .list {
  margin: 0;
  border-radius: 0;
  width: 100%;
}

.checkout_table .checkout_row .table.table-bordered tbody tr td .product_select .list li {
  min-height: auto;
  line-height: 35px;
}

.checkout_table .checkout_row .coupon {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 24px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.checkout_table .checkout_row .coupon .form-inline .form-group input {
  border-radius: 3px;
  color: #8e8d8d;
  font: 400 15px/31px "Open Sans", sans-serif;
  padding: 0 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dddddd;
  background: #fff;
  width: 130px;
  letter-spacing: .45px;
}

.checkout_table .checkout_row .coupon .form-inline button {
  font: 400 15px/29px "Lato", sans-serif;
  color: #fff;
  background: #242424;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 0 20px;
  min-width: 140px;
  margin-left: 20px;
  margin-top: -1px;
  cursor: pointer;
  height: 33px;
}

.checkout_table .checkout_row .coupon .button {
  color: #fff;
  line-height: 38px;
  border: 1px solid #4356ea;
  padding: 0px 25px !important;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.checkout_table .checkout_row .coupon .button:hover {
  color: #4356ea;
}

.checkout_table .checkout_row .list-group {
  float: right;
  padding: 0;
}

.checkout_table .checkout_row .list-group li {
  border-color: #ebebeb;
  border-radius: 0;
  font: 400 17px/1 "Open Sans", sans-serif;
  color: #797979;
  padding: 20px 35px 20px 25px;
  overflow: hidden;
}

.checkout_table .checkout_row .list-group li.cart_total {
  background: #f9f9f9;
  font: 700 18px/1 "Montserrat", sans-serif;
  color: #242424;
}

.checkout_table .checkout_row .list-group li.total span {
  font-weight: 700;
  color: #242424;
}

.checkout_table .checkout_row .list-group li span {
  float: right;
  color: #797979;
}

.checkout_table .checkout_row .list-group li .button {
  border: 0;
  color: #fff;
  line-height: 40px;
  font-size: 13px;
  padding: 0px 25px !important;
  float: right;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #4356ea;
}

.checkout_table .checkout_row .list-group li .button:hover, .checkout_table .checkout_row .list-group li .button:focus {
  border-color: #4356ea;
  color: #4356ea;
}

/* End Checkout Table css
================================= */
/* End Billing Details Area css
============================================================================================ */
.billing_details_area {
  padding: 100px 0px;
}

.return_option {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  padding-left: 28px;
  margin-bottom: 50px;
}

.return_option h4 {
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: inherit;
  font-size: 17px;
  line-height: normal;
  padding: 24px 0px;
}

.return_option h4 a {
  color: #4356ea;
  text-decoration: underline;
}

.single_b_title {
  font-size: 30px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  margin-bottom: 40px;
  color: #323232;
  text-transform: capitalize;
}

.billing_form_area {
  padding-right: 100px;
}

.billing_form .form-group {
  margin-bottom: 30px;
}

.billing_form .form-group:last-child {
  margin-bottom: 0px;
}

.billing_form .form-group input {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 38px;
  border: 1px solid #e2e2e2;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
  padding: 0px 20px;
}

.billing_form .form-group input.placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group input:-moz-placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group input::-moz-placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group input::-webkit-input-placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group input + input {
  margin-top: 12px;
}

.billing_form .form-group input:focus {
  border-color: #242424;
}

.billing_form .form-group label {
  display: block;
  font-size: 15px;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
}

.billing_form .form-group .product_select {
  height: 38px;
  border-radius: 0px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px;
}

.billing_form .form-group .product_select .current {
  position: relative;
  top: -3px;
  color: #c6c6c6;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}

.billing_form .form-group .product_select:after {
  border: none;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: -6px;
  margin-right: 5px;
}

.billing_form .form-group .product_select.open:after {
  content: "\f106";
  margin-top: -7px;
}

.billing_form .form-group textarea {
  resize: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100px;
  border: 1px solid #e2e2e2;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
  padding: 15px 20px;
}

.billing_form .form-group textarea.placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group textarea:-moz-placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group textarea::-moz-placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: .30px;
}

.billing_form .form-group textarea:focus {
  border-color: #242424;
}

.billing_form .select_check2 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.billing_form .select_check2 .creat_account label {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #242424;
}

.order_box_price .payment_list {
  background: #fdfdfd;
  border: 1px solid #d9d9d9;
  padding: 30px 30px 55px 30px;
}

.order_box_price .payment_list .price_single_cost h5 {
  font-size: 15px;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: inherit;
  line-height: normal;
  margin-bottom: 22px;
}

.order_box_price .payment_list .price_single_cost h5 span {
  float: right;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.order_box_price .payment_list .price_single_cost h5 span.text_f {
  text-transform: inherit;
}

.order_box_price .payment_list .price_single_cost h4 {
  font-size: 15px;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: inherit;
  line-height: normal;
  margin-bottom: 22px;
}

.order_box_price .payment_list .price_single_cost h4 span {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #242424;
  float: right;
}

.order_box_price .payment_list .price_single_cost h3 {
  font-size: 15px;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: inherit;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  line-height: normal;
  padding: 15px 0px 18px 0px;
  margin-bottom: 10px;
}

.order_box_price .payment_list .price_single_cost h3 span {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #242424;
  float: right;
}

.order_box_price .payment_list .panel-group .panel.panel-default {
  border: none;
  border-radius: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.order_box_price .payment_list .panel-group .panel.panel-default .panel-heading {
  padding: 0px 0px 0px 0px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.order_box_price .payment_list .panel-group .panel.panel-default .panel-heading .panel-title {
  line-height: normal;
}

.order_box_price .payment_list .panel-group .panel.panel-default .panel-heading .panel-title a {
  line-height: normal;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #797979;
  text-transform: capitalize;
  display: inline-block;
  line-height: 45px;
}

.order_box_price .payment_list .panel-group .panel.panel-default .panel-heading .panel-title a:before {
  content: "";
  height: 12px;
  width: 12px;
  border: 1px solid #919292;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order_box_price .payment_list .panel-group .panel.panel-default .panel-heading .panel-title a:after {
  content: "";
  height: 8px;
  width: 8px;
  border: 1px solid #274760;
  border-radius: 50%;
  position: absolute;
  background: #0e84c6;
  left: 2px;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order_box_price .payment_list .panel-group .panel.panel-default .panel-heading .panel-title a.collapsed:after {
  background: #efefef;
  border-color: #e1e2e2;
}

.order_box_price .payment_list .panel-group .panel.panel-default .panel-heading .panel-title img {
  padding-left: 15px;
}

.order_box_price .payment_list .panel-group .panel.panel-default .panel-heading .panel-title .what_is {
  text-transform: none;
  color: #4356ea;
  padding-left: 10px;
}

.order_box_price .payment_list .panel-group .panel.panel-default .panel-heading .panel-title .what_is:before {
  display: none;
}

.order_box_price .payment_list .panel-group .panel.panel-default .panel-heading .panel-title .what_is:after {
  display: none;
}

.order_box_price .payment_list .panel-group .panel.panel-default .panel-collapse .panel-body {
  border: none;
  padding: 25px 20px 25px 25px;
  background: #ececec;
  border-radius: 5px;
  position: relative;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  line-height: 24px;
  color: #8e8d8d;
  letter-spacing: .45px;
}

.order_box_price .payment_list .panel-group .panel.panel-default .panel-collapse .panel-body:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #ececec transparent;
  position: absolute;
  top: -10px;
  left: 25px;
}

.order_box_price .payment_list .button {
  font-size: 13px;
  border: 1px solid #4356ea;
  padding: 0px 28px !important;
  line-height: 38px;
  margin-top: 20px;
  outline: none !important;
}

.order_box_price .payment_list .button:hover {
  color: #4356ea;
}

/* SQUARED THREE */
.creat_account {
  width: 100%;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

.creat_account label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 0px 0px 0px 25px;
  height: 15px;
  margin: 0px;
  top: -25px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #797979;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .25px;
  font-weight: 500;
  font-size: 15px;
}

.creat_account .check {
  display: block;
  position: absolute;
  border: 1px solid #8e8f8f;
  border-radius: 2px;
  background: #fff;
  height: 13px;
  width: 13px;
  top: 6px;
  border-radius: 0px;
  left: 0px;
  z-index: 5;
  -o-transition: border .25s linear;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
  cursor: pointer;
}

.creat_account .check::before {
  display: block;
  position: absolute;
  content: "\f00c";
  border-radius: 100%;
  top: -3px;
  left: -1px;
  margin: auto;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  color: #fff;
  font: normal normal normal 18px/1 FontAwesome;
  opacity: 0;
  color: #000;
}

.creat_account .check::after {
  display: block;
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  border: 1px solid #aeb3b9;
  background: #e8e8e8;
  left: 1px;
  top: 1px;
}

.creat_account input[type=checkbox]:checked ~ .check::before {
  opacity: 1;
}

.creat_account input[type=checkbox]:checked ~ .check::after {
  opacity: 0;
}

/* End Billing Details Area css
============================================================================================ */
/* End Billing Details Area css
============================================================================================ */
.product_details_inner .wheel_img {
  padding-right: 45px;
}

.product_details_inner .wheel_img img {
  width: 100%;
}

.product_d_text h2 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #242424;
  line-height: normal;
  padding-bottom: 10px;
}

.product_d_text p {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #797979;
  font-weight: normal;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 25px 0px;
}

.product_d_text h4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #242424;
  text-transform: capitalize;
  padding-top: 15px;
  padding-bottom: 20px;
}

.product_d_text h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #242424;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.product_d_text h5 input {
  display: inline-block;
  height: 35px;
  width: 40px;
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 0px;
  font-size: 18px;
  color: #797979;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-left: 30px;
}

.product_d_text h5 input.placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.product_d_text h5 input:-moz-placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.product_d_text h5 input::-moz-placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.product_d_text h5 input::-webkit-input-placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.product_description {
  margin-top: 80px;
}

.product_description .nav.nav-tabs li {
  margin-right: 7px;
}

.product_description .nav.nav-tabs li a {
  border-radius: 0px;
  background: #4356ea;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 0px 35px;
  line-height: 45px;
  font-weight: 600;
  cursor: pointer;
}

.product_description .nav.nav-tabs li.active a {
  background: #fff;
  color: #242424;
  position: relative;
  border-left-color: #ddd;
}

.product_description .nav.nav-tabs li.active a:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #4356ea;
  position: absolute;
  left: 0px;
  top: -1px;
}

.product_description .nav.nav-tabs li.active:hover a {
  border-right-color: #ddd;
  border-left-color: #ddd;
}

.product_description .nav.nav-tabs li:hover a {
  border-color: #4356ea;
  border-bottom-color: transparent;
}

.product_description .tab-content {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 34px;
}

.product_description .tab-content .tab-pane p {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #797979;
}

.product_description .tab-content .tab-pane p + p {
  padding-top: 20px;
}

.similar_product_area {
  background: #f6f6f6;
  padding-top: 100px;
}

.similar_product_area .single_b_title {
  text-transform: uppercase;
}

/* End Billing Details Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Masonry Blog Area css
============================================================================================ */
.personal_blog_ms {
  margin-bottom: -55px;
}

.personal_blog_ms .col-md-4 {
  margin-bottom: 55px;
}

.c_blog_item .c_blog_img a {
  display: block;
  position: relative;
  overflow: hidden;
}

.c_blog_item .c_blog_img a img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c_blog_item .c_blog_img a:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c_blog_item .c_blog_img a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.c_blog_item .c_blog_img a:hover:before {
  opacity: 1;
}

.c_blog_item .c_blog_text ul {
  padding: 18px 0px 15px 0px;
  border-bottom: 1px solid #e4e4e4;
}

.c_blog_item .c_blog_text ul li {
  display: inline-block;
  margin-right: 20px;
}

.c_blog_item .c_blog_text ul li a {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #b8b8b8;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.c_blog_item .c_blog_text ul li a:before {
  content: "/";
  position: absolute;
  right: -14px;
  top: -1px;
  color: #b8b8b8;
  font-size: 15px;
}

.c_blog_item .c_blog_text ul li:last-child {
  margin-right: 0px;
}

.c_blog_item .c_blog_text ul li:last-child a:before {
  display: none;
}

.c_blog_item .c_blog_text ul li:hover a {
  color: #4356ea;
}

.c_blog_item .c_blog_text h4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: inherit;
  line-height: 28px;
  letter-spacing: 0px;
  padding-top: 22px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  line-height: normal;
}

.c_blog_item .c_blog_text h4:hover {
  color: #4356ea;
}

.c_blog_item .c_blog_text p {
  color: #8e8d8d;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  font-size: 15px;
  padding: 15px 0px 20px 0px;
}

.c_read_more {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #4356ea;
}

.c_read_more:hover {
  text-decoration: underline;
  color: #4356ea;
}

.p_blog_item2 {
  text-align: center;
  background: #4356ea;
  color: #fff;
  padding: 60px 35px 77px 35px;
}

.p_blog_item2 i {
  font-size: 50px;
}

.p_blog_item2 p {
  font-size: 15px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .45px;
  padding: 30px 0px 15px 0px;
}

.p_blog_item2 .c_read_more {
  color: #fff;
}

.p_blog_item3 {
  text-align: center;
  background: #242424;
  color: #fff;
  padding: 60px 35px 77px 35px;
}

.p_blog_item3 i {
  font-size: 50px;
}

.p_blog_item3 p {
  font-size: 15px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .45px;
  padding: 30px 0px 15px 0px;
}

.p_blog_item3 .c_read_more {
  color: #fff;
}

.blog_ms_full_area {
  padding-left: 15px;
  padding-right: 15px;
}

.personal_blog_ms .blog_ms_f_item {
  width: calc(100% / 5);
  float: left;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 55px;
}

/* End Masonry Blog Area css
============================================================================================ */
/* Blog Without Sidebar Area css
============================================================================================ */
.blog_full_area .blog_pagination {
  max-width: 970px;
  margin: 60px auto 0px;
}

.blog_w_sidebar_inner {
  max-width: 970px;
  margin: auto;
}

.blog_w_item {
  margin-bottom: 75px;
}

.blog_w_item .blog_w_img {
  position: relative;
  overflow: hidden;
}

.blog_w_item .blog_w_img img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog_w_item .blog_w_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog_w_item .blog_w_img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog_w_item .blog_w_img:hover:before {
  opacity: 1;
}

.blog_w_item .blog_text ul {
  border-bottom: 1px solid #e4e4e4;
  padding: 25px 0px;
}

.blog_w_item .blog_text ul li {
  display: inline-block;
  margin-right: 20px;
}

.blog_w_item .blog_text ul li a {
  font-size: 15px;
  color: #b8b8b8;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.blog_w_item .blog_text ul li a i {
  padding-right: 10px;
}

.blog_w_item .blog_text ul li:last-child {
  margin-right: 0px;
}

.blog_w_item .blog_text ul li.date a {
  color: #4356ea;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.blog_w_item .blog_text ul li:hover a {
  color: #4356ea;
}

.blog_w_item .blog_text h4 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: inherit;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  padding: 15px 0px 10px 0px;
  line-height: 30px;
}

.blog_w_item .blog_text h4:hover {
  text-decoration: underline;
  color: #4356ea;
}

.blog_w_item .blog_text p {
  font-size: 15px;
  line-height: 26px;
  color: #8e8d8d;
  font-family: "Open Sans", sans-serif;
}

.blog_w_item .blog_text .c_read_more {
  margin-top: 20px;
  display: block;
}

.blog_w_item:last-child {
  margin-bottom: 0px;
}

.blog_pagination {
  position: relative;
  z-index: 2;
}

.blog_pagination li a {
  padding: 0px;
  border: 2px solid #d4d4d4;
  font-size: 18px;
  color: #242424;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.blog_pagination li:hover a, .blog_pagination li.active a {
  background: #4356ea;
  color: #fff;
  border-color: #4356ea;
}

.blog_pagination li.active:hover a {
  background: #4356ea;
  border-color: #4356ea;
  cursor: pointer;
}

.blog_pagination.rounded_pagi {
  margin-top: 45px;
}

.blog_pagination.rounded_pagi li a {
  border-radius: 50%;
}

/* End Blog Without Sidebar Area css
============================================================================================ */
/* Blog Details Area css
============================================================================================ */
.blog_details_area .right-box {
  padding-left: 0px;
}

.blog_details_inner {
  padding-right: 30px;
}

.blog_details_inner .blog_w_item {
  margin-bottom: 0px;
}

.blog_details_inner .two_column_sample {
  max-width: 785px;
  overflow: hidden;
  margin-bottom: 40px;
}

.blog_details_inner .two_column_sample h3 {
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: inherit;
  padding: 40px 0px 20px 0px;
  line-height: normal;
}

.blog_details_inner .two_column_sample .two_column_item p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #898989;
  font-weight: normal;
}

.blog_details_inner .s_blog_quote {
  background: #f7f7f7;
  padding: 35px 25px 30px 90px;
  position: relative;
}

.blog_details_inner .s_blog_quote p {
  position: relative;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #898989;
  font-weight: normal;
}

.blog_details_inner .s_blog_quote p i {
  font-size: 55px;
  color: #4356ea;
  position: absolute;
  left: -65px;
  top: -15px;
}

.blog_details_inner .s_blog_quote a {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #4356ea;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  margin-top: 5px;
}

.blog_details_inner .s_main_text {
  margin-top: 35px;
}

.blog_details_inner .s_main_text p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #898989;
  font-weight: normal;
}

.blog_details_inner .s_main_text p strong {
  font-weight: bold;
  font-style: italic;
}

.blog_details_inner .s_main_text p a {
  text-decoration: underline;
}

.s_comment_list {
  margin-top: 50px;
  max-width: 790px;
}

.s_comment_list h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: .66px;
  color: #242424;
  padding-bottom: 30px;
}

.s_comment_list .s_comment_list_inner {
  border: 1px solid #eeeeee;
}

.s_comment_list .s_comment_list_inner .media {
  padding-top: 25px;
  padding-bottom: 28px;
  padding-left: 25px;
  padding-right: 75px;
  margin-top: 0px;
  border-bottom: 1px solid #eeeeee;
}

.s_comment_list .s_comment_list_inner .media .media-left {
  padding-right: 30px;
}

.s_comment_list .s_comment_list_inner .media .media-body h4 {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #242424;
  letter-spacing: .45px;
  padding-bottom: 7px;
  line-height: normal;
}

.s_comment_list .s_comment_list_inner .media .media-body p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .45px;
  color: #898989;
  line-height: 26px;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep {
  margin-top: 10px;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .39px;
  color: #bbbbbb;
  margin-right: 20px;
  position: relative;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:before {
  content: "";
  background: #4356ea;
  height: 13px;
  width: 1px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child {
  color: #4356ea;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child:before {
  display: none;
}

.s_comment_list .s_comment_list_inner .media .media-body .media {
  background: transparent;
  padding-left: 0px;
  padding-top: 40px;
  padding-right: 0px;
}

.s_comment_list .s_comment_list_inner .media:nth-child(even) {
  background: #fcfcfc;
}

.s_comment_list .s_comment_list_inner .media:last-child {
  border-bottom: none;
}

.s_comment_area {
  margin-top: 60px;
  max-width: 790px;
}

.s_comment_area h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: .66px;
  color: #242424;
  padding-bottom: 30px;
}

.s_comment_area .s_comment_inner {
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 50px 35px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group {
  margin-bottom: 20px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input {
  background: #fff;
  font-size: 14px;
  color: #c4c4c4;
  height: 45px;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 0px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input.placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input:-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea {
  background: #fff;
  border-color: #eeeeee;
  font-size: 14px;
  color: #c4c4c4;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .42px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 172px;
  padding: 15px 20px;
  border-radius: 0px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea.placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #c4c4c4;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .42px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group:last-child {
  margin-top: 20px;
  margin-bottom: 0px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group .button {
  display: inline-block;
  width: 180px;
  height: 50px;
  border: 1px solid #4356ea;
  line-height: 50px;
  text-align: center;
  padding: 0px !important;
}

.blog_main_inner {
  padding-right: 30px;
}

.blog_main_inner .blog_pagination {
  margin-top: 0px;
}

.blog_details_area .pull-right .blog_main_inner {
  padding-right: 0px;
  padding-left: 30px;
}

.blog_2column_inner {
  margin-bottom: -80px;
  overflow: hidden;
}

.blog_2column_inner .blog_w_item {
  margin-bottom: 80px;
}

.blog_2clumn_area .blog_pagination {
  margin-top: 90px;
}

.blog_w_link {
  background: #242424;
  text-align: center;
  padding: 80px 100px;
  margin-bottom: 30px;
}

.blog_w_link i {
  font-size: 40px;
  color: #4356ea;
  display: block;
  padding-bottom: 20px;
}

.blog_w_link .link_title {
  display: block;
  color: #fff;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 36px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.blog_w_link .link_title:hover {
  color: #4356ea;
}

.blog_w_link .cate {
  text-transform: uppercase;
  color: #4356ea;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  display: inline-block;
  padding-top: 20px;
}

.blog_w_audio {
  margin-bottom: 25px;
}

.blog_w_audio iframe {
  height: 300px;
  width: 100%;
  border: none;
}

.blog_w_video {
  margin-bottom: 25px;
}

.blog_w_video iframe {
  width: 100%;
  height: 400px;
}

/* End Blog Details Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Heading Elements Area css
============================================================================================ */
.elements_heading {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #242424;
  position: relative;
  line-height: 35px;
  padding-bottom: 15px;
}

.elements_heading:before {
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: #4356ea;
}

.elements_heading_list h1 {
  font-size: 42px;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 40px;
}

.elements_heading_list h1 span {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #797979;
}

.elements_heading_list h2 {
  font-size: 35px;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 35px;
  padding: 35px 0px;
}

.elements_heading_list h2 span {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #797979;
}

.elements_heading_list h3 {
  font-size: 28px;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 28px;
}

.elements_heading_list h3 span {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #797979;
}

.elements_heading_list h4 {
  font-size: 24px;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 24px;
  padding: 35px 0px;
}

.elements_heading_list h4 span {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #797979;
}

.elements_heading_list h5 {
  font-size: 16px;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 16px;
}

.elements_heading_list h5 span {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #797979;
}

.heading_s_elements_area {
  background: #f8f8f8;
}

.elements_s_heading_list h1 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 30px;
  color: #242424;
}

.elements_s_heading_list h2 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 30px;
  color: #242424;
  position: relative;
  padding-bottom: 15px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.elements_s_heading_list h2:before {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: #4356ea;
}

.elements_s_heading_list h3 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 30px;
  color: #242424;
  text-transform: capitalize;
  display: inline-block;
  line-height: 30px;
  position: relative;
}

.elements_s_heading_list h3:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #4356ea;
  position: absolute;
  right: -55px;
  bottom: 5px;
}

.elements_s_group {
  margin-top: 45px;
  position: relative;
  padding-bottom: 15px;
}

.elements_s_group:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #4356ea;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.elements_s_group h2 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 30px;
  color: #242424;
}

.elements_s_group p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 20px;
  padding-top: 10px;
}

.solid_btn_list {
  margin-bottom: 50px;
}

.solid_btn_list .button_solid {
  margin-right: 60px;
}

.solid_btn_list .button_solid:last-child {
  margin-right: 0px;
  line-height: 44px;
}

.solid_btn_list .button_solid:nth-child(2) {
  line-height: 46px;
}

.button_solid {
  display: inline-block;
  padding: 0px 35px;
  background: #4356ea;
  line-height: 48px;
  border: 1px solid #4356ea;
  border-radius: 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(67, 86, 234, 0.46);
  box-shadow: 0px 3px 15px 0px rgba(67, 86, 234, 0.46);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.button_solid:hover {
  color: #4356ea;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.solid_b_btn_list .button_b_solid {
  margin-right: 60px;
}

.solid_b_btn_list .button_b_solid:last-child {
  margin-right: 0px;
  line-height: 44px;
}

.solid_b_btn_list .button_b_solid:nth-child(2) {
  line-height: 46px;
}

.button_b_solid {
  display: inline-block;
  padding: 0px 35px;
  background: #242424;
  line-height: 48px;
  border: 1px solid #242424;
  border-radius: 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(36, 36, 36, 0.46);
  box-shadow: 0px 3px 15px 0px rgba(36, 36, 36, 0.46);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.button_b_solid:hover {
  color: #242424;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blue_border_btn_list {
  margin-top: 50px;
  margin-bottom: 50px;
}

.blue_border_btn_list .button_blue_b_solid {
  margin-right: 60px;
}

.blue_border_btn_list .button_blue_b_solid:last-child {
  margin-right: 0px;
  line-height: 40px;
}

.blue_border_btn_list .button_blue_b_solid:nth-child(2) {
  line-height: 42px;
}

.button_blue_b_solid {
  display: inline-block;
  padding: 0px 34px;
  line-height: 46px;
  border: 2px solid #4356ea;
  border-radius: 25px;
  color: #4356ea;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.button_blue_b_solid:hover {
  color: #fff;
  background: #4356ea;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.black_border_btn_list .button_black_b_solid {
  margin-right: 60px;
}

.black_border_btn_list .button_black_b_solid:last-child {
  margin-right: 0px;
  line-height: 40px;
}

.black_border_btn_list .button_black_b_solid:nth-child(2) {
  line-height: 42px;
}

.button_black_b_solid {
  display: inline-block;
  padding: 0px 34px;
  line-height: 46px;
  border: 2px solid #242424;
  border-radius: 25px;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.button_black_b_solid:hover {
  color: #fff;
  background: #242424;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blue_bg_list {
  background: #4356ea;
  padding: 30px 0px 30px 30px;
  margin-left: -30px;
  margin-top: 50px;
}

.blue_bg_list .white_b_solid {
  margin-right: 60px;
}

.blue_bg_list .white_b_solid:last-child {
  margin-right: 0px;
  line-height: 40px;
}

.blue_bg_list .white_b_solid:nth-child(2) {
  line-height: 42px;
}

.white_b_solid {
  display: inline-block;
  padding: 0px 34px;
  line-height: 46px;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.white_b_solid:hover {
  color: #4356ea;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress_bar_area {
  background: #f8f8f8;
}

.our_skill_inner .single_skill {
  margin-bottom: 30px;
}

.our_skill_inner .single_skill h3 {
  font-family: "PT Serif";
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 26px;
  padding-bottom: 10px;
}

.our_skill_inner .single_skill .progress {
  border-radius: 0px;
  height: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d6d6d6;
  overflow: visible;
  margin: 0px;
}

.our_skill_inner .single_skill .progress .progress-bar {
  background: #4356ea;
  position: relative;
}

.our_skill_inner .single_skill .progress .progress-bar .progress_parcent {
  position: absolute;
  right: -30px;
  top: -36px;
  background: #3b3b3b;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  font-family: "Open Sans", sans-serif;
}

.our_skill_inner .single_skill .progress .progress-bar .progress_parcent:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 0 0;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  left: 0px;
  bottom: -4px;
}

.our_skill_inner .single_skill .progress .progress-bar .progress_parcent span {
  line-height: normal;
}

.our_skill_inner .single_skill:last-child {
  margin-bottom: 0px;
}

.our_skill_inner .single_skill.round_bar .progress {
  height: 4px;
  background: #dddddd;
  border-radius: 2px;
}

.our_skill_inner .single_skill.round_bar .progress .progress-bar {
  border-radius: 2px;
  position: relative;
}

.our_skill_inner .single_skill.round_bar .progress .progress-bar:before {
  content: "";
  height: 14px;
  width: 14px;
  background: #4356ea;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: -5px;
}

.our_skill_inner .single_skill.round_bar .progress .progress-bar .progress_parcent {
  background: transparent;
  color: #242424;
  font-size: 14px;
  color: #3b3b3b;
  right: -20px;
  font-family: "Roboto Slab", serif;
  top: -30px;
}

.our_skill_inner .single_skill.round_bar .progress .progress-bar .progress_parcent:before {
  display: none;
}

.our_skill_inner .single_skill.pink_c .progress .progress-bar {
  background: #e456a9;
}

.our_skill_inner .single_skill.pink_c .progress .progress-bar:before {
  background: #e456a9;
}

.our_skill_inner .single_skill.animation_bar .progress {
  height: 12px;
  border-radius: 6px;
  background: #d6d6d6;
}

.our_skill_inner .single_skill.animation_bar .progress .progress-bar {
  border-radius: 6px;
  background: #9061ff;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  position: relative;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.accordians_area {
  background: #f8f8f8;
}

.accordion_list {
  margin-bottom: 0px;
}

.accordion_list .panel-default {
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 20px !important;
}

.accordion_list .panel-default a {
  position: relative;
  display: block;
  padding: 0px 0px 0px 55px;
  line-height: 54px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #242424;
}

.accordion_list .panel-default a i {
  display: none;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion_list .panel-default a i + i {
  display: inline-block;
}

.accordion_list .panel-default a.collapsed i {
  display: inline-block;
}

.accordion_list .panel-default a.collapsed i + i {
  display: none;
}

.accordion_list .panel-default .panel-collapse .inner-box {
  padding: 0px 55px 32px 55px;
}

.accordion_list .panel-default .panel-collapse .inner-box p {
  font-size: 15px;
  line-height: 26px;
  color: #898989;
  font-family: "Open Sans", sans-serif;
}

.accordion_list .panel-default:first-child {
  margin-top: 0px !important;
}

.fun_fact_area .elements_heading {
  margin-bottom: 60px;
}

.fun_fact_area .fun_facts_inner {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 60px;
}

.fun_fact_area .fun_facts_inner .media {
  position: relative;
  overflow: visible;
}

.fun_fact_area .fun_facts_inner .media:before {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ebebeb;
}

.fun_fact_area .fun_facts_inner .media .media-left {
  padding-right: 0px;
}

.fun_fact_area .fun_facts_inner .media .media-left h3 {
  width: 130px;
  color: #4356ea;
  font-weight: bold;
  font-size: 55px;
  font-family: "Montserrat", sans-serif;
}

.fun_fact_area .fun_facts_inner .media .media-body h5 {
  font-size: 15px;
  color: #898989;
  line-height: 20px;
  letter-spacing: .45px;
}

.fun_fact_area .fun_facts_inner .col-md-3:first-child .media:before {
  right: 12px;
}

.fun_fact_area .fun_facts_inner .col-md-3:nth-child(2) .media:before {
  right: -20px;
}

.fun_fact_area .fun_facts_inner .col-md-3:nth-child(3) .media {
  padding-left: 20px;
}

.fun_fact_area .fun_facts_inner .col-md-3:nth-child(3) .media:before {
  right: -10px;
}

.fun_fact_area .fun_facts_inner .col-md-3:last-child .media {
  padding-left: 15px;
}

.fun_fact_area .fun_facts_inner .col-md-3:last-child .media:before {
  display: none;
}

.fun_fact_two {
  padding-top: 55px;
}

.fun_fact_two .fun_fact_item h4 {
  color: #4356ea;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: relative;
  padding-top: 20px;
}

.fun_fact_two .fun_fact_item h4:before {
  content: "";
  width: 35px;
  height: 3px;
  background: #4356ea;
  position: absolute;
  left: 0px;
  top: 0px;
}

.fun_fact_two .fun_fact_item h5 {
  font-size: 14px;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding-top: 10px;
  line-height: 24px;
}

.elements_testimonials {
  background: #f8f8f8;
}

.elements_testimonials .sec-title {
  margin-bottom: 55px;
}

.elements_testimonials .elements_testi {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #dedede;
}

.corolse_area .sec-title {
  margin-bottom: 55px;
}

.corolse_slider .item {
  margin-bottom: 40px;
}

.corolse_slider .corolse_item {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  padding: 35px 35px;
}

.corolse_slider .corolse_item h3 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #1e1e27;
  text-transform: capitalize;
}

.corolse_slider .corolse_item p {
  font-size: 15px;
  line-height: 26px;
  color: #898989;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 14px;
}

.corolse_slider .owl-dots {
  margin-top: 35px;
  display: block;
  position: relative;
  bottom: 0px;
}

.corolse_slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #4356ea;
  margin-right: 10px;
}

.corolse_slider .owl-dots .owl-dot span {
  display: none;
}

.corolse_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.corolse_slider .owl-dots .owl-dot.active {
  background: #4356ea;
}

.higilight_area {
  background: #f8f8f8;
}

.higilight_area .sec-title {
  padding-bottom: 55px;
}

.higilight_inner .higilight_item {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.higilight_inner .higilight_item:last-child {
  margin: 0px;
  padding: 0px;
  border: none;
}

.higilight_inner .higilight_item h4 {
  font-size: 18px;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}

.higilight_inner .higilight_item p {
  line-height: 28px;
  color: #898989;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.higilight_inner .higilight_item p .hi_blue {
  background: #4356ea;
  color: #fff;
}

.higilight_inner .higilight_item p .hi_black {
  background: #000;
  color: #fff;
}

.higilight_inner .higilight_item p .hi_bl {
  color: #4356ea;
}

.higilight_inner .higilight_item p .hi_red {
  color: #d36913;
}

.columns_area .sec-title {
  padding-bottom: 55px;
}

.columns_area .big_column {
  margin-bottom: 80px;
}

.columns_item h4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #242424;
  text-transform: capitalize;
  line-height: 28px;
  padding-bottom: 10px;
}

.columns_item p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #898989;
  font-weight: normal;
  letter-spacing: 0px;
}

.tabs_elements_area {
  background: #f8f8f8;
}

.tabs_elements_area .sec-title {
  padding-bottom: 55px;
}

.tabs_elements_area .product_description {
  margin-top: 0px;
}

.tabs_elements_area .product_description .nav.nav-tabs li {
  margin-bottom: 0px;
  margin-right: -3px;
}

.tabs_elements_area .product_description .nav.nav-tabs li a {
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-bottom: 0px;
  color: #242424;
}

.tabs_elements_area .product_description .nav.nav-tabs li.active a {
  background: #fff;
}

.tabs_elements_area .product_description .tab-content {
  background: #fff;
}

.tabs_elements_area .product_description .tab-content .tab-pane p {
  font-size: 15px;
  color: #898989;
}

/* End Heading Elements Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */

.about-text>p{color:#fff; margin-left:10px; margin-top:10px; text-transform:capitalize;}

input[type=text], input[type=password] {
    width: 80%;
    padding: 10px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
	border-radius:5px;

}

input[type=text]:focus, input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}


/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 15px 22px 10px 2px;
    margin: -20px 0;
    border: none;
    cursor: pointer;
    /* width: 80%; */
    opacity: 0.9;
	border-radius:5px;
}

button:hover {
    opacity:1;
}

/* Extra styles for the cancel button */
.cancelbtn {
    padding: 10px 20px;
    background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 40%;
       background: linear-gradient(#b7b2b2, #23231f);
}

/* Add padding to container elements */
.container {
    padding: 16px;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}




.main_footer_area {
  background: #141415;
  padding: 50px 0px;
}

.f_w_title {
  padding-bottom: 20px;
}

.f_w_title h3 {
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  line-height: 25px;
}

.touch_widget ul li a {
  font-size: 15px;
  line-height: 32px;
  color: #757575;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .30px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.touch_widget ul li:hover a {
  color: #4356ea;
}

.address_widget p {
  font-size: 15px;
  line-height: 24px;
  color: #757575;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .30px;
}

.address_widget h4 {
  font-size: 16px;
  color: #787878;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: .32px;
  line-height: 25px;
  padding-top: 16px;
  padding-bottom: 4px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.address_widget h4:hover {
  color: #4356ea;
}

.address_widget h5 {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #757575;
  font-weight: normal;
  letter-spacing: .30px;
  line-height: 25px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.address_widget h5:hover {
  color: #4356ea;
}

.copyright_widget p {
  font-size: 15px;
  line-height: 24px;
  color: #757575;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .30px;
  padding-bottom: 40px;
}

.copyright_widget a {
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
  letter-spacing: .32px;
}

/* Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */






/*---------------------------------------------------
 img gallery
-----------------------------------------------------*/
.top{margin-top: 30px;}
/*
.thumb_gallery {
  width: 250px;
  height: 200px;
  cursor: pointer;
}

.thumb_gallery:hover { opacity: 0.8; }

#background_overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.9);
  z-index: 999;
  overflow: auto;
}

.container_img {
  position: relative;
  max-width: 1000px;
  max-height: 600px;
  margin: 2% auto;
  animation-name: zoom_image;
  animation-duration: 0.4s;
}

.con-ac-ar {
  width: 1000px;
  height: 600px;
  position: relative;
}

.closebtn {
  text-align: right;
  font-size: 2.5em;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.activePopUpImg {
  width: 1000px;
  height: 600px;
  padding: 5px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
}

.previousImage, .nextImage {
  color: #fff;
  font-size: 2.5em;
  cursor: pointer;
  opacity: 0;
  width: 80px;
  text-align: center;
}

.previousImage {
  position: absolute;
  line-height: 600px;
  top: 0;
  left: 0;
  bottom: 0;
}

.nextImage {
  position: absolute;
  line-height: 600px;
  top: 0;
  right: 0;
  bottom: 0;
}

.previousImage:hover {
  opacity: 1;
  transition: 0.4s;
}

.nextImage:hover {
  opacity: 1;
  transition: 0.4s;
}
 @keyframes 
zoom_image {  from {
transform: scale(0.5)
}

to { transform: scale(1) }
}
 @media screen and (min-width: 650px) and (max-width: 1100px) {

.container_img {
  width: 100%;
  height: 500px;
}

.con-ac-ar {
  width: 100%;
  height: 500px;
}

.activePopUpImg {
  width: 100%;
  height: 500px;
}

.previousImage, .nextImage { line-height: 500px; }
}
@media screen and (min-width: 351px) and (max-width: 649px) {

.container_img {
  width: 100%;
  height: 400px;
}

.con-ac-ar {
  width: 100%;
  height: 400px;
}

.activePopUpImg {
  width: 100%;
  height: 400px;
}

.previousImage, .nextImage { line-height: 400px; }
}
 @media screen and (max-width: 350px) {

.container_img {
  width: 100%;
  height: 300px;
}

.con-ac-ar {
  width: 100%;
  height: 300px;
}

.activePopUpImg {
  width: 100%;
  height: 300px;
}

.previousImage, .nextImage { line-height: 300px; }
}


/*-----------------------------------------
end gallery
-----------------------------------------*/
.head-img{height:400px; width:100%:}

.act{position:absolute;
      bottom:30px; 
	  font-family: 'open Sans'; 
	  font-weight:500; 
	  text-align:center; 
	  color:#fff; 
	  font-size:30px;
	  }
	  


.media-name>p{font-size:15px; text-transform:uppercase; font-family:'open Sans'; font-weight:bold;}

.award>p{font-size:14px; text-transform:capitalize; font-family:'open Sans'; font-weight:bold;}
		   
.date-issue>p{font-size:13px; text-transform:capitalize; font-family:'open Sans'; font-weight:bold; margin-bottom:10px;}		   

.cric {
font-size: 22px;}

.play {
    margin-bottom: 12px;
}

.cric span {
    color: #4356ea;
font-weight: bold;}


.cricket .content h2::after {
    content: "";
    width: 35%;
    height: 1px;
    background-color: #000;
display: block;}
	
.about_18_img{text-align:left;}
	
/*------------------------------
activities img hovereffect start
--------------------------------*/
	
.hovereffect {

float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}


}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}


/*-----------------------------------
 activities img hovereffect end
------------------------------------*/
	
/*-----------------------------------
 text slider start
-------------------------------------*/

#carousel {
position: relative;
width:100%;
margin:0 auto;
}

#slides {
overflow: hidden;
position: relative;
width: 100%;
height: 250px;
}

#slides ul {
list-style: none;
width:100%;
height:250px;
margin: 0;
padding: 0;
position: relative;
}

 #slides li {
width:100%;
height:250px;
float:left;
text-align: center;
position: relative;
font-family:lato, sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar{
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
}

 #buttons {
padding:0 0 5px 0;
float:right;
}

#buttons a {
text-align:center;
display:block;
font-size:50px;
float:left;
outline:0;
margin:0 60px;
color:#d3ea22;
text-decoration:none;
display:block;
padding:9px;
width:35px;
position:relative; 
bottom:35px;
}

#prev{
	
	left: -430px;
    top: 70px;
}

#next{
	
	right: -360px;
    top: 70px;
}

a#prev:hover, a#next:hover {
color:#FFF;
text-shadow:.5px 0px #b14943;  
}

.quote-phrase, .quote-author {
font-family:sans-serif;
font-weight:300;
display: table-cell;
vertical-align: middle;
padding: 5px 20px;
font-family:'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
height: 200px;
font-size:24px;
color:#FFF;
font-style:italic;
text-shadow:.5px 0px #b14943;  
}

.quote-marks {
font-size:30px;
padding:0 3px 3px;
position:inherit;
}

.quote-author {
font-style:normal;
font-size:20px;
color:#fff;
font-weight:400;
height: 30px;
}

.quoteContainer, .authorContainer {
display: table;
width: 100%;
}

/*--------------------------------------
  text-slider end
---------------------------------------*/

h5{font-weight:600; text-transform:capitalize;}
