/*===================================================================================*/

body{
	font-family: 'Gilroy', sans-serif;
	background: #f2f7fb;
}
.container{
	max-width: 1410px;
}
a:hover{
	transition: .5s all;
}

/*===================================================================================*/

header{
	background: #fff;
}
header .top{
	border-bottom: 1px solid #e7e9f0;
}
header .top .left-area{
	display: flex;
	height: 50px;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #e7e9f0;
	border-right: 1px solid #e7e9f0;
}
header .top .left-area i,
header .top .left-area span{
	padding: 0 5px 0 0;
	color: #a2a2ae;
}
header .top .left-area strong{
	color: #393e4c;
}
header .top .left-area:hover i, 
header .top .left-area:hover span{
	color: #393e4c;
}
header .top .center-area{
	display: flex;
	align-items: center;
}
header .top .center-area *{
	display: flex;
}
header .top .center-area i{
	padding-right: 7px;
}
header .top .center-area a{
	color: #a2a2ae;
}
header .top .center-area a:hover{
	color: #393e4c;
}
header .top .right-area{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .top .right-area li{
	display: inline-flex;
	margin: 0 0 0 5px;
}
header .top .right-area li a{
	display: inline-flex;
	width: 36px;
	height: 36px;
	justify-content: center;
	align-items: center;
	color: #cbd1df;
	font-size: 18px;
	border: 1px solid #cbd1df;
	border-radius: 2px;
}
header .top .right-area .twitter:hover{
	color: #1da1f2;
	border: 1px solid #1da1f2;
}
header .top .right-area .instagram:hover{
	color: #c13584;
	border: 1px solid #c13584;
}

/*===================================================================================*/

.navbar-expand-lg .navbar-collapse{
	justify-content: flex-end;
}
.navbar{
	padding: 20px 0;
}
.nav-link{
	margin: 0 50px 0 0;
	color: #393e4c;
	font-size: 18px;
	font-weight: bold;
}
.nav-link:hover{
	color: #38bbfc;
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-toggle i{
	position: absolute;
	margin: 0 0 0 5px;
	color: #38bbfc;
}
.navbar .whatsapp-button{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px 5px 15px;
	color: #fff;
	font-weight: bold;
	background-color: rgb(29, 195, 107);
	border-radius: 2px;
}
.navbar .whatsapp-button span{
	margin: 0 25px 0 0;
}
.navbar .whatsapp-button .icon{
	display: flex;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: rgb(255, 255, 255, .2);
	font-weight: normal;
	font-size: 22px;
	justify-content: center;
	align-items: center;
	animation: ripple 2.5s linear infinite;
	z-index: 99;
}
.navbar .whatsapp-button .icon:after{
	position: absolute;
	display: flex;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	content: '';
	background: rgba(255, 255, 255, 0.1);
	z-index: 1;
}
.navbar .whatsapp-button .icon:before{
	display: flex;
	content: '';
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.3);
	z-index: -1;
}
@keyframes ripple{
	0%{
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
	}
	100%{
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
	}
}
.navbar .whatsapp-button:hover{
	background: #128c7e;
}
/*===================================================================================*/

.carousel-item{
	/*height: 675px;*/
	background-size: cover;
}
.carousel-indicators{
	bottom: 35px;
}
.carousel-indicators li{
	width: 24px;
	height: 24px;
	margin: 0 7px;
	background: transparent;
	border: 2px solid #484855;
	border-radius: 100%;
	opacity: 1;
}
.carousel-indicators .active{
	background: #fff;
	border: 2px solid #fff;
}
.carousel-item .text{
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
.carousel-item .text .subtitle{
	font-size: 32px;
}
.carousel-item .text .midtitle{
	font-size: 46px;
	font-weight: bold;
}
.carousel-item .text .title{
	font-size: 46px;
	font-weight: bold;
}
.carousel-item .text p{
	font-size: 18px;
}
.carousel-item .text a{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 268px;
	height: 60px;
	margin: 25px 0 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-image: -moz-linear-gradient( 0deg, rgb(26,183,100) 0%, rgb(33,212,117) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(26,183,100) 0%, rgb(33,212,117) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(26,183,100) 0%, rgb(33,212,117) 100%);
	border-radius: 75px;
}
.carousel-item .text a:hover{
	background: #128c7e;
}
.carousel-item .text a i{
	margin: 0 15px 0 0;
	font-weight: normal;
}
.carousel-item .line::before{
	display: flex;
	content: '';
	width: 37px;
	height: 3px;
	margin: 23px 0;
	background-color: rgb(83, 187, 246);
	border-radius: 2px;
}
.carousel-item .image{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 65px 0 0 0;
}

/*===================================================================================*/

.why{
	padding: 85px 0 175px 0;
	background: #fff url(../images/shape-why.png) left center no-repeat;
}
.why .head{
	margin: -15px 0 0 0;
	text-align: center;
}
.why .head .title{
	margin: -20px 0 0 0;
	color: rgb(111, 117, 134);
	font-size: 32px;
	font-weight: bold;
}
.why .head .subtitle{
	margin: 0 0 85px 0;
	color: rgb(125, 133, 158);
	font-size: 20px;
}
.why .item{
	margin: 0 0 65px 0;
	background-color: rgb(242, 247, 251);
	border-radius: 2px;
}
.why .item i{
	display: flex;
	width: 90px;
	height: 90px;
	margin: -10px 0 10px 10px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 32px;
	background-image: -moz-linear-gradient( 61deg, rgb(29,161,243) 0%, rgb(113,201,247) 100%);
	background-image: -webkit-linear-gradient( 61deg, rgb(29,161,243) 0%, rgb(113,201,247) 100%);
	background-image: -ms-linear-gradient( 61deg, rgb(29,161,243) 0%, rgb(113,201,247) 100%);
	border-radius: 2px;
}
.why .item h4{
	margin: 0;
	padding: 15px 0 0 15px;
	color: rgb(86, 188, 246);
	font-size: 22px;
}
.why .item p{
	margin: 7px 0 0 15px;
	color: rgb(111, 117, 134);
	font-size: 15px;
}

/*===================================================================================*/
.area{
	background: #f2f7fb;
	padding-bottom: 100px;
}
.area::before{
	content: '';
	position: absolute;
	width: 97px;
	height: 93px;
	margin: -35px 0 0 0;
	background: url(../images/shape-area.png) center center no-repeat;
}
.area .text{
	padding: 75px 0 175px 0;
}
.area .text .self-icon{
	width: 275px;
	height: 210px;
	margin: 0 0 0 -85px;
	background: url(../images/double-quotes.png) center center no-repeat;
}
.area .text .icon{
	margin: -180px 0 0 0;
	color: #59bdf6;
	font-size: 84px;
}
.area .text .subtitle{
	position: relative;
	color: rgb(111, 117, 134);
	font-size: 24px;
	z-index: 2;
}
.area .text .title{
	color: rgb(89, 189, 246);
	font-size: 56px;
	font-weight: bold;
}
.area .text .content{
	height: 90px;
	overflow: hidden;
	color: rgb(111, 117, 134);
	font-size: 18px;
	line-height: 1.5;
}
.area .text .more a{
	justify-content: center;
	align-items: center;
	margin: 15px 0 0 0;
	padding: 10px 33px;
	color: rgb(111, 117, 134);
	font-size: 16px;
	background-color: rgb(255, 255, 255);
	border-radius: 50px;
	box-shadow: 0px 12px 25px 0px rgba(207, 217, 227, 0.43);
	cursor: pointer;
}
.area .text .more i{
	margin: 0 0 0 15px;
	color: #59bdf6;
}
.area .text .more-button{
	display: inline-flex;
}
.area .text .less-button{
	display: none;
}
.area .cover img{
	margin-top: -35px;
}
.area .image .box{
	position: absolute;
	/*max-width: 235px;*/
	margin: 10% 0 0 65%;
	padding: 0 10px;
	background: #fff;
	box-shadow: 0px 21px 57px 3px rgba(106, 140, 130, 0.12);
	border-radius: 18px;
}
.area .image .box i{
	display: flex;
	margin: 0 0 0 0;
}
.area .image .box strong{
	display: flex;
	padding: 20px 0 0 10px;
	color: rgb(51, 51, 51);
	font-size: 16px;
	font-weight: bold;
}
.area .image .box p{
	display: flex;
	padding: 0 0 0 10px;
	color: rgba(51, 51, 51, 0.502);
	font-size: 12.5px;
}

/*===================================================================================*/
.service-stripe{
	height: 300px;
	background: #59bdf6 url(../images/service-stripe.webp) center center no-repeat;
}
.service-stripe .text{
	display: flex;
	flex-direction: column;
	color: #fff;
}
.service-stripe .text span{
	padding: 75px 0 0 0;
	font-size: 18px;
}
.service-stripe .text strong{
	font-weight: bold;
	font-size: 56px;
}
.service-stripe .text p{
	margin: 0;
	padding: 0 0 65px 0;
	font-size: 18px;
}
.service-stripe .box{
	margin: -40px 0 0 0;
	padding: 30px;
	background: #fff;
	box-shadow: 0px 10px 49px 0px rgb(67 97 247 / 25%);
	border-radius: 2px;
}
.service-stripe .box label{
	position: relative;
	padding: 7px 25px;
	color: rgb(35, 35, 45);
	font-size: 12px;
	font-weight: bold;
	background: #f1f3fb;
	border-radius: 30px;
	z-index: 9;
}
.service-stripe .box strong{
	display: flex;
	width: 100%;
	padding: 15px 0;
	color: rgb(89, 189, 246);
	font-size: 18px;
}
.service-stripe .box p{
	color: rgb(35, 35, 45);
	font-size: 14px;
}
.service-stripe .box a{
	display: flex;
	margin: 20px 0 0 0;
	padding: 15px 35px;
	justify-content: center;
	color: #888da3;
	font-weight: bold;
	border: 2px solid #e1e6ee;
	border-radius: 30px;
}
.service-stripe .box a:hover{
	color: #fff;
	background: #25d366;
	border: 2px solid #128c7e;
}
.service-stripe .map{
	width: 430px;
	height: 300px;
	margin: 0 0 0 -30px;
	background: url(../images/map.png);
}
.service-stripe .map::before{
	content: '';
	position: absolute;
	display: flex;
	width: 200px;
	height: 1px;
	margin: 8px 0 0 -200px;
	background: #d2d6e4;
}

/*===================================================================================*/

.blog{
	padding: 0 0 70px 0;
}
.blog .title{
	padding: 65px 0;
	text-align: center;
}
.blog .title i{
	display: inline-flex;
	width: 64px;
	height: 64px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 36px;
	background: #59bdf6;
	border-radius: 2px;
}
.blog .title h4{
	margin: 0;
	padding: 20px 0 15px 0;
	font-size: 24px;
	font-weight: bold;
}
.blog .title p{
	color: rgb(35, 35, 45);
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.blog .card{
	background: #fff;
	border: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 38px 0px rgba(0, 18, 35, 0.06);
}
.blog .card:hover .card-title{
	color: #59bdf6;
}
.blog .card label{
	position: absolute;
	display: flex;
	margin: 10px;
	padding: 6px 15px;
	color: #393e4c;
	font-weight: bold;
	background-color: rgb(255, 255, 255);
	border-radius: 30px;
}
.blog .card .card-title{
	display: flex;
	color: rgb(57, 62, 76);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333;
}
.blog .card .card-text{
	display: flex;
	color: rgb(57, 62, 76);
	font-size: 14px;
	line-height: 1.357;
}
.blog .card .card-footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: transparent;
}
.blog .card .card-footer div{
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(57, 62, 76);
	font-size: 14px;
}
.blog .card .card-footer div i{
	color: #9ca3b6;
	font-size: 16px;
}
.blog .card .card-footer div:first-child i{
	margin: 0 7px 0 0;
}
.blog .card .card-footer div:last-child i{
	margin: 0 0 0 7px;
}

/*===================================================================================*/

.services{
	background: #fff;
	padding: 0 0 65px 0;
}
.services .title{
	display: flex;
	align-items: center;
	padding: 50px 0 0 0;
}
.services .title i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	margin: 0 0 0 15px;
	color: #fff;
	font-size: 24px;
	background: #59bdf6;
	border-radius: 2px;
}
.services .title strong,
.services .title span{
	color: rgb(35, 35, 45);
	font-size: 24px;
}
.services .title strong{
	font-weight: bold;
	padding: 0 10px 0 20px;
}
.services .title span{
	font-weight: normal;
}
.services .filter{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0 0 0;
	padding: 6px 0 6px 25px;
	border: 2px solid #f2f4fb;
}
.services .filter li{
	display: flex;
	margin: 0 10px 0 0;
}
.services .filter li:first-child{
	padding: 0 15px 0 0;
	color: rgb(144, 168, 190);
	font-size: 14px;
}
.services .label{
	display: none;
	padding: 15px 0 0 0;
	color: rgb(144, 168, 190);
	font-size: 14px;
}
.services .filter li a{
	display: flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	border-radius: 2px;
	border: 0;
	margin: 0;
	color: #fff !important;
	font-weight: normal !important;
}
.services .filter .nav-tabs .nav-item.show .nav-link, 
.services .filter .nav-tabs .nav-link.active{
	color: #fff !important;
	font-weight: normal !important;
}
.services .filter li a.instagram{
	background-image: linear-gradient(#971799, #eb4634, #f4a13f);
}
.services .filter li a.twitter{
	background: #59bdf6;
}
.services .filter li a.facebook{
	background: #1976d2;
}
.services .filter li a.youtube{
	background: #ff0000;
}
.services .filter li a.tiktok{
	background: #000;
	padding: 0;
}
.services .boxes-twitter{
	margin: 40px 0 0 0;
	padding: 15px;
	border: 2px solid transparent;
}
.services .boxes-twitter:hover{
	border: 2px solid #59bdf6;
	transition: .5s all;
}
.services .boxes-twitter .head{
	padding: 40px;
	background: #edf8fe;
	border-radius: 2px;
}
.services .boxes-twitter .head i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	color: #fff;
	font-size: 36px;
	background-color: rgb(89, 189, 246);
	box-shadow: 0px 7px 38px 0px rgba(89, 189, 246, 0.52);
	border-radius: 100%;
}
.services .boxes-twitter .head h4{
	padding: 0 0 0 25px;
	color: rgb(35, 35, 45);
	font-size: 24px;
	font-weight: bold;
}
.services .boxes-twitter .head p{
	padding: 0 0 0 25px;
	color: rgb(35, 35, 45);
	font-size: 20px;
}
.services .boxes-twitter ul{
	padding: 10px 0;
}
.services .boxes-twitter li{
	padding: 10px 25px;
	color: rgb(35, 35, 45);
	font-size: 18px;
}
.services .boxes-twitter li:last-child{
	margin: 15px 0 0 0;
	padding-bottom: 0;
}
.services .boxes-twitter a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 255px;
	padding: 20px 0;
	border: 2px solid #59bdf6;
	border-radius: 2px;
}
.services .boxes-twitter a span{
	padding-left: 30px;
	color: rgb(38, 153, 238);
	font-size: 16px;
	font-weight: bold;
}
.services .boxes-twitter a i{
	padding-right: 30px;
	color: rgb(38, 153, 238);
}
.services .boxes-twitter:hover a,
.services .boxes-twitter a:hover{
	background: #59bdf6;
	border: 2px solid #59bdf6;
}
.services .boxes-twitter a:hover span,
.services .boxes-twitter a:hover i,
.services .boxes-twitter:hover span,
.services .boxes-twitter:hover i{
	color: #fff;
}
.services .boxes-instagram{
	margin: 40px 0 0 0;
	padding: 15px;
	border: 2px solid transparent;
}
.services .boxes-instagram:hover{
	border: 2px solid #e1306c;
	transition: .5s all;
}
.services .boxes-instagram .head{
	padding: 40px;
	background: rgb(225, 48, 108, 0.1);
	border-radius: 2px;
}
.services .boxes-instagram .head i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	color: #fff;
	font-size: 36px;
	background: #e1306c;
	box-shadow: 0px 7px 38px 0px rgba(225, 48, 108, 0.52);
	border-radius: 100%;
}
.services .boxes-instagram .head h4{
	padding: 0 0 0 25px;
	color: rgb(35, 35, 45);
	font-size: 24px;
	font-weight: bold;
}
.services .boxes-instagram .head p{
	padding: 0 0 0 25px;
	color: rgb(35, 35, 45);
	font-size: 20px;
}
.services .boxes-instagram ul{
	padding: 10px 0;
}
.services .boxes-instagram li{
	padding: 10px 25px;
	color: rgb(35, 35, 45);
	font-size: 18px;
}
.services .boxes-instagram li:last-child{
	margin: 15px 0 0 0;
	padding-bottom: 0;
}
.services .boxes-instagram a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 255px;
	padding: 20px 0;
	border: 2px solid #e1306c;
	border-radius: 2px;
}
.services .boxes-instagram a span{
	padding-left: 30px;
	color: #e1306c;
	font-size: 16px;
	font-weight: bold;
}
.services .boxes-instagram a i{
	padding-right: 30px;
	color: #e1306c;
}
.services .boxes-instagram:hover a,
.services .boxes-instagram a:hover{
	background: #e1306c;
	border: 2px solid #e1306c;
}
.services .boxes-instagram a:hover span,
.services .boxes-instagram a:hover i,
.services .boxes-instagram:hover span,
.services .boxes-instagram:hover i{
	color: #fff;
}

