/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        Blossom - Minimal Portfolio HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    31/08/2015
    Primary use:    Blossom - Minimal Portfolio HTML5 Template
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + 3 MENU LEVEL
-------------------------------------------------------------------*/
/*=======================================================
      THEME STYLING START
========================================================*/
html {
  scroll-behavior: smooth;
}
* {
	margin: 0px;
	padding: 0px;
}

::-webkit-scrollbar {
    width: 14px;
}
 
::-webkit-scrollbar-track {
    background-color: white;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
 
::-webkit-scrollbar-thumb {
    border-radius: 100px;
	background-color: #5cc3f3;
}
.logoimglink {
	position:fixed;
	width: 5%;
	left: 80px;
	top: 20px;	
    z-index: 999;
}

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 13px;
	color: #333333;
	font-family: 'Merriweather', serif;
    overflow-y: scroll;
}
.language {
	display: block;
	margin-top: 175%;
    font-size: 15px;
}
.active-language {
	color: #5cc3f3;
}
.language a:hover {
	color: #5cc3f3!important;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 50px;
	padding-top: 0px;
}
#main-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h4, h5, h6 {
	font-weight: normal;
	color: #292f33;
	font-family: 'Mulish', sans-serif;
}
h2, h3 {
	font-weight: normal;
	color: #292f33;
	font-family: 'Cormorant Garamond', serif;
}
.header-title {
	font-weight: normal;
	color: #292f33;
	font-family: 'Cormorant Garamond', serif;
}
h1 {
	font-size: 65px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 35px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	color: #8899a6;
	font-size: 14px;
	line-height: 30px;
	font-style: italic;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	font-weight: normal;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #757575;
}
.font-roboto {
	font-family: 'Roboto', sans-serif;
}
.font-cormorant {
	font-family: 'Cormorant Garamond', sans;
}
.font-merriweather {
	font-family: 'Merriweather', serif;
}
.text-bold {
	font-weight: bold;
}
.light-gray-bg {
	background: #f1f5f8 !important;
}
.font-italic {
	font-style: italic;
}
.text-dark {
	color: #292f33 !important;
}
/*=======================================================
      SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.overlay {
	background: rgba(49,49,49,0.7);
}
/*=======================================================
      BUTTON
========================================================*/
.btn {
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
	color: #292f33;
	margin-top: 20px;
	display: inline-block;
	padding: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #292f33;
	padding-bottom: 5px;
	font-weight: 100;
}
.btn.white {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.btn:hover {
	padding: 0 20px;
	padding-bottom: 5px;
}
.form-control {
	box-shadow: none;
	border: 1px solid #f7f7f7;
	border-radius: 0px;
	height: 40px;
}
.form-control:focus {
	border: none;
	box-shadow: none;
}
.full-width {
	display: inline-block;
	width: 100%;
}
.no-border {
	border: none !important;
}
.no-padding-t {
	padding-top: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-padding-b {
	padding-bottom: 0px !important;
}
hr {
	height: 1px;
	width: 35px;
	background: #333333;
	border: none;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 120px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
	width: 50px;
    height: 50px;
	background: rgba(155,185,212,0.3);
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 36px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
	-webkit-transition: 2s;
-moz-transition: 2s;
transition: 2s;
}

#myBtn:hover {
	opacity: 1;
}
.right {float: right;}
/*=======================================================
      TITTLE
========================================================*/
.tittle {
	text-align: center;
	margin-bottom: 30px;
	width: 75%;
	margin: 0 auto;
	margin-bottom: 70px;
}
.myname {
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 90px!important;
}
.tittle h4 {
	font-weight: normal;
	margin: 0px;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.tittle p {
	color: #989898;
	font-size: 15px;
	line-height: 28px;
}
.tittle-block h2 {
	font-size: 60px;
	font-weight: bold;
}
.tittle-block h3 {
	line-height: 46px;
	font-weight: bold;
}
.tittle-block p {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-style: italic;
	color: #292f33;
}
.simple-tittle {
	font-size: 40px;
	font-weight: bold;
	color: #292f33;
	margin: 0px;
}
.font-bold {
	font-weight: bold;
}
.bg-white {
	background: #fff !important;
}
.bg-gray-light {
	background: #fbfbfb !important;
}
.parallax {
	background-size: cover !important;
}
/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
}
/*=======================================================
      Padding 150px
========================================================*/
.section-150px {
	padding: 72px 0;
}
/*=======================================================
      Padding 100px
========================================================*/
.sectoion-100px {
	padding: 100px 0;
}
/*=======================================================
      HEADER
========================================================*/
header {
	z-index: 999;
	position: relative;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.header-about {
	background: url(../images/bg/header-about.svg) center left fixed no-repeat;
	background-size: auto 100%;
}
.header-services {
	background: url(../images/bg/header-services.svg) center left fixed no-repeat;
	background-size: auto 100%;
}
.header-portfolio {
	background: url(../images/bg/header.svg) center center fixed no-repeat;
	background-size: auto 100%;
}
header .logo {
	float: left;
	width: auto;
	margin: 30px 0;
	position: relative;
	z-index: 99;
}
header nav {
	display: inline-block;
	position: relative;
	z-index: 999;
	float: right;
	margin-top: 25px;
}
header nav li {
	padding: 0 10px;
}
header nav li a {
	padding: 15px 0px;
	margin: 0;
	border-color: transparent;
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
	color: #101010;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	position: relative;
	border-bottom: 2px solid #fff;
	border-color: transparent;
}
header nav li a:hover {
	border-bottom: 2px solid #000;
}
header nav li.active a {
	border-bottom: 2px solid #000;
}
header nav li a:hover {
}
header nav .ownmenu li {
	float: left;
	padding: 0 15px;
}
header .ownmenu ul.dropdown {
	padding-bottom: 0px;
	background: #fff;
}
header .ownmenu ul.dropdown li a {
	text-transform: none;
	font-size: 12px;
	border: none;
	font-style: italic;
	font-family: 'Merriweather', serif;
	padding: 0px 20px;
	line-height: 36px;
	background: none;
	color: #000;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
header .ownmenu ul.dropdown li a:hover {
	background: #292f33;
	color: #fff;
}
header .ownmenu li > .megamenu li a:hover {
	background: #292f33;
	color: #fff;
}
header nav .ownmenu .indicator {
	display: none;
}
header ul.dropdown {
}
header ul.dropdown li {
	padding: 0px;
}
header ul.dropdown li:hover {
	background: none
}
header nav .ownmenu ul.dropdown .indicator {
	display: block;
}
#cd-menu-trigger {
	position: fixed;
	left: 380px;
	top: 50px;
	z-index: 9999;
	width: 50px;
	height: 50px;
}
.nav-icon {
	margin-top: 30px;
}
.nav-icon {
	font-size: 60px;
	color: #444444;
	display: inline-block;
	position: relative;
	width: 100%;
}
.nav-icon #cd-menu-trigger {
	position: relative;
	left: auto;
	top: auto;
	margin-right: -7px;
	display: inline-block;
	float: right;
}
.nav-icon #cd-menu-trigger .cd-menu-icon {
	background: #121212;
	box-shadow: none;
}
.lateral-menu-is-open .nav-icon #cd-menu-trigger {
	position: fixed;
	left: -300px;
	top: 20px;
	width: 300px;
}
.nav-icon #cd-menu-trigger.is-clicked .cd-menu-icon {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: none;
}
.nav-icon #cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
	background: #121212;
	box-shadow: none;
}
.nav-icon #cd-menu-trigger .cd-menu-icon::before {
	box-shadow: none;
}
.nav-icon #cd-menu-trigger .cd-menu-icon::after {
	box-shadow: none;
}
.header-fix {
	position: fixed;
	width: 100%;
	background: #fff;
}
.fix-navi-btn {
	position: fixed;
	right: 120px !important;
	left: auto !important;
	border-radius: 6px;
	background: rgba(155,185,212,0.3);
}
.light-navi {
}
.light-navi #cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.dark .cd-menu-icon::after {
	background: #121212 !important;
	box-shadow: none !important;
}
/*=======================================================
      LEFT MENU
========================================================*/

/* hamburger */
.checkbox {
  display: none;
}

.button {
  position: relative;
  background-color: white;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  position: fixed;
  top: 5vh; 
  right: 5vw; 
  z-index: 2000;
  text-align: center; 
  cursor: pointer;
}

a.active {
	color: #000!important;
}

.nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.4s;
}

.list {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
}

.item {
  font-size: 36px;
}

.link:link,
.link:visited {
  display: inline-block;
  padding: 1rem 1rem;
  text-align: center;
    color: #a7a7a7;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    line-height: 38px;
    letter-spacing: 1px;
  text-decoration: none;
  background-image: linear-gradient(
    120deg,
    transparent 0%,
    transparent 50%,
    white 50%
  );
  background-size: 220%;
  transition: all 0.2s;
}

.link:hover,
.link:active {
  color: #6dd1e3;
  cursor: pointer;
}

/* functionality */
.checkbox:checked ~ .background {
  transform: scale(80);
}

/*  */
/* styling hamb ICON */
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
  width: 3rem;
  height: 2px;
  background-color: gray;
  display: inline-block;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}

.icon::before {
  top: -0.8rem;
}
.icon::after {
  top: 0.8rem;
}

.button:hover icon:before {
  top: -1rem;
}
.button:hover icon::after {
  top: 1rem;
}

.checkbox:checked + .button .icon {
  background-color: transparent;
}

.checkbox:checked + .button .icon::before {
  top: 0;
  transform: rotate(135deg);
}
.checkbox:checked + .button .icon::after {
  top: 0;
  transform: rotate(-135deg);
}

