/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - General
    2.0 - Typography
    3.0 - Global Style
    4.0 - Navigation
    5.0 - Search Box
    6.0 - Page Title Section
    7.0 - Slider Section
    8.0 - Creative Section
    9.0 - Recent Project Section
    9.1 - Overlay and hover effect
    10.0 - Magnific Popup CSS
    11.0 - Feature Section
    12.0 - About Section
    13.0 - Counter Section
    14.0 - Team Section
    15.0 - Video Section
    16.0 - Service Section
    17.0 - Process Section
    18.0 - Portfolio Section
    19.0 - Portfolio Single Page
    20.0 - Partner Section
    21.0 - Case study section
    22.0 - Map Section
    23.0 - Contact Section
    24.0 - Footer Section
    25.0 - Preloader
    26.0 - Homepage Two
    27.0 - Homepage Three
    28.0 - About us Page
    29.0 - About us page two
    30.0 - Blog Page
    31.0 - Blog Page Version Two
    32.0 - Full Width Section
    33.0 - Call to action section
    34.0 - Client Testimonial Style
    35.0 - Parallax Homepage
    36.0 - Contact Page
    37.0 - 404 page
    38.0 - Flex slider customization
	39.0 - Owl slider customization
	40.0 - Slick slider customization
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/

/* =============================================
            	Theme Reset Style
============================================= */
/* @import url('https://fonts.googleapis.com/css2?family=Cardo&family=Great+Vibes&family=Hind&family=Josefin+Sans:wght@300;400;600&family=Jost:wght@300;400;500;600;700;800;900&display=swap'); */
@import url("https://fonts.google.com/specimen/Comfortaa");

@import url("../css/bootstrap.min.css");
@import url("../css/icofont.min.css");
@import url("../css/custom-icons.min.css");
@import url("../css/transitions.css");
@import url("../css/flexslider.css");
@import url("../css/bootsnav.css");
@import url("../css/owl.carousel.css");
@import url("../css/slick.css");
@import url("../css/animate.css");
@import url("../css/swiper.min.css");

::selection {
    background-color: #212121;
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
	min-height:0;
	min-width:0;
}
*, :after, :before {
    box-sizing: border-box;
}
html,
body {
    position: relative;
    height: 100%;
}
body {
    color: #444;
    background: #f1f1f1;
    font-size:15px;
	font-family: 'Comfortaa';
}