.services .boxes-facebook{
	margin: 40px 0 0 0;
	padding: 15px;
	border: 2px solid transparent;
}
.services .boxes-facebook:hover{
	border: 2px solid #1877f2;
	transition: .5s all;
}
.services .boxes-facebook .head{
	padding: 40px;
	background: rgb(66, 103, 178, 0.1);
	border-radius: 2px;
}
.services .boxes-facebook .head i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	color: #fff;
	font-size: 36px;
	background: #1877f2;
	box-shadow: 0px 7px 38px 0px rgb(66, 103, 178, 0.52);
	border-radius: 100%;
}
.services .boxes-facebook .head h4{
	padding: 0 0 0 25px;
	color: rgb(35, 35, 45);
	font-size: 24px;
	font-weight: bold;
}
.services .boxes-facebook .head p{
	padding: 0 0 0 25px;
	color: rgb(35, 35, 45);
	font-size: 20px;
}
.services .boxes-facebook ul{
	padding: 10px 0;
}
.services .boxes-facebook li{
	padding: 10px 25px;
	color: rgb(35, 35, 45);
	font-size: 18px;
}
.services .boxes-facebook li:last-child{
	margin: 15px 0 0 0;
	padding-bottom: 0;
}
.services .boxes-facebook a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 255px;
	padding: 20px 0;
	border: 2px solid #1877f2;
	border-radius: 2px;
}
.services .boxes-facebook a span{
	padding-left: 30px;
	color: #1877f2;
	font-size: 16px;
	font-weight: bold;
}
.services .boxes-facebook a i{
	padding-right: 30px;
	color: #1877f2;
}
.services .boxes-facebook:hover a,
.services .boxes-facebook a:hover{
	background: #1877f2;
	border: 2px solid #1877f2;
}
.services .boxes-facebook a:hover span,
.services .boxes-facebook a:hover i,
.services .boxes-facebook:hover span,
.services .boxes-facebook:hover i{
	color: #fff;
}
.services .boxes-tiktok{
	margin: 40px 0 0 0;
	padding: 15px;
	border: 2px solid transparent;
}
.services .boxes-tiktok:hover{
	border: 2px solid #010101;
	transition: .5s all;
}
.services .boxes-tiktok .head{
	padding: 40px;
	background: rgb(0, 0, 0, 0.1);
	border-radius: 2px;
}
.services .boxes-tiktok .head i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	color: #fff;
	font-size: 36px;
	background: #010101;
	box-shadow: 0px 7px 38px 0px rgb(0, 0, 0, 0.52);
	border-radius: 100%;
}
.services .boxes-tiktok .head h4{
	padding: 0 0 0 25px;
	color: rgb(35, 35, 45);
	font-size: 24px;
	font-weight: bold;
}
.services .boxes-tiktok .head p{
	padding: 0 0 0 25px;
	color: rgb(35, 35, 45);
	font-size: 20px;
}
.services .boxes-tiktok ul{
	padding: 10px 0;
}
.services .boxes-tiktok li{
	padding: 10px 25px;
	color: rgb(35, 35, 45);
	font-size: 18px;
}
.services .boxes-tiktok li:last-child{
	margin: 15px 0 0 0;
	padding-bottom: 0;
}
.services .boxes-tiktok a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 255px;
	padding: 20px 0;
	border: 2px solid #010101;
	border-radius: 2px;
}
.services .boxes-tiktok a span{
	padding-left: 30px;
	color: #010101;
	font-size: 16px;
	font-weight: bold;
}
.services .boxes-tiktok a i{
	padding-right: 30px;
	color: #010101;
}
.services .boxes-tiktok:hover a,
.services .boxes-tiktok a:hover{
	background: #010101;
	border: 2px solid #010101;
}
.services .boxes-tiktok a:hover span,
.services .boxes-tiktok a:hover i,
.services .boxes-tiktok:hover span,
.services .boxes-tiktok:hover i{
	color: #fff;
}
.services .boxes-youtube{
	margin: 40px 0 0 0;
	padding: 15px;
	border: 2px solid transparent;
}
.services .boxes-youtube:hover{
	border: 2px solid #fc0000;
	transition: .5s all;
}
.services .boxes-youtube .head{
	padding: 40px;
	background: rgb(255, 0, 0, 0.1);
	border-radius: 2px;
}
.services .boxes-youtube .head i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	color: #fff;
	font-size: 36px;
	background: #fc0000;
	box-shadow: 0px 7px 38px 0px rgb(255, 0, 0, 0.52);
	border-radius: 100%;
}
.services .boxes-youtube .head h4{
	padding: 0 0 0 25px;
	color: rgb(35, 35, 45);
	font-size: 24px;
	font-weight: bold;
}
.services .boxes-youtube .head p{
	padding: 0 0 0 25px;
	color: rgb(35, 35, 45);
	font-size: 20px;
}
.services .boxes-youtube ul{
	padding: 10px 0;
}
.services .boxes-youtube li{
	padding: 10px 25px;
	color: rgb(35, 35, 45);
	font-size: 18px;
}
.services .boxes-youtube li:last-child{
	margin: 15px 0 0 0;
	padding-bottom: 0;
}
.services .boxes-youtube a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 255px;
	padding: 20px 0;
	border: 2px solid #fc0000;
	border-radius: 2px;
}
.services .boxes-youtube a span{
	padding-left: 30px;
	color: #fc0000;
	font-size: 16px;
	font-weight: bold;
}
.services .boxes-youtube a i{
	padding-right: 30px;
	color: #fc0000;
}
.services .boxes-youtube:hover a,
.services .boxes-youtube a:hover{
	background: #fc0000;
	border: 2px solid #fc0000;
}
.services .boxes-youtube a:hover span,
.services .boxes-youtube a:hover i,
.services .boxes-youtube:hover span,
.services .boxes-youtube:hover i{
	color: #fff;
}