/*=======================================================
      HOME SLIDER
========================================================*/
.home-slider {
	position:relative;
}
.ball-1 {
	top: 16%;
	left: 11%;
	height: 18%;
	width: 40%;
}
.slider1 {
	background: url(../images/slider-1.svg) fixed center center no-repeat;
	position: absolute;
	    top: 15%;
    left: 17%;
    height: 18%;
    width: 9%;
}
}
.slider4 {
	background: url(../images/slider-4.svg) fixed center center no-repeat;
	position: absolute;
	top: -4%;
    left: 87%;
    height: 20%;
    width: 19%;
}
.slider2 {
	background: url(../images/slider-2.svg) fixed center center no-repeat;
	position: absolute;
	top: 77%;
	left: 70%;
	height: 10%;
	width: 16%;
}
.slider3 {
	background: url(../images/slider-3.svg) fixed center center no-repeat;
	position: absolute;
	top: 56%;
	left: 32%;
	height: 58%;
	width: 12%;
}
.circles3 {
	background: url(../images/bg/circles.svg) fixed center center no-repeat;
	position: absolute;
	top: -4%;
	left: -15%;
	height: 91%;
	width: 40%;
}
.circles6 {
	background: url(../images/bg/circles5.svg) fixed center center no-repeat;
	position: absolute;
	top: -9%;
    left: 5%;
    height: 130%;
    width: 28%;
}
.dots2 {
	background: url(../images/bg/dots.svg) fixed center center no-repeat;
	position: absolute;
	top: 68%;
	left: 74%;
	height: 20%;
	width: 40%;
}
.dots-footer {
	background: url(../images/bg/dots-footer.svg) fixed center center no-repeat;
	position: absolute;
	top: 20%;
    left: -12%;
    height: 60%;
    width: 40%;
}
.circle-photo {
	background: url(../images/bg/circle-photo.svg) fixed center center no-repeat;
	position: absolute;
	top: 22%;
    left: -19%;
    height: 42%;
    width: 50%;
}
.circle-photo2 {
	background: url(../images/bg/circle-photo2.svg) fixed center center no-repeat;
	position: absolute;
	top: -6%;
    left: 97%;
    height: 62%;
    width: 15%;
}
.bg1 {
	background: url(../images/bg-1.svg) fixed center center no-repeat;
	position: absolute;
	top: 5%;
	left: 5%;
	height: 80%;
	width: 40%;
}
.slide-in-fwd-tl {
	-webkit-animation: slide-in-fwd-tl 2s cubic-bezier(0.250, 0.460, 0.450, 0.940)  alternate 3;
	        animation: slide-in-fwd-tl 2s cubic-bezier(0.250, 0.460, 0.450, 0.940)  alternate 3;
}/* ----------------------------------------------
 * Generated by Animista on 2022-6-14 20:41:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-fwd-tl
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-tl {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px) translateX(-1000px);
            transform: translateZ(-1400px) translateY(-800px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0) translateX(0);
            transform: translateZ(0) translateY(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-tl {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px) translateX(-1000px);
            transform: translateZ(-1400px) translateY(-800px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0) translateX(0);
            transform: translateZ(0) translateY(0) translateX(0);
    opacity: 1;
  }
}


.bg2 {
	background: url(../images/bg-2.svg) fixed center center no-repeat;
	position: absolute;
	top: 2%;
	left: 2%;
	height: 57%;
	width: 32%;
}
.slide-in-fwd-tl2 {
	-webkit-animation: slide-in-fwd-tl 3s cubic-bezier(0.250, 0.460, 0.450, 0.940)  alternate 3;
	        animation: slide-in-fwd-tl 3s cubic-bezier(0.250, 0.460, 0.450, 0.940)  alternate 3;
}/* ----------------------------------------------
 * Generated by Animista on 2022-6-14 20:41:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-fwd-tl
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-tl {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px) translateX(-1000px);
            transform: translateZ(-1400px) translateY(-800px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0) translateX(0);
            transform: translateZ(0) translateY(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-tl {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px) translateX(-1000px);
            transform: translateZ(-1400px) translateY(-800px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0) translateX(0);
            transform: translateZ(0) translateY(0) translateX(0);
    opacity: 1;
  }
}
.bg3 {
	background: url(../images/bg-3.svg) fixed center center no-repeat;
	position: absolute;
	top: 2%;
	left: 58%;
	height: 26%;
	width: 16%;
}
.slide-in-fwd-top {
	-webkit-animation: slide-in-fwd-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)  alternate 3;
	        animation: slide-in-fwd-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)  alternate 3;
}
.slide-in-fwd-top2 {
	-webkit-animation: slide-in-fwd-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-6-14 20:43:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-fwd-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-top {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px);
            transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-top {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px);
            transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

.bg4 {
	background: url(../images/bg-3.svg) fixed center center no-repeat;
	position: absolute;
	top: 29%;
	left: 48%;
	height: 95%;
	width: 76%;
}
.slide-in-fwd-right {
	-webkit-animation: slide-in-fwd-right 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)  alternate 3;
	        animation: slide-in-fwd-right 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)  alternate 3;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-6-14 20:44:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-fwd-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-right {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(1000px);
            transform: translateZ(-1400px) translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-right {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(1000px);
            transform: translateZ(-1400px) translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}

.bg5 {
	background: url(../images/bg-5.svg) fixed center center no-repeat;
	position: absolute;
	top: 23%;
	left: 68%;
	height: 95%;
	width: 30%;
}

.slide-in-fwd-right2 {
	-webkit-animation: slide-in-fwd-right 3.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-right 3.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-6-14 20:44:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-fwd-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-right {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(1000px);
            transform: translateZ(-1400px) translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-right {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(1000px);
            transform: translateZ(-1400px) translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
.bg6 {
	background: url(../images/bg-6.svg) fixed center center no-repeat;
	position: absolute;
	top: 41%;
	left: 43%;
	height: 54%;
	width: 7%;
}
.slide-in-fwd-bottom {
	-webkit-animation: slide-in-fwd-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940)  alternate 3;
	        animation: slide-in-fwd-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940)  alternate 3;
}
.slide-in-fwd-bottom2 {
	-webkit-animation: slide-in-fwd-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}/* ----------------------------------------------
 * Generated by Animista on 2022-6-14 20:49:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-fwd-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-bottom {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px);
            transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-bottom {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px);
            transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}


.bg7 {
	background: url(../images/bg-7.svg) fixed center center no-repeat;
	position: absolute;
	top: 71%;
	left: 18%;
	height: 54%;
	width: 22%;
}
.slide-in-fwd-bl {
	-webkit-animation: slide-in-fwd-bl 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)  alternate 3;
	        animation: slide-in-fwd-bl 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)  alternate 3;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-6-14 20:50:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-fwd-bl
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-bl {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px) translateX(-1000px);
            transform: translateZ(-1400px) translateY(800px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0) translateX(0);
            transform: translateZ(0) translateY(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-bl {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px) translateX(-1000px);
            transform: translateZ(-1400px) translateY(800px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0) translateX(0);
            transform: translateZ(0) translateY(0) translateX(0);
    opacity: 1;
  }
}

/*=======================================================
      CONTENT
========================================================*/
.content {
	background: #ffffff;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*=======================================================
      SUB BANNER
========================================================*/
.cbp-popup-content .sub-banner {
	margin-top: 0px;
}
.blog-sub {
	background: url(../images/bg/blog-bg.jpg) center center fixed no-repeat;
	background-size: cover;
}
.sub-banner h2 {
	color: #fff;
	font-weight: 100;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 80px;
	text-transform: none;
	margin: 0px;
}
.sub-banner p {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	color: #d1fff7;
}
.breadcrumb {
	text-align: center;
	background: none;
	text-transform: uppercase;
}
.breadcrumb a {
	color: #fff85f;
}
.breadcrumb>.active {
	color: #fff85f;
	font-weight: 600;
}
.breadcrumb>li+li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 20px;
	font-size: 12px;
	color: #fff85f;
	font-weight: normal;
}
/*=======================================================
      INTRO
========================================================*/
.intro-in {
	width: 55%;
	margin: 0 auto;
	text-align: center;
}
.intro-in2 p {
	font-size: 16px;
	line-height: 35px;
	color: #848688;
	font-weight: 100;
}
.intro-in2 p strong {
	font-weight: bold;
}
.intro-in h3 {
	line-height: 45px;
	margin: 0px;
	letter-spacing: 4px;
}
.intro-in hr {
	height: 30px;
	width: 1px;
	margin: 30px auto;
}
.intro-in p {
	font-size: 20px;
	line-height: 40px;
	font-style: italic;
	color: #292f33;
	font-weight: 100;
}
.intro-in p strong {
	font-weight: bold;
}
.intro-3 {
	width: 60%;
	margin: 0 auto;
}
.intro-3 p {
	color: #8899a6;
	font-size: 16px;
}
/*=======================================================
      SERVICES
========================================================*/
.services {
	position:relative;
}
.services .ser-in {
	text-align: left;
	position: relative;
	padding: 15%;
	padding-right: 10%;
	padding-left: 25%;
	padding-bottom: 0px;
}
.services .ser-in .border-left {
	border-left: 10px solid #292f33;
}
.services .ser-part-2 {
	padding: 10%;
	padding-bottom: 1%;
}
.services .ser-part-2 li h6 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
}
.wrap2 {
  width: 520%;
  height: 260%;
  display: flex;
  justify-content: right;
  align-items: center;
  position:absolute;
}
.shape {
  width: 70%;
  height: 76%;
  margin-top: -25%;
  margin-left: 5%;
  background: linear-gradient(64.00916346799386deg, rgba(80, 190, 246,1) 5.44140625%,rgba(144, 222, 198,1) 82.84765625%,rgba(146, 223, 199,1) 11.7109375%);
  animation: wave 4.0s ease-in-out infinite;
}
  .shape:nth-of-type(2) {
  width: 50%;
  height: 60%;
    position: absolute;
    top: 19%;
    left: -24%;
    opacity: 0.1;
    z-index: -1;
  }
  .shape:nth-of-type(3) {
  width: 30%;
  height: 34%;
    position: absolute;
    bottom: 12%;
    right: -12%;
    opacity: 0.1;
    z-index: -1;
  }
.shape3 {
     width: 62%;
    height: 96%;
    margin-top: -7%;
    margin-right: -63%;
  background: linear-gradient(64.00916346799386deg, rgba(80, 190, 246,1) 5.44140625%,rgb(104 210 223) 82.84765625%,rgb(102 213 221) 11.7109375%);
  animation: waves 25.0s ease-in-out infinite;
}

