
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #222222;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(34,34,34, 0);
  }
  
  hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
  }
  
  hr:not([size]) {
    height: 1px;
  }

header{
    min-height: 69px;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    position: absolute;
    width: 100%;
    width: calc(100% - 120px);    
}
.inner-head{width: calc(100% - 0px); position:relative; }
.main-title {
    padding: 0;
    text-align: center;
	margin-bottom: 2em;
}
.logo{    
	width: 69px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img{ float:left;}
.menu{
    width: 46px;
    height: 46px;
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 99;
    cursor: pointer;
	float: right;
    position: relative;
}
.body-part{
    width:100%;
    height: 100vh;
    display: flex;
	flex-direction: row;
}
.site-banner {
    background: url(../images/home-banner.png) no-repeat 0% 0%;
}
.body-part .left-sec {
    width: 42%;
}
.left-sec{
    width: calc(100% - 8%);
    padding: 172px 4% 30px 4%;
    height: calc(100% - 232px);
	display:table;
	border-top: 5px solid var(--primary-color);
}
.body-part .right-sec {
    width: 50vw;
}
.right-sec img{
 width: 100%;
 object-fit: cover;
 height: 100vh;
}
.social-media{
    margin: 2em 0em 1.5em;
}
.social-media ul{
    margin-top: 10px;
    display: flex;
}
.social-media ul li{

}
.social-media ul li a{
    display: inline-block;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D2D1D1;
    font-size: 16px;
    color: #666;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}
.social-media ul li a:hover{
    background: #666;
    border: 1px solid #666;
    color: #fff;
    fill: #fff;
}
.social-media ul li a svg{
    height: 18px;
    fill: #666;
    stroke: unset;
}

.primery-head{ color: var( --primary-color);}
.sec-head{ color: var(--secondary-color);}


.brand-area{ padding: 3% 0%;}
.brand-area .first-row .col-lg-4 {
    display: flex;
    justify-content: center;
}
.brand-area{}
.brand-area .single-brand {
    border: 1px solid var(--border-color);
    text-align: center;
    padding: 1.8rem 0rem;
    margin: .9rem 0;
    width: 180px;
    height: 110px;
    cursor: pointer;
    transition: transform .4s ease;
}

.brand-area .first-row .col-lg-4 > .single-brand:hover{
    box-shadow: var(--box-shadow);
    transform: scale(1.1);
}

/*.brand-area .first-row .col-lg-4 > .single-brand:hover > img{
    filter: brightness(0.15);
}*/
.brand-area .experience-area {
    padding-left: 1rem;
}
.brand-area .experience-area .years-area {
    background: url(../images/client-info-bg.png) no-repeat 45px 20px;
    padding: 2rem 0;
    height: 18rem;
    padding-left: 8rem;
    position: relative;
}
.brand-area .experience-area .years-area .years {
    font: normal bold 84px/40px var(--poppins);
    color: var(--primary-color2);
    z-index: 2;
}
.brand-area .experience-area span {
    display: block;
}
.brand-area .experience-area .years-area h2 > span {
    font: normal 600 22px/30px var(--poppins);
}
.brand-area .experience-area .bg-panel {
    position: absolute;
    left: -190px;
    top: 0%;
    background: #e029290a;
    width: 400px;
    height: 400px;
    margin-left: 340px;
    z-index: -1;
}

.brand-area .experience-area .call-area {
    padding-left: 10rem;
}
.brand-area .experience-area .call-area .call-now a{
	text-decoration:none;
	}
.font-poppins {
    font-family: var(--poppins);
}

.services{}
.services i{ font-size:60px; color:var(--white-color); margin-bottom:.3em;}
.services .single-services{padding: 2.5em 2em;text-align: center;margin-bottom: 1.5em;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

.services .single-services h3, .services .single-services p{ color: var(--white-color);}
.services .web-dsn{ background-color: var(--bg1-color);}
.services .interface-dsn{ background-color: var(--bg2-color);}
.services .web-dvt{ background-color: var(--bg3-color);}
.services .Ui-dsn{ background-color: var(--bg4-color);}
.services .graphic-dsn{ background-color: var(--bg5-color);}
.services .seo{ background-color: var(--bg6-color);}



/* Project Area */ 

.project-area{
    padding: 0;
}

.project-area .button-group { margin:2em 0;}
.project-area .button-group button{
    background: transparent;
    border: none;
    font: normal 600 16px/40px var(--poppins);
    text-transform: uppercase;
	color: var(--title-color);
	padding: 0;
}

.project-area .button-group button + button{
    padding-left: 3rem;
}
.button-group button:hover, .project-area .button-group button.active{ color: var(--primary-color);}

.project-area .grid .our-project > .title h4{
    font: normal 700 20px/12px var(--poppins);
	margin-bottom: 6px;
}
.project-area .grid .our-project > .title span{ 
    font-weight: 400;
    font-size: 13px;
    color: var(--paragraph-color);
	text-transform:uppercase;
  }

.project-area .grid .our-project .img a:hover img{
   filter: brightness(1.1) drop-shadow(1px 8px 30px #b1afaf);
}
.project-area .grid .our-project .img img{ width:100%;}

/* End Project Area */ 

.marketing{ margin: 3em 0;}
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing a{ color: var(--primary-color); text-decoration:none; font-weight: 600;}
.marketing a:hover{ color: var(--secondary-color);}

.bd-placeholder-img{ width:140px; height:140px;margin: 0 auto 2em;background: #ECECEC; padding: 13%; color: var(--title-color);}
.bd-placeholder-img:hover{background: #F57F17; padding: 13%; color: var(--white-color);}

.contact {}
.contact h2 { font-weight:700; color: var(--primary-color);}

.formReg{ display:inline-block;}
.formReg label{ width:100%;}
.formReg input[type=text], select, textarea {}







/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

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

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

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

.g-recaptcha div{ margin: 0 auto;}



/*//////////////////////////////////////////////////////////////////
[ Contact 2 ]*/

.bg-contact2 {
  width: 100%;  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-contact2 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(219,21,99,0.8);
  background: -webkit-linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
  background: -o-linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
  background: -moz-linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
  background: linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
}

.wrap-contact2 {
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 55px;
}


/*------------------------------------------------------------------
[  ]*/

.contact2-form {
  width: 100%;
}

.contact2-form-title {
  display: block;
  font-family: var(--poppins);
  font-weight:700;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 90px;
}



/*------------------------------------------------------------------
[  ]*/

.wrap-input2 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 37px;
}

.input2 {
  display: block;
  width: 100%;
  font-family: var(--poppins);
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
}

.focus-input2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: rgba(219,21,99,1);
  background: -webkit-linear-gradient(45deg, #F57F17, #F60000);
  background: -o-linear-gradient(45deg, #F57F17, #F60000);
  background: -moz-linear-gradient(45deg, #F57F17, #F60000);
  background: linear-gradient(45deg, #F57F17, #F60000);
}

.focus-input2::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;

  font-family: var(--poppins);
  font-size: 13px;
  color: #999999;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
input.input2 {
  height: 45px;
}

input.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

textarea.input2 {
  min-height: 115px;
  padding-top: 13px;
  padding-bottom: 13px;
}

select.input2{height: 45px; border: none; outline: none; font-size: 14px; text-transform: uppercase;}

textarea.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

.input2:focus + .focus-input2::after {
  top: -13px;
}

.input2:focus + .focus-input2::before {
  width: 100%;
}

.has-val.input2 + .focus-input2::after {
  top: -13px;
}

.has-val.input2 + .focus-input2::before {
  width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-contact2-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  width: auto;
  overflow: hidden;
  margin: 0 auto;
  padding:10px;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-contact2 {
    padding: 72px 15px 90px 15px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}






.feat{ margin-bottom:2em;}
.feat li{ display:block; line-height: 1.8em; color: var(--paragraph-color);}
.feat li i{ color:var(--secondary-color); margin-right: .5em; margin-bottom: .5em;}


.foot-cnt{ padding-bottom:30px;}
.copyright{ font-size:13px; margin:0;}

/****SIDEBAR MENU****/

.sidebaractive {
    transform: translate(0%) !important;
}
.sidebar {
    width: 300px;
    background: #09BEAD;
	z-index:9;
    height: 100vh;
    position: fixed;
    padding: 20px 30px;
    box-sizing: border-box;
    right: 0;
    top: 0;
    transform: translate(100%);
    transition: all 0.3s linear 0s;
}

ul.nav-links {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 8em;
    margin-bottom: 1vw;
}
ul.nav-links li a {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
}
ul.nav-links li a:hover{
    color: var(--paragraph-color);
}

.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
	position: relative;
    top: 50px;
}
.social-links span{
    color: #fff;
}
.social-links ul {
    margin-top: 10px;
    display: flex;
}
.social-links li {
 
}
.social-links li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}
.social-links li a:hover{
    background: #fff;
    border: 1px solid var(--white-color);
    color: var(--paragraph-color);
    }
.closebtn {
    position: absolute;
    right: 15px;
    font-size: 30px;
    top: 0px;
    color: var(--white-color);
    cursor: pointer;
}

/****END SIDEBAR MENU****/

.about-area{ background: var(--white-color);}
.about-image{ display:flex;}
.about-image img{ width: 100vw;}
.about-description{ padding:3em;background: rgba(248, 252, 253, 0.973);filter: brightness(1.1) drop-shadow(1px 8px 30px #f1f1f1);}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
/*  .body-part{
	flex-direction: column;
  }*/
  h1{ font-size: 26px;}
  h2{ font-size: 22px;}
  h3{ font-size: 18px;}
  p{ font-size: 14px;}
  
h1 span{ font-size: 26px; color: var(--primary-color);}  
header{padding: 30px; width: calc(100% - 60px);}
.body-part .left-sec, .right-sec{
    width: 100vw;
	height:auto;
}
.body-part .left-sec{
	width: calc(100% - 60px);
	padding: 150px 30px 30px 30px;
}
.body-part .right-sec{ display:none;}
.social-media{ margin-top: 5em;}

}
		.scrollup{
			width:40px;
			height:40px;			
			text-indent:-9999px;
			opacity:0.3;
			position:fixed;
			bottom:50px;
			right:50px;
			display:none;			
			background: url('../images/icon_top.png') no-repeat;
		}