/*!
Theme Name: webcourage
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webcourage
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

webcourage is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing

# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

body {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.BannerContainer {
	background: #f1f7fa;
	padding: 60px 60px;
	height: 100vh;
	position: relative;
}

.BannerContainer:after {
	position: absolute;
	z-index: 1;
	width: 50%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #FFF;
	content: '';
}

.BannerContainer:before {
	position: absolute;
	z-index: 2;
	width: 100%;
	right: 0px;
	top: 50%;
	height: 300px;
	/*    background-color: #d7441c;*/
	background-color: #cacbcd;
	content: '';
	transform: translateY(-50%);
}


.Bannercontant {
	background-color: #FFF;
	height: calc(100vh - 120px);
	position: relative;
	z-index: 3
}

.NavigationContainer {
	top: 90px;
	padding-left: 120px;
	padding-right: 120px;
}

.Banner-slider-cont {
	padding-top: 00px;
	padding-left: 50px;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	transform: translateY(-50%);
}

.slidrPic {
	height: 50vh;
	background-size: cover;
	background-position: center center;
	filter: grayscale(1);
}

.Banner-slider h1 {
	font-family: 'Playfair Display', serif;
	font-size: 3.5rem;
}

.banner-offer {
	font-size: 50px;
	font-weight: 300;
}

.banner-offer span {
	color: #d7441c;
	font-weight: 800;
}

.Banner-slider h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.10rem;
}

.Banner-slider h3 span.bluebg {
	background-color: #459eb4;
	color: #FFF;
	padding: 3px 5px 2px;
	display: inline-block;
	border-radius: 2px;
	font-weight: 400;
}

.slidrPic {
	margin-right: 40px;
}

.bnright-text {
	padding-bottom: 180px;
	padding-right: 80px;
	font-size: 14px;
}

.banner-heading {
	position: absolute;
	bottom: 60px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 30px;
	width: 730px;
	left: 20px;
	z-index: 2;
	height: 270px;
	padding-left: 200px;
}

.banner-heading h2 {
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -0.07rem;
}

.banner-heading h2 small {
	font-size: 42px;
	font-weight: 400;
}

/*
.banner-heading h2 span{
    color: #003c8d;
}
*/


.Banner-slider-text {
	padding-top: 20px;
	padding-right: 120px;
	padding-left: 20px;
}


.owl-theme.banner-slider .owl-nav {
	display: none
}

.owl-theme.banner-slider .owl-dots {
	margin-top: 10px;
	text-align: right;
	padding-right: 40px;
}

.owl-theme.banner-slider .owl-dots .owl-dot {}


.owl-theme .owl-dots .owl-dot span {
	background-color: #ccc;
	transition: .25s;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #666;
	width: 30px;
}

.projects_slidersec {
	width: 48.5%;
	position: absolute;
	bottom: 0px;
	z-index: 4;
	right: 0px;
	overflow: hidden;
}

.projects_slidersec h2 {
	font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}



.projects_slidersec .logo-items .logo-item {
	height: 80px;
	display: flex;
	width: 120px;
	justify-content: center;
	align-items: center;
	margin-right: 60px;
}


.bannerleftsec {
	width: 80%;
}

.bannerrightsec {
	width: 20%;
}

.navbar-brand img {
	width: 50px;
	height: auto;
	margin-right: 10px;
}

.navbar-brand {
	font-size: 28px;
	font-weight: 900;
	color: #000;
}

.navbar-brand span {
	display: inline-block;
	margin-top: 5px;
	vertical-align: middle;
}


.navigation-right {}


/**respomsive_menu_starts**/
.smenu {
	position: relative;
	top: 0px;
	right: 0px;
	height: 38px;
	width: 50px;
	cursor: pointer;
	transition: 0.3s;
	z-index: 999;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	z-index: 9999;
	background-color: transparent;
	color: #000 !important;
	margin-left: 60px;
}

.smenu span {
	position: absolute;
	height: 1px;
	width: 40px;
	background-color: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	border-radius: 5px;
}

.smenu span:before {
	content: '';
	position: absolute;
	top: -8px;
	background-color: #000;
	height: 1px;
	width: 30px;
	transition: 0.3s;
	border-radius: 5px;
	left: 10px;
}

.smenu span:after {
	content: '';
	position: absolute;
	top: 8px;
	background-color: #000;
	height: 1px;
	width: 20px;
	transition: 0.3s;
	border-radius: 5px;
	left: 20px;
}

/*
.smenu.active span { background-color: transparent; }
.smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }
*/
.smenupop {
	position: absolute;
	right: 10px;
	top: 15px;
	border: 0px;
}

.smenupop span:before,
.smenupop span:after {
	background-color: #FFF;
}

.smenupop.active span {
	background-color: transparent !important;
}

.smenupop.active span:before {
	transform: rotate(45deg);
	top: 0;
	left: 0px;
	width: 40px;
}

.smenupop.active span:after {
	transform: rotate(-45deg);
	top: 0;
	left: 0px;
	width: 40px;
}

span.ityped-cursor {
	text-indent: -11111px;
	display: inline-block;
	width: 30px;
	height: 6px;
	background: #000;
	vertical-align: bottom;
	margin-bottom: 8px;
}

.offcanvas {
	background-color: #013784;
}



