@import url(https://fonts.googleapis.com/css?family=Poppins: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:'poppins','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;
	
}







::placeholder {font-style:italic;}

.mobile {display:none;}
.desktop {display:block;}

.header {             width: -webkit-fill-available;
    background: var(--color);
    color: white;
    display: grid;
    grid-template-columns: 11% 22% auto;
    align-items: center;
    overflow: visible;}
.header .head_cont{        vertical-align: middle;
    margin: 0 auto;
    width: -webkit-fill-available;
    text-align: center;
}
.header .head_cont .head_logo{}
.header .head_cont .head_logo img{      width: 80px;
    margin: 10px auto;
    border: 0px solid;
    border-radius: 100px;}
.header .head_cont .search_bar{           border: 1px solid white;
    background: white;
    border-radius: 6px;
    height: 35px;
    padding: 1px 8px 0px 5px;
    display: flex;
}
.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: 18px;
    border: 0px;
    vertical-align: middle;
    border-radius: 20px;
    outline: 1px solid white;
    background: #1284df;
    color: white;
    position: absolute;
    right: 0px;
}
.header .head_cont .head_text {    display: inline-block;
    padding: 17px 6px;
    font-size: 11px;
    cursor: pointer;
    vertical-align: middle;}
.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;}


.goog-te-gadget .goog-te-combo {
            margin: 0px 0;
    padding: 6px;
    border: 0px solid #ffffff;
    background: #ffffff;
    color: black;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    width: 100px;
}


.drop_down {       display: none;
    position: absolute;
    z-index: 7;
    background: white;
    color: #505050;
    box-shadow: -2px 29px 20px 0px #5656562e;
    top: 55px;
    border-radius: 5px;
    font-size: 13px;
    text-align: left;}
	
	.drop_down:before {
    content: '';
    position: absolute;
    border: 15px solid transparent;
    border-bottom: 15px solid white;
    top: -25px;
    left: 30;
}
.drop_down li{    list-style-type: none;
    width: 150px;
    padding: 15px 21px;}
.drop_down li:hover {background: #1284df;
    color: white;}
.head_text:hover .drop_down  {display:block;}
	
.hero {    background: #ffffff;
    color: black;
    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: transparent;
    padding: 53px;
    border-radius: 4px;
    max-width: 900px;
    margin: 10px auto;
    text-align: center;
    line-height: 1.5;
    vertical-align: top;
    align-items: center;}
	
	
.ht_side2 img {    width: 100%;	}	
	
.hero_text2 h1{    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -2px;
    word-spacing: 9px;}
.hero_text2 p{    font-size: 20px;
    margin: 20px;}

.mobile_header,.outside_click_close {display:none;}
.btn1 {                   background: linear-gradient(45deg, #2196f3, #673ab7);
    color: white;
    width: fit-content;
    padding: 10px 23px;
    border-radius: 6px;
    margin: 17px 13px 0px;
    display: inline-block;
    font-size: 17px;
    border: 2px solid white;}

.btn1:hover {
	background:#1077ca;
	transform:scale(1.1);
}

	.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;
    }
	
	
	
	
	
	.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: 43px auto 16px;
    text-transform: capitalize;
    color: black;
    width: fit-content;
}

.cate_title:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: #1284df	;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}
.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;}
	


.social_med_poster {    padding: 40px 10px;}
.social_med_poster h2{            font-size: 33px;
    text-align: center;
    padding: 24px;
    color: #0e0e0e;
    font-weight: 600;
    margin-bottom: 1px;}
	
	.social_med_poster p {      text-align: center;
    margin: 0px auto 30px;
    color: #343434;
    font-weight: 500;
    font-size: 14px;}
.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%;}



/* 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; 
}


.btn2 {         background: #1284df;
    color: white;
    padding: 8px 17px;
    font-weight: 400;
    margin: 0px auto 14px;
    width: fit-content;
    font-size: 14px;
    border-radius: 50px;}

	
	.btn2 i{color: white;}	
.feedback_box {         width: 195px;
    overflow: hidden;
    margin: 10px 4px;
    box-shadow: 0px 0px 10px 0px #b6b6b659;
    display: grid;
    grid-template-rows: 169px 20px auto;
    padding: 5px;
    border-radius: 5px;}
.feedback_box img{         width: 159;
    height: 159px;
    display: block;
    margin: 0 auto;}
.feedback_box h3{    font-weight: 500;
    text-transform: capitalize;
    margin: 6px;
    font-size: 18px;
    height: 20px;
    color: black;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;}

.feedback_box i{color: #ffffff; }
	.feedback_box p{    margin: 12px 6px;
    font-size: 12px;
    text-align: justify;
    color: #071e9d;
    height: 30px;
    font-weight: 400;
    overflow: hidden;}
	
	/* 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;}


.promo {        height: 300px;
    text-align: center;
    overflow: hidden;}
.promo img {         width: auto;
    margin: 10px;
    border-radius: 8px;}
	
	.popup_offer {   display:none; position: fixed;
    top: 30px;
    background: white;
    z-index: 3;
    text-align: center;
    width: 70%;
    left: 50%;
    transform: translate(-50%);
    padding: 30px;
    box-shadow: 0px 0px 20px 0px #6a6a6a42;
    border-radius: 8px;}
	.popup_offer .close {    position: absolute;
    z-index: 3;
    color: #f87f7f;
    right: 22px;
    font-size: 46px;
    top: 9px;}
	.popup_offer i{    color: red;
    font-size: 39px;
    margin: 10px;}
	.popup_offer h3{    font-size: 14px;
    font-weight: 400;
    margin: 20px;}
	.popup_offer iframe{        width: 80%;
    height: 300px;
    margin: 10px;}
	
	.products_in {    text-align: center;
    margin: 40px auto;}
	.products_in h3 {    text-align: center;
    font-weight: 600;
    padding: 20px;}
	.products_in .prin_box {        width: 250px;
    overflow: hidden;
    display: inline-grid;
    vertical-align: text-top;
    margin: 4px 2px;
    border-radius: 3px;
    grid-template-rows: 250px auto;
    height: 300px;
    align-items: center;}
	.products_in .prin_box img{    width: 100%;
    height: 100%;
    
    display: block;
    margin: 0 auto;}
	.products_in .prin_box .btn_iny{      background: black;
    color: white;
    height: 100%;
    display: grid;
    align-items: center;
    font-size: 15px;
    grid-template-columns: 68% auto;}