/* Template Name: Retrosume - Personal Portfolio HTML Template
   Author: SacredThemes
   Author URL: https://sacredthemes.net
   Created: November 2020
   Version: 1.0
   File Description: Main Css file of the template
*/
/*----------------------------------------------*
	CSS Index
/*----------------------------------------------*
01.) Variables
02.) General              
03.) Header
04.) Page Layouts
05.) Footer
06.) Responsive
/*----------------------------------------------*
01.) Fonts CSS
/*----------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&amp;display=swap');
@font-face {
    font-family:'big john';
    src: url('../fonts/big_john-webfont.woff2') format('woff2'),
         url('../fonts/big_john-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Big Noodle Titling';
    src: url('../fonts/big_noodle_titling-webfont.woff2') format('woff2'),
         url('../fonts/big_noodle_titling-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
	--main-color: #20deed;
}
/*----------------------------------------------*
02.) General CSS
/*----------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0
}
html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{
	-webkit-text-size-adjust:none
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
	clear:both;
}
html {
	font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; 
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-size: 62.5%;
}
body {
	font-size:16px;
	line-height:1.5; 
	overflow-x: hidden !important;
	min-width:320px; 
	/*-webkit-overflow-scrolling: touch;*/
	color:#3f3f3f;
	background:#ffffff;
	font-family: 'Montserrat', sans-serif;
}
a {
	background:transparent; 
	text-decoration:none; 
	-webkit-tap-highlight-color:transparent; 
	color:#20deed;
}
a:active {
	outline: 0;
}
a:active, a:hover, a:focus {
	color:#000000;
	text-decoration:none; 
}
b, strong{
	font-weight:bold; 
}
audio, canvas, progress, video {
	display:inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
svg:not(:root){
	overflow: hidden;
}
hr {-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;}
pre{
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap:break-word;
}
code, kbd, pre, samp{
	font-family: monospace; 
	font-size: 1rem
}
mark{
	background:#ff0; 
	color:#111111;}
table {
	border-collapse:collapse; 
	border-spacing: 0;
}
td, th {
	padding:0;
}
ul, ol {
	list-style: none outside none;
}
ul.experience-list {
	list-style: square;
}
img{
	vertical-align:middle;
	border:0;
	max-width:100%; 
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	line-height:1.2;  
}
h1, .h1{
	font-family: 'Montserrat', sans-serif;
	font-size:48px;
	font-weight:bold;
	color:#000000;
	margin-bottom:18px; 
}
h2,.h2{
	font-family: 'Montserrat', sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#000000;
	margin-bottom:18px;
}
h3,.h3{
	font-family: 'Montserrat', sans-serif;
	font-size:34px;
	font-weight:bold;
	color:#000000;
	margin-bottom:18px;
}
h4,.h4{
	font-family: 'Montserrat', sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#000000;
	margin-bottom:18px;
}
h5,.h5{
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:600;
	color:#000000;
	letter-spacing:0px;
}
h6,.h6{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#000000;
}
p:not(:empty){
	margin-bottom:18px; 
}
.lead-text p{
	font-size:18px; 
}
.heading-fonts{
	font-family: 'Montserrat', sans-serif;
}
.special-fonts{
	font-family:'big john', serif;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    z-index: 9999999;
}
#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#preloader #status .d-loader{
	/*width:240px;
	height:50px;*/
	position: relative;
	margin: 100px auto;
	width: 120px;
	height: 120px;
}
.d-loader img {
	width: 100%; height: auto;
	position: relative;
	z-index: 5;
}
.delay1 {
  -webkit-animation: waves 2.5s linear;
          animation: waves 2.5s linear;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}
.delay2 {
  -webkit-animation: waves 2.5s linear 0.7s forwards;
          animation: waves 2.5s linear 0.7s forwards;
}
.delay3 {
  -webkit-animation: waves 2.5s linear 1.3s forwards;
          animation: waves 2.5s linear 1.3s forwards;
}
.delay4 {
  -webkit-animation: waves 2.5s linear 1.9s forwards;
          animation: waves 2.5s linear 1.9s forwards;
}
.d-loader {
  -webkit-animation: bloop 1s linear;
          animation: bloop 1s linear;
}

.circle {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #0194c7;
  -webkit-transition: 5s ease;
  transition: 5s ease;
  position: absolute;
  top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

@-webkit-keyframes waves {
  0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
  100% { -webkit-transform: scale(4); transform: scale(4); opacity: 0; }
}
@-webkit-keyframes bloop {
  0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); }
  40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); }
  50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); }
  65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); }
  75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); }
  100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@keyframes bloop {
  0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); }
  40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); }
  50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); }
  65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); }
  75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); }
  100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

