


/*
  Theme Name: Name - Multipurpose HTML Template
  Author: mdsalim400@gmail.com
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700');


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 30, 2021 */



@font-face {
    font-family: 'glacial_indifferencebold';
    src: url('../fonts/') format('woff2'),
         url('../fonts/glacialindifference-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('../fonts/glacialindifference-regular-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'muliregular';
    src: url('../fonts/muli-webfont.woff2') format('woff2'),
         url('../fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mulibold';
    src: url('../fonts/muli-bold-webfont.woff2') format('woff2'),
         url('../fonts/muli-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mulibolditalic';
    src: url('../fonts/muli-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/muli-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'muliextralight';
    src: url('../fonts/muli-extralight-webfont.woff2') format('woff2'),
         url('../fonts/muli-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'muliextralightitalic';
    src: url('../fonts/muli-extralightitalic-webfont.woff2') format('woff2'),
         url('../fonts/muli-extralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'muliregularitalic';
    src: url('../fonts/muli-italic-webfont.woff2') format('woff2'),
         url('../fonts/muli-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mulilight';
    src: url('../fonts/muli-light-webfont.woff2') format('woff2'),
         url('../fonts/muli-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mulilightitalic';
    src: url('../fonts/muli-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/muli-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mulisemibold';
    src: url('../fonts/muli-semibold-webfont.woff2') format('woff2'),
         url('../fonts/muli-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


 body {
	font-family: 'muli', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.fix{
	overflow: hidden;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
	cursor: pointer;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Glacial Indifference', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}

.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

/* scrollUp */
#scrollUp {
	background: #7DBA2F;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: #444;
}




/* header */
.transparent-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.4);
	z-index: 9;
}
.topbar-area {
	padding: 13px 0;
	border-bottom: 1px solid #583372;
}
.menu-logo {
	margin-top: 35px;
}
.header-cta span {
	color: #fff;
	opacity: 0.5;
	margin-right: 50px;
	font-size: 16px;
}
.fab.fa-twitter {
}
.header-social a {
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	opacity: .5;
}
.header-social a:hover {
	opacity: 1;
}
.main-menu ul li {
  display: inline-block;
  margin-left: 40px;
}
.main-menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 40px 0;
  display: block;
}
.main-menu ul li:hover > a {
	color: #ee3364;
  }
.header-right a {
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
}
.header-right {
  margin-top: 43px;
  margin-left: 100px;
}
.cart-count {
	position: absolute;
	right: 44px;
	background: red;
	height: 18px;
	width: 18px;
	text-align: center;
	font-size: 12px;
	border-radius: 30px;
	line-height: 1.8;
	font-weight: 700;
}


/* slider */
.slider-area img {
	max-width: 100%;
	position: relative;
	right: -22px;
}
.slider-height {
	min-height: 1025px;
	background-size: cover;
	background-position: left center;
}
.slider-text h2 {
	color: #fff;
	font-size: 60px;
	line-height: 65px;
	font-weight: 700;
	font-style: normal;
	padding-bottom:15px;
}
.slider-text p {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 30px;
}
.slider-text {
	margin-top: 150px;
}
.btn {
	font-size: 12px;
	color: #fff;
	padding: 25px 45px;
	border: 0;
	border-radius: 0;
	font-weight: 700;
	background: #ee3364;
}
.slider-active .slick-prev.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 99;
	height: 40px;
	width: 40px;
	border: 0;
	color: #000;
	border-radius: 50%;
	left: 20px;
	background: #fff;
	font-weight: 7000;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.slider-active .slick-next.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 99;
	height: 40px;
	width: 40px;
	border: 0;
	color: #000;
	border-radius: 50%;
	right: 20px;
	background: #fff;
	font-weight: 7000;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
}
.slider-active:hover .slick-prev.slick-arrow{
	opacity: 1;
	visibility: visible;
}
.slider-active:hover .slick-next.slick-arrow{
	opacity: 1;
	visibility: visible;
}


/* theme-area */

.fea-head h2 {
	font-size: 40px;
	font-weight: 700;
	color: #2e2e2e;
}
.fea-head span {
	font-weight: 500;
}
.fea-head {
	padding: 0px 160px;
}
.fea-text h3 {
	font-size: 25px;
	font-weight: 700;
	margin-top: 4px;
	display: inline-block;
}
.fea-text p {
	font-size: 15px;
	color: #838383;
	line-height: 1.2;
	margin-top: 10px;
}

.fea-wrapper{
	background: #edf7ff;
	padding: 40px 30px;
	transition: .5s;
	border: 3px solid transparent;

}
.theme-icon {
	margin-bottom: 11px;
}
.fea-wrapper:hover {
	background: transparent;
	border-color: rgb(238, 51, 100);
	box-shadow: 0px 16px 43px 0px rgba(121, 121, 121, 0.48);
	
}



/* ceo-area */
.ceo-text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 40px;
}
.ceo-text p {
    color: #484848;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 24px;
}
.ceo-sing img {
    float: left;
    margin-right: 49px;
}
.ceo-name h3 {
	font-size: 19px;
	font-weight: 700;
	color: #2c2b2a;
	line-height: 25px;
}
.ceo-name span {
	color: #7e7e7e;
	font-size: 15px;
}
.ceo-name {
    padding-top: 12px;
}
.progress {
	margin-bottom: 30px;
	background: #ffffff;
	border-radius: 0;
	height: 13px;
}
.skill-wrapper h5{
	font-size: 18px;
	color: #373737;
	margin-bottom: 15px;	
}
.progress-bar {
	background: #ee3364;
	border: 0;
	border-radius: 0;
}

.skill-head span {
	float: right;
}
.skill-head h5 {
	float: left;
}
.skill-head {
	overflow: hidden;
 }
.skill-head span {
	float: right;
	font-size: 18px;
	color: #373737;
}



/* video-area */
.video-area {
	background-position: center;
	background-size: cover;
}
.video-wrapper a {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	background: #ff434b;
	height: 80px;
	width: 80px;
	display: inline-block;
	border-radius: 50%;
	line-height: 80px;
	text-align: center;
	margin-bottom: 20px;
}
.video-wrapper span {
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
	display: inline-block;
}
.video-wrapper h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 400;
	line-height: 47px;
}



/* fact-area */
.fact-text {
	margin-left: 30px;
	display: inline-block;
	margin-top: -5px;
}
.fact-text h2 {
	color: #fdf4b4;
	font-size: 55px;
	font-weight: 600;
	line-height: 38px;
}
.fact-text h2 span{
	color: #fdf4b4;
	font-size: 55px;
}
.fact-text span {
	color: #fff;
	font-size: 20px;
}


.sulation-img img {
	width: 100%;
}
.sulation-text h2 {
	color: #1c1c1c;
	font-size: 43px;
	font-weight: 700;
	line-height: 45px;
	padding-bottom: 22px;
}
.sulation-text p {
	color: #8b8b8b;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	padding-bottom: 20px;
  }
.sulation-text ul li {
	color: #383838;
	font-size: 17px;
	font-weight: 600;
	line-height: 42px;
}
.sulation-text ul {
	margin-bottom: 45px;
}
.sulation-text ul li i {
	color: #ee3364;
	font-size: 17px;
	margin-right: 15px;
}

/* event-area */

.event-wrapper {
	position: relative;
}
.event-wrapper:hover .event-img:before{
	opacity: .5;
} 
.event-wrapper:hover .event-text{
	opacity: 1;
	visibility: visible;
	top: 50%;
}
.event-text {
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
	opacity: 0;
	visibility: hidden;
	transition: .8s;
}
.event-img img {
	max-width: 100%;
}
.event-img {
	position: relative;
}
.event-img:before {
	position: absolute;
	background: #444;
	height: 100%;
	width: 100%;
	content: "";
	opacity: 0;
	transition: .8s;
}
.event-text h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	line-height: 58px;
	padding-bottom: 15px;
}
.event-text {
	padding: 0 120px;
}
.event-text a {
	color: #ffffff;
	font-size: 23px;
}
.event-text span {
	color: #ee3364;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 12px;
	display: inline-block;
}
.event-text p {
	color: #ffffff;
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 10px;
}

.section-title span {
	color: #ee3364;
	font-size: 15px;
	padding-bottom: 10px;
	display: inline-block;
}
.section-title h2 {
	color: #000000;
	font-size: 36px;
	font-weight: 700;
}



/* service-area */

.servic-top h3 {
	color: #0b0b0b;
	font-size: 36px;
	padding-bottom: 5px;
	font-weight: 600;
}
.servic-top span {
	color: #0b0b0b;
	font-size: 13px;
	text-transform: uppercase;
}
.service-center span {
	color: #0b0b0b;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	margin-top: -16px;
	left: -13px;
}
.service-center h3 {
	display: inline-block;
	font-size: 36px;
	font-weight: 800;
	color: #0b0b0b;
}.service-center p {
	display: inline-block;
	position: relative;
}
.service-bottom p {
  color: #5c5c5c;
  font-size: 18px;
  padding-bottom: 25px;
}
.service-btn {
  background: #1e1e1e;
}
.service-wrapper {
	border: 4px solid #eeeeee;
	padding: 70px 34px;
}
.service-wrapper.price-active{
	border: 0;
	color: #fff;
}
.price-active .servic-top h3 {
	color: #fff;
  }
.price-active .servic-top span {
	color: #fff;
  }
.price-active .service-center p span {
	color: #fff;
  }
.price-active .service-center p span h3 {
	color: #fff;
}
.price-active .service-center h3 {
	color: #fff;
}
.price-active .service-bottom p{
	color: #fff;
}
.price-active .service-bottom a{
	border: 2px solid #fff;
}


/* .team-area */


.single-team {
	float: left;
	width: 20%;
	position: relative;
}
.single-team::before{
	position: absolute;
	background: #2f3030;
	opacity: 0;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
}
.single-team:hover.single-team::before{
	opacity: .7;
}
.single-team img {
	max-width: 100%;
}
.team-text{
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
	opacity: 0;
	visibility: hidden;
	transition: .8s;
	padding: 0 15px;
}
.single-team:hover .team-text{
	visibility: visible;
	opacity: 1;
	top: 50%;
}

.team-text h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 550;
	padding-bottom: 4px;
	line-height: 1;
  }

.team-text span {
	color: #ee3364;
	font-size: 18.4px;
}


/* quate-area */
.quate-area {
	background-size: cover;
	background-position:center;
}

.quate-text h2 {
	font-size: 50px;
	font-weight: 600;
}
.quate-text h2 span {
	color: #ee3364;
}
.quate-text p {
	color: #2e2e2e;
	font-size: 17px;
	padding-bottom: 30px;
}
.quate-text select {
	width: 350px;
	height: 50px;
	background: #cacaca;
	border: 0;
	padding: 0 20px;
	color: #222222;
	font-size: 13px;
	cursor: pointer;
	transition: .3s;
}
.quate-text select:focus{
	
	background: #fff;
	border: 2px solid #ee3364;
}
.quate-text input {
	height: 50px;
	width: 350px;
	padding: 0 20px;
	border: 0;
	background: #cacaca;
	transition: .3s;	
}
.quate-text .btn {
	width: 350px;
	height: 50px;
	padding: 0;
	text-align: center;
}
.quate-text input:focus{
	background: #fff;
	border: 2px solid #ee3364;

}

.quate-text input:focus::-moz-placeholder {
	opacity: 0;
	
}
.quate-text input:focus::placeholder {
	opacity: 0;
}

.quate-select{
	position: relative;
	
}
.quate-select i::before{
	position: absolute;
	right: 0;
	content: "";
	width: 350px;
	height: 50px;
	background: #cacaca;
	border: 0;
	padding: 0 20px;
	color: #222222;
	font-size: 13px;
	-moz-appearance: none;
	appearance: none;
}
.quate-text input {
	height: 50px;
	width: 350px;
	padding: 0 20px;
	border: 0;
	background: #cacaca;
	transition: .3s;	
}
.quate-text .btn {
	width: 350px;
	height: 50px;
	padding: 0;
	text-align: center;
}
.quate-text input:focus{
	background: #fff;
	border: 2px solid #ee3364;

}
.quate-text input:focus::-moz-placeholder {
	opacity: 0;
	
}
.quate-text input:focus::placeholder {
	opacity: 0;
}



/* testimonial-area */
.shape-02 {
	position: relative;
	left: 70px;
}
.shape-01 {
	position: relative;
	right: 70px;
}
.test-content h2 {
	color: #303030;
	font-size: 26px;
	font-weight: 600;
}
.test-content span {
	color: #c4c4c4;
	font-size: 14px;
	padding-bottom: 20px;
	display: inline-block;
}
.test-content p {
	color: #8d8d8d;
	font-size: 17px;
	line-height: 27px;
}
.test-content {
	padding: 0 189px;
}
.slick-slide img {
	display: inline-block;
}

.slick-dots li {
	display: inline-block;
	font-size: 0;
}
 .slick-dots {
	position: absolute;
	left: 50%;
	bottom: -36px;
}

.slick-dots li button {
	font-size: 0;
	height: 12px;
	width: 12px;
	border: 0;
	margin-right: 9px;
	border-radius: 50px;
	background: #000;
}
.slick-dots li button:hover{ 
	background: #e3e3e3;
}



/* .brand-area */
.brand-active {
	padding: 0 175px;
}
.normal {
	width: 200px;
}


/* footer-area */
.black{
	background: #282828;
}
.footer-conten {
	padding: 0 525px;
}
.footer-conten p{
	color: #a5a5a5;
	font-size: 17px;
}
.footer-icn i {
	color: rgb( 238, 51, 100 );
	font-size: 17px;
	cursor: pointer;
	margin-right: 10px;

}

.footer-bo-text p span {
	color: #fff;
  }
  .footer-bottom {
	background: #171717;
  }
  .footer-bo-text p {
	color: #a0a8b7;
	font-size: 16px;
  }







  .transparent-header.header-sticky.sticky {
	background: #6f2cb8;
	position: fixed;
	transition: .5s;
	right: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #000;
}


.modal-body form input {
	font-size: 20px;
	color: #000;
	background: none;
	padding: 0 15px;
	border: 0;
}
.modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%) !important;
	background: none;
}

.modal-body {
	position: relative;
	border: 0;
	border-radius: 0;
}
.modal-body button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 61px;
	border: 0;
	background: #000;
	color: #fff;
}
.modal-content {
	border: 0;
	border-radius: 0;
}
.modal-body input:focus::-moz-placeholder{
	opacity: 0;
}
.modal-body input:focus::placeholder{
	opacity: 0;
}