/*@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700);*/
@import url(font/archivo.css);
@import url(font/font_family.css);

html {overflow-x: hidden;scroll-behavior: smooth;}
* {padding:0;margin:0;font-family:Archivo;position:relative;transition:0.4s;box-sizing: border-box;}
body {background: #ffffff;
    overflow-x: hidden;
}
a {text-decoration:none;color:unset;}
div,h1,h2,h3,h4,p,i,a {position:relative;transition:0.4s;}

:root {
	--color:#1284df;
	--color2:#021314;
	--color3:#ffffff;
	
}




.promo {        height: 300px;
    text-align: center;
    overflow: hidden;}
.promo img {        width: 402px;
    height: 85%;
    margin: 10px;
    border-radius: 8px;}




::placeholder {font-style:italic;}

.header {        width: -webkit-fill-available;
    background: var(--color);
    color: white;
    display: grid;
    grid-template-columns: 14% auto;
    align-items: center;}
.header .head_cont{    width: fit-content;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
.header .head_cont .head_logo{}
.header .head_cont .head_logo img{width: 57px;}
.header .head_cont .search_bar{    border: 1px solid white;
    background: white;
    border-radius: 36px;
    padding: 1px 8px 0px 5px;
}
.header .head_cont .search_bar input{    background: transparent;
    padding: 6px;
    border: 0px;
    outline: none;
    width: auto;
    font-size: 15px;
}
.header .head_cont .search_bar button{    padding: 6px;
    font-size: 19px;
    background: none;
    border: 0px;
    vertical-align: middle;
    border-radius: 20px;
    outline: 0px solid white;
}
.header .head_cont .head_text {display: inline-block;
    padding: 20px 10px;
    font-size: 12px;
    cursor: pointer;}
.header .head_cont .head_text h3{display: inline-block;
    font-weight: 400;
    margin: 0px 5px;}
.header .head_cont .head_text i {display: inline-block;
    background: #ffffff;
    color: var(--color);
    padding: 5px;
    width: 25px;
    border-radius: 23px;
    height: 24px;
    text-align: center;}
.editable {}
	
.hero {background: var(--color);
    color: white;
    padding: 16px;
    border-radius: 0px 0px 19px 20px;}
.hero_text {display: inline-block;
    width: fit-content;
    padding: 62px;}
.hero_text h1{display: inline-block;
    margin: 10px;
    font-size: 48px;}
.hero_text h2  {display:inline-block}
.hero_text h3{}
.hero_text2 {  background: white;
    display: inline-block;
    color: #074a81;
    padding: 53px;
    border-radius: 23px;
    width: 50%;
    margin: 10px 24px;
    text-align: center;
    line-height: 1.5;
    vertical-align: top;}
.hero_text2 h1{}
.hero_text2 p{}

.mobile_header,.outside_click_close {display:none;}
.btn1 {background: var(--color);
    color: white;
    width: fit-content;
    padding: 10px 23px;
    border-radius: 29px;
    margin: 17px auto 0px;}

	.visitors_box {text-align: center;
    }
	.v_box {	
    padding: 27px;
    min-width: 200px;
    display: inline-block;
    margin: 30px 12px;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #60606052;
	
}
	.v_box:hover {
		transform: rotate(4deg);
		transition:0.3s;
	}
	.v_box h3 {    color: #7b7a7a;
    font-size: 23px;
    margin: 22px auto 6px;
    font-weight: 500;
    letter-spacing: -1px;}
	
	.v_box .visitors,.v_box .happy_cls {font-size: 50px;
    min-width: 87px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: #4caf50;}
	.v_box .cards {    font-size: 50px;
    color: #f44336;
    min-width: 87px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-weight: 600;}
	
.city_change {
	display:none;
	position: fixed;
    border: 2px solid var(--color);
    padding: 36px;
    z-index: 30;
    background: white;
    border-radius: 6px;
    top: 18%;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0px 0px 10px 0px #6060606b;
}
.city_change h3{font-size: 43px;
    color: #f5665c;
    position: absolute;
    top: -2px;
    right: 13px;
    z-index: 3;}
.city_change form{margin: 20px;}
.city_change form select{padding: 10px;
    border: 2px solid var(--color);
    color: var(--color);
    border-radius: 4px;}
.city_change form input[type=submit]{font-size: 14px;
    padding: 12px;
    background: var(--color);
    border: 0px;
    border-radius: 5px;
    color: white;}
	
	
	
/* bubbles */
.bubbles_hero {padding: 10px;
    position: absolute;
    bottom: 1px;
    width: -webkit-fill-available;
    left: 0;
    height: 98%;
    background: #00000000;
    z-index: 0;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
}

.bubble1,.bubble2,.bubble3,.bubble4,.bubble5 {width: 100px;
    height: 100px;
    background: radial-gradient(#ffffff70, #ffffff00);
    bottom: 0;
    border-radius: 500px;
	animation:bubble 5s linear infinite alternate;
	}	
	
@keyframes bubble{
	from {top:0;}
	to{top:80%;}
}


.bubble1 {width: 100px;
    height: 100px;animation-delay:2s;
    }	

.bubble2 {width: 50px;
    height: 50px;animation-delay:5s;}	
.bubble3 {width: 130px;
    height: 130px; animation-delay:3s;}	
.bubble4 {width: 70px;
    height: 70px;animation-delay:7s;}	
.bubble5 {width: 100px;
    height: 100px;animation-delay:9s;}	
	

/* bubbles */

.slick-slide {
     margin: 26px 3px;
    padding: 0px 10px;
    text-align: center;
    box-shadow: 0px 0px 8px 0px #d7d6d669;
    border-radius: 8px;
}

    .slick-slide img {
      width: 100px;
    margin: 14px auto;
    height: 100px;
    border: 1px solid #d1d0d0;
    border-radius: 79px;
    overflow: hidden;

    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
	.feedback_box h3{font-weight: 500;
    text-transform: capitalize;
    margin: 0px;
    font-size: 15px;
    height: 15px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;}
	.feedback_box i{color: #ff9800;
}
	.feedback_box p{margin: 12px 0px;
    font-size: 14px;
    text-align: center;
    color: #4e4e4e;
    height: 17px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;}
	
	.btn2 {background: #1284df;
    color: white;
    padding: 8px 14px;
    font-weight: 600;
    margin: 0px 0px 14px;
    border-radius: 50px;}	
	.btn2 i{color: white;}	
	
	.view_more_btn {font-size: 17px;
    background: #1284df;
    color: white;
    margin: -26px 34px;
    text-align: right;
    width: fit-content;
    float: right;
    padding: 12px;
    border-radius: 3px;}
	.cate_title {margin: 62px 62px 0px;
    text-transform: capitalize;
    color: black;
}
.row {}
	
	.title_sample {text-align:center;}
	
	footer {background: black;
    color: white;
    text-align: center;
    margin: 0px;
    padding: 20px;}
	
	/*cookies policy*/
	.cookies_policy {       position: fixed;
    bottom: 0;
    z-index: 44;
    background: white;
    width: 500px;
    margin: 20px;
    padding: 17px;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0px 0px 10px 0px #7e7e7e61;
}
	.cookies_policy h3{text-align: center;
    color: #4caf50;}
	.cookies_policy p{font-size: 14px;
    margin: 9px;
    color: #2c2c2c;
}
	.close_cookies {color: #e51717;
    font-size: 44px;
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 4;}
	.accept_btn {        display: inline-block;
    background: #4caf50;
    color: white;
    padding: 7px 11px;
    font-size: 15px;
    margin: 0px 10px;cursor:pointer;}
	.close_btn {  display: inline-block;
    background: #595a59;
    color: white;
    padding: 7px 11px;
    font-size: 15px;
    margin: 0px 10px;cursor:pointer;}
	
	.business2 {background: var(--color);
    color: white;
    padding: 44px;
    margin: 0;}
	.business2 h1{text-align: center;
    text-transform: capitalize;
    font-size: 35px;}
	.business2 h3{font-size: 17px;
    text-align: center;
    font-weight: 400;}
	
	.elmnta {text-align: center;
    width: fit-content;
    padding: 16px 28px;
    border-radius: 59px;
    margin: 5% auto 27px;
    background: white;
    color: var(--color);}
	.elmntb {}
	.elmntb h2{}
	.elmntb h3{}
	
	.bubble_s1,.bubble_s2,.bubble_s3 {width: 200px;
    height: 200px;
    background: radial-gradient(#ffffff78, transparent);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
		animation:bubble_s 30s linear infinite alternate;
		-webkit-animation:bubble_s 30s linear infinite alternate;
		animation-delay:5s;
		-webkit-animation-delay:5s;
	}	
	

	
	.bubble_s2 {width: 100px;
    height: 100px;-webkit-animation-delay:10s;}
	
	
	.bubble_s3 {width: 150px;
    height: 150px;-webkit-animation-delay:30s;}
	
	@keyframes bubble_s{
	from {left:0;}
	to{left:85%;}
}
@-webkit-keyframes bubble_s{
	from {left:0;}
	to{left:85%;}
}




.social_med_poster {    padding: 40px 10px;}
.social_med_poster h2{        font-size: 33px;
    text-align: center;
    padding: 24px;
    color: #202020;
    margin-bottom: 31px;}
.social_med_poster h2:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background: #1284df;
    bottom: 11px;
    left: 50%;
    transform: translate(-50%);
}

.social_med_poster_scroll {       display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    overflow-x: scroll;
    text-align: center;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;}
.social_med_poster .poster_demo{      width: 300px;
    height: auto;
    display: inline-block;
    margin: 5px;}
.social_med_poster .poster_demo img{width:100%;}


/* Position the image container (needed to position the left and right arrows) */

.containerimgback 	 {}
.containerimg {
                     position: relative;
    width: fit-content;
    max-width: -webkit-fill-available;
    margin: 0 auto;
    overflow: hidden;
    overflow-x: scroll;
    display: block;
    grid-template-columns: auto auto auto auto auto;
    text-align: center;
}
.poster_img {    display: inline-block;}
.poster_img img{       width: 200px;
    margin: 6px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px #00000047;}

/* width */
.social_med_poster_scroll::-webkit-scrollbar {
  width: 10px;height:10px
}

/* Track */
.social_med_poster_scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.social_med_poster_scroll::-webkit-scrollbar-thumb {
      background: #1284df;
    border-radius: 10px;
}

/* Handle on hover */
.social_med_poster_scroll::-webkit-scrollbar-thumb:hover {
  background: #097bd6; 
}

	