/*****

shukr - Creative Personal Portfolio template

author : Dragon-themes
 
****/

//////******

the content

01-global Style
02-load-wrapp
03-intro-sec
04-navbar
05-welcome-area
06-about-area
07-experience-area
08-team-area
09-features-area 
10-services-area 
11-numbers
12-work-area 
13-testimonials
14-price-area
15-blog-area 
16-brands-area 
17-contact-area 
18-map
19-footer-area
20-scroll-top-btn
21-single-blog page

******//////

/*----------------------------------------------------
					01-global Style
----------------------------------------------------*/
*{
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
           box-sizing: border-box;
	text-decoration: none;
	outline: none !important;
}

body {
    font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}

a,
a:hover{
	text-decoration: none;
}

a:focus{
	outline: none;
	text-decoration: none;
}

img{width: auto; max-width: 100%; height: auto;}

h1{font-size: 48px; line-height: 50px;}
h2{font-size: 25px; line-height: 35px;}
h3{font-size: 30px; line-height: 34px;}
h4{font-size: 24px; line-height: 27px;}
h5{font-size: 21px; line-height: 25px;}
h6{font-size: 17px; line-height: 20px;}

p{
	font-size: 16px; 
	line-height: 24px;
	font-weight: 400; 
	color: #737373;
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

.product{
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: white;
}

/*.cat-tit:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background-color: #2f3dff;
    opacity: 0.2;
}*/

.product-name{
    height: 80px;
    font-size: 15px;
}

.product-image{
    height: 195px;
    background-color: white;
    text-align: center;
}

.product-image-main{
    height: 220px;
}

.product-price{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #3e3e3e;
}

@media only screen and (max-width: 1000px) {
    .main-news{
        margin-top: 190px;
    }
}

@media only screen and (max-width: 756px) {
    .catalog-mobile{
       display: block !important;
    }
}

.catalog-mobile{
    display: none;
}

.logo-main{
    width: 150px;
}

.category-title{
    height: 135px;
}

.title-h2{
    text-align: center;
    font-size: 26px;
    line-height: 35px;
    margin-top: 6px;
}

.title-h{
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	margin-top: 6px;
}

.title-h .p-relative:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30%;
	width: 100%;
	background-color: #2f3dff;
	opacity: 0.2
}

.flex-center{
	display: -webkit-box;   
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
	justify-content: center;
	align-items: center;
}

.flex-left{
	display: -webkit-box;   
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
	align-items: center;
}