@keyframes wave {
  0%, 100% {
    border-radius: 70% 30% 72% 28% / 27% 61% 39% 73%;
  }
  25% {
    border-radius: 77% 23% 54% 46% / 40% 38% 62% 60%;
  }
  50% {
    border-radius: 84% 16% 36% 64% / 53% 15% 85% 47%;
  }
  75% {
    border-radius: 77% 23% 54% 46% / 40% 38% 62% 60%;
  }
}
@keyframes waves {
  0%, 100% {
    border-radius: 90% 10% 5% 95% / 27% 61% 39% 73%;
  }
  25% {
    border-radius: 40% 38% 62% 60% / 77% 23% 54% 46%;
  }
  50% {
    border-radius: 84% 16% 36% 64% / 53% 15% 85% 47%;
  }
  75% {
    border-radius: 77% 23% 54% 46% / 40% 38% 62% 60%;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Bowlby+One&display=swap');
.wordCarousel {
    font-size: 66px;
    color: #fff;
    font-family: 'Bowlby One', cursive!important;
	display: block;
    height: 600px;
}
  .wordCarousel  div {
        overflow: hidden;
        position: relative;
        height: 80px;
        padding-top: 5px;
        margin-top: 29%;
		margin-left: 4%;
    }
      .wordCarousel  li {
            font-family: 'Bowlby One', cursive!important;
            color: #fff;
            font-weight: 700;
            padding: 0 10px;
            height: 45px;
            margin-bottom: 45px!important;
            display: block;
            text-align: center;
        }


.flip2 { animation: flip2 2s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
.flip3 { animation: flip3 4s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
.flip4 { animation: flip4 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
.flip5 { animation: flip5 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }

@keyframes flip2 {
    0% { margin-top: -180px; }
    5% { margin-top: -90px;  }
    50% { margin-top: -90px; }
    55% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -180px; }
}

@keyframes flip3 {
    0% { margin-top: -270px; }
    5% { margin-top: -180px; }
    33% { margin-top: -180px; }
    38% { margin-top: -90px; }
    66% { margin-top: -90px; }
    71% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}

@keyframes flip4 {
    0% { margin-top: -360px; }
    5% { margin-top: -270px; }
    25% { margin-top: -270px; }
    30% { margin-top: -180px; }
    50% { margin-top: -180px; }
    55% { margin-top: -90px; }
    75% { margin-top: -90px; }
    80% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -360px; }
}

@keyframes flip5 {
    0% { margin-top: -450px; }
    5% { margin-top: -360px; }
    20% { margin-top: -360px; }
    25% { margin-top: -270px; }
    40% { margin-top: -270px; }
    45% { margin-top: -180px; }
    60% { margin-top: -180px; }
    65% { margin-top: -90px; }
    80% { margin-top: -90px; }
    85% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -450px; }
}


/*=======================================================
      HISTORY
========================================================*/
.team-pack {
	padding-top: 100px;
	padding-bottom: 50px;
}
.team-pack .team-detail p {
	font-size: 16px;
	font-weight: normal;
}
.team-pack .bor-btm {
	border-bottom: 1px solid #2b2f30;
	padding-bottom: 30px;
}
.social-link {
	margin-top: 30px;
}
.social-link li {
	margin-right: 40px;
	display: inline-block;
}
.social-link li a {
	font-size: 14px;
	color: #292f33;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	border-color: transparent;
	font-style: italic;
}
.social-link li a:hover {
	border-bottom: 1px solid #292f33;
}
.photo img {
	width: 100%;
}
/*=======================================================
			PRICING
========================================================*/
.pricing {
	position: relative;
}
.circles {
	background: url(../images/circles.svg) center center fixed no-repeat;
position: absolute;
    right: -200px;
    bottom: -125px;
    width: 500px;
    height: 500px;
}
.pricing .price-in {
    background: #fff;  
	padding: 30px 60px;
	text-align: center;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border-radius: 2%;
}
.pricing .price-in:hover {
	box-shadow: 0px 15px 15px rgba(13,102,95,0.2);
}
.pricing .price-in .price-head h5 {
	font-weight: bolder;
}
.pricing .price-in .price-head h6 {
	font-weight: bolder;
}
.pricing .price-in .price-head h3 {
	font-weight: bolder;
}
.pricing .price-in .price-head {
	border-bottom: 1px solid #ccd6dd;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.history .testimonials {
	width: 100%;
}
.leftstr {
    float: left; /* Обтекание справа */ 
    width: 75%; /* Ширина текстового блока */ 
    text-align: left; /* Выравнивание по правому краю */ 
   }
.rightstr {
    float: left; /* Обтекание справа */ 
    width: 25%; /* Ширина текстового блока */ 
    text-align: right; /* Выравнивание по правому краю */ 
   }
.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}
.wave {
	background: url(../images/mesh-gradient.svg) center center fixed no-repeat;
	background-size: auto 100%;
}
/*=======================================================
			COUNTER
========================================================*/
#counters {
	position:relative;
}
.circles2 {
	background: url(../images/circles2.svg) center center fixed no-repeat;
position: absolute;
    right: -200px;
    top: -125px;
    width: 500px;
    height: 500px;
}
#counters ul {
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
}
#counters li {
	text-align: center;
}
#counters i {
	font-size: 40px;
	color: #333333;
	width: 100%;
	display: inline-block;
}
#counters span {
	color: #333333;
	display: inline-block;
	margin-right: 10px;
	min-width: 100%;
	font-size: 40px;
	font-weight: 300;
}
#counters hr {
	margin: 20px auto;
}
#counters h6 {
	color: #333333;
	font-family: 'Merriweather', serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	text-transform: none;
}
/*=======================================================
      WHY CHOOSE US
========================================================*/
.why-choose {
}
.sec-choose {
	position: relative;
}
.sec-choose .choose-tab {
	background: #fff;
	position: relative;
	z-index: 99;
	margin-top: 100px;
	border: 2px solid rgba(208,208,208,0.4);
}
.sec-choose .choose-tab .nav-tabs {
	border: none;
	margin: 0px;
	margin-top: 40px;
	display: inline-block;
	width: 100%;
	float: left;
}
.sec-choose .choose-tab h6 {
	color: #666666
}
.sec-choose .choose-tab .nav-tabs>li {
	float: left;
	width: 50%;
	text-align: center;
	margin: 0px;
}
.sec-choose .choose-tab .nav-tabs li a {
	border: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #444444;
	padding: 40px 0px;
	letter-spacing: 2px;
	border-radius: 0px;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
}
.sec-choose .choose-tab .nav-tabs li:nth-child(1) a {
	border-left: none;
}
.sec-choose .choose-tab .nav-tabs li:nth-child(3) a {
	border-left: none;
}
.sec-choose .choose-tab .nav-tabs>li>a:hover {
	background: #222222;
	color: #fff;
}
.sec-choose .choose-tab .nav-tabs li.active a {
	background: #222222;
	color: #fff;
}
.sec-choose .choose-tab .nav-tabs li i {
	font-size: 20px;
	display: inline-block;
	position: relative;
	right: 10px;
	top: 3px;
}
.sec-choose .detail-in {
	margin-left: -130px;
	position: relative;
}
.sec-choose .text-content {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 40px;
	background: rgba(0,0,0,0.8);
}
.sec-choose .text-content i {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}
.sec-choose .text-content p {
	color: #fff;
	margin: 0px;
}
/*=======================================================
      PORTFOLIO
========================================================*/
.portfolio {
}
.blur {
	position: relative;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  background: inherit;
  border-radius: 2px;
  overflow: hidden;
}
.blur:after{
 content: '';
    display: block;
    width: 100%;
    height: 100%;
 background: inherit; 
 position: absolute;
 left: 0px;
 right: 0;
 top: 0px;   
 bottom: 0;
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
  box-sizing: inherit;
  background: radial-gradient(rgba(50,50,50,0.27) 2%,rgba(250,250,250,0.22) 98%)!important;
}
.blur-text {
	z-index:1;
}
.portfolio .hover-port {
	border: 10px solid;
	border-color: transparent;
	position: relative;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-ms-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.portfolio .hover-port .hover-in {
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}
.portfolio .hover-port .hover-in span {
	display: inline-block;
	width: 100%;
	font-style: italic;
	color: #fafafa;
	letter-spacing: 0.2px;
	margin-top: 20px;
}
.portfolio .hover-port .hover-in h6 {
	color: #fff;
	font-weight: bold;
	margin: 0px;
}
.portfolio .hover-port .hover-in a {
	display: inline-block;
	font-style: italic;
	color: #fff;
	letter-spacing: 0.2px;
	margin: 0 10px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	line-height: 40px;
	margin-top: 20px;
}
.portfolio .hover-port .hover-in a:hover {
	background: #fff;
	color: #333;
}
.cbp-item:hover .hover-port {
	opacity: 1;
}
.port-style-6 {
	padding: 0 5%;
	display: inline-block;
	width: 100%;
}
.filter-large {
	width: 50%;
}
.filter-large .cbp-filter-item {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	font-style: normal;
	color: #e1e8ed;
	border: none !important;
	text-align: left;
	margin: 0px 10px;
	margin-bottom: 10px;
}
.filter-large .cbp-l-filters-buttonCenter {
	text-align: left;
}
.filter-large .cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter {
	bottom: 50px;
}
.portfolio .cbp-l-loadMore-link {
	margin-top: 50px;
}
.no-space .cbp-item {
	margin: 0px !important;
	padding: 0px !important;
}
/*=======================================================
      PORTFOLIO SINGLE
========================================================*/
.portfolio-single {
	background: #fff;
}
.portfolio-single ul {
	background: #fff;
	display: inline-block;
	width: 100%;
	background: #fbfbfb;
}
.portfolio-single .project-info {
	padding: 30px;
	padding-top: 50px;
}
.portfolio-single .project-info p {
	margin-bottom: 20px;
	font-size: 12px;
}
.portfolio-single .project-info h5 {
	font-weight: normal;
	margin-bottom: 20px;
}
.portfolio-single .project-info strong {
	font-weight: bold;
	text-transform: uppercase;
}
.portfolio-single .project-info .btn {
	margin-top: 20px;
}
.portfolio-single .port-top-sec {
	background: #fff;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	position: relative;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.portfolio-single .port-top-sec a {
	font-size: 11px;
	color: #212121;
	text-transform: uppercase;
	float: left;
	opacity: 1;
	line-height: 30px;
}
.portfolio-single .port-top-sec a i {
	font-size: 20px;
	float: left;
	margin-right: 15px
}
.portfolio-single .port-top-sec a.next {
	padding-right: 0px;
	float: right;
}
.portfolio-single .port-top-sec a.next i {
	float: right;
	margin-left: 15px;
}
.portfolio-single .port-top-sec a:hover {
	opacity: 1;
}
.portfolio-single .port-top-sec a.close {
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	line-height: 90px;
}
.portfolio-single .other-img a {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.portfolio-single .other-img a:hover {
	opacity: 0.5;
}
.portfolio-single .pad-center {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 20px;
}
/*=======================================================
      Portfolio Col
========================================================*/
.portfolio .col-4 .cbp-item {
	width: 25%;
}
.portfolio .col-3 .cbp-item {
	width: 33.3333% !important;
}
.portfolio .with-space {
	margin: 0 -15px;
}
.portfolio .with-space .cbp-item {
	padding: 15px;
}
.portfolio .col-auto .cbp-item {
	width: auto !important;
}
.col-2 .cbp-item {
	width: 50% !important;
}
.space-15 .cbp .cbp-item {
	padding: 15px;
}
.cbp-item.col-md-2 {
	width: 16.66666667% !important;
}
.cbp-item.col-md-3 {
	width: 25% !important;
}
.cbp-item.col-md-4 {
	width: 33.33333333% !important;
}
.cbp-item.col-md-5 {
	width: 41.66666667% !important;
}
.cbp-item.col-md-6 {
	width: 50% !important;
}
.cbp-item.col-md-7 {
	width: 58.33333333% !important;
}
.cbp-item.col-md-8 {
	width: 66.66666667% !important;
}
.cbp-item.col-md-9 {
	width: 75% !important;
}
.cbp-item.col-md-10 {
	width: 83.33333333% !important;
}
.cbp-item.col-md-11 {
	width: 91.66666667% !important;
}
.cbp-item.col-md-12 {
	width: 100% !important;
}

.mash-gradient {
	background: url(../images/mesh-gradient4.svg) center center fixed no-repeat;
	position: absolute;
	right: -60px;
    bottom: 73px;
	width: 800px;
	height: 70%;
	z-index: -999;
}
/*=======================================================
      CASE STUDIO
========================================================*/
.case-studio h2 {
	font-size: 60px;
	font-weight: bold;
	margin-top: 0px;
}
.case-studio .points-case {
	font-weight: bold;
	margin-top: 50px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.case-studio .points-case li {
	padding-bottom: 30px;
}
/*=======================================================
      TEAM
========================================================*/
.team {
}
.team ul li {
	position: relative;
	overflow: hidden;
}
.team ul li article {
	position: relative;
	overflow: hidden;
}
.team ul li .info {
	background: rgba(255,255,255,0.9);
	padding: 20px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 80%;
	left: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team ul li .info h6 {
	font-size: 15px;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
.team ul li .info span {
	font-size: 10px;
	letter-spacing: 2px;
}
.team ul li article:hover .info {
	opacity: 0;
	bottom: 100%;
}
.team ul li article .info.info-hover {
	opacity: 0;
	bottom: 100%;
	padding: 30px;
	text-align: left;
}
.team ul li article:hover .info.info-hover {
	position: absolute;
	bottom: 0%;
	opacity: 1 !important;
}
.team ul li .social_icons {
	margin-top: 30px;
}
.team ul li .social_icons li a {
	border: 1px solid #333333;
	color: #333333;
	line-height: 38px;
}
.team-name {
	text-align: center;
	padding: 20px 0;
}
.team-name h6 {
	font-size: 14px;
	font-weight: normal;
}
.team-name span {
	font-style: italic;
	text-transform: none;
	font-family: 'Droid Serif', serif;
	text-transform: uppercase;
}
/*=======================================================
			SKILLS
========================================================*/
.skills {
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 80px;
	padding-right: 20px;
}
.skills .progress-bars p {
	margin: 0px;
	letter-spacing: 3px;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.skills .progress-bar {
	border-radius: 0px;
	background: #333333;
	height: 2px;
}
.skills .progress-bar span {
	display: inline-block;
	float: right;
	text-align: center;
	padding: 0px;
	color: #8e0c34;
	margin-top: -32px;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
}
.skills .progress {
	border-radius: 0px;
	position: relative;
	background: #ececed;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	height: 6px;
	border: 2px solid #ececed;
}
.skills .progress-bars {
	display: inline-block;
	width: 100%;
}
.skills .progress-bar-tooltip {
	float: right;
	position: relative;
	right: 0px;
	top: -20px;
	font-family: 'Montserrat';
	color: #999999;
}
.parallax-bg {
	background: url(../images/bg/testi-bg.jpg) center center fixed no-repeat;
	background-size: cover !important;
	text-align: center;
}
.parallax-bg h3 {
	font-size: 36px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	margin: 0px;
	width: 80%;
	margin: 0 auto;
}
.parallax-bg .btn {
	background: #fff;
	color: #333;
}
.parallax-bg .btn-1 {
	border-color: #fff;
	background: none;
	color: #fff;
}
.parallax-bg h4 {
	font-family: 'montserratlight';
	font-size: 28px;
	color: #fff;
}
.promo {
	background: #303030;
}
.promo h5 {
	color: #fff;
	font-size: 18px;
	font-style: italic;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	margin: 0px;
}
.promo .btn {
	margin-top: 0px;
	color: #fff;
	border: 2px solid #fff;
	margin-left: 80px;
}
.play-btn {
	color: #fff;
	height: 75px;
	width: 75px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 73px;
	padding-left: 5px;
	display: inline-block;
	border-radius: 50%;
	font-size: 30px;
	margin-top: 50px;
}
/*=======================================================
      BLOG
========================================================*/
.blog-news .post-tittle {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	color: #292f33;
	letter-spacing: 1px;
	margin: 20px 0;
	display: inline-block;
	width: 100%;
}
.our-blog .blog-in {
	padding-left: 120px;
}
.our-blog .blog-in .blog-up-sec {
	position: relative;
}
.our-blog .blog-in .blog-up-sec:before {
	position: absolute;
	content: "";
	border: 1px solid #e5e5e5;
	height: 100%;
	width: 100%;
	margin-left: -20px;
	margin-top: -20px;
	z-index: -1;
}
.our-blog .blog-in .date-post {
	padding: 10px;
	width: 80px;
	position: absolute;
	left: -120px;
	color: #fff;
	text-align: center;
	background: #222222;
	height: 95px;
	bottom: 0px;
}
.our-blog .blog-in .date-post span {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #fff;
}
.our-blog .blog-in span {
	width: 100%;
	font-size: 11px;
	color: #666666;
	margin-top: 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
}
.our-blog .blog-in a.heading {
	font-size: 15px;
	text-transform: uppercase;
	color: #222222;
	line-height: 28px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.blog-page .tittle-post {
	font-weight: bold;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	color: #292f33;
	display: inline-block;
	margin-bottom: 20px;
}
.blog-page ul li {
	border-bottom: 1px solid #ccd6dd;
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.blog-page ul li article {
	width: 70%;
	margin: 0 auto;
}
.blog-page ul li article .btn {
	font-size: 14px;
	border-bottom: 1px solid #fff;
	border-color: transparent;
}
.blog-page ul li article .btn:hover {
	font-size: 14px;
	border-bottom: 1px solid #292f33;
}
.blog-page ul li p span {
	color: #292f33;
}
.blog-post h2 {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 50px;
}
.blog-post blockquote i {
	color: #e1e8ed;
	position: absolute;
	font-size: 64px;
	left: -40px;
	top: -20px;
}
.blog-post blockquote {
	color: #8899a6;
	background: #f5f8fa;
	padding: 30px 50px;
	border: none;
	position: relative;
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
}
.blog-style-2 ul li {
	background-size: cover !important;
	padding: 80px 0;
	margin-bottom: 50px;
}
.blog-style-2 ul li p {
	color: #8899a6;
}
.blog-style-2 ul li .btn {
	color: #ffffff;
}
.blog-style-2 ul li .btn:hover {
	border-bottom: 1px solid #fff !important;
}
.blog-style-2 ul li p span {
	color: #fff;
}
.blog-style-2 .tittle-post {
	color: #fff;
}
.blog-style-3 {
	margin-bottom: 50px;
}
.blog-style-3 h3 {
	font-weight: bold;
	line-height: 46px;
	margin-bottom: 20px;
}
.blog-style-3 .btn {
	padding: 0px;
	border-color: transparent;
}
.blog-style-3 .btn:hover {
	border-bottom: 1px solid #292f33;
}
.btn-footer {
    font-size: 16px;
    font-style: italic;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-footer:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-footer:before {
	font-family: 'Roboto', sans-serif;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.btn-footer-1 {
	border: 3px solid #7eedcb;
    color: #333333;
	background: rgb(250, 250, 250, 0.5);
}
.btn-footer-1b:after {
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background: rgb(19, 216, 155, 1)!important;
}
.btn-footer-1b:hover,
.btn-footer-1b:active {
	color: #fff;
}

.btn-footer-1b:hover:after,
.btn-footer-1b:active:after {
	height: 100%;
}
/* Button 1c */
.btn-footer-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(19, 216, 155, 1)!important;
}

.btn-footer-1c:hover,
.btn-footer-1c:active {
	color: #0e83cd;
}

.btn-footer-1c:hover:after,
.btn-footer-1c:active:after {
	width: 100%;
}

/*=======================================================
      Tastimonial
========================================================*/
.reviuws {
}
.footer {
	background: url(../images/bg/footer.svg) center center fixed no-repeat;
	background-size: cover;
	position:relative;
}
.footer-smal {
	background: url(../images/bg/footer-smal.svg) center center fixed no-repeat;
	background-size: cover;
	position:relative;
}
.footer1 {
	background: url(../images/bg/footer1.svg) fixed center center no-repeat;
	position: absolute;
	top: -10%;
	left: -8%;
	height: 30%;
	width: 40%;
}
.footer2 {
	background: url(../images/bg/footer2.svg) fixed center center no-repeat;
	position: absolute;
	top: 5%;
	left: -6%;
	height: 29%;
	width: 40%;
}
.footer3 {
	background: url(../images/bg/footer3.svg) fixed center center no-repeat;
	position: absolute;
	top: -1%;
	left: 65%;
	height: 12%;
	width: 40%;
}
.footer4 {
	background: url(../images/bg/footer4.svg) fixed center center no-repeat;
	position: absolute;
	top: 49%;
	left: 55%;
	height: 6%;
	width: 40%;
}
.footer4-2 {
	background: url(../images/bg/footer4.svg) fixed center center no-repeat;
	position: absolute;
	 top: 45%;
    left: 26%;
    height: 25%;
    width: 5%;
}
.footer4-3 {
	background: url(../images/bg/footer4.svg) fixed center center no-repeat;
	position: absolute;
    top: 4px;
    left: 14px;
    height: 20px;
    width: 20px;
}
.footer5 {
	background: url(../images/bg/footer5.svg) fixed center center no-repeat;
	position: absolute;
	top: 63%;
	left: -11%;
	height: 31%;
	width: 40%;
}
.footer6 {
	background: url(../images/bg/footer6.svg) fixed center center no-repeat;
	position: absolute;
	top: 60%;
	left: 70%;
	height: 33%;
	width: 40%;
}
.padding-bottom-150 {
    padding-bottom: 150px !important;
}
.padding-top-150 {
    padding-top: 150px !important;
}
.testimonials .single-slides {
	margin: 0 auto;
	text-align: center;
}
.testimonials p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	font-weight: 100;
	text-align: center;
	    padding: 0 7%;
}
.testimonials span {
	font-style: italic;
	color: #d0dce6;
	font-size: 14px;
	display: inline-block;
	margin: 10px 0;
	text-align: center;
}
.testimonials .owl-nav {
	display: none;
}
.testimonials .owl-dots {
	position: absolute;
	bottom: -40px;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
}
.testimonials .owl-dots div {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 5px;
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
}
.testimonials .owl-dots .active {
	background: #fff;
}
.project-info li {
	margin-bottom: 10px;
}
.project-info {
	margin-top: 50px;
}
.project-info li h6 {
	font-weight: bold;
	;
	font-size: 14px;
	margin: 0px;
	margin-top: 20px;
	color: #141414;
	line-height: 36px;
}
.project-info li span {
	font-size: 14px;
	font-style: italic;
}
.cbp-popup-content .sub-banner h2 {
	font-size: 38px;
	font-weight: 300;
}
.owl-item {
	padding: 0px 2%!important;
}
.rev-back {
	
    border-radius: 40px;
    height: 350px;
    padding-top: 3.5%;
    border: 5px #fff solid;
    box-shadow: 0 15px 30px rgb(0 102 153 / 30%);
}
.radial-gradient {
 
  /*Fallback if gradeints don't work */
  background: #1c86e0;
  /*Linear gradient... */
  background: 
    radial-gradient(at center, #35e7c8, #1c86e0 );
}
/*=======================================================
			SERVICES
========================================================*/
.services {
	padding: 80px 0;
}
.services li {
	margin-bottom: 30px;
}
.services .sec i {
	font-size: 60px;
	color: #c0c0c0;
	letter-spacing: 3px;
}
.services .sec {
	background: #fff;
	padding: 80px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.services .sec h6 {
	font-weight: normal;
	font-weight: bold;
}
.services .ser-over a {
	font-weight: bold;
	font-size: 10px;
	margin-top: 10px;
}
.services .ser-over h6 {
	margin: 20px 0;
	font-weight: bold;
	margin-top: 30px;
}
.services .ser-over {
	background: #fff;
	position: absolute;
	padding: 10px 20px;
	top: 100%;
	height: 100%;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.services .sec:hover .ser-over {
	top: 0px;
}
.sec-width {
	width: 20%;
	margin: 7% 10%;
}
.sec-height {
	height: 27%;
	margin: 5% 5%;
}
/*=======================================================
      progress bar
========================================================*/

.progress {
  background: rgba(0,0,0,0.05);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 0px;
  display: flex;
  height: 20px;
}

.progress-value {
  animation: load 4s normal forwards;
  box-shadow: 0 10px 20px -10px #fff;
  border-radius: 100px;
  background: linear-gradient(64.00916346799386deg, rgba(80, 190, 246,1) 5.44140625%,rgba(144, 222, 198,1) 82.84765625%,rgba(146, 223, 199,1) 11.7109375%);
  height: 20px;
  width: 0;
}
.progress-value-15 {
  animation: load15 5s normal forwards;
  box-shadow: 0 10px 20px -10px #fff;
  border-radius: 100px;
  background: linear-gradient(64.00916346799386deg, rgba(80, 190, 246,1) 5.44140625%,rgba(144, 222, 198,1) 82.84765625%,rgba(146, 223, 199,1) 11.7109375%);
  height: 20px;
  width: 0;
}
.progress-value-30 {
  animation: load30 4s normal forwards;
  box-shadow: 0 10px 20px -10px #fff;
  border-radius: 100px;
  background: linear-gradient(64.00916346799386deg, rgba(80, 190, 246,1) 5.44140625%,rgba(144, 222, 198,1) 82.84765625%,rgba(146, 223, 199,1) 11.7109375%);
  height: 20px;
  width: 0;
}
.progress-value-17 {
  animation: load17 5s normal forwards;
  box-shadow: 0 10px 20px -10px #fff;
  border-radius: 100px;
  background: linear-gradient(64.00916346799386deg, rgba(80, 190, 246,1) 5.44140625%,rgba(144, 222, 198,1) 82.84765625%,rgba(146, 223, 199,1) 11.7109375%);
  height: 20px;
  width: 0;
}

@keyframes load {
  0% { width: 0; }
  100% { width: 78%; }
}
@keyframes load15 {
  0% { width: 0; }
  100% { width: 65%; }
}
@keyframes load30 {
  0% { width: 0; }
  100% { width: 93%; }
}
@keyframes load17 {
  0% { width: 0; }
  100% { width: 70%; }
}
.progress span {
	font-size: 11px;
	text-align: right;
	float: right;
	line-height: 20px;
	color: #fff;
    font-weight: bold;	
	margin-right: 10px;
}
/*=======================================================
      parallax
========================================================*/
#scene {
  position: absolute;
  top: 0;
}
#scene2 {
  position: absolute;
  top: 0;
}
#scene3 {
  position: absolute;
  top: 0;
}
#scene4 {
  position: absolute;
  top: 0;
}

.circle1 {
  position: absolute;
  top: 490px!important;
  left: 34px!important;
  width: 130px;
  height: 130px;
  background: url(../images/wd—1.svg) fixed center center no-repeat;
}

.circle2 {
  position: absolute;
      top: 469px!important;
    left: 318px!important;
    width: 90px;
    height: 119px;
  background: url(../images/wd—2.svg) fixed center center no-repeat;
}

.circle3 {
  position: absolute;
  top: 469px!important;
    left: 195px!important;
    width: 41px;
    height: 50px;
  background: url(../images/wd—3.svg) fixed center center no-repeat;
}

.circle4 {
  position: absolute;
  top: 66px!important;
    left: 58px!important;
    width: 120px;
    height: 120px;
  background: url(../images/wd—4.svg) fixed center center no-repeat;
}
.circle5 {
  position: absolute;
  top: 16px!important;
    left: 330px!important;
    width: 120px;
    height: 120px;
  background: url(../images/wd—5.svg) fixed center center no-repeat;
}



.circle6 {
  position: absolute;
      top: 106px!important;
    left: 302px!important;
    width: 30px;
    height: 30px;
  background: url(../images/ig-1.svg) fixed center center no-repeat;
}
.circle7 {
  position: absolute;
  top: 366px!important;
    left: 10px!important;
    width: 70px;
    height: 70px;
  background: url(../images/ig-2.svg) fixed center center no-repeat;
}
.circle8 {
  position: absolute;
      top: 156px!important;
    left: 430px!important;
    width: 120px;
    height: 120px;
  background: url(../images/ig-3.svg) fixed center center no-repeat;
}
.circle9 {
  position: absolute;
      top: 465px!important;
    left: 337px!important;
    width: 80px;
    height: 80px;
  background: url(../images/ig-4.svg) fixed center center no-repeat;
}



.circle10 {
  position: absolute;
      top: 69px!important;
    left: 342px!important;
    width: 120px;
    height: 120px;
  background: url(../images/ad-1.svg) fixed center center no-repeat;
}
.circle11 {
  position: absolute;
      top: 31px!important;
    left: 161px!important;
    width: 70px;
    height: 70px;
  background: url(../images/ad-2.svg) fixed center center no-repeat;
}
.circle12 {
  position: absolute;
 top: 391px!important;
    left: 40px!important;
    width: 30px;
    height: 30px;
  background: url(../images/ad-3.svg) fixed center center no-repeat;
}
.circle13 {
  position: absolute;
   top: 459px!important;
    left: 90px!important;
    width: 80px;
    height: 80px;
  background: url(../images/ad-4.svg) fixed center center no-repeat;
}


.circle14 {
  position: absolute;
       top: 83px!important;
    left: 326px!important;
    width: 40px;
    height: 40px;
  background: url(../images/ppt-1.svg) fixed center center no-repeat;
}
.circle15 {
  position: absolute;
  top: 212px!important;
    left: 78px!important;
    width: 50px;
    height: 50px;
  background: url(../images/ppt-2.svg) fixed center center no-repeat;
}
.circle16 {
  position: absolute;
     top: 500px!important;
    left: 40px!important;
    width: 100px;
    height: 100px;
  background: url(../images/ppt-3.svg) fixed center center no-repeat;
}
.circle17 {
  position: absolute;
      top: 389px!important;
    left: 410px!important;
    width: 60px;
    height: 60px;
  background: url(../images/ppt-4.svg) fixed center center no-repeat;
}


/*=======================================================
     slider
========================================================*/

.sliderbutton {float:left; width:32px; padding-top:134px}
#slider {
	float:left;
	position:relative;
	overflow:auto;
	width:1130px;
	height:100px;
}
#slider ul {
	position:absolute;
	list-style:none;
	top:0;
	left:
}
#slider li {
	float:left;
	width:1130px;
	height:300px;
	padding-right:10px
}

.pagination-slider {
	float: left;
    list-style: none;
    height: 25px;
    margin: 45px 0 0 0;
    margin-left: 47%;
}
.pagination-slider li {
	float:left;
	cursor:pointer;
	display:block;
	width: 12px;
	height: 12px;
	margin:0 10px 0 0;
	background: url(../images/slider-point.svg) fixed center center no-repeat;
}
.pagination-slider li:hover {
	background: url(../images/slider-point.svg) fixed center center no-repeat;
}
li.current {
	background: url(../images/slider-point-active.svg) fixed center center no-repeat;
}

.slid {
	position: relative;
}
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}


.carousel__viewport::-webkit-scrollbar {
  width: 0!important;
  display: none!important;
}

.carousel__viewport::-webkit-scrollbar-track {
  background: transparent!important;
  display: none!important;
}

.carousel__viewport::-webkit-scrollbar-thumb {
  background: transparent!important;
  border: none!important;
  display: none!important;
}

* {
  -ms-overflow-style: none;
}

ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
}

.carousel__slide:before {
	
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  color: #fff;
  font-size: 2em;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}
@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.slid:hover .carousel__snapper,
.slid:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}


.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #d0dce6;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.slid::before,
.slid::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 30%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.slid::before,
.carousel__prev {
  left: 1rem;
}

.slid::after,
.carousel__next {
  right: 1rem;
}

.slid::before,
.slid::after {
  content: '';
  z-index: 1;
  background-color: rgba(255,255,255,1);
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
  margin-top: 4%;
}

.slid::before {
  background-image: url("../images/left.svg");
  background-size: 66%;
}

.slid::after {
  background-image: url("../images/right.svg");
  background-size: 66%;
}

#slidebox {
	position:relative; 
	margin:0px auto;
	overflow:hidden;
	width: 100%!important;
	height: 200px;
}
#slidebox ul li{
	list-style: none; 
	padding:0px 0px;  
}
#slidebox .next, #slidebox .previous{
	position:absolute; 
	z-index:2; 
	display:block; 
	width:21px; 
	height:21px;
	top:22%;
}
#slidebox .next{
	right:0;  
	background:url(../images/right.svg) no-repeat left top;
}
#slidebox .next:hover{
	background:url(../images/right_hover.svg) no-repeat left top;
	cursor: pointer;
}
#slidebox .previous{
	left:0;
	background:url(../images/left.svg) no-repeat left top;
}
#slidebox .previous:hover{
	background:url(../images/left_hover.svg) no-repeat left top;
	cursor: pointer;
}
#slidebox .thumbs{
	position:absolute; 
	z-index:2; 
	bottom:10px; 
	right:48%;
}
#slidebox .thumbs a{
	display:block; 
	margin-left:5px; 
	float:left; 
	text-decoration:none; 
	padding:2px 4px; 
	background:url(../slidebox_thumb.png); 
}
#slidebox .thumbs a:hover{
	background:#fff; 
	color:#000;
}
#slidebox .thumbs .thumbActive{
	background:#fff; 
	color:#000; 
	display:block; 
	margin-left:5px; 
	float:left; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:9px; 
	text-decoration:none; 
	padding:2px 4px;
}