.wrapper {
	position: relative;
    z-index: 20;
    overflow-x: hidden;
}
.mdi{
	font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hind-font{font-family: 'Hind', sans-serif;}
.jost-font{font-family: 'Jost', sans-serif;}
.cardo-font{font-family: 'Cardo', serif!important;}
.great-font{font-family: 'Great Vibes', cursive;}
.josefin-font{font-family: 'Josefin Sans', sans-serif;}

h1, h2, h3, h4, h5, h6 {
    color: #212121;
    margin: 10px 0;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2;
}

h1 { font-size: 48px;}
h2 { font-size: 36px;}
h3 { font-size: 24px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 12px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #fff;}
p a:hover {color: #1a237e;}
p {
  letter-spacing: normal;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  font-weight: 300;
}

a {
    text-decoration: none;
    color: #009241;
}
/* li a {color: #555; font-size: 12px;} */
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    color: #009241;
}
ul {
  list-style: disc;
}
li > ul,
li > ol {
  padding: 0;
  margin-left: 15px;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
.mark, mark{background-color:#009241;color:#fff;}

pre {
	margin: 0 20px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    background: #f1f1f1;
	border-radius:0;
}

blockquote {
    border-left: 5px solid #009241;
	background:#fff;
}

.blockquote-reverse, blockquote.pull-right {
    border-right: 5px solid #009241;
	background:#fff;
}

.outline-alert {
    background-color: transparent!important;
}

strong { color: #414141; }
hr{border:0;height: 2px;width:80px;margin:20px auto;}
hr.left-line{margin:20px 0 20px 0;}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: none;
    box-shadow: none;
    outline: 0 none;
}



.section-heading {
	text-align: center;
    margin: auto;
    float: none;
    padding-bottom: 20px;
}

.section-heading h2 {
	font-weight:600;
  margin-bottom: 25px; font-family: 'Comfortaa';
  font-size: 4rem;
}

.section-heading h4 {
	font-size: 22px;
   letter-spacing: 3px;
}

.section-heading p{font-size: 16px;line-height: 1.5;color:#222}


.info-counter{
  display: flex;
  justify-content: flex-start;
  margin: 0 0 25px;
}

.info-counter p{
  font-size: 16px;
  line-height: 25px;
  margin: 20px 0 0;
}

.circle-progress-wrap{
  position: relative;
  margin: 0 30px 0 0;
  height: 96px;
  width: 130px;
}

.info-desc{
  margin: 0 0 37px;
}

.pie-title-center {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 96px;
  height: 96px;
}

.pie-value {
  display: block;
  position: absolute;
  font-size: 14px;
  height: 40px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  line-height: 40px;
}

.center-layout {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.v-align-middle {
  display: table-cell;
  vertical-align: middle;
}

.about-img{
  position: relative;
}

.about-img img{
  border-radius: 30px 30px 30px 30px;
}

.about-img:after{
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  width: 555px;
  height: 680px;
  background: linear-gradient(145deg, #cdfcde, #c6fcda);
  background: -webkit-linear-gradient(145deg, #cdfcde, #c6fcda);
  z-index: -1;
  border-radius: 57% 43% 65% 35% / 56% 38% 62% 44%;
  -webkit-border-radius: 57% 43% 65% 35% / 56% 38% 62% 44%;
  -moz-border-radius: 57% 43% 65% 35% / 56% 38% 62% 44%;
  -o-border-radius: 57% 43% 65% 35% / 56% 38% 62% 44%;
  filter: blur(100px);
  -webkit-filter: blur(100px);
  -moz-filter: blur(100px);
  -o-filter: blur(100px);
  -ms-filter: blur(100px);
}

/*=============================================
			Sliders and Hero Section
=============================================*/
.hero-text{
	display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 10;
    color: #fff;
}
.hero-text h3, .hero-text h1{color:#009241;}
.hero-text h3 {
  font-size:30px;
  line-height: 1.2;
}
.hero-text h1 {
	font-size:100px;
}

.hero-text h2 {
	font-size:65px;
}

.transparent-bg{background-color: transparent;}
.dark-bg{background-color:#212121;}
.white-bg{background-color: #fff;}
.default-bg{background-color:#009241;}
.red-bg{background:#006c29;}
.grey-bg{background:#eee;}
.yellow-bg{background:#FDD835;}
.green-bg{background-color:#00c07f;}
.parallax-bg {
    background: url(../images/background/parallax-bg.jpg) center 0 no-repeat;
    background-size: cover;
	height: 800px;
}

.fixed-bg{background-attachment: fixed!important;}

.overlay-bg {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: -1;
	top:0;
	left:0;
}

.hero-text-wrap.overlay-bg {
	background: rgba(0, 0, 0, 0.45);
	width: 100%;
    height: 101vh;
    position: absolute;
	z-index: 1;
}

.hero-text-wrap.blue-overlay-bg {
	background: rgba(33,150,243,0.82);
	width: 100%;
    height: 101vh;
    position: absolute;
	z-index: 1;
}

.overlay-bg-dark {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: -1;
	top:0;
	left:0;
}

.overlay-bg-light {
    background: rgba(255,255,255,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.parallax-overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: -1;
	top:0;
	left:0;
}

.parallax-bg-2 {
    background: url(../images/background/parallax-bg-3.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-3 {
    background: url(../images/background/parallax-bg-3.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-4 {
    background: url(../images/background/parallax-bg-4.jpg) center 0 no-repeat;
    background-size: cover;
}


.parallax-bg-6 {
    background: url(../images/background/parallax-bg-6.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-7 {
    background: url(../images/background/parallax-bg-7.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-9 {
    background: url(../images/background/parallax-bg-9.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-10 {
    background: url(../images/background/parallax-bg-10.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-12 {
    background: url(../images/background/parallax-bg-12.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-13 {
    background: url(../images/background/parallax-bg-14.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-14 {
    background: url(../images/background/parallax-bg-15.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-15 {
    background: url(../images/background/parallax-bg-16.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-16 {
    background: url(../images/background/parallax-bg-17.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-17 {
    background: url(../images/background/parallax-bg-18.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-18 {
    background: url(../images/background/parallax-bg-20.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-19 {
    background: url(../images/background/memphis_bg.jpg) repeat;
}


.box-shadow {box-shadow: 0 10px 30px 5px rgba(17,21,23,.1);}

.box-shadow-hover:hover{box-shadow: 0 10px 30px 5px rgba(17,21,23,.1);}
.member-socialicons{
    overflow: hidden;
    list-style: none;
    text-align:center;
    line-height: 20px;
}
.member-socialicons li{
    float: left;
    padding: 0 10px;
    line-height: inherit;
    list-style-type: none;
}
.member-socialicons li a{
    color: #fff;
    display:block;
}
.member-socialicons li a:hover {
    color: #ff4552;
}
.member-socialicons li a i{
    display:block;
    font-size:13px;
    text-align:center;
}
.row.no-gutters{
    margin-right: 0;
    margin-left: 0;
}
.no-bottom-padding{
    padding-bottom: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*="col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"]{
    padding-right: 0;
    padding-left: 0;
}
.no-top-padding{
    padding-top: 0;
}


/*=============================================
                Widgets
=============================================*/

::-webkit-input-placeholder{color:#212121;}
::-moz-placeholder{color:#212121;}
:-ms-input-placeholder{color:#212121;}
:-moz-placeholder{color:#212121;}

input.search-bar-top::-webkit-input-placeholder { color: #fff!important; }
input.search-bar-top::-moz-placeholder { color: #fff!important; }
input.search-bar-top:-ms-input-placeholder { color: #fff!important; }
input.search-bar-top:-moz-placeholder { color: #fff!important; }

.relative{position:relative;}
.absolute{position:absolute;}

.upper-case{text-transform:uppercase;}
.lower-case{text-transform:lowercase;}
.capitalize{text-transform:capitalize!important;}
.text-left{text-align:left!important;}

.font-light{font-weight: lighter;}
.font-100 {
	font-weight:100;
}
.font-200 {
	font-weight:200;
}
.font-300 {
	font-weight:300;
}
.font-400 {
	font-weight:400;
}
.font-500 {
	font-weight:500!important;
}
.font-600 {
	font-weight:600!important;
}
.font-700 {
	font-weight:700;
}
.font-900 {
	font-weight:900;
}
.font-12px {
	font-size: 12px;
}
.font-14px {
	font-size: 14px;
}
.font-16px {
	font-size: 16px;
}
.font-18px {
	font-size: 18px;
}
.font-20px {
	font-size: 20px;
}
.font-26px {
	font-size: 26px;
}
.font-30px {
	font-size: 30px!important;
}
.font-35px {
	font-size: 35px!important;
}
.font-40px {
	font-size: 40px!important;
}
.font-50px {
	font-size: 50px!important;
}
.font-60px {
	font-size: 60px;
}
.font-70px {
	font-size: 70px;
}
.font-80px {
	font-size: 80px!important;
}
.font-100px {
	font-size: 100px!important;
}
.font-120px {
	font-size: 120px!important;
}
.font-130px {
	font-size: 130px!important;
}
.font-140px {
	font-size: 140px!important;
}
.font-150px {
	font-size: 150px!important;
}
.font-160px {
	font-size: 160px!important;
}
.font-170px {
	font-size: 170px!important;
}
.font-italic {
	font-style: italic;
}
.font-light {
	font-weight:400;
}
.font-bold {
	font-weight:bold;
}
.default-color {
	color: #009241!important;
}
.secondary-color {
	color: #1a237e;
}
.white-color {
	color: #fff !important;
}
.white-color p, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6 {
    color: #fff!important;
}
.dark-color {
	color: #212121 !important;
}
.dark-color p, .dark-color h1, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6 {
    color: #212121!important;
}

.default-color {
	color: #009241!important;
}

.green {
	color: #00c07f!important;
}

.red-color {
	color: #006c29!important;
}

.yellow-color {
	color: #FDD835!important;
}

.pink-color {
	color: #E91E63!important;
}

.grey {
	color: #888!important;
}

.brown-color {
	color: #D09E88!important;
}

.line-height-24 {
	line-height: 24px !important;
}
.line-height-22 {
	line-height: 22px !important;
}
.line-height-26 {
	line-height: 26px !important;
}
.line-height-30 {
	line-height: 30px !important;
}
.line-height-35 {
	line-height: 35px !important;
}
.line-height-40 {
	line-height: 40px;
}
.line-height-45 {
	line-height: 45px;
}
.line-height-50 {
	line-height: 50px;
}
.letter-spacing-0 {
	letter-spacing: 0px;
}
.letter-spacing-5 {
	letter-spacing: 5px;
}
.letter-spacing-10 {
	letter-spacing: 10px;
}
.letter-spacing-15 {
	letter-spacing: 15px
}
.letter-spacing-20 {
	letter-spacing: 20px;
}
.letter-spacing-25 {
	letter-spacing: 25px;
}
.mt-minus-10 {
	margin-top: -10px;
}
.mt-minus-20 {
	margin-top: -20px;
}
.mt-minus-30 {
	margin-top: -30px;
}
.mt-minus-40 {
	margin-top: -40px;
}
.mt-minus-50 {
	margin-top: -50px;
}
.mt-0 {
	margin-top: 0px!important;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px !important;
}
.mt-110 {
	margin-top: 110px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-135 {
	margin-top: 135px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-150 {
	margin-top: 150px!important;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-50 {
	margin-left: 50px;
}
.ml-60 {
	margin-left: 60px;
}
.ml-70 {
	margin-left: 70px;
}
.ml-80 {
	margin-left: 80px;
}
.mb-0 {
	margin-bottom: 0px!important;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-120 {
	margin-bottom: 120px;
}

.mr-0 {margin-right: 0px!important;}
.mr-5 {margin-right: 5px;}
.mr-10 {margin-right: 10px;}
.mr-20 {margin-right: 20px;}
.mr-30 {margin-right: 30px;}
.mr-40 {margin-right: 40px;}
.mr-50 {margin-right: 50px;}
.mr-60 {margin-right: 60px;}
.mr-70 {margin-right: 70px;}
.mr-80 {margin-right: 80px;}
.mr-90{margin-right: 90px;}
.mr-100{margin-right: 100px;}
.mr-110{margin-right: 110px;}
.mr-120{margin-right: 120px;}

.p-0 {
	padding: 0!important;
}


.pt-0 {
	padding-top: 0!important;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-150 {
	padding-top: 150px;
}
.pb-0 {
	padding-bottom: 0;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-80 {
	padding-bottom: 80px!important;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-140 {
	padding-bottom: 140px;
}

.pl-0 {
	padding-left: 0;
}
.pl-10 {
	padding-left: 10px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-40 {
	padding-left: 40px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-60 {
	padding-left: 60px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-80 {
	padding-left: 80px!important;
}
.pl-90 {
	padding-left: 90px;
}
.pl-100 {
	padding-left: 100px;
}
.pl-110 {
	padding-left: 110px;
}
.pl-120 {
	padding-left: 120px;
}
.pr-0 {
	padding-right: 0;
}
.pr-10 {
	padding-right: 10px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-50 {
	padding-right: 50px;
}
.pr-60 {
	padding-right: 60px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-80 {
	padding-right: 80px!important;
}
.pr-90 {
	padding-right: 90px;
}
.pr-100 {
	padding-right: 100px;
}
.pr-110 {
	padding-right: 110px;
}
.pr-120 {
	padding-right: 120px;
}

/* Height Pixels */

.height-1px {height: 1px!important}
.height-2px {height: 2px!important}
.height-3px {height: 3px!important}
.height-4px {height: 4px!important}
.height-5px {height: 5px!important}
.height-6px {height: 6px!important}
.height-7px {height: 7px!important}
.height-8px {height: 8px!important}
.height-9px {height: 9px!important}
.height-10px {height: 10px!important}
.height-80px {height: 80px}
.height-90px {height: 90px}
.height-100px {height: 100px}
.height-150px {height: 150px}
.height-200px {height: 200px}
.height-250px {height: 250px}
.height-300px {height: 300px}
.height-350px {height: 350px}
.height-400px {height: 400px}
.height-450px {height: 450px}
.height-500px {height: 500px!important;}
.height-550px {height: 550px !important}
.height-600px {height: 600px !important}
.height-650px {height: 650px!important;}
.height-700px {height: 700px}
.height-800px {height: 800px}

/* Height Percentage */

.height-10-percent {height: 10%}
.height-20-percent {height: 20%}
.height-30-percent {height: 30%}
.height-40-percent {height: 40%}
.height-50-percent {height: 50%}
.height-60-percent {height: 60%}
.height-70-percent {height: 70%}
.height-80-percent {height: 80%}
.height-90-percent {height: 90%}
.height-100-percent {height: 100% !important}
.height-auto {height:auto !important}
.max-height-100 {max-height: 100%}
.vh-height{height: 100vh;}
.centerize-col{float: none!important;margin-left: auto;margin-right: auto;}

.border-radius-0 {border-radius:0px !important;}
.border-radius-5 {border-radius:5px !important;}
.border-radius-10 {border-radius:10px !important;}
.border-radius-15 {border-radius:15px !important;}
.border-radius-20 {border-radius:20px !important;}
.border-radius-50 {border-radius:50px !important;}
.border-radius-25 {border-radius:25px !important;}
.remove-padding {padding: 0!important;}
.remove-margin {margin: 0!important;}
.img-responsive, .full-width{width:100%;}

.btn,
.form-control,
.form-control:hover,
.form-control:focus,


.btn-circle {
	border-radius:25px;
}
.btn-rounded {
	border-radius:4px;
}

.btn-square {
	border-radius:0px;
}

button:focus {
    outline: none !important;
}

.btn {
    padding: 0 30px;
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    transition: all .3s ease;
    font-weight: 500;
    font-family: 'Comforta', sans-serif;
    letter-spacing: 1px;
}

.btn + .btn {
    margin-left: 10px;
}

.btn:focus, .btn:focus:active {
    outline: none;
}

.btn-color {
    color: #fff;
    border-color: #009241;
    background-color: #009241;
}

.btn-color:hover, .btn-color:active, .btn-color:focus {
    background-color: #00873b;
    border-color: #00873b;
    color: #fff;
}

.btn-red {
    color: #fff;
    border-color: #006c29;
    background-color: #006c29;
}

.btn-red:hover, .btn-red:active, .btn-red:focus {
    background-color: #d32f2f;
    border-color: #d32f2f;
    color: #fff;
}

.btn-green {
    color: #fff;
    border-color: #00c07f;
    background-color: #00c07f;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
    background-color: #009a66;
    border-color: #009a66;
    color: #fff;
}

.btn-yellow {
    color: #fff;
    border-color: #FDD835;
    background-color: #FDD835;
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    background-color: #F9A825;
    border-color: #F9A825;
    color: #fff;
}

.btn-brown {
    color: #fff;
    border-color: #D09E88;
    background-color: #D09E88;
}

.btn-brown:hover, .btn-brown:active, .btn-brown:focus {
    background-color: #b1775d;
    border-color: #b1775d;
    color: #fff;
}

.btn.btn-xs, .btn.btn-group-xs {
    padding: 0 16px;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
}

.btn.btn-sm, .btn.btn-group-sm {
    padding: 0 22px;
    font-size: 10px;
    height: 35px;
    line-height: 34px;
}

.btn.btn-lg, .btn.btn-group-lg {
    padding: 0px 32px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

.btn-outline {
    color: #009241;
    border-color: #009241;
    background-color: transparent;
}

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
    color: #fff;
    border-color: #009241;
    background-color: #009241;
}

.btn-white {
    color: #212121;
    border-color: #fff;
    background-color: #fff;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus {
    color: #212121;
    border-color: #fff;
    background-color: #fff;
}

.btn-outline-blue {
    color: #009241;
    border-color: #009241;
    background-color: transparent;
}

.btn-outline-blue:hover, .btn-outline-blue:active, .btn-outline-blue:focus {
    color: #fff;
    border-color: #009241;
    background-color: #009241;
}

.btn-dark {
    color: #fff;
    border-color: #212121;
    background-color: #212121;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    color: #212121;
    border-color: #fff;
    background-color: #fff;
}


.btn-dark-outline {
    color: #212121;
    border-color: #212121;
    background-color: transparent;
}

.btn-dark-outline:hover, .btn-dark-outline:active, .btn-dark-outline:focus {
    color: #fff;
    border-color: #212121;
    background-color: #212121;
}


.btn-pink {
    color: #fff;
    border-color: #E91E63;
    background-color: #E91E63;
}

.btn-pink:hover, .btn-pink:active, .btn-pink:focus {
    color: #fff;
    border-color: #C2185B;
    background-color: #C2185B;
}

.btn-animate {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}
.btn-animate  span {
  display: inline-block;
  position: relative;
  padding: 0 8.5px 0 8.5px;
  transition: padding 0.2s;
}
.btn-animate i {
  position: absolute;
  top: 50%;
  right: 0px;
  opacity: 0;
  margin-top: -6px;
  transition: opacity 0.2s, right 0.2s;
}
.btn-animate:hover span {
  padding: 0 17px 0 0;
}
.btn-animate:hover i {
  transition: opacity 0.2s, right 0.2s;
  opacity: 1;
  top: 50%;
  right: 0;
}



.icon {
	margin-left:6px;
}

.feature-box, .feature-box-right {
	float:left;
}

.feature-box i {
	margin-bottom:20px;
	display: inline-block;
  position: relative;
}
/* .radius-icon i:after{content: '';position: absolute;top:-15px;left: -50px;width: 80px;height: 80px;border-radius: 50%;
background: rgba(238,56,56,0.6);
background: -moz-linear-gradient( 109.6deg,  rgba(238,56,56,0.6) 0%, rgba(206,21,0,0.6) 90.1%  );
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(238,56,56,0.6)), color-stop(100%, rgba(206,21,0,0.6)));
background: -webkit-linear-gradient( 109.6deg,  rgba(238,56,56,0.6) 0%, rgba(206,21,0,0.6) 90.1%  );
background: -o-linear-gradient( 109.6deg,  rgba(238,56,56,0.6) 0%, rgba(206,21,0,0.6) 90.1%  );
background: -ms-linear-gradient( 109.6deg,  rgba(238,56,56,0.6) 0%, rgba(206,21,0,0.6) 90.1%  );
background-image: linear-gradient( 109.6deg,  rgba(238,56,56,0.6) 0%, rgba(206,21,0,0.6) 90.1%  );
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3838', endColorstr='#00873b', GradientType=1 );} */

.service-style-one .feature-box{
  border-radius: 30px 30px 30px 30px;
  box-shadow: 38px 45px 93px -10px rgb(0 0 0 / 5%);
  -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
  padding: 50px 50px 50px 50px;
  background-color: #fff;
}

.service-style-one .feature-box:hover{
  background-color: #fff;
  box-shadow: 25px 25px 81px 0px rgb(95 63 176 / 20%);
}

.default-icon {
	color: #02437f;
}

.dark-icon {
	color: #212121;
}

.light-icon {
	color: #f1f1f1;
}

.red-icon {
	color: #006c29;
}

.yellow-icon {
	color: #FDD835;
}

.brown-icon {
	color: #D09E88;
}

.blue-bg-icon {
    background-color: #0072ff;
    border-color: #0072ff;
}

.yellow-bg-icon {
    background-color: #F7971E;
    border-color: #F7971E;
}

.yellow-bg-icon:hover {
    background-color: #F7971E;
    border-color: #F7971E;
	color: #fff;
}

.yellow-bg-icon-inr {
    background-color: #fff;
    border-color: #fff;
}

.yellow-bg-icon-inr:hover {
    background-color: #212121;
    border-color: #212121;
	color:#fff;
}

.pink-bg-icon {
    background-color: #c31432;
    border-color: #c31432;
}


.green-bg-icon {
    background-color: #1D9A6C;
    border-color: #1D9A6C;
}

.gray-bg-icon {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.gray-bg-icon:hover {
    background-color: #009241;
    border-color: #009241;
	color:#fff;
}

.white-bg-icon {
    background-color: #fff;
    border-color: #fff;
}

.white-bg-icon:hover {
    background:#009241;
    border-color: #009241;
	  color:#fff;
}

.circle-icon{
    position: relative;
    width: 85px;
    height: 85px;
    line-height: 85px !important;
    border-radius: 100%;
    text-align: center;
    display: inline-block !important;
    box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
}

.gradient-bg{
  background: rgba(201,75,75);
  background: -moz-linear-gradient(45deg, rgba(201,75,75) 0%, rgba(75,19,79) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(201,75,75)), color-stop(100%, rgba(75,19,79)));
  background: -webkit-linear-gradient(45deg, rgba(201,75,75) 0%, rgba(75,19,79) 100%);
  background: -o-linear-gradient(45deg, rgba(201,75,75) 0%, rgba(75,19,79) 100%);
  background: -ms-linear-gradient(45deg, rgba(201,75,75) 0%, rgba(75,19,79) 100%);
  background: linear-gradient(45deg, rgba(201,75,75) 0%, rgba(75,19,79) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91e63', endColorstr='#00873b', GradientType=1 );
}

.dn-bg-lines{position: absolute;height: 100%;left: 20px;right: 20px;z-index: 0;top: 0;bottom: 0;}
.dn-bg-lines div{position: absolute;width: 1px;height: 100%;background: rgba(23, 22, 26, 0.04);}
.dn-bg-lines div:nth-child(2){margin-left: -webkit-calc((100% / 4)*1);margin-left: calc((100% / 4)*1);margin-left: -webkit-calc(25% - 5px);margin-left: calc(25% - 5px);}
.dn-bg-lines div:nth-child(3){margin-left: -webkit-calc((100% / 4)*2);margin-left: calc((100% / 4)*2);margin-left: -webkit-calc(50% - 10px);margin-left: calc(50% - 10px);}
.dn-bg-lines div:nth-child(4){margin-left: -webkit-calc((100% / 4)*3);margin-left: calc((100% / 4)*3);margin-left: -webkit-calc(75% - 15px);margin-left: calc(75% - 15px);}
.dn-bg-lines div:nth-child(5){margin-left: -webkit-calc((100% / 4)*4);margin-left: calc((100% / 4)*4);margin-left: -webkit-calc(100% - 20px);margin-left: calc(100% - 20px);}

.feature-box .pull-left {
    width: 15%;
}

.feature-box .pull-right {
    width: 80%;
}

.feature-box-right .pull-left {
    width: 80%;
}

.feature-box-right .pull-right {
    width: 15%;
}

.box {
	padding:60px;
	position:relative;
	transition: all 0.2s ease;
}

.box h2 {
    font-size: 32px;
}

.box h4 {
    font-size: 28px;
}

.box img {
	margin:0 auto 20px auto;
	display:block;
	width:200px;
}

.bordered {
	border:1px solid #eee;
}

.gradient-color{background: -webkit-linear-gradient(#e91e63, #00873b);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

/*=============================================
                        Counter
=============================================*/
/* .counter{}
.counter h2{
    margin:15px 0 20px;
    font-size:60px;
    line-height:50px;
    text-align: center;
}
.counter h3{
    margin:0;
    font-size:16px;
    line-height:18px;
    text-align: center;
  	color:#f1f1f1;
  	letter-spacing: 1px;
    text-transform: uppercase;
} */
/*=============================================
                        Portfolio
=============================================*/
ul#portfolio-filter {
    margin-bottom: 50px;
}
ul#portfolio-filter li{
    color:#212121;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
	margin: 0 15px;
	border-radius: 20px;
	cursor: pointer;
}
ul#portfolio-filter li.active{
    background-color: #009241;
    color: #fff;
}

ul#portfolio-filter li:hover{
    background-color: #009241;
    color: #fff;
}


/*Filter Square Style*/
ul#portfolio-filter.filter-square li{
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 5px 20px;
    margin: 2px;
}
ul#portfolio-filter.filter-square li.active{
    border: 1px solid transparent;
}
/*End Filter Square Style*/


/*Filter Rounded Style*/
ul#portfolio-filter.filter-rounded li{
    border: 0;
    border-radius: 3px;
    background-color: #E0E0E0;
    padding: 5px 20px;
    margin: 2px;
}
ul#portfolio-filter.filter-rounded li.active{
    background-color: #1B2E3F;
}
/*End Filter Square Style*/


/*Filter Transparent Style*/
ul#portfolio-filter.filter-transparent li{
    color:#212121;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
	margin: 0 15px;
	border: 1px solid transparent;
}
ul#portfolio-filter.filter-transparent  li.active{
    background-color: #009241;
    color: #fff;
	border: 1px solid #009241;
}
ul#portfolio-filter.filter-transparent li:hover{color: #009241;border: 1px solid #009241;background-color: transparent;}
/*End Filter Transparent Style*/




ul#portfolio-grid {
    overflow: hidden;
	margin-bottom:0;
}
ul#portfolio-grid li img{
    width: 100%;
}

.gallery-image-hover > img {
	transition: all 0.3s ease;
	z-index: -1;
    position: relative;
}

.gallery-image-hover:hover > img{
    transform: scale3d(1.1, 1.1, 1);
}

ul#portfolio-grid>li{
    float: left;
    display: block;
    height: auto;
}

/*Five Column Portfolio*/
ul#portfolio-grid.five-column>li{
    width: 20%;
}

/*Four Column Portfolio*/
ul#portfolio-grid.four-column>li{
    width: 25%;
}

/*Three Column Portfolio*/
ul#portfolio-grid.three-column>li{
    width: 33.34%;
}

/*Two Column Portfolio*/
ul#portfolio-grid.two-column>li{
    width: 50%;
}
@media (max-width: 1199px) {
    ul#portfolio-grid.five-column>li{
        width: 25%;
    }
}

@media (max-width: 991px) {
    ul#portfolio-grid.five-column>li,
    ul#portfolio-grid.four-column>li{
        width: 33.33%;
    }
}
@media (max-width:810px){
  .mt-md-0 {
    margin-top: 0px;
  }
  .pb-md-50{
    padding-bottom: 50px;
  }
  .about-img{
    margin-top: 50px;
  }
  .scoda-swiper.pagination-style-01 .swiper-pagination {
    right: 0!important;
    top: auto!important;
    bottom: 58px!important;
  }
}
@media (max-width: 767px) {
    ul#portfolio-grid.five-column>li,
    ul#portfolio-grid.four-column>li,
    ul#portfolio-grid.three-column>li{
        width: 50%;
    }
    .tp-kbimg{
      display: none !important;
      position: unset;
    }
}
@media (max-width: 480px) {
    ul#portfolio-grid.five-column>li,
    ul#portfolio-grid.four-column>li,
    ul#portfolio-grid.three-column>li,
    ul#portfolio-grid.two-column>li{
        width: 100%;
    }
    .mt-sm-0 {
      margin-top: 0px;
    }
    .pb-sm-50{
      padding-bottom: 50px;
    }
    .circle-progress-wrap{
      margin: 0 80px 0 0;
    }
    .info-counter p{
      margin: 0px 0 0;
    }
    .about-img{
      margin-top: 50px;
    }
    .section-heading h2{
      font-size: 30px;
    }
    .section-heading h4{
      font-size: 15px;
    }
    .work-item-wrap .work-item-info h3{
      font-size: 14px!important;
    }
    .work-item-wrap .work-item-info p{
      font-size: 12px!important;
    }
    .scoda-swiper.pagination-style-01 .swiper-pagination{
      right: 0!important;
      top: auto!important;
      bottom: 10px!important;
    }
    .scoda-swiper.pagination-style-01 .swiper-pagination-bullet{
      width: 25px!important;
      height: 25px!important;
    }
    .testimonial-carousel .testimonial-item .name{
      font-size: 18px!important;
    }
    .testimonial-carousel .testimonial-item .position{
      font-size: 11px!important;
    }
}


.portfolio-item.gutter {
    margin-bottom: 20px!important;
}
.portfolio {
    position: relative;
    overflow: hidden;
}

/* Portfolio overlay default
/* ------------------------------ */
.portfolio .dark-overlay {
    background: rgba(238,56,56,0.8);
    background: -moz-linear-gradient( 109.6deg,  rgba(238,56,56,0.8) 0%, rgba(206,21,0,0.8) 90.1%  );
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(238,56,56,0.8)), color-stop(100%, rgba(206,21,0,0.8)));
    background: -webkit-linear-gradient( 109.6deg,  rgba(238,56,56,0.8) 0%, rgba(206,21,0,0.8) 90.1%  );
    background: -o-linear-gradient( 109.6deg,  rgba(238,56,56,0.8) 0%, rgba(206,21,0,0.8) 90.1%  );
    background: -ms-linear-gradient( 109.6deg,  rgba(238,56,56,0.8) 0%, rgba(206,21,0,0.8) 90.1%  );
    background-image: linear-gradient( 109.6deg,  rgba(238,56,56,0.8) 0%, rgba(206,21,0,0.8) 90.1%  );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3838', endColorstr='#00873b', GradientType=1 );
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.portfolio:hover .dark-overlay{
    opacity: 1;
}
.portfolio-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -88px;
}
.portfolio-description .portfolio-title,
.portfolio-description .links {
    position: relative;
    left: 0;
    color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.portfolio-description .portfolio-title {
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio:hover .portfolio-description .portfolio-title {
    top: 30px;
    opacity: 1;
    visibility: visible;
}
.portfolio-description .links {
    top: 0px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
}
.portfolio:hover .portfolio-description .links {
    top: 25px;
    opacity: 1;
    visibility: visible;
}
.portfolio-description .btn {
    background-color: transparent;;
    border-color: #fff;
    padding: 12px 22px;
    border-radius: 20px;
}
.portfolio-description .btn:hover {
    background-color: #fff;;
    border-color: #fff;
    color: #ff2a40;
}
.portfolio-container .btn.view-more {
    margin-top: 40px;
}


.photo-gallery .portfolio-wrap {
    margin-top: -60px;
}



/* Portfolio Hover Style Two
/* ------------------------------ */

.hover-two .portfolio:hover .portfolio-description .links {
    top: 25px;
}
.hover-two .portfolio .dark-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.portfolio-details {
    position: relative;
    left: 0;
    top: 35px;
    width: 100%;
}
.portfolio-details li {
    display: inline-block;
    position: relative;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
	margin-right: 5px;
}
.portfolio-details li:last-child {
	margin-right:0;
}
.portfolio:hover .portfolio-details li {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.portfolio:hover .portfolio-details li:nth-child(1) {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio:hover .portfolio-details li:nth-child(2){
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.portfolio-details li a{
    display: block;
	color:#f1f1f1;
}

.portfolio-details li a:hover{
    display: block;
	color:#009241;
}

.gutter-space {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.portfolio-item.gutter-space {
    margin-bottom: 20px!important;
}

.work-item-wrap {
    position: relative;
}

.work-item-wrap .work-item-info {
    position: absolute;
    bottom: 30px;
    text-align: left;
    left: 30px;
    background-color: #fff;
    padding: 20px 30px;
}

.work-item-wrap .work-item-info h3 {
    font-size: 18px;
}

.work-item-wrap .work-item-info p {
    font-size: 16px;
}

.work-item-wrap .work-item-thumbnail img {
    border-radius: 15px;
}

.work-item-wrap .work-item-thumbnail{overflow: hidden;}
/* .swiper-slide { width: 80%!important; } */
.scoda-swiper.pagination-style-01 .swiper-pagination {
    right: 0;
    top: 15px;
}
.scoda-swiper .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 0;
    background: 0 0;
    opacity: 1;
    position: relative;
    outline: none;
    color: #d8d8d8;
}
.scoda-swiper .swiper-pagination-bullet-active {
    color: #212121;
    border-radius: 100%;
    border: 3px solid #212121;
}
.scoda-swiper.pagination-style-01 .swiper-pagination-bullet {
    width: 35px;
    height: 35px;
    margin: 0;
}
.scoda-swiper.pagination-style-01 .swiper-pagination-bullet-active {
    color: #009241;
    border-radius: 100%;
    border: 3px solid #009241;
}
.scoda-swiper .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background: currentColor;
    z-index: 1;
}

.scoda-swiper.pagination-style-01 .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    opacity: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}
.scoda-swiper.pagination-style-01 .swiper-pagination-bullet:before {
    width: 6px;
    height: 6px;
}

.portfolio-style-two .swiper-slide{
    width: 40%!important;
}
@media (max-width:480px){
  .portfolio-style-two .swiper-slide{
    width: 100%!important;
  }
}
@media (max-width:810px){
  .portfolio-style-two .swiper-slide{
    width: 100%!important;
  }
}

.portfolio-style-two .work-item-wrap .work-item-info{
  border-radius: 15px;
  background-color: rgba(0,0,0,.87);
  right: 30px;
}

.portfolio-style-two .work-item-wrap .work-item-info h3, .portfolio-style-two .work-item-wrap .work-item-info p{
  color: #fff;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }
/* 
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; } */

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
/* 
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; } */

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
/* img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; } */

/* The shadow behind the image */
/* .mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; } */

/* .mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; } */

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  /* .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; } */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}


.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.92;
}
.mfp-bottom-bar {
    display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
/* .mfp-arrow-right::after,
.mfp-arrow-left::after {
    font-family: 'FontAwesome';
    border: none !important;
    color: #fff;
    font-size: 65px;
    -webkit-transition: .5s;
    transition: .5s;
}
.mfp-arrow-right::after {
    content: "\f105" !important;
}
.mfp-arrow-left::after {
    content: "\f104" !important;
}
.mfp-arrow-right::before ,
.mfp-arrow-left::before {
    border: none !important;
}
.mfp-arrow {
    height: 60px;
}
.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    margin-top: 15px;
    top: -1px !important;
} */
/* img.mfp-img {
    padding: 40px 0px 0;
} */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}



.project-image {
}

.project-info {
    list-style: none;
    padding-top: 50px;
    text-align: left;
}

.project-info li {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px 0;
    color:#212121;
}

.project-info li span {
    font-family: 'Hind', sans-serif;
    color: #6d747c;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.project-title {
    padding-top: 20px;
    font-family: 'Hind', sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #212121;
	margin-bottom: 20px;
}

.project-details {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding-bottom: 50px;
}

.project-details p {
    color:#212121;
    font-size: 16px;
    font-weight: 300;
	margin-top: 35px;
}



.navbar {
   
  padding-right:  10px !important;
  border-radius:  0 !important;
}

nav.navbar > div {
 margin-right: 0 !important;
}
.navbar.navbar-text-dark .navbar-nav .nav-item .nav-link {
 font-size:  16px;
}
.navbar.navbar-text-dark .navbar-nav .nav-item .nav-link span{
 font-weight:  700 !important;
letter-spacing: 1px;
}