/*===================================================================================*/

.faq{
	padding: 35px 0 50px 0;
	background: #f2f7fb;
}
.faq .head{
	text-align: center;
}
.faq .head i{
	display: inline-flex;
	width: 64px;
	height: 64px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 36px;
	background-color: rgb(89, 189, 246);
	border-radius: 2px;
}
.faq .head .title{
	padding: 30px 0 10px 0;
	color: rgb(35, 35, 45);
	font-size: 24px;
}
.faq .head .title strong{
	font-weight: bold;
}
.faq .head .title .subtitle{
	color: rgb(35, 35, 45);
	font-size: 16px;
}
.faq .accordion{
	width: 100%;
	padding: 50px 0;
}
#faqlist .card,
#faqlist .card-header,
#faqlist .card-header h4,
#faqlist .card-header .btn{
	margin: 0;
	padding: 0;
	border: 0;
}
#faqlist .card-header{
	background: #f2f7fb;
	border-radius: 2px;
}
#faqlist .card-header h4{
	margin: 0 0 -1px 0;
	border: 1px solid #d5daeb;
	/*
	display: flex;
	justify-content: center;
	align-items: center;
	*/

}
#faqlist .card-header h4 .btn{
	color: rgb(89, 93, 114);
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	border-radius: 0;
	background: #fff;
}
#faqlist .card-header h4 .btn:hover{
	text-decoration: none;
}
#faqlist .card-header *{
	outline: none;
	box-shadow: none;
}
#faqlist .card-body{
	color: rgb(89, 93, 114);
	font-size: 16px;
	line-height: 1.2;
	border-left: 1px solid #d5daeb;
	border-right: 1px solid #d5daeb;
}
#faqlist .card-header h4 .btn[aria-expanded='true']::after,
#faqlist .card-header h4 .btn[aria-expanded='false']::after{
	position: absolute;
	width: 24px;
	height: 24px;
	right: 25px;
	top: 25px;
	content: '';
}
#faqlist .card-header h4 .btn[aria-expanded='true']::after{
	background: url(../images/arrow-up-s-line.png) center center no-repeat;
}
#faqlist .card-header h4 .btn[aria-expanded='false']::after{
	background: url(../images/arrow-down-s-line.png) center center no-repeat;
}
#faqlist [aria-expanded='true']{
	padding-bottom: 0;
}
#faqlist .card-body:last-child{
	border-bottom: 1px solid #d5daeb;
}