/*=======================================================
      clients-logo
========================================================*/
.clients-col-6 li {
	display: inline-block;
	float: left;
	width: 16.6666%;
	text-align: center;
}
.clients-col-6 li a {
	opacity: 0.6;
}
.clients-col-6 li a:hover {
	opacity: 1;
}
/*=======================================================
      FOOTER
========================================================*/
footer {
	padding: 100px 0;
	padding-bottom: 50px;
}
footer h6 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
footer p {
	color: #292f33;
	font-style: normal;
}
/*=======================================================
      EDUCATION
========================================================*/
.education {
}
.education .time-line {
	position: relative;
}
.education .time-line:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	width: 2px;
	margin: 0 auto;
	height: 110%;
	background: #e1e8ed;
}
.education .time-line .years {
	background: rgb(148,223,200);
    background: linear-gradient(90deg, rgba(148,223,200,1) 0%, rgba(84,191,246,1) 100%);
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	padding: 5px 20px;
	font-size: 16px;
	position: relative;
}
.education .time-line .years2 {
	background: rgb(84,191,246);
    background: linear-gradient(90deg, rgba(84,191,246,1) 0%, rgba(148,223,200,1) 100%)!important;
}
.education .time-line h6 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.education .time-line .row {
	position: relative;
}
.education .time-line .row:before {
	content: "";
	position: absolute;
	height: 22px;
	width: 22px;
	background: #fff;
	border: 5px solid #f1f5f8;
	border-radius: 50%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.education .time-line .row:after {
	height: 12px;
	width: 12px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 5px;
	border-radius: 50%;
	border: 2px solid #ccd6dd;
}
.education .time-line .years:before {
	content: "\f0d9";
	font-family: 'FontAwesome';
	position: absolute;
	left: -6px;
	top: 2px;
	font-size: 20px;
	color: #94dfc8;
}
.education .time-line .pull-left .years:before {
	content: "\f0da";
	right: -6px;
	left: inherit;
}
.in-touch {
	background: #292f33;
}
.intro-in.text-left h1 {
	font-size: 60px;
	font-weight: bold;
}
.intro-in.text-left {
	text-align: left;
	margin: 0px;
}
.space-15 {
	margin: 0 -15px;
}
/*=======================================================
      PAGINATION
========================================================*/
.pagination {
	border: none !important;
	display: inline-block;
	width: 100%;
	margin: 0;
	margin-top: 80px;
	text-align: center;
}
.pagination ul li {
	border: none;
}
.pagination li {
	display: inline-block;
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	border-radius: 0px !important;
	padding: 0px;
	background: #fff;
	text-align: center;
	line-height: 35px;
	color: #8899a6;
	margin: 0 2px;
	font-size: 16px;
	padding: 0 15px;
	font-style: italic;
	background: none;
}
.pagination ul li i {
	color: #292f33;
}
.pagination>li>a:hover {
	color: #292f33;
}
/*=======================================================
			CONTACT FORM
========================================================*/

.send2:hover {
   
	background: rgb(1, 143, 190, 1)!important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size:16x;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size:16x;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size:16x;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size:16x;
}
:focus {
    outline: 0;
    outline-offset: 0;
}
.contact-us .tittle {
	text-align: center;
}
.contact-us .tittle p {
	font-style: italic;
	font-size: 12px;
	color: #bfbfbf;
	margin-top: 10px;
}
#map {
	height: 947px;
}
.contact-us {
}
.contact #contact_form {
	text-align: center;
}
.contact .error {
	border: 1px solid red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact_form {
}
#contact_form li {
	text-align: left;
}
#contact_form li input {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	padding: 0 20px;
	height: 60px;
	font-weight: normal;
	color: #000;
	font-style: italic;
	margin-bottom: 20px;
}
#contact_form li .form-control {
	border: none;
	line-height: 30px;
	font-style: italic;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #f5f8fa;
	background: #f5f8fa;
}
#contact_form li textarea {
	height: 208px !important;
	font-size: 13px;
}
#contact_form li .btn {
	background: none;
	float: right;
	margin-top: -60px;
	margin-right: 30px;
	border-bottom: 1px solid;
	border-color: transparent;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#contact_form li .btn:hover {
	border-bottom: 1px solid #000;
}
.contact-form .tittle {
	text-align: center;
}
.contact-form .tittle hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .tittle p {
	text-transform: none;
	font-size: 16px;
}
.contact-form label {
	font-weight: normal;
	color: #444444;
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0px;
	margin-top: 0px;
	line-height: 26px;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
.contact-info li {
	line-height: 28px;
	font-size: 14px;
}
/*=======================================================
			BLOG
========================================================*/
.blog-small {
}
.blog.blog-small ul.som-info {
	width: 60%;
}
.blog article {
	background: #f9f9f9;
	position: relative;
	z-index: 11;
	margin-bottom: 60px;
}
.blog article:before {
	content: "";
	background: #fff;
	position: absolute;
	z-index: 1;
	height: 40px;
	width: 100%;
	top: 0px;
	left: 0px;
}
.blog article img {
	position: relative;
}
.blog article img {
	position: relative;
	z-index: 99;
}
.blog-info {
	position: relative;
	z-index: 99;
	padding-top: 15px;
}
.blog-info .btn-1 {
	border: 1px solid #333333;
	font-weight: normal;
}
.blog ul.som-info {
	position: absolute;
	z-index: 699;
	bottom: 0px;
	width: 50%;
	height: 40px;
	padding-left: 50px;
	background: #f9f9f9;
}
.blog .post-tittle {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	padding-right: 20px;
}
.blog .post-tittle a {
	font-family: 'Montserrat';
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	padding-top: 20px;
	display: inline-block;
}
.blog ul.som-info li {
	display: inline-block;
	font-size: 11px;
	margin-top: 15px;
	margin-right: 30px;
}
.blog ul.som-info:before {
	content: "";
	background: #fff;
	position: absolute;
	right: -63px;
	top: 0px;
	width: 80px;
	background: #f9f9f9;
	height: 40px;
	z-index: 9;
	-webkit-transform: skew(40deg);
	-moz-transform: skew(40deg);
	-o-transform: skew(40deg);
	transform: skew(40deg);
}
.next-prev a {
	color: #999999;
}
.next-prev {
	margin-top: 50px;
	padding: 10px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.blog .share {
	float: right;
	padding: 5px 10px !important;
	margin-top: 15px;
	border: 1px solid #333333;
}
.blog .date-post {
	height: 60px;
	width: 60px;
	float: left;
	background: #f9f9f9;
	text-align: center;
	padding-top: 5px;
	color: #212121;
	margin-left: 50px;
	border: 1px solid #ececec;
	font-weight: bold;
	font-family: 'Montserrat';
	font-size: 11px;
	margin-right: 30px;
}
.blog .date-post h4 {
	margin: 0px;
	font-weight: normal;
	color: #212121;
	border-bottom: 1px solid #ececec;
	padding-bottom: 2px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 28px;
}
.blog .simple-post .blog-info {
	background: #fff;
	border: 1px solid #ececec;
	padding: 40px;
}
.blog .single-post blockquote {
	font-size: 14px;
	font-style: italic;
	border: none;
	margin-left: 50px;
	background: #f3f3f3;
	padding: 40px;
	color: #999999;
	line-height: 26px;
}
.blog .single-post .social_icons {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	margin-top: 15px;
	padding-top: 30px;
	text-align: center;
}
.blog .single-post .social_icons li {
	display: inline-block;
	float: none;
}
.blog .single-post .social_icons a {
	border-radius: 0px;
	border: 1px solid #e5e5e5;
}
.blog .owl-prev {
	position: absolute;
	font-size: 18px;
	top: 50%;
	left: 30px;
	height: 35px;
	width: 35px;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	text-align: center;
	line-height: 33px;
	color: #fff;
	margin-top: -20px;
}
.blog .owl-next {
	position: absolute;
	font-size: 18px;
	top: 50%;
	margin-top: -20px;
	right: 30px;
	height: 35px;
	width: 35px;
	color: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	text-align: center;
	line-height: 33px;
}
.post-details {
	background: #fff;
	padding: 40px;
}
.post-details p {
	font-size: 12px;
	color: #999999;
}
.post-details blockquote {
	border: none;
	color: #444444;
	padding: 40px;
	background: #fbfbfb;
	font-size: 12px;
	font-style: italic;
	line-height: 26px;
	font-weight: 600;
}
.comments {
	margin-top: 40px;
}
.comments h5 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
.comments .avatar {
	margin-right: 30px;
	width: 70px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.comments li {
	border: none !important;
	padding-bottom: 0px !important;
}
.comments form li {
	padding: 0 15px !important;
	margin: 0px !important;
	border: none !important;
}
.comments .media {
}
.comments a i {
	margin-left: 10px;
}
.comments a {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #141414;
}
.comments .a-com p {
	line-height: 24px;
	font-style: italic;
}
.comments .more-comments {
	border: 1px solid #ececec;
	padding: 20px 30px;
	margin-top: 30px;
}
.comments .more-comments a {
	margin: 0px;
}
.comments .a-com {
	display: inline-block;
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 30px;
}
.comments .date {
	color: #6f6f6f;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 20px;
}
.comments .btn {
	width: auto;
	float: right;
	margin: 0px;
}
.comments ul {
}
.comments .com-reply {
	margin-left: 110px;
}
.comments .comment-form {
	margin-top: 40px;
}
.comments .comment-form {
}
.comments .comment-form label {
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}
.comments .comment-form input {
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	font-weight: bold;
	color: #272727;
	font-size: 18px;
	letter-spacing: 1px;
	height: 40px;
}
.comments .comment-form .form-control {
	height: 40px;
	border: none;
	display: inline-block;
	width: 100%;
	box-shadow: none;
	margin-top: 10px;
	border-radius: 0px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.comments .comment-form {
	margin-bottom: 40px;
}
.comments .comment-form ul {
	border-bottom: none;
}
.comments .comment-form textarea {
	height: 250px;
	font-style: italic;
	border: none;
	padding: 10px 20px;
	display: inline-block;
	width: 100%;
	box-shadow: none;
	margin-top: 10px;
	border-radius: 0px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.comments .comment-form .btn {
	margin-top: 20px;
	background: none;
	padding: 0px;
	border-color: transparent;
}
.comments .comment-form .btn:hover {
	border-bottom: 1px solid #282f35;
}
.comments .comment-form label {
	width: 100%;
	font-size: 12px;
}
.comments .comment-form .form-control:focus {
	border: 1px solid #282f35;
}
/*=======================================================
			SIDE BAR
========================================================*/
.side-bar h5 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
}
.side-bar hr {
	border: none;
	height: 1px;
	display: inline-block;
	width: 100%;
	background: none;
	margin: 0px auto;
}
/*=======================================================
			CATEGORIES
========================================================*/
.cate li {
}
.cate li a {
	display: inline-block;
	width: 100%;
	color: #999999;
	font-style: italic;
	font-size: 14px;
	line-height: 38px;
	letter-spacing: 0px;
}
.cate li a:hover {
	color: #292f33;
}
.tags li {
	display: inline-block;
}
.tags li a {
	font-size: 14px;
	letter-spacing: 0px;
	float: left;
	color: #999999;
	line-height: 30px;
	margin-right: 15px;
	font-style: italic;
}
.tags li a:hover {
	color: #292f33;
}
/*=======================================================
      SOCIAL ICONS
========================================================*/
.social_icons {
	position: relative;
	z-index: 1;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style: none;
	float: left;
}
.social_icons a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	border-radius: 50%;
	text-align: center;
	color: #696969;
	border: 1px solid #f5f5f5;
	margin-right: 5px;
}
.social_icons a:hover i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-transition: 0.4s ease-in-out;
	color: #fff;
}
.social_icons .behance a:hover {
	color: #fff;
	background-color: #2b9ad2;
	border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
	color: #fff;
	background-color: #ff6500;
	border-color: #ff6500;
}
.social_icons .deviantart a:hover {
	color: #fff;
	background-color: #536659;
	border-color: #536659;
}
.social_icons .dribbble a:hover {
	color: #fff;
	background-color: #f973a4;
	border-color: #f973a4;
}
.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3b5a9b;
	border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.social_icons .forrst a:hover {
	color: #fff;
	background-color: #2f713d;
	border-color: #2f713d;
}
.social_icons .googleplus a:hover {
	color: #fff;
	background-color: #f63d26;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #507ea4;
	border-color: #507ea4;
}
.social_icons .lastfm a:hover {
	color: #fff;
	background-color: #da0019;
	border-color: #da0019;
}
.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #0072b2;
	border-color: #0072b2;
}
.social_icons .paypal a:hover {
	color: #fff;
	background-color: #165c82;
	border-color: #165c82;
}
.social_icons .picasa a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .pinterest a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .skype a:hover {
	color: #fff;
	background-color: #00aaf1;
	border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
	color: #fff;
	background-color: #ff6900;
	border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
	color: #fff;
	background-color: #eb4823;
	border-color: #eb4823;
}
.social_icons .twitter a:hover {
	color: #fff;
	background-color: #2baae1;
	border-color: #2baae1;
}
.social_icons .vimeo a:hover {
	color: #fff;
	background-color: #40b2dc;
	border-color: #40b2dc;
}
.social_icons .youtube a:hover {
	color: #fff;
	background-color: #ff3330;
	border-color: #ff3330;
}
.social_icons .tumblr a:hover {
	color: #fff;
	background-color: #35506b;
	border-color: #35506b;
}
/*=======================================================
			MARGIN 20px
========================================================*/
.margin-r-20 {
	margin-right: 20px;
}
.margin-l-20 {
	margin-left: 20px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-t-30 {
	margin-top: 30px;
}
.margin-b-20 {
	margin-bottom: 20px;
}
/*=======================================================
			MARGIN 40px
========================================================*/
.margin-r-40 {
	margin-right: 40px;
}
.margin-l-40 {
	margin-left: 40px;
}
.margin-t-40 {
	margin-top: 40px;
}
.margin-b-40 {
	margin-bottom: 40px;
}
/*=======================================================
			MARGIN 80px
========================================================*/
.margin-r-80 {
	margin-right: 80px;
}
.margin-l-80 {
	margin-left: 80px;
}
.margin-t-80 {
	margin-top: 80px;
}
.margin-b-80 {
	margin-bottom: 80px;
}
/*=======================================================
			PADDING
========================================================*/
.padding-r-20 {
	padding-right: 20px !important;
}
.padding-r-80 {
	padding-right: 80px !important;
}
.padding-l-20 {
	padding-left: 20px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-t-50 {
	padding-top: 50px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.padding-b-50 {
	padding-bottom: 50px;
}
.no-margin {
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-margin-t {
	margin-top: 0px !important;
}
.no-padding-t {
	padding-top: 0px !important;
}
.padding-l-60 {
	padding-left: 60px;
}
.no-controls .owl-controls {
	display: none;
}
/*=======================================================
			DARK LAYOUT
========================================================*/
.dark-layout{
	background: #202020;
}
.dark-layout section{
	background: #202020;
}
.dark-layout p {
    color: #959595;
}
.dark-layout .btn.focus, .btn:focus, .btn:hover{
	 color: #959595;
}
.dark-layout  .social-link li a{
	 color: #959595;
}
.dark-layout .btn{
	color: #959595;
	border-bottom:1px solid #959595;
}
.dark-layout .btn:hover {
	color: #fff;
	border-bottom:1px solid #fff;
}
.dark-layout .social-link li a:hover{
	color: #fff;
	border-bottom:1px solid #fff;
}
.dark-layout .tittle-block h2{
	color:#b3b3b3;
}
.dark-layout h1{
	color:#b3b3b3;
}
.dark-layout h2{
	color:#b3b3b3;
}
.dark-layout h3{
	color:#b3b3b3;
}
.dark-layout h4{
	color:#b3b3b3;
}
.dark-layout h5{
	color:#b3b3b3;
}
.dark-layout h6{
	color:#b3b3b3;
}
.dark-layout .blog-news .post-tittle{
	color:#b3b3b3;
}
.dark-layout .light-gray-bg{
	background:#252525 !important;
}
.light-blue-bg{
	background:#f1f9fd !important;
}
.dark-layout .pricing .price-in{
	background:rgba(255,255,255,0.05);
}
.dark-layout .header-fix{
	background:#191919;
}
.dark-layout header nav li a:hover{
	border-bottom-color:rgba(255,255,255,0.4);
} 
.dark-layout header nav li.active a{
	border-bottom-color:rgba(255,255,255,0.4);
}

.dark-layout header .ownmenu ul.dropdown{
	background: #191919;
}
.dark-layout header .ownmenu li a{
	color:#b3b3b3;
}
.dark-layout header .ownmenu ul.dropdown li a{
	color:#b3b3b3;
}
.dark-layout header .ownmenu ul.dropdown li a:hover{
	background:rgba(255,255,255,0.05);
} 
.dark-layout .ownmenu ul.dropdown, .ownmenu ul.dropdown li ul.dropdown{
	background: #191919;
} 
.dark-layout .portfolio{
	background:#252525 !important;
}
.dark-layout .services .ser-in .border-left{
	border-left-color:rgba(255,255,255,0.09);
}
.dark-layout #cd-lateral-nav{
	background: #191919;
}
.dark-layout .left-header li a.submenu-open{
	color:#fff;
}
.dark-layout .left-header .sub-menu li a{
	color: #959595;
}
.dark-layout .left-header li a:hover{
	color:#fff;
}
.dark-layout .left-header .sub-menu li a:hover{
	color:#fff;
}
.dark-layout .left-header .sub-menu{
	background:rgba(0,0,0,0.3);
}
.dark-layout .cbp-popup-singlePage{
	background:#252525 !important;
}
.dark-layout .cbp-popup-singlePage .cbp-popup-navigation-wrap{
	background: #202020;
}
.dark-layout .cbp-popup-singlePage .cbp-popup-close:before{
	color: #959595;
}
.dark-layout .cbp-popup-singlePage .cbp-popup-prev:before{
	color: #959595;
}
.dark-layout .cbp-popup-singlePage .cbp-popup-next:before{
	color: #959595;
}
.dark-layout #loader{
	background: #202020;
}
.dark-layout .loaderContainer .loaderCircle{
	background:rgba(255,255,255,0.1);
	height:3px;
}
.dark-layout .loaderContainer .loaderBG{
	background:none;
}
.text-black h2 {
	color: #333333!important;
}
.text-black p {
	color: #8899a6!important;
}
.social {
	width: 30px;
}
.social-link {
	display: block;
}


/*=======================================================
			MEDIA MIN
========================================================*/
.background {
    background: url(../images/slider.svg) center center fixed no-repeat;
    background-size: cover;
    margin-top: -50px;
    height: 1120px;
}
.tp-banner {
	padding-top: 0px;
}
.portfolio {
    margin-top: 2%;
}
.container2 {
    width: 340px;
	padding-right: 15px;
    padding-left: 15px;
	padding-top: 150px;
    margin-right: auto;
    margin-left: auto;
}
.contact-left {
	width: 100%;
}
.contact-right {
	padding-right: 0px!important;
	width: 100%;
}
.col-icons {
	width: 9%;
	clear: right;
	float: left;
	margin: 0 4%;
}
.social-link {
    margin-bottom: 0px!important;
}
.col-address {
	width: 80%;
	float: right;
}
.tp-resizeme {
  font-size: 60px!important;
  text-align: center;

}
.tp-resizeme span {
  font-size: 60px!important;
    display: block;
    margin-top: 15%!important;
}
.tp-resizeme2 p {
	margin-top: 25%!important;
}
.tp-resizeme2 {
  font-size: 14px!important;
  padding: 155px 0px!important;
  line-height: 120px!important;
}
.fix-navi-btn {
  right: 30px !important;
}
#myBtn {
  right: 30px!important;
}
.services {
    padding-top: 0px!important;
	padding-bottom: 120px!important;
}
.shape {
    width: 100%!important;
    height: 50%!important;
    margin-top: -130%!important;
    margin-left: 0!important;
}	
  .shape:nth-of-type(2) {
    top: 61%!important;
   }
   .shape:nth-of-type(3) {
    width: 30%!important;
    height: 34%!important;
   }
  .wordCarousel {
    font-size: 36px;
  }
  .wordCarousel div {
  padding-top: 40px;
  }
  .services-mob {
	  margin-top: -90%!important;
  }
  .pricing .price-in {
    padding: 30px 30px;
  }
  .counters-mob {
	  padding-top: 0px!important;
  }
.circles3 {
	top: -27%;
    left: -53%;
    height: 91%;
    width: 90%;
}

.sub-banner h2 {
     font-size: 70px;
	 margin: 44px 0px 10px;
}
.dots-about {
	background: url(../images/bg/dots-about.svg) fixed center center no-repeat;
	position: absolute;
	top: -34%;
    left: -13%;
    height: 82%;
    width: 29%;
}
.circles5 {
	background: url(../images/bg/circles5.svg) fixed center center no-repeat;
	position: absolute;
	top: 0%;
    left: 70%;
    height: 155%;
    width: 71%;
}
.hi {
	margin-top: 0px!important;
	padding-top: 0px!important;
}
.hello {
	margin-top: 0px!important;
	margin-bottom: 50px!important;
}
.experience {
    margin-top: 100px!important;
}
.gradient-wave1 {
	background: url(../images/bg/about-bg1.svg) bottom right fixed no-repeat;
	background-size: auto 30.8%;
}
.gradient-wave2 {
	background: url(../images/bg/about-bg2.svg) center right fixed no-repeat;
	background-size: auto 100%;
}
.gradient-wave3 {
	background: url(../images/bg/about-bg3.svg) top right fixed no-repeat;
	background-size: auto 24.5%;
}
.circles7 {
	background: url(../images/bg/circles5.svg) fixed center center no-repeat;
	position: absolute;
	top: -49%;
    left: 62%;
    height: 107%;
    width: 111%;
}
.circles10 {
	background: url(../images/bg/circles5.svg) fixed center center no-repeat;
	position: absolute;
	    top: -46%;
    left: -25%;
    height: 107%;
    width: 41%;
}
.dots-about2 {
	background: url(../images/bg/dots-about.svg) fixed center center no-repeat;
	position: absolute;
	top: -6%;
    left: 6%;
    height: 22%;
    width: 27%;
}
.counters-about {
	padding-top: 0px!important;
	padding-bottom: 80px!important;
}
.pull-right-padding {
	padding-left: 200px!important;
}
.pull-left-padding {
	padding-right: 200px!important;
}
.education .time-line:after {
	content: "+";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -165px;
	height: 47px;
	width: 47px;
	background: rgb(148,223,200);
background: linear-gradient(180deg, rgba(148,223,200,1) 0%, rgba(84,191,246,1) 100%);
	color: #fff;
	border: 7px solid #f1f5f8;
	text-align: center;
	line-height: 37px;
	border-radius: 50%;
	margin: 0 auto;
	font-size: 30px;
}
.mob-simple-tittle {
	font-size: 40px;
	font-weight: bold;
	color: #292f33;
	margin: 50px 0px 0px;
}
.web-design {
	padding: 0px 0 61px 0!important;
}
.graphic-img {
	width: 30%;
	padding-bottom: 5px;
}
.shape2 {
    width: 108%;
    height: 31%;
    margin-top: -494%;
    margin-right: -97%;
  background: linear-gradient(64.00916346799386deg, rgba(80, 190, 246,1) 5.44140625%,rgba(144, 222, 198,1) 82.84765625%,rgba(146, 223, 199,1) 11.7109375%);
  animation: waves 25.0s ease-in-out infinite;
}
  .shape2:nth-of-type(2) {
   display:none;
  }
.dots-footer2 {
	background: url(../images/bg/dots-footer.svg) fixed center center no-repeat;
	position: absolute;
	top: -8%;
    left: 7%;
    height: 22%;
    width: 24%;
}
.blur2 {
	position: relative;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  background: inherit;
  border: 1px solid #b8fbff;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 0px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.blur2:after{
 content: '';
    display: block;
    width: 100%;
    height: 100%;
 background: inherit; 
 position: absolute;
 left: 0px;
 right: 0;
 top: 0px;   
 bottom: 0;
 backdrop-filter: blur(7px);
 -webkit-backdrop-filter: blur(10px);
  box-sizing: inherit;
  background: linear-gradient(64.00916346799386deg, rgba(80, 190, 246,1) 5.44140625%,rgba(144, 222, 198,1) 82.84765625%,rgba(146, 223, 199,1) 11.7109375%)!important;
}
form {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 300;
    margin: 0 auto;
    padding: 3% 6%;
}
textarea {
	background: none;
	border: 0;
	border-bottom: 1px solid #b8fbff;
	width: 100%;
	margin:10px 0px;
	padding: 10px;
}
input {
	background: none;
	border: 0;
	border-bottom: 1px solid #b8fbff;
	width: 100%;
	margin:10px 0px;
	padding: 10px;
}
.send2 {
    width: 65%;
	margin: 11% auto 2%;
    border: 1px solid #b8fbff;
    background: none;
	display: block;
}
.circles9 {
	background: url(../images/bg/circles5.svg) fixed center center no-repeat;
	position: absolute;
	top: -9%;
    left: 46%;
    height: 130%;
    width: 123%;
}
.intro-padding {
	padding: 0px 0px 15px!important;
}
.dots {
	background: url(../images/dots.svg) center center fixed no-repeat;
position: absolute;
    left: -58px;
    bottom: -16px;
    width: 150px;
    height: 168px;
}
.sub-banner {
	padding: 15% 0% 50%;
	background-size: cover !important;
	margin-top: 90px;
}
.team-pack {
	padding-top: 0px;
	padding-bottom: 50px;
}
.service-title {
	padding-left: 0px;
	margin-bottom: 0px;
}
#scene  {
	display: none;
}
#scene2  {
	display: none;
}
#scene3  {
	display: none;
}
#scene4  {
	display: none;
}
.progress {
  width: 320px;
}
.order-buttom {
	padding-left: 0px;
}
.list-point {
	 padding-left: 40px;
}
.serv-title {
	margin-top: 50px;
}
.carousel__viewport {
  width: 300px;
    height: 230px;
}
.testimonials span {
	width: 100%;
}
.carousel__navigation {
      top: 190px;
}
.topbuttom {
	padding-top: 50px;
	padding-bottom: 50px;
}
.img-responsive {
	width: 100%;
    margin-left: 0%;
}
.middle-right {
	float: right;
	margin-right: 0!important;
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 80%;
    right: 0;
    background: #fbfdff;
}
.logo {
	display: block;
	margin-top: 40%;
}
/*=======================================================
			MEDIA 400
========================================================*/