.sidebar-nav {
	background: rgba(255, 255, 255, 1);
	width: 100%;
	background-image: url(images/popup_secbg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}


.sidebar-nav .navbar-brand {
	width: 150px;
	height: auto;
	display: block;
}

.offcanvas-header .btn-close {
	color: #FFF;
	filter: invert(100%);
}

.sidebar-nav .offcanvas-body {
	padding-top: 180px;
}

.sidebar-navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-navigation ul li a {
	display: block;
	font-size: 18px;
	padding: 12px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	transition: 0.5s;
	text-align: right;

	font-weight: 500;
	border-radius: 5px;
	font-size: 55px;
	font-weight: 900;
	color: #000;
	line-height: 32px;

}


.sidebar-navigation ul li a:hover{
    color: #e5258e;
}



/*
.navbar-menu .smenu.active span { background-color: transparent; }
.navbar-menu .smenu span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }
.navbar-menu .smenu span { background-color: transparent; }
.navbar-menu .smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }*/


.navbar-menu .menu-listing {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-menu .menu-listing ul {
	margin: 0px;
	padding: 0px;
}

.menu-listing li {
	/*    display: inline-block;*/
	display: block;
}

.menu-listing li a {
	background-color: #02264e;
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 12px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	transition: 0.5s;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}

/*.menu-listing li a:hover { background-color: #262626;color: #fff;transition: 0.5s; }*/

.navbar-menu .menu-listing ul li ul.sub-menu {
	background-color: #f0e9e9;
	border-top: 2px #1f265c solid;
	position: relative;
	display: none;
}

.navbar-menu .menu-listing ul li:hover ul {
	display: block;
}

.navbar-menu .menu-listing ul ul.sub-menu:before {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: '';
	border-bottom: 10px solid black;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
}

.navbar-menu .menu-listing ul ul.sub-menu a {
	background-color: #eceef9;
	font-size: 1rem;
	font-weight: 700;
	border-bottom: 1px #1f265c dashed;
}

.navbar-menu .menu-listing ul ul.sub-menu a:hover {
	color: #1f265c;
}

.navbar-menu {
	background-color: #02264e;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 50px;
	transform: translateX(-100%);
	transition: 0.5s;
	bottom: 0px;
	z-index: 999;
	padding-top: 110px;
	height: 100vh;
}

.navbar-menu.active {
	transform: translateX(0);
	transition: 0.5s;
}

.navbar-menu .menu-listing {
	padding: 0;
	position: relative;
	text-align: center;
	top: 50px;
	/*transform: translateY(-50%);*/
	z-index: 99;
}

.navbar-menu .smenu {
	background-image: none !important;
}


.sidebar-navigation ul li a {
	font-size: 36px;
	display: block;
	padding-top: 22px;
	padding-bottom: 22px;
}

.sidebar-navigation ul li.submenu {
	position: relative;
}

.sidebar-navigation ul li.submenu:after {
	width: 40px;
	height: 40px;
	background: url(images/angle-down-solid.svg);
	background-size: 40px;
	background-position: center center;
	content: '';
	display: block;
	position: absolute;
	right: -110px;
	top: 30px;
	/*    transform: translateY(-50%);*/
	margin-top: 7px;
	background-repeat: no-repeat;
	transition: .25s;
	transform: rotate(-180deg);
}

.sidebar-navigation ul li.submenu:hover {
	padding-right: 50px;
}

.sidebar-navigation ul li.submenu:hover::after {
	right: 0px;
	transform: rotate(0deg);
}


.sidebar-navigation ul li a:hover {
	color: #e5258e;
}


.sidebar-navigation ul li ul {
	-moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	height: 0px;
}

.sidebar-navigation ul li:hover ul {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	height: 150px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.sidebar-navigation ul li {
	-moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;

}


.offcanvas.show ul li {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}


.sidebar-navigation {
	display: block;
	width: 100%;
	padding-right: 70px;
	position: absolute;
	top: 10.6875em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}

.offcanvas.show ul li:nth-child(2) {
	-moz-transition-delay: 0.07s;
	-o-transition-delay: 0.07s;
	-webkit-transition-delay: 0.07s;
	transition-delay: 0.07s;
}

.offcanvas.show ul li:nth-child(3) {
	-moz-transition-delay: 0.14s;
	-o-transition-delay: 0.14s;
	-webkit-transition-delay: 0.14s;
	transition-delay: 0.14s;
}

.sidebar-navigation ul li ul li a {
	font-size: 24px;
	letter-spacing: normal;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal;
}

.navbar {
	transition: .25s;
}

.navbar.sticky {
	/*    width: 180px;*/
	top: 0px;
	left: 0;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

/*
.navbar.sticky .smenu{
    filter: invert(100%);
}
.navbar.sticky .sticky-block{
    display: block !important;
}

.navbar.sticky .sticky-none{
    display: none !important;
}

.navbar.sticky .smenu{
    right: 0px;
}
*/


/**navbar css ends**/

.btn-quote {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(90deg, rgba(229,37,142) 0%, rgba(229,37,142) 100%);
	padding: 10px 20px 12px 20px;
	border-radius: 12px;
	transition: .25s;
	line-height: normal;
	border: 0px;
}

.btn-quote:hover {
	background: linear-gradient(90deg, rgba(0,102,255,1) 0%, rgba(229,37,142) 100%);
	color: #FFF
}

.color-orange {
	color: #e56628;
}

.color-red {
	color: #fc0000;
}


.banner-social-media {
	position: absolute;
	bottom: 190px;
	left: 67px;
	z-index: 99;
}


.banner-social-media ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.banner-social-media ul li {
	width: 30px;
	height: 30px;
	margin-right: 8px;
	margin-bottom: 10px;
}

.banner-social-media ul li a {
	width: 30px;
	height: 30px;
	/*    border: 1px #000 solid;*/
	border-radius: 50px;
	text-align: center;
	display: block;
	color: #000;
	line-height: 32px;
	font-size: 16px;
	transition: .25s;
}

.banner-social-media ul li a:hover {
	background-color: #000;
	color: #FFF;
}

.about-sec {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
	padding-right: 120px;
	/*    background-color: #d7d7d7;*/
}

.about-sec h3.abt-title {
	font-size: 33px;
	font-weight: 800;
	letter-spacing: -0.07rem;
    color: #e5258e;
}


.about-sec h2.abt-big-title {
	margin-top: 70px;
	font-size: 70px;
	line-height: 75px;
	font-weight: 800;
	letter-spacing: -0.10rem;
}

.abtcardblock {
	position: relative;
	/*    padding-right: 150px;*/
	padding-top: 150px;
	padding-bottom: 70px;
}

.abtcardblock .abtlftpic {
	position: absolute;
	right: -150px;
	top: 0px;
	height: 100%;
	width: 650px;
	background-color: #cacbcd;
	background-position: center center;
	background-size: cover;
	z-index: -1;
	background-blend-mode: soft-light;
}

.abt-line {
	background-color: #dbdcde;
	position: relative;
	height: 10px;
	z-index: -2;
	max-width: 350px;
	margin-top: 80px;
	margin-bottom: 80px;
}

.abt-line:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000;
	height: 2px;
	content: '';
	width: 200px;
}

.abtcountnumber {
	font-size: 80px;
	color: #000;
	font-weight: 600;
	margin-top: 80px;
}

.abtcounttext {
	font-size: 16px;
	max-width: 400px;
}

.Accomplished {
	margin-top: 30px;
	background-color: #eaeaea;
	font-size: 24px;
	font-weight: 700;
	max-width: 250px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 50px;
	border-radius: 15px;
}


.abtrighthd {
	padding-top: 150px;
}

.abtrightboxitems {
	margin-top: 270px;
}


.abtrightboxitem {
	position: relative;
	background: #efefef;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	margin-bottom: 120px;
	padding-top: 40px;
}

.abtrtopbg img,
.abtrtopbg svg {
	width: 100%;
	height: auto;
}


.abtrtopbg {
	position: absolute;
	bottom: 100%;
}

.abtrightboxitem .abticon {
	font-size: 37px;
	top: -63px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.abtrightboxitem h3 {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.07rem;
	margin-bottom: 20px;
	margin-top: 0px;
}

.abtcountrighttext {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.IndexPortfolio{
    background-color: #FFF;
    padding-left: 120px;
    padding-right: 120px;
    position: relative;
    height: 750px;    
}

.IndexPortfolioLeft{
    padding-top: 50px;
    padding-bottom: 50px;
}

.IndexPortfolioLeftbg{
    width: 33%;
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3;
    filter: grayscale(100%);
}

.IndexPortfolioLeftbg:after{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #d9e0ea;
    z-index: 1;
    content: '';
    opacity: .85;
    display: none;
}


.Portfolioitems{
/*    background-color: #FFF;*/
    width: 75%;
    margin-left: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    right: 0px;
    padding-right: 30px;
}
.Portfolioitems .card{
    background-color: transparent;
}
.Portfolioitems .card-body{
    padding-left: 30px;
    padding-right: 30px;
}

.IndexPortfolioLeft h2{
    font-size: 48px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.02rem;
}

.IndexPortfolioLeft h2 span{
    color: #e5258e;
}


.Portfolioitems .owl-nav{
    display: none;
}
.IndexPortfolio .container-fluid{
    position: relative;
    z-index: 3;
}
.Portfolioitems .card-body h2.card-title{
    font-size: 28px;
    font-weight: 800;
}
.Portfolioitems .card-body h2.card-title a{
    color: #000;
    text-decoration: none;
}

.Boxitem.card {
    border-radius: 42px;
    border: 0px;
   padding-left: 15px;
    padding-right: 15px;
}


.Boxitem.card .BlogPicture{
     background-color: #f1f1f1;
    border-radius: 45px;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.Boxitem.card h4.port-cate {
    font-size: 15px;
    font-weight: 800;
}

.Boxitem.card h4.port-cate a{
	color: #e5258e;
	text-decoration: none;
}

.Boxitem.card h4.port-cate a:hover{
	color: #000;
}


.Boxitem.card .card-title{
    font-size: 30px;
    font-weight: 900;
}

.Portfolioitems h3{
    padding-left: 50px;
    margin-bottom: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.Portfolioitems h3 span.ityped-cursor {
	text-indent: -11111px;
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #000;
    vertical-align: bottom;
    margin-bottom: 5px;
    /* border-radius: 50%; */
    margin-left: 2px;
}




/**partners_sec css starts**/
.partners_sec{
    padding-top: 100px;
    padding-bottom: 75px;
}
.partners_sec .row.main{
    align-items: center;
}
.partners_sec .left_sec{
    width: 62%;
    max-width: 62%;
    flex: 0 0 62%;
}
.partners_sec .left_sec .row{
    flex-wrap: wrap;
}
.partners_sec .left_sec .partner_box{
    width: 180px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
    height: 80px;

}
.partners_sec .left_sec .partner_box img{
    width: auto;
    height: auto;
    max-height: 45px;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    filter: grayscale(100%);
}
.partners_sec .left_sec .partner_box:hover img{
    filter: grayscale(0%);
}

.partners_sec .right_sec{
    width: 38%;
    max-width: 38%;
    flex: 0 0 38%;
    padding-left: 40px;
}

/*
.partners_sec .left_sec .partner_box img{
    max-height: 75px;
    max-width: 140px;
}
*/


/**partners_sec css ends**/




/**project_sec css starts**/
.project_sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 315px;
    padding-top: 60px;
    position: relative;
    z-index: 4;
}
.project_sec .container{
    position: relative;
}
.project_sec .heading.title h2{
    margin-bottom: 25px;
}
.project_sec p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    max-width: 600px;
    line-height: 18px;
}
.project_sec .buttoncontainer{
     position: absolute;    
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
/*    display: flex;*/
    column-gap: 15px;
    text-align: center;
    
}
.project_sec .button{
/*
     position: absolute;    
    right: 270px;
    bottom: 30px;
*/
}
.project_sec .button a{
    font-size: 15px;
    font-weight: 700;
/*    text-transform: uppercase;*/
    display: inline-block;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    width: 200px;
    height: 43px;
    line-height: 41px;
    border: 0px solid #000;
    justify-content: center;   
    transition: .25s;
    background-color: #000;
    border-radius: 12px;
    margin-bottom: 10px;
/*    padding: 10px 30px 12px;*/
}
.project_sec .button a:hover{
    background-color: #e5258e;
/*    background-color: #000;*/
    color: #FFF;
}
.project_sec .button a img.arrow {
    width: 16px;
    height: auto;
    margin-left: 10px;
    filter: invert(1);
    transition: .25s;
}
.project_sec .button a:hover img.arrow{
    filter: invert(0);
}

.project_sec .button i{
    margin-left: 10px;
}

.project_sec .button-two{
/*
     position: absolute;
    right: 50px;
    bottom: 30px;
*/
    
    
}

.project_sec .button-two a{
    font-size: 14px;
    font-weight: 800;
/*    text-transform: uppercase;*/
    display: inline-block;
    align-items: center;
    color: #000;
    text-decoration: none;
    width: 200px;
    height: 43px;
    line-height: 41px;
    border: 2px solid #000;
    justify-content: center;   
    transition: .25s;
    border-radius: 12px;
/*    padding: 10px 0px 10px;*/
}
.project_sec .button-two a:hover{
    background-color: #013784;
    color: #FFF;
    border: 2px solid #013784;
}

/**project_sec css ends**/




/**footer_sec css starts**/
.footer_sec{
    padding-top: 42px;
    background-color: #e7e7e7;
    padding-bottom: 55px;
    position: relative;
    z-index: 9;
}
.footer_logo{
    margin-bottom: 35px;
    margin-right: 15px;

}
.footer_sec img.arrow{
    width: 16px;
    height: auto;
}
/*
.footer_sec .col-lg-3 .box{
    padding-top: 100px;
}
*/
.footer_sec .col-lg-3:first-child .box{
    padding-top: 0px;
}
.footer_sec .box ul{
    padding-left: 0px;
    list-style-type: none;
}
.footer_sec .box ul li {
    padding: 5px 0px;
}
.footer_sec .box ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: .25s;
}

.footer_sec .footer_heading h6{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.footer_sec ul.contact_list li a.phn{
    font-size: 16px;
    font-weight: 800;
}
.footer_sec ul.social_media {
    display: flex;
    align-items: center;
}
.footer_sec ul.social_media li a{
    margin-left: 12px;
    margin-right: 12px;
}
.footer_sec ul.social_media li:first-child a{
    margin-left: 0px;
}
.footer_sec ul.social_media li:last-child a{
    margin-right: 0px;
}
.footer_sec ul.social_media li a img.icon {
    height: auto;
    width: 29px;
    transition: .25s;
}
.footer_sec ul.social_media li a img.icon:hover{
    opacity: 0.6;
}
.footer_sec input[type="text"] {
    width: 100%;
    height: 40px;
    border: 2px solid #000;
    padding-left: 18px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}
.footer_sec input[type="text"]::focus{
    outline: 0;
    box-shadow: none;
}
.footer_sec form.search-wrapper.cf button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: 0;
    background-color: #000;
    color: #fff;
    transition: .25s;
}
.footer_sec form.search-wrapper.cf {
    width: 100%;
    height: 40px;
    position: relative;
    margin-bottom: 20px;
}
.footer_sec .col-lg-3:last-child .box .footer_heading h6{
    margin-bottom: 30px;
}


/**footer_sec css ends**/




/*copyright_sec css starts*/

@keyframes breathing {
  0% {
   -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/*copyright_sec css ends*/

.heading.title h2 {
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 48px;
}

.heading.title h2 span {
    display: block;
    font-size: 48px;
    font-weight: 900;
}





.innernav{
    width: 380px;
    background-color: #000;
    right: 0px;
    left: auto;
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;
}


.innernav.navbar.sticky{
    background-color: #000;
}

.innernav.navbar.sticky .smenu{
    filter: invert(0%);
}
.innernav .btn-quote{
    display: none;
}

.navbar-light.innernav .navbar-brand{
    color: #FFF;
}

.navbar-light.innernav .smenu{
    color: #FFF;
}

.navbar-light.innernav .smenu span, .navbar-light.innernav .smenu span:before, .navbar-light.innernav .smenu span:after{
    background-color: #FFF;
}

.innernav.navbar .smenu, .innernav.navbar.sticky .smenu{
    margin-left: 0px;
}

.navbar.innernav.sticky{
     right: 0px;
    left: auto;
}



/*Inner pages*/

.ProjectViews{
    padding-left: 550px;
    padding-right: 00px;
    background-color: #9f9f9f;
}

.ProjectViewsLeft{
    position: fixed;
    height: 100vh;
    width: 550px;
    left: 0px;
    top: 0px;
    z-index: 3;
    padding-left: 120px;   
    display: flex;
    background-color:  #d1d1d1 ;
    background-image: url(images/portfolio-left-bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow-y: auto;
}

.ProjectViewsLeft .pvlc{
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 80px;
}

.Project-cate{
    margin-top:100px;
}
.Project-cate ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}
.Project-cate ul li{
    margin-bottom: 5px;
}
.Project-cate a{
position: relative;
    cursor: pointer;
    display: block;
    height: 36px;
    margin-bottom: 0px;
    line-height: 30px;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #e0e0e0;
    /* border: 1px solid #e0e0e0; */
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    font-size: 12px;
    border-radius: 40px;
    padding: 3px 15px;
    color: #000;
    text-transform: none;
    text-decoration: none;
}

.Project-cate a:hover{
    background: #e5258e;
    color: #FFF;
}

.Project-cate ul li.active a{
background: #e5258e;
    color: #FFF;
}

.ProjectViewsright{
    min-height: 100vh;
    padding-top: 130px;
    background-image: url(images/portfolio-bg.png);
    background-position: right top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.portfolio-right-hd{
    margin-bottom: 80px;
    font-size: 20px;
    font-weight: 700;
}

.portfolio-right-hd span.ityped-cursor {
    text-indent: -11111px;
    display: inline-block;
    width: 16px;
    height: 4px;
    background: #000;
    vertical-align: bottom;
    margin-bottom: 4px;
    margin-left: 5px;
}


.LogoContainer{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}


.ProjectViewsright .logo-item{
    width: 220px;
    height:220px;
    background-color: #000;
    margin-bottom: 30px;
    border-radius: 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,.12);
    margin-left: auto;
    margin-right: auto;
    border: 8px #FFF solid;
    overflow: hidden;
    position: relative;
    transition: .25s;
}

.ProjectViewsright .logo-item:hover{
	box-shadow: 0 5px 20px rgba(0,0,0,.30);
}


.ProjectViewsright .logo-item .vbox-item{
	position: absolute;
	top: 10px;
    right: 20px;
    color: #000;
    width: 40px;
    height: 40px;
    z-index: 3;
    opacity: 0;
    background-color: #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
}
.ProjectViewsright .logo-item:hover .vbox-item {
    opacity: 1;
}

.ProjectViewsright .logo-item .vbox-item img{
	width: 18px;
	height: 18px;
}



.ProjectViewsright .logo-item img{
	max-width: 100%;
	max-height: 100%;
	opacity: .8;
	transition: .25s;
}

.ProjectViewsright .logo-item:hover img{
	opacity: 1;
}


.UseingTools{
    padding-top: 100px;
    padding-bottom: 60px;
    display: flex;
    color: #FFF;
    align-items: center;
    justify-content: flex-end;
}

.UseingTools h6{
    font-size: 15px;
    font-weight: 700;
    margin-right: 15px;
    margin-bottom: 0px;
}

.UseingTools span {
    font-size: 9px;
    text-transform: uppercase;
    background-color: #00bcd0;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 5px 10px 5px;
    color: #FFF;
    border-radius: 10px;
}

.UseingTools span.card-ai {
    background-color: #ff7f18;
}
.UseingTools span.card-psd {
    color: #31a8ff;
    background-color: #001e36;
}


.testi-item{
    margin-right: 12px;
    font-size: 14px;
    border-radius: 15px;
    font-weight: 500;
    line-height: 16px;
    background-color: #f2f2f2;
    padding: 7px 15px;
    height:60px;
    display: flex;
    align-items: center;
        justify-content: center;
    text-align: center;
}


.testi-item.light-blue{
	background-color: #ecf1f7;
}

.testi-item.light-orange{
	background-color: #f6eee9;
}
.testi-item.light-green{
	background-color: #e6f1e5;
}


.testi-item p{
    margin-bottom: 0px;
}

.testi-item.w630{
	width: 630px;
}

.author-name{
    font-weight: 400;
    color: #000;
    font-style: italic;
    display: inline-block;
    margin-top: 2px;
}

.testi-items{
    padding-bottom: 0px;
}
.projects_slidersec img {
	width: auto;
	height: auto;
	max-width: 16px;
	max-height: 16px;
/*	filter: grayscale(100%);*/
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 2px;
}




/**footer sec css starts**/

.footer_sec.landingpage{
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 35px;
}
.footer_sec.landingpage .container{
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
}
.footer_sec.landingpage .footer_logo img{
    width: 50px;
    margin-top: 5px;
}
.footer_sec.landingpage .top_sec{
    display: flex;
    flex-wrap: wrap;
}
.footer_sec.landingpage .social_media {
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 7px;
}
.footer_sec.landingpage .col-lg-3.one {
    width: 22%;
    max-width: 22%;
}
.footer_sec.landingpage .col-lg-4.two {
    width: 38%;
    max-width: 38%;
}
.footer_sec.landingpage .col-lg-2.three {
    width: 15%;
    max-width: 15%;
}
.footer_sec.landingpage .col-lg-3.four {
    width: 23%;
    max-width: 23%;
}
.footer_sec.landingpage .social_media ul li a img.insta {
    width: 19px;
}

.footer_sec.landingpage .social_media p {
    color: #000;
    font-size: 14px;
    max-width: 250px;
}

.footer_sec.landingpage .social_media  a{
    color: #000
}

.footer_sec.landingpage .contact_sec{
   
}
.footer_sec.landingpage .contact_sec ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.footer_sec.landingpage .contact_sec ul li a:hover{
    color: #;
}

.Specializetext{
    font-size: 13px;
}

.footer_sec.landingpage .address_sec ul li h6 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.footer_sec.landingpage .address_sec ul li h6 i{
	font-size: 16px;
	margin-right: 2px;
}

.footer_sec.landingpage .address_sec ul li p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
/*    max-width: 200px;*/
}
.footer_sec.landingpage .footer_heading h3 {
    color: #000;
    font-size: 21px;
    font-weight: 800;
    margin-top: 3px;
}
.footer_sec.landingpage .footer_heading h3 a{
	color: #000;
}

.footer_sec.landingpage .footer_heading h3 a:hover{
	color: #e5258e;
}

.footer_sec.landingpage .contact_sec {
    padding-top: 0px;
    padding-bottom: 17px;
}

.footer_sec.landingpage .address_sec ul li h6 img {
    filter: invert(1);
}
.footer_sec a{
    text-decoration: none;
}
.footer_sec ul{
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.footer_sec .social_media ul{
    margin-bottom: 12px !important;
}
.footer_sec .social_media li a img {
    width: 15px;
    transition: .25s;
}
.footer_sec .social_media li a{
    margin-left: 8px;
    margin-right: 8px;
    
}
.footer_sec .social_media li:first-child a{
    margin-left: 0px;
}
.footer_sec .social_media li:last-child a{
    margin-right: 0px;
}
.footer_sec .contact_sec ul li a img {
    width: 15px;
    margin-right: 8px;
}
.footer_sec .contact_sec ul li a{
    margin-left: 18px;
    margin-right: 18px;
    position: relative;
}
.footer_sec .contact_sec ul li a::before{
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: -19px;
    background-color: #000;
}
.footer_sec .contact_sec li:first-child a{
    margin-left: 0px;
}
.footer_sec .contact_sec li:first-child a::before{
    display: none;
}
.footer_sec .contact_sec li:last-child a{
    margin-right: 0px;
}
.footer_sec .f_menu {
    margin-bottom: 35px;
}
.footer_sec .f_menu a{
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.footer_sec .f_menu a:hover{
    color: #e5258e;
}

.footer_sec.landingpage .contact_sec ul li a:hover{
    color: #e5258e;
}

.footer_sec .box ul.d-block{
    display: block;
}


.footer_sec .box h4{
    font-size: 21px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
}
.footer_sec .box h4 span{
    font-weight: 800;
    display: block;
}
.footer_sec .box .button{
    transition: .25s;
}
.footer_sec .box .button a {
    font-size: 15px;
    font-weight: 800;
    color: #FFF;
    text-decoration: none;
    background: rgb(0,102,255);
	background: linear-gradient(90deg, rgba(0,72,218,1) 0%, rgba(0,72,218,1) 100%);
    padding: 10px 20px 10px;
    border-radius: 10px;
    transition: .25s;
    display: inline-block;
}
.footer_sec .box .button a:hover{
    color: #fff;
  	background: linear-gradient(90deg, rgba(255,25,135) 0%, rgba(0,72,218,1) 100%);
}

.copyrighttext{
    font-size: 13px;
}





/**copyright_sec css starts**/
.copyright{
    background: #f2f2f250;
    padding-top: 12px;
    padding-bottom: 12px;
}
.copyright p{
   font-size: 12px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
}

.devis_sec .left_sec{
    position: relative;
}

.divarrow{
    position: absolute;
    width: 177px;
    background: url(images/form-arrow.png) no-repeat top left;
    height: 57px;
    right: 30px;
    top: 25px;
}

.ProjectViews.nosidebar{
    padding-left: 0px;
}

.webproject-template{
    padding: 50px;
    background: url(images/portfolio-bg.png) no-repeat right top;
    background-size: 100%;
/*	background: url(images/website-bg.jpg) repeat right top;*/
	background-attachment: fixed;

}

.webproject-template .webproject-template-body{
/*    background-color: #FFF;*/
}

.ProjectLists{
	margin-top: 60px;
}

.welcome-box{
    border-radius:0; 
/*    background: linear-gradient(130deg, rgba(21,15,15,1) 0%, rgba(11,8,8,1) 100%);*/
    background-color: #013784;
    position: fixed; 
    width: 446px; 
    right: 0px; 
    z-index: 9999; 
    bottom: 0px;
}
.bb-0{border-bottom: 0px transparent;}
.welcome-box-body{padding: 15px 0px 15px;width: 100%;}
.welcome-box-body .modal-title {font-size: 1.5rem;color: #FFF;}
.welcome-box-body p {font-size: .75rem;color: #FFF;line-height: normal; margin-bottom: 10px;}

.welcome-popup{
  background: rgba(20, 14, 14, 0.6);
  -webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
  z-index: 999999;
}

.welcome-popup .modal-dialog {
    max-width: 100%;
    margin: auto auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.welcome-box-content{
    width: auto;
    padding-right: 20px;
    padding-left: 30px;
}


.welcome-box-body .modal-title{
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}

.welcome-box .close{
  padding-top: 20px 20px 0;
  color: #FFF;
    position: absolute;
    right: 0px;
    top: 10px;
    background-color: transparent;
    border: 0px;
    font-size: 40px;
    line-height: 30px;
}
.welcome-popup .form-control{
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.47);
    border: 1px solid #b2b2b2;
    background-color: #000;
}

.es-form-field-container .gjs-cell{
/*      background-color: #fff;*/
    border-radius: 0px;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    overflow: hidden;
/*    border-bottom: 1px #ccc solid;*/
}

.es-email {
    height: 46px;
    color: #0f1826;
    border: 1px #000;
    margin-bottom: 0;
    padding-left:0;
    font-size: 13px;
    flex: 1;
    border: 0px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    background: none;
    color: #FFF;
    margin-right: 10px;
}
.es-form-field-container .gjs-cell input[type=submit]{
/*
  width: 110px;
  height: 42px;
  background-color: #e28914;
  font-size: 20px;
  color: #FFF;
  border: 2px #e28914 solid;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  transition: .25s;
*/
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: #e5258e;
    padding: 10px 20px 12px 20px;
    border-radius: 12px;
    transition: .25s;
    line-height: normal;
    width: 110px;
    border: 0px;
    opacity: .8;
}

.es-form-field-container .gjs-cell input[type=submit]:hover{
/*
  background-color: transparent;
  color: #000;
*/
    opacity: 1;
}

.welcome-box{
  max-width: 446px;
  width: 100%;
  margin-left: auto;
  margin-right: 5%;
  margin-bottom: 20px;
  border-radius: 20px;
}

.es-email:focus{
  outline: 0px;
}

.es_subscription_message.success{
    color: #F27E20;
    font-size: 14px;
    margin-top: 15px;
}


.vbox-inline{
	border-radius: 0px;
	padding: 0px !important;
	overflow: hidden;
	background: none !important;
	box-shadow: none;
}

.logo-popup p:last-child{
	margin-bottom: 0px;
}
.logo-popup img.rounded{
	margin-bottom: 0px;
	border-radius: 50px !important;
	border: 10px solid #FFF;
	overflow: hidden;
	max-width: 750px;
	height: auto;
	margin-right: 50px;
	position: relative;
	z-index: 2;
}
.logo-popup h3{
	display: block;
    font-size: 27px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 28px;
}
.logo-popup {
/*	padding-bottom: 15px; */
	position: relative;
	overflow: hidden;
/*	color: #FFF;*/
	display: flex;
	align-items: center;
}

.logo-popup-overlay{
	/*position: absolute;
	bottom: 20px;
	right: 20px;
	left: 20px;
	text-align: right;
	z-index: 2;*/
	color: #FFF;
	position: relative;
	z-index: 1;
}



.logo-popup-overlay-color{
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 1;
	background: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	left: 0px;
	height: 50%;
}

.vbox-overlay{
	background: rgba(0, 0, 0, 0.85) !important;
}

.acqbtn{
	padding-left: 25px;
	margin-bottom: 35px;
}


.vbox-close{
	width: 70px;
    height: 70px;
    font-size: 54px;
}

.webproject-template .webproject-template-body{
	padding-top: 60px;
}

.PortfolioitemsTab ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 30px;
}
.PortfolioitemsTab ul li{
	margin-left: 5px;
	margin-right: 5px;
}
.PortfolioitemsTab ul li a{
	font-size: 14px;
    font-weight: 800;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    background-color: #FFF;
    padding: 13px 20px;
    transition: .25s;
    line-height: normal;
    display: block;
    text-transform: uppercase;
}

.PortfolioitemsTab ul li a:hover{
	background: #e5258e;
    color: #FFF;
}

.PortfolioitemsTab ul li.active a{
	background: #e5258e;
    color: #FFF;
}


.ProjectLists .ProjectList{
    width: 100%;
    height:auto;
    background-color: #eee;
    margin-bottom: 30px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,.12);
    margin-left: auto;
    margin-right: auto;
    border: 8px #FFF solid;
    overflow: hidden;
    background-size: cover;
    display: block;
    position: relative;
}

.ProjectLists .ProjectList img{
	width: 100%;
	height: auto;
}

.ProjectListOverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	top: 0%;
	transform: scale(0,0);
    overflow: hidden;
    
    transition: .25s;
}
.ProjectListOverlay h3{
	font-size: 18px;
}

.ProjectListOverlay i.url-icon{
	position: absolute;
	top: 30px;
	right: 30px;
}

.ProjectLists .ProjectList:hover .ProjectListOverlay{
  transform: scale(1,1);
}




.webproject-Details{
	padding-top: 150px;
	padding-bottom: 80px;
	background-color: #FFF;
	padding-left: 150px;
	padding-right: 150px;
	background: url(images/portfolio-bg.png) no-repeat right top;
    background-size: 100%;
    /* background: url(images/website-bg.jpg) repeat right top; */
    background-attachment: fixed;
}

.projectdetails_sec img{
	width: 100%;
	height: auto;
}


.projectgallery .gallery_box{
	height: auto;
}

.projectgallery .gallery_box img{
	border-radius: 40px;
}


.projectdetails_sec{
	padding-bottom: 120px;
}

.projectdetails_sec .pic_sec{
	background-color: #edeff3;
	border-radius: 50px;
	text-align: center;
    padding: 35px 40px;
}

.projectdetails_sec .pic_sec img{
	width: 100%;
    height: auto;
}

.projectdetails_sec .content{
	padding-left: 50px;
}

.projectdetails_sec .content h2{
	font-size: 48px;
	font-weight: 700;
}

.projectdetails_sec .content a{
	color: #e5258e;
}
.projectdetails_sec .content a:hover{
	text-decoration: none;
}


.projectdetails_sec .content .acqbtn{
	padding-left: 0px;
}

.projectdetails_sec .content .acqbtn a{
	color: #FFF;
}


.projectgallery{
padding-bottom: 55px;
}
.projectgallery .left_sec{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
}
.projectgallery .right_sec{
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}
.projectgallery .left_sec .gallery_box{
   /* width: 31.5%;
    max-width: 31.5%;
    flex: 0 0 31.5%;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px;
    border-radius: 40px;
    overflow: hidden;
    display: block;
}
.projectgallery .right_sec .button a img{
    width: 16px;
    transition: .25s;
}
.projectgallery .right_sec .projectbox{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.projectgallery .right_sec .projectbox .pic_sec{
    width: 200px;
    height: 200px
}
.projectgallery .right_sec .projectbox .pic_sec img {
    width: auto;
    max-height: 200px;
    border-radius: 15%;
}
.projectgallery .projectbox .text{
    text-align: right;
    margin-right: 25px;
}
.projectgallery .projectbox .text h6.category {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
    transition: .25s;
}
.projectgallery .projectbox.social .text h6.category {
    color: #217bff;
}
.projectgallery .projectbox .text h5 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    letter-spacing: 0.025rem;
    margin-bottom: 45px;
}
.projectgallery .projectbox .button a {
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #000;
    transition: .25s;
}
.projectgallery .projectbox .button a span {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    border: 1px solid #000;
    transition: .25s;
}
.projectgallery .projectbox .button a:hover span{
    background-color: #000;
}
.projectgallery .right_sec .button a:hover img{
    filter: invert(1);
}


.BannerDesignCont .ProjectViewsLeft{
	background-image: url(images/port-background-2.jpg);
}

.BannerDesignCont .banner-item{
	width: 100%;
    height: auto;
    background-color: #000;
    margin-bottom: 30px;
    border-radius: 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,.12);
    margin-left: auto;
    margin-right: auto;
    border: 8px #FFF solid;
    overflow: hidden;
    position: relative;
}

.BannerDesignCont .banner-item img{
	width: 100%;
	height: auto;
	opacity: .8;
    transition: .25s;
}
.BannerDesignCont .banner-item img:hover{
	opacity: 1;
}

.BannerDesignCont .banner-item .vbox-item {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #000;
    width: 40px;
    height: 40px;
    z-index: 3;
    opacity: 0;
    background-color: #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
}

.BannerDesignCont .banner-item .vbox-item img {
    width: 18px;
    height: 18px;
}

.BannerDesignCont .banner-item:hover .vbox-item{
	opacity: 1;
}

.bnr-featured{
	position: relative;
	display: block;
	z-index: 2;
	height: 236px;
}

.BlogContainer{
	padding: 50px 150px;
}


.bnright-text h5{
	font-size: 25px;
    font-weight: 800;
    margin-bottom: 15px;
	
}

.bnright-text ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.bnright-text ul li{
	margin-bottom: 5px;
}

.bnright-text ul li a{
	text-decoration: none;
	font-size: 14px;
    font-weight: 800;
    color: #000;
}

.bnright-text ul li a:hover{
	color: #e5258e;
}

.blog-list img{
	width: 100%;
	height: auto;
}


.BlogAboutUs{
	background-color: #f8f8f8;
}


.blog-list .Blog-photo{
	margin-bottom: 15px;
}

.blog-list.featurblog .Blog-photo a{
	height: 300px;
	display: block;
	border-radius: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.blog-list .Blog-photo img{
	width: 100%;
	height: auto;
	border-radius: 40px;
	filter: grayscale(100%);
}
.blog-list .blog-text{
	color: #000;
	text-decoration: none;
}
.blog-list .blog-text a{
	color: #000;
	text-decoration: none;
}

.blog-list .blog-text{
	text-align: center;
}
.FeaturedBlog p{
    color: #fff;
}
.FeaturedBlog a{
	color: #fff !important;
	text-decoration: none;
} 


.Developdate{
	margin-bottom: 15px;
}

.blog-list .blog-text h2{
	font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
}
.blog-list .blog-text {
	font-size: 14px;
}

.blog-list .blog-text a.btn-more{
	font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: #e5258e;
    padding: 7px 20px 8px 20px;
    border-radius: 12px;
    transition: .25s;
    line-height: normal;
    border: 1px solid #fff;
}
.blog-list .blog-text a.btn-more:hover{
	background-color: #000;
}

.blog-list{
	margin-bottom: 50px;
}

.BlogAboutUs{
	background-color: #f8f8f8;
	padding: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-radius: 40px;
}

.aboutprofilepic{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-bottom: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.BlogAboutUs .email{
	margin-bottom: 7px;
}
.BlogAboutUs .email a{
	color: #000;
	text-decoration: none;
}

.BlogAboutUs .phonenumbr{
margin-bottom: 15px;
}
.BlogAboutUs .phonenumbr a{
	color: #000;
	text-decoration: none;
}

.FeaturedBlog{
	margin-top: 30px;
	padding: 30px 25px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
	border-radius: 40px;
    background-color: #e5258e;
}

.FeaturedBlog h3{
	font-size: 25px;
    font-weight: 800;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.FeaturedBlog .blog-list{
	margin-bottom: 0px;
}
.BlogLeftContainer{
	padding-right: 70px;
}


.Sidebar-Categories{
	margin-bottom: 30px;
	margin-top: 50px;
}

.Categories-card-body{
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
	text-decoration: none;
	border-radius: 30px;
}
.Sidebar-Categories h3{
	font-size: 25px;
    font-weight: 800;
    margin-bottom: 15px;
    text-align: center;
}

.Categories-card-body h4{
	font-size: 16px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #000;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 5px;
}


.InnerpageHeader{
	padding-top: 150px;
    padding-bottom: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-color: #000;
    color: #FFF;
    padding-left: 150px;
    padding-right: 150px;
}

.InnerpageHeader .inner-banner-overlay{
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.InnerpageHeader h1{
	font-size: 50px;
	font-weight: 800;
}

.InnerpageHeader .container-fluid{
	position: relative;
	z-index: 5;
}


.blog-details{
	padding-right: 50px;
}

.blog-details .blog_item_bg img{
	width: 100%;
	height: auto;
	border-radius: 40px;
}

.blog-details h1{
	font-size: 36px;
	font-weight: 800;
}

.blog-date{
	color: #333;
}

.blog-date i{
	margin-right: 15px;
}


.blog_pagination{
	margin-top: 35px;
}

.blog_pagination a{
	background-color: #000;
    display: inline-block;
    color: #FFF;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 40px;
}

.blog_pagination a:hover{
	background-color: #e5258e;
}

.blog_description h2{
	font-weight: 800;
	margin-bottom: 12px;
	margin-top: 30px;
}

.blog_description p{
	margin-bottom: 18px;
}

.InnerpageContent{
	padding: 50px 150px;
}

.LogoDetailsContainer{
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 50px;
	background-image: url(images/portfolio-bg.png);
    background-position: right top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 50px;
}

.LogoDetailsContainer .logo-item img{
	width: 100%;
	height: auto;
	border-radius: 40px;
}

.LogoDetailsContainer h2{
	margin-top: 00px;
    font-size: 50px;
    line-height: 55px;
    font-weight: 800;
    letter-spacing: -0.2rem;
}

.LogoDetailsContainer .acqbtn{
	margin-bottom: 0px;
	margin-top: 35px;
	padding-left: 0px;
}

.logo-description{
	padding-left: 40px;
}

.logo-popup-overlay .btn-more{
	font-size: 14px;
    font-weight: 800;
    /* text-transform: uppercase; */
    display: inline-block;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    width: 200px;
    height: 43px;
    line-height: 41px;
    border: 2px solid #FFF;
    justify-content: center;
    transition: .25s;
    border-radius: 12px;
    padding: 0px;
}

.logo-popup-overlay .btn-more:hover{
	background-color: #FFF;
	color: #000;
}


button.btn.btn-link.smenu:focus {
    outline: 0;
    box-shadow: none;
}

.btn-check:focus+.btn{
    outline: 0;
    box-shadow: none;
}


.client-review{
	position: relative;
	margin-top: 80px;
}
.client-review blockquote{
	    background-color: #FFF;
    background-image: url(images/quote.png);
    background-position: 20px 27px;
    background-repeat: no-repeat;
    background-size: 37px;
    border-radius: 20px;
    padding: 35px 15px 20px 70px;
    font-style: italic;
    font-size: 13px;
    max-width: 570px;
    box-shadow: 0 0 20px rgba(0,0,0,.12);
    line-height: 15px;
}

.client-review .reviwhd{
	    position: absolute;
    top: -22px;
    background-color: #013784;
    color: #FFF;
    font-size: 13px;
    width: auto;
    left: 70px;
    border-radius: 40px;
    padding: 8px 35px;
}

.client-name{
	margin-bottom: 15px;
	margin-bottom: 0px;
}
.client-name img{
	width: 18px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 7px;
}

.client-review .review-sec{
	margin-bottom: 10px;
	font-size: 9px;
	color: #009ea1;
}



/*.small-images{
      margin:0 auto;
      width:1000px;
  margin-left:450px;
}
*/



.small-images img{
      width: 20%;
    /* max-height: 60px; */
    margin-right: 3%;
    border-radius: 20px;
}

#big-image{
   width:100%;
   height: auto;
   margin:auto;
   margin-bottom: 30px;
}

#big-image img{
	 width:100%;
   height: auto;
   border-radius: 40px;
}

.owl-theme.projectgalleryslider  .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.contact-right-panel h5{
	    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}


.contact-right-panel .card{
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 40px;
	font-size: 14px;
}

.contact-right-panel .card p{
	margin-bottom: 0px;
}


.contact-right-panel .card p.mb18{
	margin-bottom: 18px;
}

.contact-right-panel .card p.mb5{
	margin-bottom: 5px;
}
.cityhd{
	font-weight: 700;
    font-size: 18px;
}

.contact-right-panel .card a{
	font-weight: 700;
	color: #e5258e;
}
.contact-right-panel .card a:hover{
	color: #000;
}

#big-image ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}

#big-image ul li{
	list-style: none;
	width: 47%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 20px;
}

#big-image ul li img{
	max-width: 100%;
	height: auto;
}

.catetitle{
	margin-bottom: 7px;
	color: #222;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}

.catetitle a{
	color: #e5258e;
	text-decoration: none;
}

.catetitle a:hover{
	color: #000;
}


.sidebar-nav-leftpanel{
	width: 380px;
	max-width: 380px;
	background-color: #f1f7fa;
	height: 100vh;
	padding-left: 0px;
	position: absolute;
	right: 0px;
}

.leftFormSection{
	flex: 1;
	margin-right: 380px;
}


/*.popcontact-form{
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}*/




/**sitemap css starts**/

.sitemap_sec{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sitemap_sec .category_sec{
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
}
.sitemap_sec .category_sec:nth-child(odd){
    position: relative;
}
.sitemap_sec .category_sec:nth-child(odd)::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background-color: #f1f7fa;
}
.sitemap_sec .category_sec:nth-child(even){
    position: relative;
}
.sitemap_sec .category_sec:nth-child(even)::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background-color: #fbf0f6;
}
.sitemap_sec .category_sec .box {
    padding-left: 30px;
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
}
.sitemap_sec .category_sec .box h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}
.sitemap_sec .box ul{
    padding-left: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sitemap_sec .box ul li{
    width: 33.33%;
    max-width: 33.33%;
    padding: 5px 0px;
}
.sitemap_sec .box ul li a{
    max-width: 90%;
    width: 90%;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.sitemap_sec .box ul li a:hover{
	color: #e5258e;
}
.sitemap_sec .box h6{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}
.sitemap_sec .box ul.sub_category{
    display: block;
    padding-left: 30px;
    margin-bottom: 30px;
    list-style-type: disc;
}
.sitemap_sec .box ul.sub_category li{
    
}
.sitemap_sec .box ul.sub_category li a{
    font-size: 17px;
    font-weight: 400;
}

.navbar.homepagenavigation.sticky{
	width: 380px;
    background-color: #000;
    right: 0px;
    left: auto;
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;
}


.navbar.homepagenavigation.sticky .btn-quote{
	display: none;
}

.navbar.homepagenavigation.sticky .navbar-brand span{
	color: #FFF;
}


.navbar.homepagenavigation.sticky .smenu{
	filter: invert(100%);
	margin-left: 0px;
}

.navbar.homepagenavigation.sticky img{
	width: 40px;
}

.navbar.homepagenavigation.sticky .navbar-brand{
	font-size: 20px;
}

.navbar.innernav img{
	width: 40px;
}

.navbar.innernav .navbar-brand{
	font-size: 20px;
}

.sidebar-logo-design{
	background-color: #eeeff1;
}
.sidebar-nav .navbar-brand img{
	width: 40px;
}

.sidebar-nav .navbar-brand{
	font-size: 20px;
}





/**new contact page css starts**/

.popup_sec{
    padding: 55px 40px;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.popup_sec .left_sec .heading_sec{
    padding-left: 40px;
/*    margin-bottom: 190px;*/
}
.popup_sec .left_sec h2{
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    max-width: 470px;
    margin-bottom: 25px;
}
.popup_sec .left_sec h6{
    font-size: 22px;
    font-weight: 600;
}
.popup_sec .left_sec h6 a{
    text-decoration: none;
    color: #e5258e;
/*    border-bottom: 1px solid #e56628;*/
}

.popup_sec .left_sec h6 a:hover{
	color: #000;
}

.popup_sec .left_sec .pic_sec{
    background-repeat: no-repeat;
    background-size: 460px;
    height: 300px;
    background-position: center left;
}

.popup_sec .right_sec{
    padding-right: 20px;
}

.popup_sec .right_sec .form-group{
   margin-bottom: 20px; 
}
.popup_sec .right_sec label.label{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.popup_sec .right_sec input.form-control {
    border: 0px;
    border-bottom: 1px solid #ced4da;
    padding-left: 0px;
    border-radius: 0px;
    font-size: 14px;
}
.popup_sec .right_sec input.form-control:focus{
    box-shadow: none;
}
.popup_sec .right_sec textarea.form-control{
    border: 0px;
    border-bottom: 1px solid #ced4da;
    padding-left: 0px; 
    border-radius: 0px;
    font-size: 14px;
}
.popup_sec .right_sec textarea.form-control:focus{
    box-shadow: none;
}
.popup_sec .right_sec .services{
    padding-top: 8px;
}
.popup_sec .right_sec .services ul{
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}
.popup_sec .right_sec .services ul li{
    width: 50%;
    max-width: 50%;
    padding: 4px 0px;
}
.popup_sec .right_sec button.submit_btn{
    font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(90deg, rgba(229,37,142) 0%, rgba(229,37,142) 100%);
	padding: 10px 20px 12px 20px;
	border-radius: 12px;
	transition: .25s;
	line-height: normal;
	border: 0px;

}
.popup_sec .right_sec button.submit_btn:hover{
    background: linear-gradient(90deg, rgba(0,102,255,1) 0%, rgba(229,37,142) 100%);
	color: #FFF
}

.new {
/*  padding: 50px;*/
  max-width: 470px;
}


.popup_sec .right_sec .new .form-group {
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.new .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.new .form-group label {
      position: relative;
    cursor: pointer;
    display: block;
    height: 36px;
    margin-bottom: 0px;
    line-height: 30px;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #e0e0e0;
/*    border: 1px solid #e0e0e0;*/
/*    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
    font-size: 12px;
    border-radius: 40px;
    padding: 3px 15px;
}

.new .form-group label span{
    position: relative;
    z-index: 2;
    display: inline-block;
    transition: .25s;
    margin-left: 0px;
}

.new .form-group label:hover{
	background-color: #666;
    color: #FFF;
}


.new .form-group input:checked + label {
    background-color: #666;
    color: #FFF;
}

/*.new .form-group input:checked + label span{
	margin-left: 15px;
}*/

.new .form-group label:before {
  content: '';
    display: inline-block;
    position: relative;
    top: 2px;
    left: 9px;
    width: 8px;
    height: 15px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    color: #FFF;
    visibility: hidden;
    transition: .25s;
    display: none;
}

.new .form-group input:checked + label:before {
  visibility: visible;
}