/*===================================================================================*/

#blog .page-header{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 100px 0;
	text-align: center;
	color: #fff;
}
#blog .page-header .title{
	font-size: 46px;
	font-weight: bold;
}
#blog .page-header .title::after{
	content: '';
	display: flex;
	width: 37px;
	height: 3px;
	background-color: rgb(83, 187, 246);
	margin: 0 auto;
}
#blog .page-header .subtitle{
	font-size: 18px;
	padding: 30px 20%;
}
#blog article{
    padding: 100px 0;
}
#blog article .cover img{
	width: 100%;
	border-radius: 10px;
	border: 1px solid #ddd;
}
#blog article h2{
	font-size: 30px;
    margin: 20px 0;
    font-weight: bold;
}
#blog article .meta a{
	margin-right: 20px;
	color: #606060;
	transition: .5s;
}
#blog article .meta a i{
	color: #606060;
}
#blog article .meta a i:hover{
	color: #ec1111;
}
#blog article .meta a:hover{
	color: #ec1111;
}
#blog article .post-area p{
	margin: 15px 0;
}
#blog .share{
	text-align: center;
	position: relative;
	margin-top: 45px;
}
#blog .share:before{
	position: absolute;
	content: "";
	top: 20px;
	right: 0;
	width: 235px;
	height: 1px;
	background-color: rgb(83, 187, 246);
}
#blog .share:after{
	position: absolute;
	content: "";
	top: 20px;
	left: 0;
	width: 220px;
	height: 1px;
	background-color: rgb(83, 187, 246);
}
#blog .share-bg a{
	margin-right: 15px;
}
#blog .share-bg a i{
	font-size: 18px;
	border: 1px solid rgb(83, 187, 246);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	color: rgb(83, 187, 246);
	transition: .5s;
	position: relative;
	background: #f2f7fb;
	z-index: 2;
}
#blog .share-bg a i:hover{
	background: rgb(83, 187, 246);
	border-color: rgb(83, 187, 246);
	color: #fff;
}
#blog .comments h3{
	font-weight: bold;
	font-size: 25px;
	margin: 30px 0;
}
#blog .comment-item{
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
#blog .comment-item .thumb img{
	float: left;
	margin: 5px 15px 0 0;
}
#blog .comment-item .meta{
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
}
#blog .comment-item .meta p{
	font-weight: bold;
}
#blog .comment-item .meta p strong{
	font-weight: 400;
	margin-left: 20px;
	font-weight: bold;
	background: rgb(83, 187, 246);
	color: #fff;
	border-radius: 3px;
	padding: 3px 13px;
}
#blog .comment-item .meta span {
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #223645;
	margin-top: -40px;
	transition: .5s;
	font-weight: bold;
}
#blog .comment-item .meta span i{
	margin-right: 15px;
	color: #ec1111;
}
#blog .comment-item .meta p {
	font-size: 16px;
}
#blog .make-a-comment h3{
	padding: 30px 0;
	color: rgb(111, 117, 134);
	font-size: 32px;
	font-weight: bold;
}
#blog .make-a-comment .title b{
	color: #4284f5;
}
#blog .make-a-comment .input-group{
	margin-bottom: 30px;
}
#blog .make-a-comment .input-group-text{
	background: transparent;
	border: 0;
	color: #c9cbd9;
	font-size: 26px;
	margin-right: 15px;
}
#blog .make-a-comment .input-group{
	height: 62px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 13px 0px rgba(46, 49, 65, 0.05);
	border: 0;
	border-radius: 50px;
}
#blog .make-a-comment .form-control{
	height: 62px;
	padding-left: 30px;
	border: 0;
	color: rgb(114, 117, 131);
	font-size: 16px;
	border-radius: 50px;
}
#blog .make-a-comment textarea.form-control{
	padding: 30px;
	resize: none;
	height: 180px;
}
#blog .make-a-comment .button-bordered{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px 30px 0 0;
	padding: 20px 25px;
	border-radius: 100px;
	border: 2px solid #ddd;
}
#blog .make-a-comment .button-bordered span{
	color: rgb(38, 42, 56);
	font-size: 16px;
	font-weight: bold;
}
#blog .make-a-comment .button-bordered i{
	color: #262a38;
}
#blog .make-a-comment .button-bordered:hover{
	color: #fff;
    background: rgb(83, 187, 246);
}
#blog .make-a-comment .button-bordered:hover span,
#blog .make-a-comment .button-bordered:hover i{
	color: #fff;
	transition: .5s all;
}