@media screen and (min-width: 400px) {
.background {
    background: url(../images/slider.svg) center center fixed no-repeat;
    background-size: cover;
    margin-top: 0px;
    height: 1200px;
}

.tp-banner {
	padding-top: 70px;
}	
.portfolio {
    margin-top: 2%;
}
.section-150px {
	padding: 0px 0;
}
.margin-top-5v {
	margin-top: 0% !important;
}
.container2 {
    width: 100%;
	padding-right: 15px;
    padding-left: 15px;
	padding-top: 200px;
    margin-right: auto;
    margin-left: auto;
}
.contact-left {
	width: 100%;
}
.contact-right {
	padding-right: 0px!important;
	width: 100%;
}
  .tp-resizeme {
    font-size: 10vw!important;
  text-align: center;
      top: 30%!important;
  }
.tp-resizeme span {
  font-size: 10vw!important;
    display: inline;
    margin-top: 0%!important;
}
  .tp-resizeme2 {
    font-size: 20px!important;
	top: 20%!important;
  }
.tp-resizeme2 p {
	margin-top: 0!important;
}
  .fix-navi-btn {
    right: 70px !important;
  }
  #myBtn {
	right: 70px!important;
  }
  .shape {
    width: 80%!important;
    height: 76%!important;
    margin-top: -75%!important;
    margin-left: 0%!important;
  }
  .shape:nth-of-type(2) {
    width: 50%!important;
  height: 60%!important;
    position: absolute!important;
    top: 59%!important;
    left: -24%!important;
    opacity: 0.1!important;
    z-index: -1!important;
   }
  .shape:nth-of-type(3) {
  width: 30%!important;
  height: 34%!important;
    position: absolute!important;
    bottom: 12%!important;
    right: -12%!important;
    opacity: 0.1!important;
    z-index: -1!important;
  }
  .wordCarousel {
    font-size: 60px!important;
  }
  .wordCarousel div {
  padding-top: 0px;
  }
  .services-mob {
	  margin-top: -40%!important;
  }
  .pricing .price-in {
    padding: 30px 60px;
  }