.container{
	max-width: 1200px;
}
.container-fluid{
	padding-left:60px;
	padding-right:60px; 
}
.overflow-hidden{
	overflow:hidden !important; 
}
.form-control{
	height: 50px;
	padding: 10px 15px;
	color: #000000;
	font-size: 16px;
}
textarea.form-control{
	height:200px; 
}
.style-one .form-group{
	margin-bottom:30px; 	
}
.style-one .form-control{
	border: none;
	border-bottom: 2px solid #ced4da;
	border-radius:0;
	padding:10px 0px;
	box-shadow:none;
}
.style-one .form-control:focus{
	box-shadow:none;
	border-color:rgba(0,123,255,.35);
}
.form-row {
    margin-right: -15px;
    margin-left: -15px;
}
.form-row > .col, .form-row > [class*="col-"]{
	padding-right: 15px;
	padding-left: 15px;
}
.btn{
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:600;
	padding:0px 30px;
	line-height:48px;
	-webkit-border-radius:6px;
	border-radius:6px;
	cursor:pointer;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s  ease;
}
.btn-large{
	font-size:18px;
	line-height:56px;
	min-width:270px; 
}
.btn-primary{
	background:#20deed; 
	border-color:#20deed; 
}
.btn-secondary {
	color:#fff;
	background-color:#000000;
	border-color:#000000
}
.btn-secondary:hover, .btn-secondary:focus {
	color:#fff;
	background-color:#333333;
	border-color:#333333
}
.btn-primary:hover, .btn-primary:focus{
	background:#14cedd; 
	border-color:#14cedd;
}
.btn-outline-primary{
	line-height:44px; 
}
.btn-outline-primary.btn-large{
	line-height:52px;  
}
.style-dark{
	color:#ffffff !important;
}
.style-dark a{
	color:#ffffff;	
}
.style-dark h1, .style-dark h2, .style-dark h3, .style-dark h4, .style-dark h5{
	color:#ffffff !important;	
}
.empty-space-10{
	height:10px; 
}
.empty-space-20{
	height:20px; 
}
.empty-space-30{
	height:30px; 
}
.empty-space-40{
	height:40px; 
}
.empty-space-50{
	height:50px; 
}
.empty-space-60{
	height:60px; 
}
.empty-space-80{
	height:80px; 
}
.empty-space-100{
	height:100px; 
}
.pt-10{
	padding-top:10px; 
}
.pt-15{
	padding-top:15px; 
}
.pt-30{
	padding-top:30px; 
}
.pt-40{
	padding-top:40px; 
}
.pt-50{
	padding-top:50px; 
}
.pt-60{
	padding-top:60px; 
}
.pt-80{
	padding-top:80px; 
}
.pt-90{
	padding-top:100px; 
}
.pt-100{
	padding-top:100px; 
}
.pb-10{
	padding-bottom:10px; 
}
.pb-15{
	padding-bottom:15px; 
}
.pb-30{
	padding-bottom:30px; 
}
.pb-40{
	padding-bottom:40px; 
}
.pb-50{
	padding-bottom:50px; 
}
.pb-60{
	padding-bottom:60px; 
}
.pb-80{
	padding-bottom:80px; 
}
.pb-90{
	padding-bottom:100px; 
}
.pb-100{
	padding-bottom:100px; 
}
.mt-10{
	margin-top:10px; 
}
.mt-15{
	margin-top:15px; 
}
.mt-30{
	margin-top:30px; 
}
.mt-40{
	margin-top:40px; 
}
.mt-50{
	margin-top:50px; 
}
.mt-60{
	margin-top:60px; 
}
.mt-80{
	margin-top:80px; 
}
.mt-90{
	margin-top:100px; 
}
.mt-100{
	margin-top:100px; 
}
.mb-10{
	margin-bottom:10px; 
}
.mb-15{
	margin-bottom:15px; 
}
.mb-30{
	margin-bottom:30px; 
}
.mb-40{
	margin-bottom:40px; 
}
.mb-50{
	margin-bottom:50px; 
}
.mb-60{
	margin-bottom:60px; 
}
.mb-80{
	margin-bottom:80px; 
}
.mb-90{
	margin-bottom:100px; 
}
.mb-100{
	margin-bottom:100px; 
}
.fw-100{
	font-weight:100; 
}
.fw-300{
	font-weight:300; 
}
.fw-400{
	font-weight:400; 
}
.fw-500{
	font-weight:500; 
}
.fw-600{
	font-weight:600; 
}
.fw-700{
	font-weight:700; 
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding:0 10px;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width:auto;
    height:auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width:14px;
    height:14px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border:2px solid #000000;
    border-radius:50px; 
    position:relative; 
}
.slick-dots li button::before {
    font-size:0px;
    line-height: 20px;
    position: absolute;
    top:50%;
    left:50%;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius:50px;
    content:"";
    transform:translate(-50%,-50%); 
}
.slick-dots li.slick-active button::before {
    opacity: 1;
    background:#20deed;
}
.slick-dots li.slick-active button{
	width: 20px;
    height:20px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width:36px;
    height:36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border-radius:50px; 
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: -25px;
}
.slick-prev::before, .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#ffffff;
    font-size:16px;
    line-height:36px;
    opacity: 1;
}
.slick-arrow {
    background:#20deed; 
}
.slick-prev::before {
    content: "\f053";
    margin-right:3px;
}
.slick-next::before {
    content: "\f054";
    margin-left:3px;
}
/*----------------------------------------------*
03.) Header CSS
/*----------------------------------------------*/
#master-head{
    position:relative;
    right: 0;
    left: 0;
    top: 0;
    width:100%; 
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding:20px;
}
#master-head.menu-absolute{
	position:absolute; 
}
#master-head.menu-fixed {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 15px -10px rgba(0,0,0,.6);
    box-shadow: 0 4px 15px -10px rgba(0,0,0,.6);
    position: fixed;
    animation: slide-down 0.7s;
}
@keyframes slide-down {
	0% {
		opacity:0;
		transform:translateY(-100%);} 
	100%{
		opacity:1;
		transform: translateY(0);
	} 
}
.logo-container{
	padding:25px 0px 25px;
}
.menu-fixed .logo-container{
	padding:15px 0px 15px;	
}
.logo{
	display:block;
}
.logo img{
	max-height:50px;
}
.logo .logo-dark{
    display:inline-block;
}
.logo .logo-light{
    display:none;
}
.menu-light .logo-dark{
    display:none;
}
.menu-light .logo-light{
    display:inline-block;
}
.menu-fixed .logo-dark{
    display:inline-block;
}
.menu-fixed .logo-light{
    display:none;
}
.menu-toggle-btn{
	display:none;
	position:relative;
	transition:all 0.5s ease;  
	-webkit-transition:all 0.5s ease;
	z-index:10; 
}
#master-head .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 3em;
	width: 3em;
	font-size: 12px;
	transition: all .2s;
	-webkit-tap-highlight-color: transparent;
	display: block;
}
.navbar-toggle .burger-lines {
    top: 50%;
    margin-top: -.125em;
}
.navbar-toggle .burger-lines, .navbar-toggle .burger-lines::after, .navbar-toggle .burger-lines::before {
    pointer-events: none;
    display: block;
    content: "";
    width: 100%;
    border-radius: .25em;
    background-color:#ffffff;
    height: .25em;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggle .burger-lines, .navbar-toggle .burger-lines::after, .navbar-toggle .burger-lines::before {
    transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}
.navbar-toggle .burger-lines::before {
	left: 0;
    top: 1em;
}
.navbar-toggle .burger-lines::after {
    left: 0;
    top: -1em;
}
.active .navbar-toggle .burger-lines, .active .navbar-toggle .burger-lines::after, .active .navbar-toggle .burger-lines::before {
    transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
}
.active .navbar-toggle .burger-lines {
    background-color: initial;
}
.active .navbar-toggle .burger-lines::after, .active .navbar-toggle .burger-lines::before {
    left:0;
    top: 0;
}
.active .navbar-toggle .burger-lines::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.active .navbar-toggle .burger-lines::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#master-head.menu-fixed .navbar-toggle .burger-lines, #master-head.menu-fixed .navbar-toggle .burger-lines::after, #master-head.menu-fixed .navbar-toggle .burger-lines::before{
	background-color: #000000;
}
#master-head.menu-fixed .active .navbar-toggle .burger-lines{
	background-color: initial;
}
.menu-primary{
	display:inline-block; 
}
.menu-primary li.menu-item{
	display:inline-block;
	padding: 0px 10px;
	font-weight:600; 
}
.menu-primary li.menu-item a{
	display:block;
	font-size:17px;
	padding:0px 15px;
	color:#000000;
	-webkit-transition:all 0.4s ease; 
	transition:all 0.4s ease;
}
.menu-light .menu-primary li.menu-item a{
	color:#ffffff;
}
.menu-light .menu-primary li.menu-item:hover > a, .menu-light .menu-primary li.menu-item.active > a{
	opacity:1;
	color:#20deed;
}
.menu-fixed .menu-primary li.menu-item a{
	color:#000000;
}
.humber-menu .menu-toggle-btn{
	display:block; 
}
.humber-menu #navigation {
    background:#20deed;
    position: absolute;
	right: 0;
	top:0; 
	border-radius: 100%;
	-ms-border-radius: 100%;
	height:850px;
	-moz-transform: scale(0) translate(15%,-20%);
	-o-transform: scale(0) translate(15%,-20%);
	transform: scale(0) translate(15%,-20%);
	-moz-transform-origin: 95% -40px 0;
	-o-transform-origin: 95% -40px 0;
	transform-origin: 95% -40px 0;
	-webkit-transform: scale(0) translate(15%,-20%);
	-webkit-transform-origin: 95% -40px 0;
	-o-transition: -o-transform .4s ease-out 0s;
	-moz-transition: transform .4s ease-out 0s,-moz-transform .4s ease-out 0s;
	transition:transform .4s ease-out 0s;
	transition:transform .4s ease-out 0s,-webkit-transform .4s ease-out 0s,-moz-transform .4s ease-out 0s,-o-transform .4s ease-out 0s;
	-webkit-transition: transform .4s ease-out 0s;
	width:850px;
	overflow: hidden;
	z-index: 100;
}
.humber-menu #navigation.open {
    opacity: 1;
    visibility: visible;
   	-moz-transform: scale(1) translate(15%,-20%);
	-o-transform: scale(1) translate(15%,-20%);
	transform: scale(1) translate(15%,-20%);
	-webkit-transform: scale(1) translate(25%,-20%);
    z-index: 1;
}
.humber-menu #navigation .menu-primary {
    padding: 30px 20px 30px;
    width: 100%;
    margin:240px auto 0;
    max-width:480px; 
}
.humber-menu #navigation .menu-primary li.menu-item {
    display: block;
    padding: 0px 0px;
}
.humber-menu #navigation .menu-primary > li.menu-item > a {
    font-size:20px;
    display: block;
    padding: 12px 30px;
    line-height: 1.5;
    color:#000000;
}
.menuoverlay {
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:1;
    background: rgba(0,0,0,.85) !important;
    opacity:0;
    visibility:hidden;
    transition:all 600ms ease-in-out; 
}
.navigation-in .menuoverlay {
    opacity:1;
    visibility:visible;  
}
/*----------------------------------------------*
04.) Page Layouts
/*----------------------------------------------*/
.d-hidden{
	display:none !important;
}
.d-visible{
	display:block !important;
}
.section-padding{
	padding:100px 0px; 
}
.page-header{
    display: flex;
    height: 100%;
    align-items: center;
}
.full-height{
	min-height:100vh; 
}
.page-header.freelancer-layout {
    background-image: url('../images/ross-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.page-header.freelancer-layout::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Adjust the opacity (0.5) to control the darkness */
    z-index: 1;
}

.page-header.freelancer-layout * {
    position: relative;
    z-index: 2; /* Ensures content is above the overlay */
}
.page-header.ceo-layout{
	background-image:url('../images/bg-5.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;   
}
.page-header.pm-layout{
	background-image:url('../images/bg-8.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center bottom;   
}
.page-header .heading-wrapper h1{
	font-family:'big john', serif;
	font-weight: normal;
	margin-bottom:30px;
	letter-spacing:0px;
	color:#20deed !important;
	font-size:72px; 
}
.page-header .heading-wrapper h1 span{
	display:block; 
	color:#ffffff !important;
	font-family: 'Montserrat', sans-serif;
	font-size:32px;
	font-weight:600;
}
.page-header.pm-layout{
	align-items:flex-start; 
}
.page-header .sub-heading{
	margin-bottom:30px; 
}
.page-header .sub-heading h4{
	font-weight:600;
	letter-spacing:0px;
	font-size:32px;
	letter-spacing:1px;  
}
.bg-heading{
	font-family: 'Montserrat', sans-serif;
	letter-spacing:8px;
	background:#20deed;
	padding:5px 15px;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 500; 
}
.heading-wrapper{
	margin-bottom:30px; 
	position:relative; 
}
.heading-wrapper.style-two{
	margin-bottom:60px;
}
.heading-wrapper.style-two .h1:after{
	height:3px;
	width:100%;
	display:block;
	content:"";
	background:#20deed;
	margin-top:8px; 
}
.heading-wrapper .h1{
	font-family:'big john', serif;
	font-weight: normal;
	margin-bottom:0px;
	letter-spacing:4px; 
	display: inline-block;
}
.image-wrapper img{
	width:100%;
	vertical-align:middle; 
}
.image-wrapper.width-auto img{
	width:auto; 
}
.image-wrapper.width-auto{
	width:auto;
	display:inline-block; 
}
.frame-wrapper{
	padding:10px;
	border:3px solid #20deed;  
}
.page-header .social-media{
	margin-top:30px; 
}
.page-header .social-media li{
	margin:0 30px 0 0;
	font-size:20px; 
}
.round-frame{
	border-radius:50%;
	position:relative;
}
.round-frame:before{
	background:#20deed;
	position:absolute;
	left:-15px;
	right:-15px;
	top:0;
	bottom:0;
	content:"";
	border-radius:50%;
	transform: rotate(45deg);
}
.round-frame:after{
	background:#20deed;
	position:absolute;
	right:15px;
	top:15px;
	content:"";
	border-radius:50%;
	height:180px;
	width:180px;  
}
.round-frame img{
	max-width:100%;
	width:100%;  
	border-radius:50%;
	position:relative;
	z-index:1; 
}

.icon-box{
	margin-bottom:30px; 
}
.icon-box .inner-wrapper{
	display:flex;
	flex-wrap:wrap;  
}
.icon-box .icon{
	background:#20deed;
	height:60px;
	width:60px;
	text-align:center;
	line-height:58px;
	border-radius:60px;      
}
.icon-box .icon img{
	max-width:30px; 
}
.icon-left.icon-box .text{
	padding-left:30px;
	max-width:calc(100% - 60px); 
	flex:0 0 calc(100% - 60px);
}
.icon-top.icon-box .text{
	padding-left:0px;
	max-width:100%; 
	flex:0 0 100%;
	padding-top:15px; 
}
.icon-box .text h4{
	font-size:24px;
	margin-bottom:5px;
	font-weight:500;   
}
.icon-box.style-two .inner-wrapper{
	border:1px solid #000000;
	border-radius:5px;
	padding:30px 30px;
	transition:all 500ms; 
}
.icon-box.style-two .inner-wrapper:hover{
	box-shadow: 1px -1px 16px 0px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 1px -1px 16px 0px rgba(0, 0, 0, 0.24);
	border-color:rgba(0, 0, 0, 0.08); 
}
.icon-box.style-two .text h4{
	font-weight:700;
	margin-bottom:15px;  
}
.icon-box.style-two .icon{
	height: 80px;
	width: 80px;
	line-height: 80px;
}
.icon-box.style-two .icon img {
    max-width: 42px;
}
.style-one .testimonial-wrapper{
	text-align:center; 
}
.style-one .client-img{
	margin:0 auto 30px;
	display:table;
	padding:8px;
	border-radius:50%;
	border:3px solid #20deed;
	max-width:180px;    
}
.style-one .client-img img{
	border-radius:50%;	
}
.style-one .client-info{
	padding-top:30px; 
}
.style-one .client-info h5{
	letter-spacing:8px;
	background:#20deed;
	padding:5px 15px;
	display:inline-block; 
	margin-bottom:15px;
	font-weight:500; 
}
.style-one blockquote{
	font-size:18px;
	line-height: 1.6;
	position:relative;  
}
.style-one blockquote:before{
	content:'“';
	color:#20deed;
	font-family: 'Big Noodle Titling';
	font-size:190px;
	line-height:0.7; 
	position:absolute;
	left:0px;
	top:-60px;
}
.style-two blockquote{
	font-size:18px;
	line-height: 1.6;
	position:relative;
	padding-top:100px;   
}
.style-two blockquote:before{
	content:'“';
	color:#000000;
	font-family: 'Big Noodle Titling';
	font-size:190px;
	line-height:0.7; 
	position:absolute;
	left:0px;
	top:20px;
}
.style-two .client-info-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    align-items: center;
    margin-top: 60px;
}
.style-two .client-img {
    -webkit-border-radius: 90px;
    border-radius: 90px;
    margin-right: 20px;
    max-width:120px; 
}
.style-two .client-img img{
	-webkit-border-radius: 90px;
    border-radius: 90px;
}
.style-two .client-info h5{
	margin-bottom:5px;
	font-weight:500; 
}
.style-two .client-info p{
	margin-bottom:0px;
}
.style-two .slick-list{
	max-width:40%; 
}
.style-two .testimonial-slider{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between; 
}
.style-two .testimonial-slider .slick-dots{
	position:static;
	position: static;
	display: inherit;
	width: 100%;
	max-width:45%; 
	display:flex;
	flex-wrap:wrap;  
}
.style-two .testimonial-slider .slick-dots li{
	width: 50%;
	margin:0;
	padding:15px; 
	height:auto; 
}
.style-two .slick-dots .tab{
	position:relative; 
	display: block; 
}
.style-two .slick-dots .tab:before{
	position:absolute;
	background:rgba(0,0,0,0.7);
	top:0;
	bottom:0;
	left:0;
	right:0;
	transition:all 300ms;
	content:"";
	
}
.style-two .slick-dots .slick-active .tab:before{
	opacity:0;
	visibility:hidden;  
}
.style-two .slick-dots .tab img{
	width:100%; 
}
.style-three .testimonial-wrapper {
    text-align: left;
    display: flex;
    align-items: center;
}
.style-three .client-info-wrapper{
	flex:0 0 30%;
	max-width:30%;
	width:100%;
	text-align:center;    
}
.style-three .quote-text{
	flex:0 0 70%;
	max-width:70%;
	width:100%;
}
.style-three .client-img {
    margin: 0 auto 30px;
    display: table;
    padding: 8px;
    border-radius: 50%;
    border: 3px solid #20deed;
    max-width: 180px;
}
.style-three .client-img img {
    border-radius: 50%;
}
.style-three blockquote {
    font-size: 18px;
    line-height: 1.6;
    position: relative;
}
.style-three blockquote::before {
    content: '“';
    color:rgba(255,255,255,0.2);
    font-family: 'Big Noodle Titling';
    font-size: 190px;
    line-height: 0.7;
    position: absolute;
    left: 0px;
    top: -60px;
}
.style-three .rating-divs{
	margin-top:15px;
	color:#20deed;
}
.style-three .client-info h5 {
    margin-bottom:10px;
}
.style-three .testimonial-slider .slick-prev, .style-three .testimonial-slider .slick-next{
	bottom:0;
	right:0;
	transform:none;  
	top:auto; 
}
.style-three .testimonial-slider .slick-prev{
	left:auto;
	right:50px;  
}
.fact-section{
	background:url("../images/bg-2.jpg") no-repeat scroll 0px 0px;
	background-size:cover; 
}
.fact-section.pm-layout{
	background:url("../images/bg-10.jpg") no-repeat scroll center;
	background-size:cover;
	position:relative; 
}
.counter-block{
	text-align:center;
}
.counter-block .counter{
	font-family:'big john', serif;
	font-weight: normal;
	font-size:50px;
	letter-spacing:4px;  
}
.counter-block .counter-title{
	font-size:18px; 
}
.counter-block.style-two{
	text-align:left;
	margin-bottom:30px;
	color:#000000; 
}
.counter-block.style-two .counter{
	letter-spacing:-4px;
	font-size:80px;
	line-height: 1;
}
.pm-layout .counter-block .counter{
	font-size:68px;
	letter-spacing:0px;
	color:#20deed;
}
.fact-section.pm-layout:before, .fact-section.pm-layout:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:90px;
	width:90px;
}
.fact-section.pm-layout:before{
	background:url('../images/di-two.png') no-repeat scroll center; 
	background-size:cover;
	height:120px;
	width:89px;
	right:0;
	left:auto;    
}
.fact-section.pm-layout:after{
	background:url('../images/di-one.png') no-repeat scroll center; 
	background-size:cover;
	height:161px;
	width:47px;
	bottom:60px;
	left:100px;  
	top:auto; 
}
.fw-no-space .container-fluid{
	padding:0px 15px; 
}
.video-wrapper{
	position:relative; 
	position: absolute;
	left: 0;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.video-wrapper .video-play-btn{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	cursor:pointer;
	transition:all 500ms;
	transform-origin:center;
	background:rgba(52,193,222,0.5);
	padding:10px;
	border-radius:50%;
	z-index: 2;
	cursor: pointer;
}
.video-play-btn:after {
	content: "";
	background:rgba(52,193,222,0.5);
	position: absolute;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	border-radius:50%;
	z-index: -1;
	transform: scale(0);
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.video-play-btn:hover:after { transform: scale(1); }
.left-full > [class*="col-"] + [class*="col-"]{
	padding-right:calc((100vw - 1170px) / 2); 
}
.right-full > [class*="col-"]{
	padding-left:calc((100vw - 1170px) / 2); 
}
#hobbies{
	background:url("../images/bg-3.jpg") no-repeat scroll center;
	background-size:cover;
}
ul.bio{
	font-size:18px; 
}
ul.bio li:not(:last-child){
	margin-bottom:15px; 
}
#about .own-title{
	margin-top:60px;
	position:relative;
}
#about .own-title:before{
	background:#20deed;
	content:"";
	position:absolute;
	left:-50px;
	top:-18px;
	bottom:-10px;
	width:100%;
	z-index:-1;
	transition:all 600ms ease-in;     
}
#about .own-title > *{
	margin-bottom:0;
	position:relative; 
}
.tool-tips-icons{
	text-align:center; 
}
.tool-tips-icons img{
	text-align:center;
	max-height:80px;
	max-width:80px;
	cursor:pointer; 
}
.tool-tips-icons span{
	visibility:hidden;
	opacity:0;
	background:#20deed;
	padding: 5px 15px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: auto;
	display: table;
	left: 0;
	right: 0;
	transition:all 300ms ease-in;
	transform:translateY(50%); 
}
.tool-tips-icons img:hover + span{
	visibility:visible;
	opacity:1;
	transform:translateY(0); 
}
#services{
	background:url("../images/bg-4.jpg") no-repeat scroll 0px 0px;
	background-size:cover;
}
#services.pm-layout{
	background:#ffffff;
}
.text-wrapper {
    margin-bottom: 30px;
}
.progress {
  height: 35px;
}
.progress .skill {
  font: normal 12px "Open Sans Web";
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}
.progress-bar {
  text-align: left;
  transition-duration: 3s;
}
.tab-wrapper{
	margin-bottom:30px; 
}
.st-tab-btn{
	border-bottom:2px solid #20deed;
	margin-bottom:30px;
	padding-bottom:30px;  
}
.nav-tabs .nav-link{
	font-size: 24px;
	color: #000;
	border:none;
	border-radius:50px;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	padding: 0;
}
.nav-tabs{
	border:none;
}
.nav-tabs .nav-item{
	margin:0 15px 0 0; 
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: #000000;
	background-color: #20deed;
}
.services-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items:center; 
}
.services-box .heading{
	padding:0px 30px;
	max-width:320px;
	flex:0 0 320px; 
	text-align:right;
	text-transform:uppercase;
	font-weight:600;  
}
.services-box .text{
	padding:0px 30px; 
	max-width:calc(100% - 320px);
	flex:0 0 calc(100% - 320px);  
	border-left:2px solid  #20deed
}
.services-box .text img {
	max-height: 500px;
}