/*===================================================================================*/
footer{
	padding: 0 0 0 0;
	background: #0f131d;
}
footer .links{
	padding: 50px 0 0 0;
}
footer .links li{
	padding: 0 0 25px 0;
}
footer .links li strong{
	color: #fff;
	font-weight: bold;
}
footer .links li strong::after{
	content: '';
	display: flex;
	width: 31px;
	height: 3px;
	margin: 25px 0;
	background-color: rgb(40, 46, 55);
}
footer .links li a{
	padding: 0 0 0 25px;
	color: rgb(130, 139, 147);
	font-size: 14px;
}
footer .links li a::before{
	position: absolute;
	content: '.';
	width: 5px;
	height: 5px;
	margin: -25px 0 0 -25px;
	color: rgb(54, 178, 221);
	font-size: 35px;
}
footer .links li a:hover{
	color: #fff;
	padding: 0 0 0 40px;
}
footer .contact{
	padding: 50px 0 0 30px;
	background: #171c29;
}
footer .contact h4{
	margin: 0;
	padding: 0 0 20px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
footer .contact .item{
	margin: 0 0 20px 0;
}
footer .contact .item:hover h5{
	color: #59bdf6;
	transition: .5s all;
}
footer .contact i{
	display: flex;
	width: 56px;
	height: 56px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 28px;
	border-radius: 2px;
}
footer .contact .whatsapp i{
	background: #12c781;
}
footer .contact .support i{
	background: #eb2d47;
}
footer .contact .mail-support i{
	background: #333e52;
}
footer .contact span{
	padding: 0 0 0 15px;
	color: rgb(114, 117, 131);
	font-size: 14px;
}
footer .contact h5{
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 22px;
}
footer .ml-75{
	margin-left: -75px;
}

/*===================================================================================*/

.bottom{
	background: #0c0f17;	
}
.bottom p{
	padding: 25px 0;
	color: rgb(138, 148, 159);
	font-size: 14px;
}
.bottom .cc{
	padding: 25px 0 0 30px;
	background: #121621;
}