.circles3 {
	top: -27%;
    left: -53%;
    height: 91%;
    width: 90%;
}
.sub-banner h2 {
     font-size: 80px;
	 margin: 20px 0px 00px;
}
.dots-about {
	background: url(../images/bg/dots-about.svg) fixed center center no-repeat;
	position: absolute;
	top: -43%;
    left: -6%;
    height: 66%;
    width: 26%;
}
.circles5 {
	background: url(../images/bg/circles5.svg) fixed center center no-repeat;
	position: absolute;
	top: -19%;
    left: 70%;
    height: 155%;
    width: 57%
}
.photo img {
    width: 70%;
    margin: 0 16%;
}
.gradient-wave3 {
	background: url(../images/bg/about-bg3.svg) top right fixed no-repeat;
	background-size: auto 34.5%;
}
.circles7 {
	background: url(../images/bg/circles5.svg) fixed center center no-repeat;
	position: absolute;
	top: -46%;
    left: 71%;
    height: 107%;
    width: 67%;
}
.dots-about2 {
	background: url(../images/bg/dots-about.svg) fixed center center no-repeat;
	position: absolute;
	top: -9%;
    left: 84%;
    height: 22%;
    width: 27%;
}
.pull-right-padding {
	padding-left: 57%!important;
}
.pull-left-padding {
	padding-right: 57%!important;
}
.education .time-line:after {
	content: "+";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -125px;
	height: 47px;
	width: 47px;
	background: rgb(148,223,200);
background: linear-gradient(180deg, rgba(148,223,200,1) 0%, rgba(84,191,246,1) 100%);
	color: #fff;
	border: 7px solid #f1f5f8;
	text-align: center;
	line-height: 37px;
	border-radius: 50%;
	margin: 0 auto;
	font-size: 30px;
}
.web-design {
	padding: 0px 0 61px 0!important;
}
.shape2 {
    width: 108%;
    height: 31%;
    margin-top: -200%;
    margin-right: -97%;
  background: linear-gradient(64.00916346799386deg, rgba(80, 190, 246,1) 5.44140625%,rgba(144, 222, 198,1) 82.84765625%,rgba(146, 223, 199,1) 11.7109375%);
  animation: waves 25.0s ease-in-out infinite;
}
  .shape2:nth-of-type(2) {
   display:none;
  }