.services-box .text p:last-child{
	margin-bottom:0; 
}
.portfolio-grid{
	margin:0 -15px; 
}
.portfolio-grid .grid-item{
	padding:0px 15px;
	margin-bottom:30px;  
}
.portfolio-grid .grid-item .item-wrapper {
    overflow: hidden;
    position: relative;
}
.hover_content{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background:rgba(32,222,237,0.8); 
}
.hover_content_inner {
    width: 100%;
    text-align: center;
}
.hover_content_inner i{
	font-size:30px;
	margin-bottom:15px;  
}
.hover_content_inner h4{
	font-size:20px;
	font-weight:500;
	margin-bottom:10px; 
}
.hover_content_inner a{
	color:#000000; 
}
.portfolio-grid .grid-item .item-wrapper:hover .hover_content {
    top: 0;
    opacity: 1;
}
#portfolio{
	overflow:hidden; 
}
.portfolio-slider .item{
	position:relative; 
}
.portfolio-slider .item .item-wrapper{
	position:relative;
	padding:0px 15px;
}
.portfolio-slider .item_content{
	padding:30px;
	background:#f3f3f3;
	border-bottom:5px solid #20deed;

}
.portfolio-slider img{
	width:100%; 
}
.portfolio-slider .slick-list{
	overflow:visible; 
}
.portfolio-slider .item_content a{
    color:#000000; 
}
.portfolio-slider .readmore a{
	font-style:italic;
	font-weight:600;  
}
.portfolio-slider .slick-dots{
	text-align:left;
	bottom:-40px; 
}
.timeline{
    width: 100%;
    padding: 120px 0px 0;
    position: relative;
    display: table;
}
.timeline-item{
    clear: both;
    text-align: left;
    position: relative;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: 0px;
    width: 3px;
    background: #000000;
    margin-left: -1px;
}
.timeline-item .item-wrapper {
    margin: 0 0 50px;
    float: right;
    width: 50%;
    padding-left: 30px;
}
.timeline-item .item-wrapper  {
    padding:20px 150px 20px 0;
    position: relative;
    margin: 0;
    float: left;
    text-align: right;
}
.timeline-item:nth-child(2n+1) .item-wrapper{
    width: calc(50% + 1px);
    float: right;
    border-right: 0;
    text-align: left;
    padding:20px 0 20px 150px;
}
.timeline-item .item-wrapper:after{
	background:#20deed;
	border-radius:50%;
	position:absolute;
	height:16px;
	width:16px;
	content:"";
	right:120px;
	top:32px; 
}
.timeline-item .item-wrapper:before{
	height:72px;
	content:"";
	width:132px;
	position:absolute;
	background:url('../images/timeline-2.png')no-repeat scroll 0px 0px;    
	right:0;
	top:-30px;  
}
.timeline-item:nth-child(2n+1) .item-wrapper:before{
	right:auto;
	left:0; 
	top:-30px;
	background:url('../images/timeline-1.png')no-repeat scroll 0px 0px;
}
.timeline-item:nth-child(2n+1) .item-wrapper:after{
	right:auto; 
	left:120px;
	top:28px; 
}
.timeline-item .timeline-date{
	font-weight:500;
	font-size:18px;
	margin:0 0 15px;
	text-transform:uppercase;  
}
.timeline-item .icon{
	position: absolute;
	right:-40px;
	top:0px;    
}
.timeline-item .icon span{
	background:#20deed;
	border-radius:50%;
	padding:15px;
	height:80px;
	width:80px;
	display:block;
	position:relative; 
}
.timeline-item .icon:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:120px;
	height:120px;
	border-radius:60px;
	background:#ffffff;
	transform:translate(-50%, -50%); 
	margin-top:-7px; 
}
.timeline-item .icon:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:110px;
	height:110px;
	border-radius:60px;
	border:3px solid #000000;
	transform:translate(-50%, -50%); 
}
.timeline-item:nth-child(2n+1) .item-wrapper .icon{
	right:auto; 
	left:-40px;
}
.timeline.style-two:before{
	background:#20deed;
	width:3px;
	left: 200px;
}
.timeline.style-two .timeline-item .item-wrapper{
	float: none;
	width: 100%;
	text-align: left;
	padding:5px 0px 5px 260px; 
}
.timeline.style-two .timeline-item:nth-child(2n+1) .item-wrapper{
	float: none;
	width: 100%;
	padding:5px 0px 5px 260px; 
}
.timeline.style-two .timeline-item .icon{
	min-width: 150px;
	text-align: right;
}
.timeline.style-two .timeline-item{
	padding-bottom:30px; 
}
.timeline.style-two .timeline-item h4{
	margin-bottom: 10px;
}
.timeline.style-two .timeline-item .icon{
	left: 0;
	right:auto; 
}
.timeline.style-two .timeline-item .item-wrapper::before, .timeline.style-two .timeline-item .item-wrapper::after {
	display:none;
}
.timeline.style-two .timeline-item .icon:before{
	height: 36px;
	width: 36px;
	content: "";
	position: absolute;
	right: -68px;
	border-radius: 50px;
	top: 0;
	background: #20deed;
	transform: none;
	left: auto;
	margin-top: 5px;
	z-index:1;
}
.timeline.style-two .timeline-item .icon:after{
	height: 60px;
	width: 60px;
	content: "";
	position: absolute;
	right: -80px;
	border-radius: 50px;
	top: 0;
	border:4px solid #20deed;
	transform: none;
	left: auto;
	margin-top: -7px;
	background: #fff;
	box-shadow: 0px 3px 7px 0px rgba(32, 222, 237, 0.64);
}
.timeline.style-three {
    padding:30px 0px 30px;
    position: relative;
    display: table;
}
.timeline.style-three .timeline-item {
    padding-bottom: 30px;
}
.timeline.style-three:before{
	background:#20deed;
	width:3px;
	left:180px;
}
.timeline.style-three .left-text{
    position: absolute;
    left:0px;
    top:5px;
    max-width: 180px;
}
.timeline.style-three .timeline-item .item-wrapper::before{
	display:none; 
}
.timeline.style-three .item-wrapper{
	float: none;
	width: 100%;
	padding:0px 0px 0px 230px;
	text-align:left; 
}
.timeline.style-three .item-wrapper::after{
	display:none; 
}
.timeline.style-three .timeline-item:nth-child(2n+1) .item-wrapper{
	float: none;
	width: 100%;
	padding:0px 0px 0px 230px;
}
.timeline.style-three .timeline-item::before {
    height:30px;
    width:30px;
    content: "";
    position: absolute;
    left:166px;
    border-radius: 50px;
    top: 0;
    background: #20deed;
    transform: none;
    margin-top:0px;
    z-index: 1;
}
.timeline.style-three .timeline-item h4 {
	margin-bottom: 5px;
	font-size: 20px;
}
.timeline.style-three .timeline-item h3{
	font-size:28px;
	line-height:1.1; 
}
.timeline.style-three .timeline-item p{
	font-size:18px;
	font-weight:600; 
}
.skillbar-wrapper{
	margin-bottom:30px; 
}
.skillbar-wrapper .skill-title{
	font-size:24px; 
	font-weight:500;
	letter-spacing:8px;
	margin-bottom:10px;
	color:#000000; 
}
.skillbar-wrapper .skill {
    background:#20deed;
    text-align: right;
    padding-right:9px;
    line-height:20px;
    border-radius: 0 20px 20px 0;
    width:0%;
    position:relative; 
}
.skillbar-wrapper .skill:before{
	background:#20deed;
	height:54px;
	width:54px;
	content:"";
	top:50%;
	transform:translateY(-50%);
	right:0;
	position:absolute;
	border-radius:50%;  
	z-index:1; 
}
.skillbar-wrapper .skill span{
	font-weight:600;
	color:#000000;
	position:relative;
	z-index:1; 
}
.skillbar-wrapper .skillbar{
	position:relative;
}
.skillbar-wrapper .skillbar:before{
	height:3px;
	width:100%;
	background:#cfcfcf;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	content:"";
	transition:all 400ms; 
}
.style-two.skillbar-wrapper .skill-title{
	letter-spacing:0;
	text-transform:uppercase;
	font-size:18px;   
}
#achievements{
	background-color:#f4f4f4;
	background-image:url('../images/bg-6.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:cover;   
}
.achievements-list{
	display:flex;
	flex-wrap:wrap;
	margin:0px -15px;
	align-items:center;
	width:100%;   
}
.achievements-list .item{
	padding:0px 15px;
	text-align:left;
	flex:0 0 20%;
	max-width:20%;
	width:100%;    
}
.contact-card-wrapper{
	display:flex;
	margin:0px -15px;
	flex-wrap:wrap;
	width:100%;    
}
.contact-card-wrapper .contact-card{
	flex:0 0 33.3334%; 
	max-width:33.3334%; 
	width:100%;
	padding:0px 15px;
	margin-bottom:15px; 
}
.contact-card-wrapper .contact-card .icon{
	width:64px;
	height:64px;
	line-height:58px;
	text-align:center;
	border:2px solid #b2b2b2;
	border-radius:50%;
	margin-bottom:15px; 
}
.contact-card-wrapper .contact-card h4{
	font-size:18px;
	font-weight:500;
	margin-bottom:10px;   
}
.contact-card .icon img{
	max-width:36px; 
}
.filters ul{
	list-style:none;
	margin:0 0 50px;
	text-align:center;    
}
.filters ul li{
	display:inline-block;
	margin:0px 10px 10px; 
	font-size:20px;
	cursor:pointer; 
	position: relative;
	padding:5px 10px; 
}
.filters ul li:after{
	height:3px;
	width:0;
	right:0;
	bottom:0; 
	content:"";
	position:absolute;
	background:#20deed;
	transition:all 500ms; 
}
.filters ul li:hover{
	color:#20deed;
}
.filters ul li.active:after{
	left:0;
	width:100%; 
}
.blog-wrapper.featured-blog{
	position:relative;
	overflow:hidden;  
}
.blog-wrapper.featured-blog img{
	width:100%; 
}
.blog-wrapper.featured-blog .blog-details{
	position:absolute;
	padding:15px 30px;
	bottom:30px;
	background: rgba(32,223,237,0.7);
	background: -moz-linear-gradient(left, rgba(32,223,237,0.7) 0%, rgba(32,223,237,0) 100%);
	background: -webkit-linear-gradient(left, rgba(32,223,237,0.7) 0%, rgba(32,223,237,0) 100%);
	background: linear-gradient(to right, rgba(32,223,237,0.7) 0%, rgba(32,223,237,0) 100%);
	width: 100%;
	color: #fff;
}
.blog-wrapper.featured-blog .blog-details a{
	color:#ffffff;
}
.blog-wrapper.featured-blog .blog-details a.read-more-link{
	text-transform:uppercase;
	position:relative;  
}
.blog-wrapper.featured-blog .blog-details a.read-more-link i{
	transition:all 400ms; 
}
.blog-wrapper.featured-blog .post-meta{
	margin-bottom:10px; 
}
.blog-wrapper.featured-blog .post-meta span{
	font-size:28px;
	font-weight:bold;  
}
.blog-wrapper.featured-blog .blog-details a.read-more-link:hover i{
	transition:all 400ms; 
	margin-left:10px; 
}
.blog-wrapper.featured-blog .post-title{
	font-weight:600;
	font-size:28px; 
	color:#ffffff; 
}
.blog-items{
	background:#f4f4f4;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center; 
	flex-direction: row-reverse;
}
.blog-items:last-child{
	margin-bottom:0; 
}
.blog-items img{
	width:100%; 
	flex:0 0 234px; 
	max-width:234px; 
}
.blog-items .blog-details{
	padding:15px 30px;
	max-width:calc(100% - 234px);
	flex:0 0 calc(100% - 234px);
	width:100%; 
}
.blog-items .post-meta{
	margin-bottom:10px; 
}
.blog-items .post-meta span{
	font-size:28px;
	font-weight:bold;  
}
.blog-items .post-title{
	font-weight:600;
	font-size:28px; 
	color:#000000; 
}
.blog-items .post-title a{
	color:#000000; 
}
.pm-layout .blog-wrapper.featured-blog{
	background:#000000;
	padding:60px 60px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content:center;
	flex-direction:row-reverse;
	margin-bottom:30px;  
}
.pm-layout .blog-wrapper.featured-blog img{
	max-width:40%;
	flex:0 0 40%;
	width:100%; 
}
.pm-layout .blog-wrapper.featured-blog .blog-details{
	position:static;
	background:none;
	padding:0 30px 0px 0px;
	max-width:40%;
	flex:0 0 40%;
	width:100%;  
}
.pm-layout .blog-items{
	background:none;
	display: table;
	text-align:left;  
}
.pm-layout .blog-items img{
	max-width:inherit;
	margin-bottom:15px;   
}
.pm-layout .blog-items .blog-details{
	padding:15px 0px;
	max-width: 100%;
}
.pm-layout .blog-items .post-title{
	font-size: 24px;
}
.pm-layout .read-more-link{
	color:#000000; 
}
#projects{
	background:url('../images/bg-7.jpg') no-repeat scroll center top;
	background-size:100% auto;  
}
#projects .filters ul{
	text-align:left; 
}
#projects .filters ul li{
	color:#000000;
	margin:0 15px 0 0; 
}
#projects .filters ul li::after{
	display:none;
}
#projects .filters ul li.active{
	background:#ffffff;
	border-radius:4px;  
}
#education.pm-layout{
	background:#f2f2f2; 
}
#testimonials.pm-layout{
	background:url('../images/bg-9.jpg') no-repeat scroll center; 
}
.social-profile-block{
	display:flex;
	position:relative;
	border:1px solid #000000;
	border-radius:5px;
	background:#ffffff;
	padding:20px 30px;
	margin:15px 0px;
	color:#c4c4c4;
	align-items:center;  
	transition:all 500ms; 
}
.social-profile-block:hover{
	background:#20deed;
	color:#000000;
	box-shadow:0 0 16px 2px rgba(0,0,0,0.24);
	border-color:rgba(0,0,0,0.10); 
}
.social-profile-block i{
	font-size:48px; 
	flex:0 0 50px;
	max-width:50px; 
	width:100%;
}
.social-profile-block:hover i{
	color:#079ba7; 	
}