.flex-bottom{
	display: -webkit-box;   
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/*** position ***/
.p-relative{position: relative;}
.p-absolute{position: absolute;}
.left-0{left: 0;}

.image-back-right{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover
}

.image-back-left{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.image-back-center{
	position: absolute;
	left: 33.333333%;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover
}

/*** padding ***/
.sec-padding{padding: 125px 0;}
.med-padding{padding: 75px 0;}
.footer-padding{padding: 50px 0;}
.box-padding{padding: 100px 50px;}
.no-padding{padding: 0 !important;}
.p-5px{padding: 5px;}
.p-10px{padding: 5px 10px;}
.p-15px{padding: 15px;}
.p-20px{padding: 20px;}
.p-40px{padding: 40px;}
.p-50px{padding: 50px;}
.pt-30px{padding-top: 30px;}
.pt-80px{padding-top: 80px;}
.pb-10px{padding-bottom: 10px;}
.pb-15px{padding-bottom: 15px;}
.pb-80px{padding-bottom: 80px;}
.pr-30px{padding-right: 30px;}
.pr-50px{padding-right: 50px;}
.pl-3px{padding-left: 3px;}
.pl-5px{padding-left: 5px;}
.pl-10px{padding-left: 10px;}
.pl-25px{padding-left: 25px;}
.pl-30px{padding-left: 30px;}
.pl-50px{padding-left: 50px;}
.pl-90px{padding-left: 90px;}

/***** margin *****/

/* margin-top */
.mt-0px{margin-top: 0px;}
.mt-5px{margin-top: 5px;}
.mt-10px{margin-top: 10px;}
.mt-15px{margin-top: 15px;}
.mt-20px{margin-top: 20px;}
.mt-25px{margin-top: 25px;}
.mt-30px{margin-top: 30px;}
.mt-35px{margin-top: 35px;}
.mt-40px{margin-top: 40px;}
.mt-50px{margin-top: 50px;}

/* margin-bottom */
.mb-0px{margin-bottom: 0px !important;}
.mb-5px{margin-bottom: 5px;}
.mb-6px{margin-bottom: 6px;}
.mb-7px{margin-bottom: 7px;}
.mb-10px{margin-bottom: 10px;}
.mb-15px{margin-bottom: 15px;}
.mb-20px{margin-bottom: 20px;}
.mb-25px{margin-bottom: 25px;}
.mb-30px{margin-bottom: 30px;}
.mb-35px{margin-bottom: 35px;}
.mb-40px{margin-bottom: 40px;}
.mb-50px{margin-bottom: 50px;}
.mb-90px{margin-bottom: 90px;}

/* margin-right */
.mr-2px{margin-right: 2px;}
.mr-5px{margin-right: 5px;}
.mr-10px{margin-right: 10px;}
.mr-15px{margin-right: 15px;}
.mr-20px{margin-right: 20px;}
.mr-30px{margin-right: 30px;}

/* margin-left */
.ml-2px{margin-left: 2px;}
.ml-5px{margin-left: 5px;}
.ml-10px{margin-left: 10px;}

/***** font-weight *****/
.fw-100{font-weight: 100;}
.fw-200{font-weight: 200;}
.fw-300{font-weight: 300;}
.fw-400{font-weight: 400;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}

/***** font-size *****/
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-17{font-size: 17px;}
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px;}
.fs-25{font-size: 25px;}
.fs-30{font-size: 30px;}
.fs-35{font-size: 35px;}
.fs-40{font-size: 40px;}
.fs-45{font-size: 45px;}
.fs-50{font-size: 50px;}

/***** colors *****/
.color-333{color: #333;}
.color-666{color: #666;}
.color-777{color: #777;}
.color-888{color: #888;}
.color-999{color: #999;}
.color-fff{color: #ffffff;}
.color-eee{color: #eee;}
.color-ddd{color: #ddd;}
.color-ccc{color: #ccc;}
.color-bbb{color: #bbb;}
.color-aaa{color: #aaa;}
.color-blue{color: #2f3dff}
.color-blue-hvr:hover{color: #0e7eda;}
.color-fff-hvr:hover{color: #fff;}
.color-gold{color:  #ecb312;}

/***** background-color *****/
.bg-fff{background-color: #fff;}
.bg-f6f6f6{background-color: #f6f6f6;}
.bg-f5f5f5{background-color: #f5f5f5;}
.bg-f4f4f4{background-color: #f4f4f4;}
.bg-eee{background-color: #eee;}
.bg-000{background-color: #000;}
.bg-111{background-color: #111;}
.bg-222{background-color: #222;}
.bg-333{background-color: #333;}
.bg-blue{background-color: #2f3dff;}
.bg-blue-hvr:hover{background-color: #2f3dff;}
.bg-333-hvr:hover{background-color: #333;}
.bg-222-hvr:hover{background-color: #222;}
.bg-fff-hvr:hover{background-color: #fff;}

/***** overlay *****/
.overlay-bg-10{background-color: rgba(0,0,0,0.1);}
.overlay-bg-55{background-color: rgba(0,0,0,0.55);}
.overlay-bg-60{background-color: rgba(0,0,0,0.6);}
.overlay-bg-65{background-color: rgba(0,0,0,0.65);}
.overlay-bg-70{background-color: rgba(0,0,0,0.7);}
.overlay-bg-75{background-color: rgba(0,0,0,0.75);}
.overlay-bg-80{background-color: rgba(0,0,0,0.80);}
.overlay-bg-85{background-color: rgba(0,0,0,0.85);}
.overlay-bg-90{background-color: rgba(0,0,0,0.90);}

/***** transition *****/
.transition-2{-webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}
.transition-3{-webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.transition-4{-webkit-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}
.transition-5{-webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;}


/***** border-radius *****/
.radius-50{border-radius: 50%;}
.radius-5px{border-radius: 5px;}
.radius-10px{border-radius: 10px;}
.radius-25px{border-radius: 25px;}
.radius-50px{border-radius: 50px;}

.o-hidden{overflow: hidden;}
.f-right{float: right;}
.f-left{float: left;}
.width-100{width: 100% ;}
.lh-25px{line-height: 25px}
.lh-30px{line-height: 30px}
.opacity-0{opacity: 0;}
.z-index-0{z-index: 0;}
.z-index-1{z-index: 1;}
.z-index-3{z-index: 3;}

/***** buttons *****/
.main-btn{
	display: inline-block;
    text-decoration: none;
	border: none;
    border-radius: 50px;
    position: relative;
    font-size: 14px;
	word-spacing: 2px;
    font-weight: 400;
    -webkit-transform: perspective(1px);
    		transform: perspective(1px);
    -webkit-transition: all 0.2s ease 0s;
    		transition: all 0.2s ease 0s;
	overflow: hidden
}

.main-btn:before{
	content: "";
    background-color: #fff;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    		transform: scaleX(0);
    transform-origin: center;
    -webkit-transition: transform 0.3s ease-in-out;
    		transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.main-btn.before-f6f6f6:before{
	background-color: #f6f6f6;
}

.main-btn.before-f4f4f4:before{
	background-color: #f4f4f4;
}

.main-btn:hover:before{
	-webkit-transform: scaleX(1);
			transform: scaleX(1);
}

/* btn-1 */
.btn-1{
    padding: 10px 26px;
	background-color: #2f3dff;
	color: #fff;
}
.btn-1:hover{color: #333;}

.btn-1:hover:before{
	-webkit-transform: scaleX(1);
			transform: scaleX(1);
}

/* btn-2 */
.btn-2{
    padding: 10px 26px;
	background-color: transparent;
	color: #fff;
}
.btn-2:hover{color: #333;}

.btn-2:after{
    content: "";
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	z-index: -2;
	border-radius: 50px;
	border: 2px solid rgba(255,255,255,0.7);
}

/* btn-3 */
.btn-3{
    padding: 9px 25px;
	background-color: #2f3dff;
	color: #fff;
	border: 1px solid #2f3dff;
}

.btn-3:hover{color: #2f3dff;}

.btn-3.back-f6f6f6:before{background-color: #f6f6f6;}

/* btn-4 */
.btn-4{
    padding: 10px 26px;
	background-color: transparent;
	color: #2f3dff;
}

.btn-4:hover{color: #fff;}

.btn-4:before{background-color: #2f3dff;}

.btn-4:after{
    content: "";
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	z-index: -2;
	border-radius: 50px;
	border: 1px solid #2f3dff;
}
/*----------------------------------------------------
					02-load-wrapp
----------------------------------------------------*/
.load-wrapp {
    position: fixed;
    width: 100%;
    height: 100%;
    background:#fff;
    color:#fff;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99999;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.load-wrapp .wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%)translateY(-50%);
			transform: translateX(-50%)translateY(-50%);-webkit-
}

.load-wrapp .wrap ul.dots-box {
  position: relative;
  width: 80px;
  height: 80px;
  list-style: none;
}

.load-wrapp .wrap ul.dots-box li.dot {
  width: 100%;
  height: 100%;
  border-radius: 52px;
  top: 0;
  left: 0;
  z-index: 99;
  text-indent: -9999px;
  display: block;
  position: absolute;
  border: none;
}
.load-wrapp .wrap ul.dots-box li.dot span {
  background: #2f3dff;
  bottom: 0px;
  left: 50%;
  margin-left: -2px;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.load-wrapp .wrap ul.dots-box li.dot {
  animation-iteration-count:infinite;
  animation-timing-function:linear;
  animation-name:orbit;
  animation-duration:4s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(2) {
  animation-delay:0.2s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(3) {
  animation-delay:0.4s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(4) {
  animation-delay:0.6s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(5) {
  animation-delay:0.8s;
}

@keyframes orbit {
  0% {
    -webkit-transform:rotate(0deg);
    		transform:rotate(0deg);
    opacity: 1;
  }
  5% {
    -webkit-transform:rotate(90deg);
    		transform:rotate(90deg);
    opacity: 1;
  }
  45% {
    -webkit-transform:rotate(270deg);
    		transform:rotate(270deg);
    opacity: 1;
  }
  55% {
    -webkit-transform:rotate(540deg);
    		transform:rotate(540deg);
    opacity: 1;
  }
  75% {
    -webkit-transform:rotate(630deg);
    		transform:rotate(630deg);
    opacity: 1;
  }
  80% {
    -webkit-transform:rotate(720deg);
    		transform:rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform:rotate(720deg);
    		transform:rotate(720deg);
    opacity: 0;
  }
}
/*----------------------------------------------------
					End load-wrapp
----------------------------------------------------*/

/*----------------------------------------------------
					03-intro-sec
----------------------------------------------------*/
.intro-sec .image-box{
	box-shadow: 0 1px 30px -6px #bbb;
}

.intro-sec .mb-25px .image-box .overlay-bg-75{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.intro-sec .mb-25px .image-box:hover .overlay-bg-75{
	opacity: 1;
}

.intro-sec .mb-25px .image-box img{
	box-shadow: 0 3px 35px -10px #555;
}

.intro-sec .mb-25px .image-box:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/*----------------------------------------------------
					End intro-sec
----------------------------------------------------*/

/*----------------------------------------------------
					04-navbar
----------------------------------------------------*/
.navbar{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	padding: 10px 0;
}

.navbar .navbar-brand .bg-blue{
	height: 8px;
	width: 8px
}

.navbar .navbar-nav .nav-link{
    font-size: 15px;
    color: #545454;
    font-weight: 600;
    padding: 20px 10px 20px 10px;
}

.navbar .navbar-nav .nav-item .nav-link:hover{
	color: #4586ff;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus{
	color: #4586ff;
}

.navbar .navbar-nav .nav-link.active{
	color: #2f3dff;
}

.navbar-colored{
    background-color: #fff;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.07);
    transition: all .45s ease;
}

.navbar-colored .navbar-brand{
	color: #333;
}

.navbar-colored .navbar-nav .nav-link{
	color: #444;
	padding:  15px 15px;
}

.navbar-colored .navbar-nav .nav-link:hover,
.navbar-colored .navbar-nav .nav-link:focus{
	color: #333;
}

.navbar-colored .navbar-nav .nav-link.active{
	color: #2f3dff;
}

.navbar .bars{
	display: none;
	cursor: pointer;
	margin-right: 20px;
}
 
.navbar .bars span{
	height: 1px;
	width: 28px;
}

.navbar-colored .bars span{
	background-color: #333;
}


.navbar .bars.bars-rotate .first{
	-webkit-transform: rotate(-45deg)translateY(10px);
	transform: rotate(-45deg)translateY(10px);
	 
}

.navbar .bars.bars-rotate .second{
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.navbar .bars.bars-rotate .third{
	-webkit-transform: rotate(45deg)translateY(-10px);
	transform: rotate(45deg)translateY(-10px);
	 
}
/*----------------------------------------------------
					End navbar
----------------------------------------------------*/

/*----------------------------------------------------
					05-welcome-area
----------------------------------------------------*/
.welcome-area{
	background-image: url(../images/main-back.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
}

.welcome-area .overlay-bg-65{
	min-height: 100vh;
}

.scroll-bottom-btn{
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%)translateY(-50px);
			transform: translateX(-50%)translateY(-50px);
	animation: up-down 2s forwards ease-in-out infinite;
}

@keyframes up-down {
  0% {
	  transform: translateY(-50px)translateX(-50%)scale(1);
	  opacity: 1;
	}
     
  100% {
	  transform: translateY(0px)translateX(-50%)scale(1.4);
	  opacity: 0.0
    
  }
}
/**** welcome-video ****/
.welcome-video,
.welcome-video .overlay-bg-75{
    min-height: 100vh;
}

.welcome-video .video-background{
    position: absolute;
    left: 0;
	top: 0;
	width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
}

/***** creative-1  for creative-1 demo *****/
.welcome-area.creative-1{
	-webkit-clip-path: polygon(100% 0, 100% 97%, 75% 90%, 50% 97%, 25% 90%, 0 97%, 0 0);
			clip-path: polygon(100% 0, 100% 97%, 75% 90%, 50% 97%, 25% 90%, 0 97%, 0 0);
}

/**** creative-2 for creative-2 demo****/ 
.welcome-area.creative-2:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 50px solid #fff;
	border-right: 50vw solid transparent
}

.welcome-area.creative-2:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 50px solid #fff;
	border-left: 50vw solid transparent
}

/**** creative-2 for creative-2 demo****/ 
.welcome-area.creative-3:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 50px solid #fff;
	border-right: 70vw solid transparent
}

.welcome-area.creative-3:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 50px solid #fff;
	border-left: 30vw solid transparent
}

.welcome-area.creative-3 .scroll-bottom-btn{
	left: 70%;
}

/**** welcome-particles ****/ 
.welcome-particles{
	position: relative;
    height: 100vh;
    background-image: url('../images/numbers.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	background-color: rgba(0,0,0,0.75);
	background-blend-mode: overlay;
    text-align: center;
    overflow: hidden;
	-webkit-clip-path: none;
    clip-path: none;
}

.welcome-particles  .welcome-text{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*----------------------------------------------------
					End welcome
----------------------------------------------------*/

/*----------------------------------------------------
					06-about-area
----------------------------------------------------*/
.about-area:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 50px solid #f6f6f6;
	border-right: 50vw solid transparent
}

.about-area:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 50px solid #f6f6f6;
	border-left: 50vw solid transparent
}

.about-area .about-image a{
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%)translateY(-50%);
			transform: translateX(-50%)translateY(-50%);
}

.about-area .about-image a .fa{
	height: 70px;
	width: 70px;
	line-height: 70px;
}

.about-area .about-image a .fa:after{
	content: "";
	position: absolute;
	right: -8%;
	top: -8%;
	height: 116%;
	width: 116%;
	border-radius: 50%;
	border: 6px solid #fff;
	z-index: -1;
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
	animation: bulb 1.2s infinite forwards;
}

@keyframes bulb {
	0%{
		-webkit-transform: scale(0.8); 
				transform: scale(0.8); 
		opacity: 0.7;
	}
	100%{
		-webkit-transform: scale(1.5);
				transform: scale(1.5);
		opacity: 0;
	}
}

.skills-bar .skills-progress{
	height: 10px;
    width: 90%;
    position: relative;
}

.skills-bar .skills-progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.skills-bar .skills-progress span:after{
    content: attr(data-value);
    position: absolute;
    right: -15px;
    top: -25px;
    font-weight: 400;
    font-size: 14px;
	text-align: center;
}
/*----------------------------------------------------
					End about-area
----------------------------------------------------*/

/*----------------------------------------------------
					07-experience-area
----------------------------------------------------*/
.experience-area:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 50px solid #fff;
	border-right: 70vw solid transparent
}

.experience-area:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 50px solid #fff;
	border-left: 30vw solid transparent
}

.experience-area .exper-box .shape{
	left: 0px;
    bottom: 0px;
    width: 100%;
    height: 8px;
    opacity: 0.2;
	z-index: 0;
}

.experience-area .exper-box:hover .shape{
	height: 100%;
}
/*----------------------------------------------------
					End experience-area
----------------------------------------------------*/

/*----------------------------------------------------
					08-team-area
----------------------------------------------------*/
.team-area .team-text .social-icons{
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	opacity: 0;
	transform-origin: left;
	-webkit-transform: translateX(-100%)scaleX(0);
			transform: translateX(-100%)scaleX(0);
}

.team-area .team-text:hover .social-icons{
	opacity: 1;
	-webkit-transform: translateX(0%)scaleX(1);
			transform: translateX(0%)scaleX(1);
}

.team-area .team-text:hover img{
	-webkit-transform: scale(1.1)translateX(4%);
			transform: scale(1.1)translateX(4%);
}

.team-area .team-text a .fa{
	height: 30px;
	width: 30px;
	line-height: 30px;
}
/*----------------------------------------------------
					End team-area
----------------------------------------------------*/

/*----------------------------------------------------
					09-features-area
----------------------------------------------------*/
.features-area .image-back-right{
	background-image: url(../images/feat.jpg);
	background-size: cover;
	background-position: top;
}

.features-area .p-relative .fa.p-absolute{
	top: 5px;
}
/*----------------------------------------------------
					End features-area
----------------------------------------------------*/

/*----------------------------------------------------
					10-services-area
----------------------------------------------------*/
.services-area .services-text{
	padding: 70px 20px;	
	border: 3px solid transparent;
}

.services-area .services-text:hover{
	border: 3px solid #2f3dff;
}

.services-area .services-text i{
	height: 75px;
	width: 75px;
	line-height: 75px;
}
/*----------------------------------------------------
					End services-area
----------------------------------------------------*/

/*----------------------------------------------------
					11-numbers
----------------------------------------------------*/
.numbers{
	background-image: url(../images/numbers.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.numbers .mt-25px i{
	height: 75px;
	width: 75px;
	line-height: 75px;
	border: 1px solid rgba(255,255,255,0.3)
}

.numbers .mt-25px:hover i{
	background-color: #2f3dff;
	color: #fff;
	-webkit-transform: translateY(-10px);
			transform: translateY(-10px);
	border: 1px solid #2f3dff
}
/*----------------------------------------------------
					End numbers
----------------------------------------------------*/

/*----------------------------------------------------
					12-work-area
----------------------------------------------------*/
.work-area .filtering span {
	display: inline-block;
    color: #333;
    font-size: 14px;
    cursor: pointer;
	padding: 9px 22px;
}

.work-area .filtering .active {
    background-color: #2f3dff;
    color: #fff;
}

.work-area .work-image img{
	width: 100%;
}

.work-area .overlay-bg{
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    -webkit-transform: translateX(-5px)translateY(5px);
            transform: translateX(-5px)translateY(5px);
}

.work-area .work-image:hover .overlay-bg{
    opacity: 1;
    -webkit-transform: translateX(0)translateY(0);
            transform: translateX(0)translateY(0);
}

.work-area .work-image p{
	-webkit-transform: translateY(15px);
			transform: translateY(15px);
	-webkit-transition: transform 0.5s ease-in-out;
			transition: transform 0.5s ease-in-out;
}

.work-area .work-image h5 {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
	-webkit-transition: transform 0.5s ease-in-out;
			transition: transform 0.5s ease-in-out;
}

.work-area .work-image:hover h5,
.work-area .work-image:hover p{
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.work-area .work-image .plus-box{
	width: 40px;
	height: 40px;
}

.work-area .work-image .plus-box .horz{
	top: 20px;
	left: 0;
	width: 100%;
	height: 1px;
}

.work-area .work-image .plus-box .verc{
	top: 0;
	left: 20px;
	width: 1px;
	height: 100%;
}

.work-area .work-image .plus-box .horz{
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
	-webkit-transition: transform 0.5s ease-in-out;
			transition: transform 0.5s ease-in-out;
}

.work-area .work-image .plus-box:hover,
.work-area .work-image .plus-box .verc:hover{
	transform: rotate(45deg)
}


.work-area .work-image .plus-box .verc{
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
	-webkit-transition: transform 0.5s ease-in-out;
			transition: transform 0.5s ease-in-out;
}

.work-area .work-image:hover .plus-box .horz,
.work-area .work-image:hover .plus-box .verc{
    -webkit-transform: translateY(0)translateX(0);
            transform: translateY(0)translateX(0);
}

/*----------------------------------------------------
					End work-area
----------------------------------------------------*/

/*----------------------------------------------------
					13-testimonials
----------------------------------------------------*/
.testimonials{
	background-image: url(../images/testimonials.jpg);
	background-position: center;
	background-attachment: fixed;
	background-attachment: fixed;
	background-size: cover;
}

.testimonials .single-review img{
	height: 100px;
	width: 100px;
}

.testimonials .single-review p{
	line-height: 1.5em;
	margin: 0 20%;
}

.testimonials .owl-theme .owl-nav{
	margin-top: 0;
}

.testimonials .owl-theme .owl-nav [class*=owl-]{
	background-color: transparent;
	color: rgba(255,255,255,0.85);
	font-size: 50px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover{
	color: #2f3dff
}

.testimonials .owl-carousel .owl-nav .owl-next{
	right: 0;
}

.testimonials .owl-carousel .owl-nav .owl-prev{
	left: 0;
}

.testimonials .owl-theme .owl-dots{
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span{
	background-color: transparent;
	border: 1px solid #aaa;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background-color: #2f3dff;
	border: 1px solid #2f3dff;
}
/*----------------------------------------------------
					End testimonials
----------------------------------------------------*/
 
/*----------------------------------------------------
					14-price-area
----------------------------------------------------*/
.price-area .price-item{
	padding: 20px 20px 50px 20px;
	background-color: #fff;
}

.price-area .price-item h4:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	height: 1px;
	width: 50%;
	transform: translateX(-50%);
	background-color: #ddd;
}


.price-area .price-item .price-value{
	padding: 20px 10px;
}
 /*----------------------------------------------------
					End price-area
----------------------------------------------------*/

/*----------------------------------------------------
					15-blog-area
----------------------------------------------------*/
.blog-area .blog-item:hover img{
	-webkit-transform: scale(1.05);
			transform: scale(1.05);
}

.blog-area .blog-item{
	box-shadow: 0 3px 35px -8px #ccc;
}

.blog-area .blog-item a.p-relative:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: #2f3dff;
	transform: scaleX(0);
	transform-origin: left;
	transition: all 0.4s ease-in-out;
}

.blog-area .blog-item a.p-relative:hover:after{
	transform: scaleX(1)
}
/*----------------------------------------------------
					End blog-area
----------------------------------------------------*/

/*----------------------------------------------------
					16-brands-area
----------------------------------------------------*/
.brands-area img{
	width: auto;
	max-width: 90%;
}

.brands-area img:hover{
	opacity: 1
}
/*----------------------------------------------------
					brands-area
----------------------------------------------------*/

/*----------------------------------------------------
					17-contact-area
----------------------------------------------------*/
.contact-area .address i{
	height: 60px;
	width: 60px;
	line-height: 60px;
	display: inline-block;
}

.contact-form {
    border-radius: 3px;
}

.form-group{
    margin-bottom: 0;
}

.form-control{
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    text-indent: 20px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 30px;
    font-weight: 300;
}

textarea.form-control{
	height: 200px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.has-error .form-control,
.has-error .form-control:focus{
	box-shadow: none;
	outline: none;
}

.contact-form input[type='submit']{
	padding: 10px 25px;
	border: 1px solid #2f3dff;
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit']:hover {
    background-color: transparent;
	border-color: #2f3dff;
    outline: 0;
    box-shadow: none;
	cursor: pointer;
}
/*----------------------------------------------------
					End contact-area
----------------------------------------------------*/

/*----------------------------------------------------
					18-map
----------------------------------------------------*/
#map{
	height: 500px;
	width: 100%;
}
/*----------------------------------------------------
					End map
----------------------------------------------------*/

/*----------------------------------------------------
					19-footer-area
----------------------------------------------------*/
.footer-area  a{
	height: 45px;
	width: 45px;
	line-height: 45px;
}
/*----------------------------------------------------
					End footer-area
----------------------------------------------------*/

/*----------------------------------------------------
					20-scroll-top-btn
----------------------------------------------------*/
.scroll-top-btn .fa{
    width:40px;
    height:40px;
	line-height: 40px;
    z-index:9999;
    cursor:pointer;
	position:fixed;
    right:15px;
    bottom:75px;
	display: none
}
/*----------------------------------------------------
					End scroll-top-btn
----------------------------------------------------*/

/***** 21- single-blog page *****/
.blog-intro{
	background-image: url(../images/feat.jpg);
	background-attachment: fixed;
	background-size: cover;
	min-height: 500px;
}

.blog-intro .overlay-bg-75{
	min-height: 500px;
}

.blog-details .comment-box{
	padding: 25px 10px;
}

.blog-details .comment-box .p-absolute{
	top: 25px;
	left: 10px;
}

.blog-details .comment-box .p-absolute img{
	 width: 75px
}
 
.blog-details .form input[type='submit']{
	padding: 10px 25px;
	border: 1px solid #2f3dff;
    outline: 0;
    box-shadow: none;
}

.blog-details .form input[type='submit']:hover {
    background-color: transparent;
	border-color: #2f3dff;
    outline: 0;
    box-shadow: none;
	cursor: pointer;
}


@charset "UTF-8";
/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: YandexSansDisplay-Regular, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    color: #111433;
    background-color: #f8f9fa;
}

a {
    color: #2f3dff;
    text-decoration: none;
}

img {
    max-width: 100%;
}

input {
    font-family: sans-serif;
    font-size: 1.6rem;
}

/* remove “X” from search input field */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

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

Main Components

-------------------------------- */
header {
    height: 100px;
    background: #ffffff;
}

.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 36px 0 20px;
    line-height: 40px;
    background-color: #111433;
    color: #ffffff;
    border-radius: 3px;
}
.no-touch .cd-dropdown-trigger:hover {
    background-color: #171b46;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-trigger {
        font-size: 1.2rem;
    }
    .cd-dropdown-trigger.dropdown-is-active {
        background-color: #2f3dff;
    }
    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #47975f;
    }
    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px;
    }
    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }
    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 50px;
        line-height: 50px;
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px;
}

.cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111433;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #585a70;
    background-color: #111433;
    border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown {
        position: relative;
        top: calc(100% - 2px);
        /* reset style*/
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }
    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }
    .cd-dropdown h2, .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }
    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
}

@media only screen and (max-width: 1000px) {
    .cd-dropdown-wrapper {
        display: none;
    }
}

.is-new{
    padding: 5px;
    text-align: center;
    background-color: #0F7EDA;
    color: white;
    position: absolute;
    top: 0;
}

.is-popular{
    padding: 5px;
    text-align: center;
    background-color: #F44336;
    color: white;
    position: absolute;
    top: 0;
    float: right;
}

.products{
    margin-bottom: 20px;
}

.products-category{
    margin-bottom: 20px;
}

.left-menu{
    margin-bottom: 250px;
}

.recommend-categories{
    max-height: 250px;
}

.img-div{
    text-align: center;
}

.product-image-card{
    max-height: 270px;
}

.is-price{
    padding: 10px;
    text-align: center;
    background-color: #F44336;
    color: white;
    font-size: 18px;
    float: left;
}

.phones{
    padding-left: 40px;
}

.is-buy-btn{
    padding: 15px 25px 15px 25px !important;
    text-align: center !important;
    background-color: #F44336 !important;
    color: rgba(71, 71, 71, 0.88) !important;
    font-size: 18px !important;
    float: left !important;
    font-weight: 800;
    margin-top: 20px;
    border-radius: 10px;
}

.product-image-card-back{
    width: 300px;
    height: 300px;
    padding: 30px;
    background-color: white;
    box-shadow: rgba(0, 1, 2, 0.08) -1px 1px 13px 7px;
    text-align: center;
}

.fs-12{
    font-size: 12px;
}

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 60px;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
        color: #111433;
        height: 45px;
        line-height: 35px;
        font-size: 1.3rem;
        border-color: #ebebeb;
    }
    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        background-color: #1307070d;
        color: #464646;
        border-top: 1px solid #ebebeb;
    }
    .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
        border-top-width: 1px;
    }
    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        /* reset mobile style */
        opacity: 1;
    }
}

.swiper-container{
   z-index: 0 !important;
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #2f3dff;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
    background-image: url("../img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
    background-image: url("../img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
    background-image: url("../img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
    background-image: url("../img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
    background-image: url("../img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
    background-image: url("../img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
    background-image: url("../img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
    background-image: url("../img/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
    background-image: url("../img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
    background-image: url("../img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
    background-image: url("../img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
    background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: auto;
        width: 280px;
    }
    .cd-dropdown-content > li:last-of-type a {
        border-bottom: none;
    }
    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: #2f3dff;
    }
    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
        margin-top: -40px;
    }
    .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
        clear: both;
        content: "";
        display: table;
    }
    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }
    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
        margin: 0;
        height: 100%;
        line-height: 45px;
        background: #ebebeb;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -moz-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }
    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }
    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        width: calc(100% - 60px);
    }
    .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
        width: 100%;
        float: left;
    }
    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 550px;
    }
    .cd-dropdown-content .cd-secondary-dropdown::before {
        /* this is the separation line in the middle of the .cd-secondary-dropdown element */
        position: absolute;
        content: '';
        top: 290px;
        left: 15px;
        height: 1px;
        width: 520px;
        background-color: #ebebeb;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a {
        line-height: 30px;
        margin-left: 20px;
        word-break: break-word;
        white-space: normal;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
        /* hide the arrow */
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown > li {
        margin: 0;
        border-bottom: 1px solid #e2e2e2;
        padding: 3px;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
        border-right-width: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
        /* reset mobile style */
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 25px;
        height: 25px;
        font-size: 1.3rem;
        padding-left: 0;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #2f3dff;
    }
    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
        margin-right: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: #2f3dff;
        margin-bottom: 2em;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
        margin-bottom: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 0.6em;
    }
    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        background: #ebebeb;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: #2f3dff;
        font-weight: bold;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block;
        font-size: 1.2rem;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        left: 25px;
    }
    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
    }
    .cd-dropdown-content > .has-children > ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible;
    }
    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }
    .cd-dropdown-content > .has-children > a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        box-shadow: inset 2px 0 0 #2f3dff;
        color: #2f3dff;
    }
    .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
        background: #2f3dff;
    }
    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 #2f3dff;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb;
    }
    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3;
    }
}

.has-children > a, .go-back a {
    position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #b3b3b3;
    }
}

.has-children > a {
    padding-right: 40px;
    padding-right: 40px;
    word-break: break-word;
    white-space: normal;
    height: auto;
    border-bottom: 1px solid #d6d6d6;
}
.has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }
    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }
}
.cd-dropdown-content .go-back a {
    padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}

li {
    list-style-type: none;
}

ul{
    padding: 0;
    margin: 0;
}

.card-shadow{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background-color: white;
}



.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.notify-alert{
    z-index: 10000 !important;
}

.connectify-alert{
    z-index: 10000 !important;
}

.smiley-alert{
    z-index: 10000 !important;
}

.modal__trigger{
    background-color: #ffffff !important;
}
@media only screen and (max-width: 700px) {
    .nav-item {
        text-align: center;
        padding: 5px;
    }

    .navbar .navbar-nav .nav-link {
        color: #333;
        text-align: center;
        padding: 10px;
    }
}

.home-btn{
    color: #565656 !important;
    transition: 0.3s;
}

.home-btn:hover{
    color: #565656 !important;
    background: #b7b7b7 !important;
}