.dots-footer2 {
	background: url(../images/bg/dots-footer.svg) fixed center center no-repeat;
	position: absolute;
	top: -5%;
    left: 4%;
    height: 22%;
    width: 14%;
}
form {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 300;
    margin: 0 auto;
}
.send2 {
    width: 35%;
    margin: 10% auto 3%;
    border: 1px solid #b8fbff;
    background: none;
	display: block;
}
#scene  {
	display: none;
}
#scene2  {
	display: none;
}
#scene3  {
	display: none;
}
#scene4  {
	display: none;
}
.img-responsive {
	width: 40%;
    margin-left: 29%;
}
.middle-right {
	float: left;
	margin-right: 20%!important;
}
.carousel__viewport {
  width: 680px;
    height: 190px;
}
.testimonials span {
	width: 100%;
}
.carousel__navigation {
    top: 160px;
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 40%;
    right: 0;
    background: #fbfdff;
}
.logo {
	display: none;
}
.ser-over p {
	font-size: 12px;
}
}

/*=======================================================
			MEDIA FUL
========================================================*/
@media (min-width: 200px) and (max-width: 1199.98px){
	.logoimglink {
	width: 15%!important;
    left: 19px!important;
    top: 35px!important;	
}
}
@media screen and (min-width: 800px) {

  .tp-resizeme {
    font-size: 5vw!important;
	left: 31%!important;
  text-align: center;
  letter-spacing: 4px!important;
  top: 35%!important;
  }
.tp-resizeme span {
  font-size: 5vw!important;
    display: inline;
    margin-top: 0%!important;
}
.tp-resizeme2 p {
	margin: 0!important;
	font-size: 0.9vw!important;
}
  .tp-resizeme2 {
    display: block;
	    top: 28%!important;
  }
  .fix-navi-btn {
    right: 120px !important;
  }
.portfolio {
    margin-top: 0%;
}
  #myBtn {
	right: 5vw!important;
  }
  .services {
    padding: 80px 0 80px!important;
  }
  .shape {
    width: 70%!important;
    height: 76%!important;
    margin-top: -25%!important;
    margin-left: 5%!important;
  }
  .shape:nth-of-type(2) {
    width: 50%!important;
  height: 60%!important;
    position: absolute!important;
    top: 19%!important;
    left: -24%!important;
    opacity: 0.1!important;
    z-index: -1!important;
   }
  .shape:nth-of-type(3) {
  width: 30%!important;
  height: 34%!important;
    position: absolute!important;
    bottom: 12%!important;
    right: -12%!important;
    opacity: 0.1!important;
    z-index: -1!important;
  }
  .wordCarousel {
    font-size: 66px!important;
  }
  .wordCarousel div {
  padding-top: 5px;
  }
  .services-mob {
	  margin-top: 0!important;
  }
  .pricing .price-in {
    padding: 30px 60px;
  }