.social-profile-block span{
	font-size:28px;
	font-weight:700;
	line-height:1.4;
	flex:0 0 calc(100% - 50px);
	max-width:calc(100% - 50px);
	width:100%;   
}
.social-profile-block span em{
	font-size:16px;
	font-weight:500;
	font-style:normal;
	display:block; 
}
.education-box{
	background:#ffffff;
	padding:30px;
	margin-bottom:30px;
	transition:all 500ms; 	
}
.education-box .inner-wrapper{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	align-items:center;   
}
.education-box .inner-wrapper .icon{
	background:#f2f2f2;
	padding:15px;
	width:100px;
	height:100%;
	line-height:70px;
	text-align:center;
	flex:0 0 100px;
	max-width:100px;
	width:100%; 
	transition:all 500ms;     
}
.education-box .inner-wrapper .text{
	flex:0 0 calc(100% - 100px);
	max-width:calc(100% - 100px);
	width:100%;
	padding-left:30px; 
}

.education-box .inner-wrapper .icon img{
	opacity:0.4; 
	transition:all 500ms;
}
.education-box .text h4{
	font-size:20px;
	margin-bottom:15px;  
}
.education-box .text h3{
	font-size:28px;
	margin-bottom:0px;  
}
.education-box .text h3 span{
	font-size:20px;
	font-weight:500; 
}
.education-box:hover .inner-wrapper .icon img{
	opacity:1; 
}
.education-box:hover .inner-wrapper .icon{
	background:#20deed; 
}