.circles3 {
    top: -4%;
	left: -15%;
	height: 91%;
	width: 40%;
}
.sub-banner h2 {
     font-size: 80px;
	 margin: 0px;
}
.dots-about {
	background: url(../images/bg/dots-about.svg) fixed center center no-repeat;
	position: absolute;
	top: 4%;
    left: -13%;
    height: 82%;
    width: 40%;
}
.circles5 {
	background: url(../images/bg/circles5.svg) fixed center center no-repeat;
	position: absolute;
	top: -72%;
    left: 47%;
    height: 155%;
    width: 42%;
}
.hi {
	margin-top: 100px!important;
	padding-top: 50px!important;
}
.hello {
	margin-top: 50px!important;
	margin-bottom: 50px!important;
}
.photo img {
    width: 100%;
    margin: 0 0%;
}
.experience {
    margin-top: 0px!important;
}
.gradient-wave1 {
	background: url(../images/bg/about-bg1.svg) bottom right fixed no-repeat;
	background-size: auto 30.8%;
}
.gradient-wave2 {
	background: url(../images/bg/about-bg2.svg) center center fixed no-repeat;
	background-size: auto 100%;
}
.gradient-wave3 {
	background: url(../images/bg/about-bg3.svg) top center fixed no-repeat;
	background-size: auto 24.5%;
}
.circles7 {
	background: url(../images/bg/circles5.svg) fixed center center no-repeat;
	position: absolute;
	top: -9%;
    left: 85%;
    height: 116%;
    width: 28%;
}
.circles8 {
	background: url(../images/bg/circles5.svg) fixed center center no-repeat;
	position: absolute;
	 top: 39%;
    left: -19%;
    height: 130%;
    width: 32%;
	z-index: 1;
}
.dots-about2 {
	background: url(../images/bg/dots-about.svg) fixed center center no-repeat;
	position: absolute;
	top: -2%;
    left: -14%;
    height: 22%;
    width: 40%;
}
.counters-about {
	padding-top: 80px!important;
	padding-bottom: 80px!important;
}
.pull-right-padding {
	padding-left: 50px!important;
}
.pull-left-padding {
	padding-right: 50px!important;
}
.education .time-line:after {
	content: "+";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -100px;
	height: 47px;
	width: 47px;
	background: rgb(148,223,200);
background: linear-gradient(180deg, rgba(148,223,200,1) 0%, rgba(84,191,246,1) 100%);
	color: #fff;
	border: 7px solid #f1f5f8;
	text-align: center;
	line-height: 37px;
	border-radius: 50%;
	margin: 0 auto;
	font-size: 30px;
}
.mob-simple-tittle {
	font-size: 40px;
	font-weight: bold;
	color: #292f33;
	margin: 0px;
}
.web-design {
	padding: 45px 0 208px 0!important;
}
.graphic-img {
	width: 15%;
	padding-bottom: 15px;
}
.web-design-text {
	padding: 85px 0!important;
}
.container2 {
    width: 73%;
	padding-right: 15px;
    padding-left: 15px;
	padding-top: 170px;
    margin-right: auto;
    margin-left: auto;
}
.contact-left {
	width: 50%;
    clear: right;
    float: left;
}
.contact-right {
	float:right;
	padding-right: 0px!important;
	width: 39%;
}
.col-icons {
	width: 5%;
	clear: right;
	float: left;
	margin: 0 3%;
}
.col-address {
	width: 89%;
	float: right;
}
.shape2 {
    width: 62%;
    height: 96%;
    margin-top: -7%;
    margin-right: -63%;
  background: linear-gradient(64.00916346799386deg, rgba(80, 190, 246,1) 5.44140625%,rgba(144, 222, 198,1) 82.84765625%,rgba(146, 223, 199,1) 11.7109375%);
  animation: waves 25.0s ease-in-out infinite;
}
  .shape2:nth-of-type(2) {
    width: 43%;
    height: 100%;
    position: absolute;
    top: 6%;
    left: 51%;
    opacity: 0.1;
	animation: waves 4.0s ease-in-out infinite;
  }
.dots-footer2 {
	background: url(../images/bg/dots-footer.svg) fixed center center no-repeat;
	position: absolute;
	top: -1%;
    left: 1%;
    height: 22%;
    width: 12%;
}
.blur2 {
	position: relative;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  background: inherit;
  border: 1px solid #b8fbff;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 0px;
  margin-top: 50px;
}
.blur2:after{
 content: '';
    display: block;
    width: 100%;
    height: 100%;
 background: inherit; 
 position: absolute;
 left: 0px;
 right: 0;
 top: 0px;   
 bottom: 0;
 backdrop-filter: blur(7px);
 -webkit-backdrop-filter: blur(10px);
  box-sizing: inherit;
  background: linear-gradient(-150deg, rgb(1 190 174 / 7%) 12%,rgb(233 251 255 / 72%) 98%)!important;
}
form {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 300;
	margin:0 auto;
	padding:30px 50px;
}
textarea {
	background: none;
	border: 0;
	border-bottom: 1px solid #b8fbff;
	width: 85%;
	margin:4% auto;
	padding: 10px;
	display: block;
}
input {
	background: none;
	border: 0;
	border-bottom: 1px solid #b8fbff;
	width: 85%;
	margin:5% auto;
	padding: 10px;
	display: block;
}
.send2 {
	width: 35%;
	margin:11% auto 2%;
	border: 1px solid #b8fbff;
	background: none;
	display: block;
}
.circles9 {
	display: none;
}
.intro-padding {
	padding: 0px 0px 65px!important;
}
.background {
	background: url(../images/slider.svg) center center fixed no-repeat;
	 background-size: cover;
	margin-top: 0px;
	height: 4%;
}
.section-150px {
	padding: 9% 0;
}
.tp-banner {
	padding-top: 50px;
}
.dots {
	background: url(../images/dots.svg) center center fixed no-repeat;
position: absolute;
    left: 20px;
    bottom: -25px;
    width: 200px;
    height: 200px;
}
.sub-banner {
	padding: 60px 0px 157px;
	background-size: cover !important;
	margin-top: 90px;
}
.team-pack {
	padding-top: 100px;
	padding-bottom: 50px;
}
.service-title {
	padding-left: 55px;
	margin-bottom: 70px; 
}
#scene  {
	display: block;
}
#scene2 {
	display: block;
}
#scene3  {
	display: block;
}
#scene4 {
	display: block;
}
.list-point {
	 padding-left: 0px;
}
.progress {
  width: 380px;
}
.order-buttom {
	padding-left: 0px;
}
.serv-title {
	margin-top: 0px;
}
.carousel__viewport {
  width: 1130px;
    height: 150px;
}
.testimonials span {
	width: 100%;
}
.carousel__navigation {
      top: 120px;
}
.topbuttom {
	padding-top: 100px;
	padding-bottom: 100px;
}
.img-responsive {
	width: 100%;
    margin-left: 0%;
}
.middle-right {
	float: right;
	margin-right: 0!important;
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 20%;
    right: 0;
    background: #fbfdff;
}
.logo {
	display: block;
}
.ser-over p {
	font-size: 14px;
}
}