/*----------------------------------------------*
05.) Footer
/*----------------------------------------------*/
.site-footer{
	background:#000000;
	color:#ffffff;
}
.site-footer a:hover, .site-footer a:focus{
	color:#ffffff; 
}
.footer-widget-area{
	padding:100px 0px 70px; 
}
.widget-title{
	font-size:24px;
	font-weight:normal;
	margin:0 0 30px; 
}
.site-footer .widget-title{
	color:#ffffff;
	font-weight:500;
	letter-spacing:1px;  
}
ul.social-media{
	margin:0;
	padding:0;  
}
ul.social-media li{
	list-style:none;
	display:inline-block;
	font-size:28px;
	margin:0px 30px; 
}
.widget{
	margin-bottom:30px; 
}
.footer-copyright{
	padding:30px 0px;
	border-top:1px solid rgba(255,255,255,0.15);
}
.site-footer .special-text{
	color:rgba(255,255,255,0.3);
	font-weight:900;  
}
.achievements-list .owl-item .item { flex: 0 0 100%; max-width: 100%; width: 100%; text-align: center; }
.achievements-list .owl-item img { max-width: 100%; height: auto; width: auto; margin: 0 auto; }
.video-model .modal-body { padding: 0; }
.responsive-video { position: relative; padding-top: 56.25%; overflow: hidden; }
.responsive-video iframe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; }
.modal-content .close { float: none; position: absolute; right: 10px; top: 10px; height: 50px; width: 50px; z-index: 1; opacity: 1 !important; font-size: 0; background: #20deed; border-radius:5px;  }
.modal-content .close:before, .modal-content .close:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; height: 25px; width: 2px; background: #000; }
.modal-content .close:before { transform: rotate(45deg); }
.modal-content .close:after { transform: rotate(-45deg); }


/*----------------------------------------------*
06.) Responsive
/*----------------------------------------------*/
@media only screen and (max-width:1439px) {
	
}
@media only screen and (max-width:1400px) {
	.page-header.pm-layout { background-repeat: repeat-x; background-size: 80% auto; background-color: #000; }
	.pm-layout .heading-wrapper { margin-bottom: 10px; }
	.pm-layout.page-header .heading-wrapper h1 { margin-bottom: 10px; }
}
@media only screen and (max-width:1279px) {

}
@media only screen and (max-width:1199px) {
	.container {max-width: 960px;}
	.portfolio-grid .grid-item{width: 50%;}
	.portfolio-grid .grid-item img{width:100%;}
	.menu-primary li.menu-item{padding:0px 5px;}
	.menu-primary li.menu-item a{padding:0px 10px}
	.counter-block.style-two .counter{font-size: 60px;}
	h1, .h1{font-size: 40px;}
	#about .own-title::before{right:0; width:auto; }
	ul.bio li:not(:last-child){margin-bottom:5px;}
	.bg-heading, .skillbar-wrapper .skill-title{letter-spacing: 5px;}
	.heading-wrapper .h1{letter-spacing:0;}
	.left-full > [class*="col-"] + [class*="col-"]{padding-right:15px;}
	.right-full > [class*="col-"]{padding-left:15px;}
	.page-header.pm-layout { background-size: cover; }
}
@media only screen and (max-width:991px) {
	.i-text-center{text-align:center !important;}
	.i-hidden{display:none !important; }
	.container {max-width: 720px;}
	.page-header .heading-wrapper h1{font-size: 62px;}
	.heading-wrapper .h1{letter-spacing: 0;}
	.contact-card-wrapper .contact-card .icon{margin:0px auto 15px; display:table; }
	.contact-card-wrapper .contact-card{flex:0 0 50%; max-width:50%; text-align: center;}
	#about .own-title::before{left:0;}
	#about .own-title{margin-top:18px; padding:0px 30px;}
	.timeline-item .item-wrapper{width:100%; float:left; text-align: left; padding: 20px 0px 20px 150px;}
	.timeline-item:nth-child(2n+1) .item-wrapper{width:100%; float: left;}
	.timeline-item .icon{left:-40px; right:auto;}
	.timeline::before{left:55px;}
	.timeline{padding: 120px 0px 0 55px;}
	.timeline-item .item-wrapper::before{background: url('../images/timeline-1.png')no-repeat scroll 0px 0px; left:0;}
	.timeline-item .item-wrapper::after{top:28px; right:auto; left:120px;}
	.services-box{display:table;}
	.services-box .heading{ max-width: 100%; padding: 0px 0px; flex:0 0 100%; text-align:left; }
	.services-box .text{padding: 0px 0px; border:none; max-width: 100%;}
	.filters ul li{margin: 0px 0px 10px; font-size:18px;}
	.counter-block{padding: 30px 0px;}
	.counter-block.style-two{padding:0px 0px;}
	#projects{background-size: auto 460px;}
	#projects .filters ul li{margin: 0 5px 0 0;}
	.achievements-list{margin: 0px 0;}
	.achievements-list .item{flex: 0 0 50%; max-width:50%; padding:10px 15px;}
	#achievements{background-size: 100% auto;}
	.style-two .slick-list{max-width: 100%;}
	.style-two .testimonial-slider .slick-dots{max-width: 100%; margin: 0 -15px;}
	.blog-wrapper.featured-blog{margin-bottom:30px;}
	.timeline.style-two {padding:120px 0px 0 80px;}
	.timeline.style-two .timeline-item .item-wrapper{padding:0;}
	.timeline.style-two .timeline-item .icon::after{left:-78px; right:auto;}
	.timeline.style-two .timeline-item .icon::before{left:-66px; right:auto;}
	.timeline.style-two::before {left:32px;}
	.timeline.style-two .timeline-item:nth-child(2n+1) .item-wrapper{padding:0px;}
	.timeline.style-two .timeline-item .icon{position: static; text-align: left; margin-bottom:15px; }
	.round-frame{padding:10px; background:#20deed;}
	.round-frame::after{right: 0px; top: 0px;}
	.round-frame::before{display:none;}
	
	.menu-toggle-btn{display:block;}
	#navigation {background:#20deed; position:absolute; right:0; top:0; border-radius:100%; -ms-border-radius:100%; height:850px;
	-moz-transform: scale(0) translate(15%,-20%); -o-transform: scale(0) translate(15%,-20%); transform: scale(0) translate(15%,-20%);
	-moz-transform-origin: 95% -40px 0;	-o-transform-origin: 95% -40px 0; transform-origin: 95% -40px 0;
	-webkit-transform: scale(0) translate(15%,-20%);
	-webkit-transform-origin: 95% -40px 0;
	-o-transition: -o-transform .4s ease-out 0s;
	-moz-transition: transform .4s ease-out 0s,-moz-transform .4s ease-out 0s;
	transition:transform .4s ease-out 0s;
	transition:transform .4s ease-out 0s,-webkit-transform .4s ease-out 0s,-moz-transform .4s ease-out 0s,-o-transform .4s ease-out 0s;
	-webkit-transition: transform .4s ease-out 0s;
	width:850px; overflow: hidden; z-index: 100;}
	#navigation.open {opacity: 1; visibility: visible; -moz-transform: scale(1) translate(15%,-20%); -o-transform: scale(1) translate(15%,-20%); transform: scale(1) translate(15%,-20%); -webkit-transform: scale(1) translate(25%,-20%); z-index: 1;}
	#navigation .menu-primary {padding: 30px 20px 30px; width: 100%; margin:240px auto 0; max-width:480px;}
	#navigation .menu-primary li.menu-item {display: block; padding: 0px 0px;}
	#navigation .menu-primary > li.menu-item > a {font-size:20px; display: block; padding: 12px 30px; line-height: 1.5;    color:#000000;}

	.education-box{margin-top:30px; margin-bottom:0;}
	.fact-section.pm-layout::after{bottom:0; left: 15px;}
	.portfolio-slider .slick-list{overflow:hidden;}
	.style-three .testimonial-wrapper{display:table; }
	.style-three .client-info-wrapper{text-align: center; flex: 0 0 100%; max-width: 100%;}
	.style-three .quote-text{flex: 0 0 100%; max-width: 100%;}
	.pm-layout .blog-wrapper.featured-blog img{max-width: 100%; flex: 0 0 100%;}
	.pm-layout .blog-wrapper.featured-blog .blog-details{max-width: 100%; flex: 0 0 100%; padding:30px 0px 0px }
	.pm-layout .blog-items{margin-top:30px; }
	.portfolio-slider .item .item-wrapper{padding: 0px 0px;}
	.video-wrapper { position: relative; padding-top: 50%; margin-bottom: 30px; right: 0; }
}
@media only screen and (max-width:767px) {
	.m-text-center{text-align:center !important;}
	.m-hidden{display:none !important; }
	.m-visible{display:block !important;}
	.container {max-width: 540px;}
	.image-wrapper{margin-bottom:30px;}
	ul.social-media li{margin: 0px 15px;}
	.footer-widget-area{padding:80px 0px 50px;}
	h1, .h1{font-size: 38px;}
	.tool-tips-icons{padding-top:50px;}
	.bg-heading, .skillbar-wrapper .skill-title{letter-spacing:0;}
	.timeline-item h4{font-size:22px;}
	.page-header .heading-wrapper h1{font-size:52px;}
	.blog-items img, .blog-items .blog-details{flex: 0 0 100%; max-width: 100%;}
	#navigation .menu-primary{max-width:700px;}
	.pm-layout .blog-wrapper.featured-blog{padding: 30px;}
	.timeline.style-three::before{left:14px;}
	.timeline.style-three .timeline-item::before{top: -2px; left:0px;}
	.timeline.style-three .left-text{max-width: 100%;position: static;}
	.timeline.style-three .timeline-item h3{margin-bottom: 10px;}
	.timeline.style-three .timeline-item:nth-child(2n+1) .item-wrapper, .timeline.style-three .item-wrapper{padding:0px 0px 0px 60px;}
	.video-wrapper { margin-bottom:30px; min-height: 400px; }
}
@media only screen and (max-width:575px) {
	ul.social-media li{margin: 0px 10px;}
	.portfolio-grid .grid-item{width:100%;}
	.timeline.style-one::before{left:55px; display: none;}
	.timeline.style-one .timeline-item .item-wrapper::before {display:none;}
	.timeline.style-one .timeline-item .item-wrapper::after {display:none; }
	.timeline.style-one{padding: 0;}
	.timeline.style-one .timeline-item:nth-child(2n+1) .item-wrapper .icon{position:relative; left:0px; right:auto; margin:0 auto 30px; display: table;}
	.timeline.style-one .timeline-item .icon{position:relative; left:0px; margin: 0 auto 30px; display: table; }
	.timeline.style-one .timeline-item .icon::before, .timeline.style-one .timeline-item .icon::after{transform:none; top:-15px; left: -15px;}
	.timeline.style-one .timeline-item .item-wrapper, .timeline.style-one .timeline-item:nth-child(2n+1) .item-wrapper{padding:20px 0 20px 0px; text-align:center; }
	.nav-tabs .nav-item{margin: 0 10px 0 0;}
	.freelancer-layout{background-position: center right -350px;}
	.logo img{max-height:45px;}
	.education-box .inner-wrapper .text{padding-left: 0;  flex:0 0 100%; max-width:100%; padding-top:30px;}

}
@media only screen and (max-width:419px) {
	#navigation .menu-primary{max-width: 320px;}
	.humber-menu #navigation .menu-primary { max-width: 260px; }
}