/*
Theme Name: MOBSTA
Theme URI: https://mobsta.com/
Author: MOBSTA
Version: Latest
*/
:root { --size: 15px; }
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;0,800;0,900;1,700&display=swap');

*{margin:0px; padding:0px; box-sizing: border-box;}
html, body {margin:0; padding:0;} 
html {
  scroll-behavior: smooth;
}
img {vertical-align:middle; height:auto; max-width:100%;}
body{
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	overflow-x:hidden;
	
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	   font-weight:normal;
}

#homepage-form .cntctpg-form {
	max-width: 800px;
	margin: 0px auto;
}
#homepage-form .cntctpg-form form {
	padding: 0;
}
textarea {
	font-family: inherit;
}

 .innerpage {
	font-size: 22px;
	line-height: 32px;
	color: #222;
}
.innerpage h3 {color: #8872b1;
line-height: 1.3;
font-size: 40px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 15px;} 

.innerpage h4 {color: #21262c;
line-height: 1.3;
font-size: 25px;
font-weight: bold;
margin-bottom: 15px;} 
.trafcarosel {
	margin-top: 15px;
}
.value-box {
	background: transparent;
	width: 100%;
	height: 200px;
	margin: 0px auto;
}

.value-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 10px;
    
}

.value-box:hover .value-inner {
  transform: rotateY(180deg);
}

.value-front, .value-back {
  position: absolute;
width: 100%;
height: 100%;
  backface-visibility: hidden; border-radius:0px;  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius:10px;
  box-shadow: 0px 5px 20px -10px #353535;
}
.trafcarosel {
	margin-bottom: 10px;
}
.value-inner h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
	position: absolute; color:#fff;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
padding: 20px;
}
#homepage-form p {font-size:22px; line-height:35px;}
.value-back {
		background: #95c5d9;
  transform: rotateY(180deg);
}
  .value-front {
	background: #8872b1;
}
     #b-corp, #traffiq,#clients { scroll-margin-top: 70px;}

/* key frames start */
@keyframes mob-float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-moz-keyframes mob-float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes mob-float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-o-keyframes mob-float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
/* keyframes end */
.container{max-width:1170px; margin:0 auto;}
/* #menu-main-menu{list-style-type:none; display:flex; justify-content:right; min-height:68px; align-items:center; grid-gap:0px 30px;} 
#menu-main-menu{display:none;} */
.filter-sidebar {
    width: 480px;
    height: 100vh;
    background: #cae2ec;
    background-image: url(https://mobsta.reviewsite.xyz/assets/uploads/sites/43/menu-bg3.webp);
    border-right: 1px solid #ccc;
    position: fixed;
    right: -480px;
    transition: .3s;
    z-index: 9999;
    padding: 50px 75px;
    top: 0;
    overflow: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hideSidebar.label.label-default {
    color: #222;
    display: inline-block;
    border-radius: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
}
.hideSidebar.label.label-default span {
    font-size: 45px;
    vertical-align: bottom;
    font-weight: bold;
    margin-left: 10px;
    line-height: 36px;
}
.filter-overlay {
    display: none;
    background: #8872b1;
    opacity: .7;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 3;
    cursor: pointer;
    top: 0;
    left: 0;
}
.filter-sidebar .menu {
    list-style: none;
    margin-top: 30px;
}
.filter-sidebar .menu li {
    margin-bottom: 15px;
    border-bottom: 1px solid #897bb1;
    padding-bottom: 15px;
}
#pg-678-0> .panel-row-style{background-position: top !important;}
.filter-sidebar .menu li a {
    text-decoration: none;
    font-weight: bold;
    color: #222222;
    font-size: 20px;
}
.filter-sidebar ul.social-media {
    width: 100%;
    float: none;
    margin: 0;
}
.filter-sidebar .menu li ul li {
margin-bottom: 0; }
.filter-sidebar .menu li ul li:last-child {
	margin-bottom: 0;
}
/* ------------   ------------- */
#menu-main-menu li a{color:#222; text-decoration:none; font-size:15px;} 
#menu-main-menu li a:hover{
    color: #96c6d9;
}

#submenu {
position: absolute;
right: 10px;
top: 0px;
color: #000;
cursor: pointer;}
div#submenu i {font-weight: 900; font-size: 16px;}
#menu-main-menu .sub-menu {position: relative !important;margin-top: 5px !important;background-color: transparent !important;}
#menu-main-menu li.menu-item-has-children .sub-menu { position: absolute; display: none; left: 0; top: 100%; background-color: #0f233c;
	min-width: 250px; z-index: 9; margin-top: 24px;}
li.menu-item-has-children .sub-menu li:last-child {padding-bottom:0;}

.filter-sidebar .menu li ul li {
	border-bottom: 0;
}
.filter-sidebar .menu li ul  {
padding-left: 20px;
padding-top: 10px; }
.row-grid-three{display:grid; grid-template-columns: repeat(1, 1fr); column-gap:15px;}
.loop-post{line-height:32px;font-size: 22px;background: #fff;color: #222222;display: flex; transition: all 0.5s; margin-bottom: 30px;}
.loop-post img {
	height: auto;
	display: flex; width: 100%;
	float: left;
}
.loop-post h4{margin:15px 0 10px 0;}
.loop-post h4 a{text-decoration:none; color:#222222;font-weight: 700;}
/*.loop-post .more-txt{color: green; display:inline-block;}*/
.sidebar-footer{background-color:#333; padding:50px 0; color:#fff;}
.sidebar-footer h4{margin-bottom:15px;}
.sidebar-footer .wp-block-columns{margin-bottom:0px;}
.sidebar-footer .menu{list-style-type:none;}
.sidebar-footer .menu li a, .sidebar-footer .wp-block-column a{color:#fff; text-decoration:none;}
.sidebar-footer .wp-block-column p{padding-bottom:10px;}
.copyright{color: #fff;
text-align: center;
background-color: #191c21;
padding: 30px 0px;
font-size: 16px;
font-family: lato;}
.copyright a, .copyright a:hover {color:#fff; text-decoration:none;}
.credentials-grid {display: grid;grid-template-columns: repeat(4, 1fr);column-gap: 15px;}
.col-3{grid-template-columns: repeat(3, 1fr);}
.col-4{grid-template-columns: repeat(4, 1fr);}
.col-5{grid-template-columns: repeat(5, 1fr);}
.col-6{grid-template-columns: repeat(6, 1fr);}
	a, img {transition: all 0.5s;}
.blog-page{padding:75px 0px;}

.overlay{height: 100%; width:0; position:fixed; z-index:2; left:0; top:0;
background-color:rgb(0,0,0); background-color: rgba(0,0,0, 0.9); overflow-x: hidden; transition: 0.5s;}
.overlay-content {position: relative; top:20%; width: 100%; text-align: center;
margin-top:0px; height:100%;}
.overlay-content .menu-main-menu-container{top:20%; position:relative; padding-left:20px; padding-right:20px;}
.overlay a {padding: 8px; text-decoration: none; font-size:20px; color: #818181; display: block; transition: 0.3s;}
.overlay a:hover, .overlay a:focus {color: #f1f1f1;}
.overlay .closebtn {position: absolute; top:0px; right:0px; font-size:40px; line-height:40px; color:#fff;}
#myNav ul#menu-main-menu{display:block; justify-content:left;}
#myNav ul#menu-main-menu li a{color:#fff; text-align:left;} 
.text-center{text-align:center;}

/*31-MAY*/
.owl-carousel .owl-item img
{max-height:400px; object-fit:cover;}
/* .hmtrafiq-wrp .owl-carousel .owl-item img
{max-height:160px; object-fit:cover;} */
.open-menu{position:absolute; top:40px; left:5px; font-size:30px;}

.text-center{text-align:center;}
.bg-gry{background-color:#eee;}
/* .space-top-bottom-15{padding-top: 100px;padding-bottom: 100px;background: url(images/bg-top.webp);} */
.space-top-bottom-15 {
    padding-top: 150px;
    padding-bottom: 100px;
    background: url(https://mobsta.reviewsite.xyz/assets/uploads/sites/43/SLIDER.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.space-top-bottom-50{padding-top:50px; padding-bottom:50px;}
.mt-15{margin-top:15px;}
.mb-15{margin-bottom:15px;}
.meta{display:flex; column-gap:15px;}
.meta a{color:#333; position:relative; padding-right:10px;}
.meta a:before{position:absolute; right:0; top:0; content:''; height:20px; background-color:#ddd; width:1px;}
.contact-box .panel-widget-style{padding: 15px; font-size: 22px; line-height: 32px; min-height: 95px; 
display: flex; align-items: center; justify-content:center;}
.contact-box .panel-widget-style a{color:#000; text-decoration:none;}
.map-full iframe{width:100%;}
#menu-main-menu li.menu-item-has-children{position:relative; list-style-type:none;}
#menu-main-menu li.menu-item-has-children a{padding-bottom:25px;}
#menu-main-menu li.menu-item-has-children .sub-menu
{position:absolute; display:none; left:0; top:100%; background-color:#f7f7f7; z-index:9; margin-top:24px;}
#submenu.active i {
	transform: rotate(180deg);
}
/*FIRST MOBILE MENU */
.mob-menu #menu-main-menu li.menu-item-has-children .sub-menu
{background-color:transparent; margin-top:0; top:0; position:relative;}
/* #menu-main-menu li.menu-item-has-children:hover .sub-menu
{display:block; list-style-type:none; padding-left:0px;}
#menu-main-menu li.menu-item-has-children:hover .sub-menu li a{display:block; padding:8px; white-space:nowrap;} */
.textwidget ul, .textwidget ol
{margin-left:28px; margin-bottom:20px;}
.textwidget p{margin-bottom:20px;}
header.fixed
{position: fixed; width: 100%; z-index: 9999; animation: smoothScroll 1s forwards;background: #cae2ec; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;top:0;}
.iframe-full iframe{width:100%;}
header.fixed .header-logo img {width: 40%;}

.mob-menu #menu-main-menu li.menu-item-has-children:hover .sub-menu {
  display: none; padding-left:0px;
}
.mob-menu #menu-main-menu li.menu-item-has-children .sub-menu li a
{padding-left:20px; padding-top:0px; padding-bottom:0px;}

.credentials-box:hover {
 /* border: 1px solid #8b75b4; */
  transition: all 0.5s;
}
/*SECOND MOBILE MENU*/

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float:left;
	padding:0;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu {
 *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
	background-color:#000;
}
.slicknav_menu .slicknav_icon {
	float: left;
	width:55px;
	height:60px;
	margin:0;
	z-index: 9999;
	padding:18px 16px;
}
.slicknav_open .slicknav_icon {
	background:transparent;
}
.slicknav_menu .slicknav_open .slicknav_icon-bar {
	background:#fff;
}
.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
	z-index:999;
}
.slicknav_open .slicknav_icon .slicknav_icon-bar:first-of-type {
	-webkit-transform: rotate(45deg) translate(8px, 8px);
	-ms-transform: rotate(45deg) translate(8px, 8px);
	transform: rotate(45deg) translate(8px, 8px);
}
 .slicknav_open .slicknav_icon .slicknav_icon-bar:nth-of-type(2) {
 -webkit-transform: rotateY(90deg);
 transform: rotateY(90deg);
}
.slicknav_open .slicknav_icon .slicknav_icon-bar:last-of-type {
	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	-ms-transform: rotate(-45deg) translate(5px, -5px);
	transform: rotate(-45deg) translate(5px, -5px);
}
.intro .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
	z-index:999;
}
.intro .slicknav_open .slicknav_icon .slicknav_icon-bar {
	display:block;
}
.intro .slicknav_icon {
	float: left;
	margin:0px;
	z-index: 9999;
	padding-right:6px;
	padding-top:4px;
}
.js .intro.sticky {
	position:fixed;
}
.js .intro {
	z-index:9;
}
.intro .slicknav_menutxt {
	float:left;
	padding-right:15px;
	font-size:18px;
	padding-top:6px;
}
.intro .slicknav_nav li:first-child {
	display:none;
}
.intro .slicknav_nav li:last-child {
	display:none;
}
.intro .slicknav_nav li .children li:first-child {
	display:block;
}
.intro .slicknav_nav li .children li:last-child {
	display:block;
}
.intro .slicknav_icon-bar {
	display: block;
	width: 25px;
	height: 4px;
	margin-bottom: 4px;
	background: #522374;
}
.intro .slicknav_btn {
	float:right;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width:26px;
	height:5px;
	margin-bottom:4px;
 -webkit-transition: -webkit-transform ease .2s;
transition: transform ease .2s;
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul {
	display: block;
}
.slicknav_nav li {
	display: block;
}
.slicknav_nav li ul li {
	border:none;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
	float: right;
	display:none;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_brand {
	float: left;
}
.slicknav_menu {
	font-size: 16px;
	box-sizing: border-box;
	padding:0px;
	position:fixed;
	width:100%;
	z-index:2;
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
	display:none;
}
.slicknav_menu .slicknav_icon-bar {
	background-color:#000;
}
.slicknav_btn {
	margin:0px;
	text-decoration: none;
	position:absolute;
	z-index:9;
}
.slicknav_nav {
	color: #fff;
	list-style: none;
	overflow: hidden;
	background:rgba(00, 00, 00, .90);
	margin: 0;
	padding: 0;
	position:relative;
	top:100%; z-index:2;
	height:100vh;
	padding-top:80px;
}
.slicknav_nav ul {
	list-style:none;
	padding:0;
	margin:0 0 0 0px;
	overflow-x: hidden;
	padding-left:0px;
}
.slicknav_nav ul li a {
	margin:0px 0px;
	padding-left:12px;
	font-size: 13px;
}
.slicknav_nav .slicknav_row {
	padding:10px;
	margin: 2px 0px;
	position:relative; border-radius:0;
}
.slicknav_nav .slicknav_row:after {
	position:absolute;
	top:10px;
	right:5px;
	content:"\f107";
	font-family:FontAwesome;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
.slicknav_nav .slicknav_open .slicknav_row:after {
	position:absolute;
	top:10px;
	right:5px;
	content:"\f106";
	font-family:FontAwesome;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
}
.slicknav_nav a {
	padding:10px 20px;
	margin: 2px 5px;
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
}
.slicknav_nav a:hover {
	color:#eee;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
	border-bottom:none;
}
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding:7px 12px;
	height:44px;
}
.slicknav_menu {
	display:block;
}
.intro {
	display:none;
}
.slicknav_nav .children {
	overflow-y:auto;
	height:200px;
}
.slicknav_nav ul li .sub-menu li a {
	padding-left:25px;
}

.slicknav_nav .panel-grid.panel-no-style
{display:block;}
.sf-menu{display:none;}
.space-50{padding:50px 0px;}
.nav-links{margin-top:25px;}
.nav-links .page-numbers{background-color: #333;
padding: 6px 12px; display: inline-block; color: #fff; 
text-decoration: none; margin:0;}
.nav-links .page-numbers.current, .nav-links .page-numbers:hover
{background-color:#666;} 

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

 

/*TESTIMONIALS START*/
.defult-testimonial .testimonial-review
{display:flex; margin-bottom:30px; padding-bottom:30px; padding:15px; background-color:#eee; border-bottom:5px solid #ccc;}
.testimonial-review .testimonial-user{margin-right:15px;}
.testimonial-review .user-details .testimonial-cred h4
{font-size:35px; font-style:normal;color: #fff;font-weight: 700; padding-left:15px;} 
.right_sec p {font-size: 36px;line-height: 52px;color: #fff;padding: 30px 0px 30px 15px;}
.defult-testimonial .testimonial-review .right_sec p, .review-page-grid .center-review p
{line-height:20px; margin-bottom:9px;}
.testimonial-user img {width:100px !important; height: auto;max-width:inherit; }
.review-page-grid{display: grid; grid-template-columns: repeat(2, 1fr);column-gap: 15px; grid-row-gap: 20px;}
.review-page-grid.col-3{grid-template-columns: repeat(3, 1fr);}
.review-page-grid.col-4{grid-template-columns: repeat(4, 1fr);}
.review-page-grid .review-grid{text-align:center; padding:15px; background-color:#eee; border-bottom:5px solid #ccc;}
.review-page-grid .review-grid .testimonial-user{margin-bottom:20px;}
.review-page-grid .review-grid .testimonial-user img{border-radius:100%; height:100px;}
.review-page-grid .user-details .center-review{text-align:center; font-size: 18px; line-height: 24px; margin: 10px 0; font-style: italic;}
.review-page-grid .center-review .testimonial-cred h4{font-size:18px; margin: 20px; font-style: italic;}
.testimonialslider .testimonial-review{border:none; margin-bottom:0; padding-bottom:0;}
.col-sld .review-grid .testimonial-user{display:inline-block;}
.owl-dots, .owl-nav {text-align: center;margin-top: 30px;position: absolute;bottom: 0px;0; top: 31%; width:100%;}
button.owl-dot.active {position: relative;}
.owl-dots button span {margin: 0 10px;width: 16px;height: 16px;display: block;cursor: pointer;text-indent: -9999px;border-radius: 20px;background-color: #fff;}
.owl-dots button.active span {background-color: #d10703;}
.owl-dot.active:before {background: transparent;border: 2px solid #fff;content: '';
  position: absolute;height: 26px;width: 26px;border-radius: 100%;display: inline-block;
  top: -7px;left: -2px;}
/* TESTIMONIALS END*/
.testimonial-cred p {
	padding: 0;
	font-size: 25px;
	margin-left: 40px;
	line-height: 1.3;
}

.tmpg-wrp .team-box img {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

.tmpg-wrp .team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 30px;
}

.tmpg-wrp .team-box {
	border: 0;
	background-color: #8872b1;
	text-align: center;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	transition: 0.3s ease-in-out;
	margin-bottom: 30px;
}
.tmpg-wrp .team-box h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 10px 0 10px;
    margin: 0;
    color: #fff;
	transition:0.3s ease-in-out;
}
.tmpg-wrp .team-box p {
    color: #fff;
    padding: 0 10px;
    font-size: 20px;
	margin: 0;
	transition:0.3s ease-in-out;
}
.tmpg-wrp .team-box:hover{
    background-color:#96c6d9;
	transform: translate(0, -10px);
}
.tmpg-wrp .team-box:hover h3,
.tmpg-wrp .team-box:hover p {
    color: #222;
}
.cltpg-wrp .credentials-grid {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 30px;
}
.cltpg-wrp .credentials-grid img {
    border-radius: 0;
    box-shadow: none;
}
.cltpg-wrp .credentials-box{
	transition:0.3s ease-in-out;
	margin-bottom: 30px;
}
.cltpg-wrp .credentials-box:hover{
	border-color:#806fb1;
}
/* OWL-DOTS and Arrow */
.owl-dots, .owl-nav
{text-align:center; margin-top:0px;}
.owl-prev {
	left: -6%;
	position: absolute;
}
.owl-next {
	right: -6%;
	position: absolute;
}
.owl-dots button span{width:16px; height:16px; background-color:#fff; display:block; margin:0 5px;}
.owl-dots button.active span{background-color:#fff;}
.owl-nav button span{width: 42px; height: 42px; display: block; background-color:#cae2ec; text-align: center; line-height: 35px;
color:#000; font-size: 40px; margin:0 5px;}
.owl-nav button:hover span {
	background-color: #21262c;
	color: #fff;
}
button.owl-dot {margin: 8px 0px;}
.mobsta {float: right;margin-top: 5px;}
.mobsta.menu-icon img {width: 30px;}
header .social-media {margin-right: 30px !important;}
.social-media {float: right;margin-right: 40px;}
.social-media li {display: inline-block;cursor: pointer;margin-left: 6px;height: 39px;width: 39px;text-align: center;border-radius: 100px;}
.social-media a {line-height: 33px;}
.header-sec{padding: 28px 0 0 0;}
header.fixed .header-sec {
    padding: 15px 0;
}
header {position: absolute;width: 100%;}
.header-tittle{padding:200px 0px;}

.location-tittle h3{font-weight: 700;font-size:56px;color: #222222;margin-bottom: 20px;text-transform: uppercase;}
.location-tittle p {font-size: 24px;color: #222222; margin: 31px 0 0 0;}
.main-btn {display: inline-block;background: #8872b1;color: #fff;padding: 16px 22px;font-size: 16px;text-decoration: none;
font-weight: 600;text-align: center;text-transform: uppercase; font-family: 'Montserrat', sans-serif;}
.main-btn:hover {background: #96c6d9;color: #fff;transition: all 0.3s;}
.social-media li:hover {transition: all 0.3s;border: none;}
.sec-pd{padding: 100px 0px 100px 0px;}
.hmnthng-ord {
	padding-bottom: 10px;
}
.space-top-bottom-15 h2 {
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    text-align: left;
    position: relative;
}
.space-top-bottom-15 h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 3px;
    border-radius: 20px;
    background-image: linear-gradient(45deg, #806fb1 62%, #cae2ec 77%, #96c6d9 95%);
}
.heading h3.widget-title {font-size: 56px;font-weight: 700;color: #fff;text-transform: uppercase;margin-bottom: 30px;}
.innerpage  .heading h3.widget-title {
    font-size: 40px;
    color: #8872b1;
    text-shadow: 1px 1px 3px white;
}
.white-overlay a {
    color: #e72a73;
    text-decoration: none;
}
.white-overlay{
	position:relative;
	z-index:1;
}
.white-overlay:before{
	position:absolute;
	z-index:-1;
	content:'';
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(255, 255, 255, 0.5);
}
.trafic-sec.heading h3.widget-title {color:#21262c !important;width: 98%;margin: 0 auto 30px auto;line-height: 70px;}
.trafic-sec p{font-size: 22px; line-height:35px; color:#000000;}
.support {text-decoration: none;color: #301746;font-size: 22px;}
.trafic-btn {padding: 16px 44px;}
ul#menu-quick-links {margin: 0;list-style: inside;}
.client-sec.heading h3.widget-title{color:#21262c !important;}
/* .credentials-box{border: 1px solid #96c6d9;} */
.latest-sec.heading h3.widget-title{color:#21262c !important;}
.footer-sec{padding: 100px 0px 80px 0px;}
.footer-sec ul.social-media {float: left;padding-left: 0;margin-left: 0;}
.footer-sec p {font-size: 18px;line-height: 27px;color: #c3c5cb;}
.footer-sec h3.widget-title {font-size: 24px;font-weight: 700;color: #fff;text-transform: uppercase;margin-bottom: 20px;}
.footer-sec a {font-size: 18px;line-height: 33px;color: #c3c5cb;text-decoration: none;}
.footer-sec ::marker {color: #93c3d6;font-size: 26px;}
.footer-contact-box {display: flex;}
.footer-contact-box i {color: #93c3d6;font-size: 20px; vertical-align: middle;margin-right: 10px;margin-top: 5px;}
.fax-bottom i {padding-right: 10px; font-size: 20px;color: #93c3d6;}
/* .footer-sec ul.social-media li{border: 1px solid #fff;} */
.footer-sec .social-media li:hover {
/*     background-color: #8872b1; */
    transition: all 0.3s;
/*     border-color: #8872b1; */
}
.loop-img{width:25%; position: relative; overflow: hidden;}.loop-cont{width:55%; padding-left: 40px; padding-top: 15px;}
.loop-sec {
	width: 20%;
	padding-top: 70px; 
	padding-right: 20px;
	text-align: right;
}
.loop-btn {padding: 9px 24px;}
.loop-date {
	background: #96c6d9;
	width: 100%;
	padding: 10px 10px 10px 10px;
	text-align: center;
	z-index: 99;
	color: #fff;
	transition: all 0.5s;
transform-origin: top left;
left: 0;
top: 50%;
transform: rotate(-90deg) translateX(-50%);
position: absolute;
	font-size: 18px;
}
.loop-post:hover img, .credentials-box:hover img {
transform: scale(1.05);
transition: all 0.5s;
}
.loop-post:hover .loop-date {background: #8872b1;}
.loop-post:hover .main-btn{background: #96c6d9;}
.credentials-box {overflow:hidden; }
/* header.fixed .social-media li:hover{background-color: #96c6d9; border: 1px solid #96c6d9;} */
.filter-sidebar .social-media li:hover {border: 1px solid #96c6d9;}
.row-grid-three .loop-post:last-child{margin-bottom:0;}

 /* .inner-sec{padding: 60px 0px 60px 0px;} */
.inner-sec p,
.inner-sec ul li,
.inner-sec ul li a{
    line-height: 32px;
    font-size: 22px;
    color: #222222;
    margin-bottom: 0;
}
.inner-sec h4,
.cntctpg-form h3.widget-title{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
	color:#222;

}
.hide-form-title h3.widget-title{
	display:none !important;
}
.inner-sec ul {padding-left: 25px;margin: 2px 0 0 0;}
.inner-sec ul li {margin-bottom: 10px;}
ul.inner-page li {
    background-color: #b6e7ff;
    padding: 10px;
    list-style: none;
    position: relative;
    padding-left: 40px;
}
ul.inner-page li:before {
    content: '\f14a';
    font-family: "FontAwesome";
    position: absolute;
    left: 10px;
    color: #54428b;
}
ul.inner-page li ul {margin-top: 20px !important;}
ul.inner-page li ul li {background-color: #d7c5ff;list-style: none;}
.inner-sec a {color: #e62a73;text-decoration: none;}







@media only screen and (max-width:767px)
{
.owl-carousel .owl-item img {max-height:150px;}
.slider-mn{height:150px;}
.container{padding-right:10px !important; padding-left:10px !important;}
.col-3{grid-template-columns: repeat(1, 1fr);}
.review-page-grid .review-grid{margin-bottom:15px;}
.mob-menu #menu-main-menu li.menu-item-has-children:after
{position:absolute; right:0; top:10px; content:'>'; font-size:16px; color:#fff; line-height:20px;}
.mob-menu #menu-main-menu li.menu-item-has-children a{padding-bottom:0;}
.js #menu {display:none;}
.js .slicknav_menu {display:block;}
.js .slicknav_menu {display: block; position: absolute; z-index: 999; width: 100%;}
/*header.fixed{position:relative;}*/
header .menu-lgt{display:none;}
.location-tittle p {text-align: center;}
.location-tittle h3 {font-size: 40px;line-height: 50px;margin-bottom: 20px;text-align: center;}
.location-tittle {max-width: 100%;}
.header-tittle {padding: 100px 0px 0px 0px;}
header {text-align: center;padding: 15px 0px;}
header.fixed {padding:0px;}
.heading h3.widget-title {font-size: 40px;}
.odnary-sec{text-align:center;}
.sec-pd {padding: 50px 0px 60px 0px;}
.trafic-sec.heading h3.widget-title{line-height: 55px;}
.heading h3.widget-title{text-align: center;}
.right_sec p {font-size: 25px;line-height: 37px;}
.owl-dots, .owl-nav {position: absolute;}
.owl-next {
	right: -3%;
	position: absolute;
}
.owl-prev {
	left: -3%;
	position: absolute;
}
.footer-sec {padding: 50px 0px 30px 0px;}
.space-top-bottom-15 {
    padding-top: 100px;
    padding-bottom: 60px;
}
.inner-sec {padding: 30px 0px 30px 0px;}
.inner-sec p {line-height: 28px;font-size: 18px;}
.loop-post{display: block;}
.loop-img{width:100%;}
.loop-cont{width:100%;text-align: center;padding: 45px 0px 0px 0px;}
.loop-sec{width:100%;padding: 20px 0px;text-align: center;}
.loop-post img {height: auto;padding-right: 0px;float: none;width: 100%;}
.loop-date {position: absolute;transform: rotate(0deg);left: 20px;margin-top: 297px;width: 44%;padding: 0px 0px 10px 0px;}
.space-top-bottom-15 h2 {font-size: 30px;}
.loop-post{font-size: 20px;}

}
.filter-sidebar .social-media li:hover {
    background-color: #96c6d9;
}
header .textwidget ul {
    margin-bottom: 0;
    margin-right: 10px;
}

.location-tittle h3 em {
    font-style: normal;
    color: #8872b1;
}
.innrpg-pd{
	padding:100px 0;
}
.thnk-cont i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #008000;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 50px;
	animation:check-zoom-in-out 1s linear infinite;
}
@keyframes check-zoom-in-out{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.2);
	}
	100%{
		transform:scale(1);
	}
}
@-moz-keyframes check-zoom-in-out{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.2);
	}
	100%{
		transform:scale(1);
	}
}
@-webkit-keyframes check-zoom-in-out{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.2);
	}
	100%{
		transform:scale(1);
	}
}
@-o-keyframes check-zoom-in-out{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.2);
	}
	100%{
		transform:scale(1);
	}
}
.thnk-cont h3 {
    font-size: 50px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}
.thnk-cont p {
    font-size: 28px;
    display: block;
    margin: 0 auto;
    width: 50%;
    line-height: 40px;
}
.thkpg-bx ul.social-media {
    float: none;
    margin: 0;
    text-align: center;
}
.thkpg-bx ul.social-media li:hover {
    background-color: #cbe2ec;
    transition: all 0.3s;
    border: 1px solid #cbe2ec;
}
.thkpg-bx {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 1px 2px 20px -10px #000;
}
.thkpg-bx  h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    color: #222;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}
.thkpg-bx h4:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #222;
    bottom: 0;
    border-radius: 10px;
    left: 50%;
    margin-left: -15px;
}
.thkpg-bx .thnk-dtl {
    list-style: none;
}
.thkpg-bx .thnk-dtl li {
    position: relative;
    font-size: 22px;
    margin-bottom: 15px;
}
.thkpg-bx .thnk-dtl li i {
    position: absolute;
    left: -32px;
    top: 3px;
	color: #301746;
}
.thkpg-bx .thnk-dtl li a{
	text-decoration:none;
	color:#222;
}
.thkpg-bx .thnk-dtl li a:hover{
	color:#96c6d9;
}
.thnk-cont p a {
    display: inline-block;
    background: #96c6d9;
    color: #fff;
    padding: 16px 22px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.thnk-cont p a:hover{
    background: #8872b1;
	    color: #fff;
    transition: all 0.3s;
}
.hmnthng-ord p {
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin-bottom: 5px;
	line-height:35px;
}
.hmnthng-ord p .main-btn {
    line-height: normal;
}
/*
.hmnthng-ord p:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    border-radius: 10px;
} */
.odnary-sec .panel-grid-cell img {
    border-radius: 50%;
    border: 1px solid #e1e1e1;
}
.odnary-sec .panel-grid-cell:nth-child(odd) img {
    box-shadow: -4px 6px 0px 0 #8872b1;
}
.odnary-sec .panel-grid-cell:nth-child(even) img {
    box-shadow:4px 6px 0px 0 #8872b1;
}
.odnary-sec .panel-grid-cell:nth-child(2n+1) img:hover {
	box-shadow: 4px 6px 0px 0 #8872b1;
}

.odnary-sec .panel-grid-cell:nth-child(2n) img:hover{
	box-shadow: -4px 6px 0px 0 #8872b1;
	}
p.fax-bottom a {
    line-height: normal;
}
p.fax-bottom a br {
    display: none;
}
.inrpg-sec-pad {
    padding: 100px 0;
}
.wht-txt-sec .inner-sec h4,
.wht-txt-sec .inner-sec p {
    color: #fff;
}
.inrpg-sec-pad img {
    width: 100%;
    border-radius: 300px;
    box-shadow: 5px 10px 1px -4px #8872b1;
}
.inner-sec ul.inner-page {
    margin-top: 10px;
}
.cntctpg-dtls ul {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cntctpg-dtls ul img {
    width: auto;
    border-radius: 0;
    box-shadow: none;
}
.cntctpg-dtls .cntct-dtl {
    margin-top: 20px;
}
.cntctpg-dtls .cntct-dtl li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}
.cntctpg-dtls .cntct-dtl li i {
    left: 0;
    position: absolute;
    font-size: 40px;
    color: #806fb1;
    top: 3px;
}
.cntctpg-dtls .cntct-dtl li b {
    display: block;
	    color: #806fb1;
}
.cntctpg-dtls .social-media li:hover {
    background-color: #96c6d9;
    transition: all 0.3s;
    border: 1px solid #96c6d9;
}
.cntctpg-map iframe {
    width: 100%;
    min-height: 350px;
    border: 10px double #f5f5f5 !important;
    padding: 5px;
}
.cntctpg-form .gform-field-label {
    display: none !important;
}
.cntctpg-form form {
    padding: 20px 30px 0 0;
}
.cntctpg-form form input[type="text"],
.cntctpg-form form textarea {
    font-size: 22px !important;
    padding: 10px !important;
    border: 1px solid #c3c3c3;
}
.cntctpg-form form input[type="text"]:focus-visible,
.cntctpg-form form textarea:focus-visible{
	outline-color:#96c6d9;
}
.cntctpg-form form input[type="submit"] {
    display: block;
    width: 100%;
    border: 0;
    background: #8872b1;
    color: #fff;
    padding: 16px 22px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
	border-radius: 0;
	-webkit-border-radius:0px;
	 -webkit-appearance: none;
}
.cntctpg-form form input[type="submit"]:hover{
    background-color: #96c6d9;
    border-color: #96c6d9;
}
.p-margin p {
    margin-bottom: 20px;
}
.cookpg p {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}
.edip-pp,
.gdpr-comp {
    background-color: #effaff;
    padding: 20px;
    border: 1px solid #d6f2ff;
}
.edip-mc,
.gdpr-how,
.gdpr-type{
    background-color: #f6f2ff;
    padding: 20px;
    border: 1px solid #e7ddff;
}
.edip-wrap ul{
	list-style:none;
	margin:0;
	padding:0;
}
.edip-wrap ul li{
	position:relative;
	padding-left:40px;
}
.edip-wrap ul li:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: '\f0a4';
    font-family: "FontAwesome";
    color: #806fb1;
}
.gdpr-how ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.gdpr-how ul li {
    display: inline-block;
    width: 32%;
    vertical-align: text-bottom;
    background-color: #ece4ff;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-top: 30px;
    min-height: 105px;
    z-index: 1;
    border: 1px solid #d7c7fd;
}
.gdpr-how ul li strong {
    position: absolute;
    top: -27px;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ece4ff;
    margin-left: -25px;
    border-radius: 50%;
    border-top: 1px solid #806fb1;
    border-left: 1px solid #806fb1;
    z-index: 9;
}
.gdpr-comp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gdpr-comp ul li {
    background-color: #ddf3fd;
    padding: 20px;
}
.gdpr-comp ul li strong {
    border-bottom: 1px solid #96c6d9;
    padding: 0 20px 10px 0;
    display: inline-block;
    margin-bottom: 10px;
}
.gdpr-type ul li {
    background-color: #ede6fd;
    padding: 20px;
}
.gdpr-type ul li ul li {
    background-color: #e2d8f9;
    border: 1px solid #d4c1ff;
}
.gdpr-type ul li strong {
    display: inline-block;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.gdpr-type ul li p strong {
    display: inline;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom:0;
}
.cred .owl-dots,.team-loop .owl-dots {
    top: auto;
    bottom: -55px;
    left: 48%;
}
.team-box a {
	text-decoration: none;
}
.cred .owl-dots button span {
    background-color: #96c6d9;
}

.cred .owl-dot.active:before {
    border: 2px solid #96c6d9;
}
.hm-team-wrp .team-box {
    text-align: center;
    position: relative;
    transition: all 0.5s;
    background: #96c6d9;
}
.hm-team-wrp .team-box:hover {
    background-color: #8872b1;
}
.hm-team-wrp .team-box h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 10px 0 10px;
    color: #fff;
}
.hm-team-wrp .team-box p {
    color: #fff;
    padding: 0 0 8px 0;
    margin: 0;
    border: 0;
}
.hm-team-wrp .team-box:hover h3,
.hm-team-wrp .team-box:hover p{
	color:#fff;
}
.hm-team-wrp .team-box p:before {
    content:none;
}
.hm-team-wrp .team-loop {
	position:relative;
}
.hm-team-wrp .heading h3.widget-title {
    margin-bottom: 0;
}
.hm-team-wrp .team-loop .owl-stage-outer {
    padding-top: 30px;
	padding-bottom:20px;
}
.hm-team-wrp .team-loop .team-box:hover{
    transform: translate(0, -10px);
	/* box-shadow: 1px 1px 10px -3px #000; */
}

.lat-news-wrap p {
    font-size: 22px;
    line-height: 35px;
}
.lat-news-wrap .meta a {
    display: none;
}
.lat-news-wrap .meta span {
    background-color: #cae2ec;
    display: inline-block;
    padding: 10px 20px;
}
.d-none{
	display:none !important;
}
.heading h3.widget-title strong {
    color: #e72a73;
}
.hm-tm-btn {
    text-align: center;
    margin-top: 25px;
}

.cntctpg-form .gform_confirmation_wrapper .gform_confirmation_message {
    color: #4BB543;
    font-weight: 500;
    font-size: 22px;
    padding: 10px;
    border: 2px solid #4BB543;
}
.hmcase-wrap h3.widget-title {
    color: #222;
    text-align: center;
}
.hmcase-wrpinr {
    display: flex;
    flex-wrap: wrap;
}
.hmcase-wrpinr .hmcase-bx {
    flex: 0 0 33.3%;
}
.hmcase-wrpinr .hmcase-bx img {
    width: 100%;
}
.hmcase-wrpinr .hmcase-bx a {
    display: block;
    position: relative;
    z-index: 1;
}
.hmcase-wrpinr .hmcase-bx a h4 {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    text-shadow: 1px 1px 2px BLACK;
}
.hmcase-wrpinr .hmcase-bx:nth-child(odd) a h4{
	background-color: rgba(136, 114, 177, 0);
}
.hmcase-wrpinr .hmcase-bx:nth-child(even) a h4{
	background-color: rgba(150, 198, 217, 0);
}
.hmcase-wrpinr .hmcase-bx:hover:nth-child(odd) a h4{
	background-color: rgba(136, 114, 177, 0.7);
}
.hmcase-wrpinr .hmcase-bx:hover:nth-child(even) a h4{
	background-color: rgba(150, 198, 217, 0.7);
}
.hmnthng-ord .heading h3.widget-title {
    color: #222;
}

/* custom cursor start */
.cursor {
  height: var(--size);
  width:  var(--size);
  border-radius: 50%;
  position: absolute;
  z-index: 999999999999999999;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.cursor.cursor-follower {
  background: rgba(136, 114, 177, 0.3);
  transition: top .25s, left .25s,
              width .5s, height .5s;
  transition-timing-function: ease-out;
  border:1px solid #f7f7f7;
}

.cursor.cursor-dot {
  background:#96c6d9;
  transition: width .25s, height .25s;
  border:1px solid #f7f7f7;
}

.cursor-follower.focus {
  --size: 40px;
}

.cursor-dot.focus {
  --size: 0;
}
/* custom cursor end */
.lat-news-wrap .csstdy-ftr-img {
    width: 23%;
    display: inline-block;
    vertical-align: top;
}
.lat-news-wrap .csstdy-ftr-img img {
    width: 100%;
    overflow: hidden;
    transform: translatey(0px);
    animation: mob-float 6s ease-in-out infinite;
}
.lat-news-wrap .csstdy-cont {
    width: 76%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 40px;
}
.lat-news-wrap .csstdy-cont h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 30px;
    display: inline-block;
    position: relative;
    color: #222;
}
/*
.lat-news-wrap .csstdy-cont h3:before {
    content: "\f0a4";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #e72a73;
}
*/
.lat-news-wrap .csstdy-cont .mb-15 {
    margin: 0;
}
.lat-news-wrap .csstdy-cont ul {
    padding-left: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cae2ec;
    padding-bottom: 30px;
}
.lat-news-wrap .csstdy-cont ul li {
    font-size: 22px;
}
.lat-news-wrap .csstdy-cont .kpi-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
	    flex-wrap: wrap;
}
.lat-news-wrap .csstdy-cont .kpi-list li {
    flex: 0 0 23%;
    text-align: center;
	transition:0.3s ease-in-out;
}
.lat-news-wrap .csstdy-cont .kpi-list li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
	transition:0.6s ease-in-out;
	 border-radius: 50%;
}
.lat-news-wrap .csstdy-cont .kpi-list li:hover img {
    transform: scale(1.1);
    box-shadow: 0px 10px 10px -8px #000;
    filter: hue-rotate(57deg);
}
.csstdy-inr-wrp{
	background-image:url(https://mobsta.reviewsite.xyz/assets/uploads/sites/43/bg-2.webp);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.hmnthng-ord .panel-layout .panel-grid:nth-child(2) .panel-grid-cell .main-btn {
    margin-top: 15px;
}

.error-pg {
    background-image: url(https://mobsta.reviewsite.xyz/assets/uploads/sites/43/bg-2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.error-pg h2 {
    margin: 20px 0;
    font-weight: 700;
    font-size: 40px;
    color: #222;
}
.error-pg img {
    margin-top: 35px;
	    width: 50%;
}


/* responsive start */
@media(max-width:1365px){
	.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
	.testimonials-loop .owl-dots{
    left: 95%;
}
.testimonialslider .testimonial-review {
    padding-right: 40px;
}
}
@media(max-width:1199px){
	.owl-carousel .owl-item img {
    max-height: 490px;
}
	.container {
    padding-left: 15px;
    padding-right: 15px;
}
	.location-tittle h3 {
    font-size: 49px;
}
.right_sec p {
    font-size: 30px;
    line-height: 40px;
}
}
@media(max-width:991px){
	.owl-carousel .owl-item img {
    max-height: 615px;
}
	.hmtrafiq-wrp .owl-carousel .owl-item img {
    max-height: 154px;
}
	.value-inner h3 {
    font-size: 22px;
}
	.thkpg-bx .thnk-dtl li {
    font-size: 18px;
}
	.loop-post img {
    height: 100%;
    object-fit: cover;
}
	.loop-btn {
    padding: 9px 14px;
}
	.testimonial-review .right_sec p {
    font-size: 22px;
    line-height: 30px;
    padding: 15px 0px 15px 0;
}
	.cred .owl-dots, .team-loop .owl-dots {
    bottom: -45px;
    left: 0;
    width: 100%;
    text-align: center;
}
	.testimonial-user img {
    width: 50px !important;
}

.testimonial-review .user-details .testimonial-cred h4 {
    font-size: 25px;
    padding-left: 0;
}
.testimonial-cred p {
    margin-left: 0;
    font-size: 18px;
    line-height: normal;
}
.heading h3.widget-title {
    font-size: 40px;
}
.location-tittle h3 {
    font-size: 40px;
}
}

@media(max-width:780px){
	.value-box {
    height: 130px;
}
	.hmorvl .container .panel-grid-cell {
    margin-bottom: 0 !important;
}
	.value-box {
    margin: 0 auto 20px auto;
}
	.hmnthng-ord .panel-layout .panel-grid .panel-row-style .panel-grid-cell img {
    margin: 15px 0;
}
	.hmnthng-ord .panel-layout .panel-grid .panel-row-style .panel-grid-cell:nth-child(2) {
    margin-bottom: 0 !important;
}
	.hmnthng-ord .panel-layout .panel-grid:nth-child(2) .panel-grid-cell .main-btn {
    margin-top: 5px;
}
	.hmnthng-ord p {
    line-height: 28px;
    text-align: center;
}
	.cntctpg-form form {
    padding: 20px 0 0 0;
}
	.thnk-cont p {
    font-size: 22px;
    width: 100%;
    line-height: 30px;
}
	.thnk-cont h3 {
    font-size: 40px;
}
	.thnk-cont i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
}
	.innrpg-pd {
    padding: 50px 0;
}
	.thkpg-bx {
    min-height: auto;
}
	.footer-sec ul.social-media,
ul#menu-quick-links,
footer .panel-grid-cell .textwidget{
    margin-left: 15px;
	    margin-bottom: 0;
}
	footer .panel-grid-cell {
    padding-left: 20px !important;
}
	.odnary-sec {
    text-align: center;
}
	.location-tittle h3 {
    font-size: 30px;
    line-height: 40px;
}
.header-tittle {
    padding:130px 0px 50px 0;
}
}

@media(max-width:767px){
	
	.error-pg {
    background-position: inherit;
}
	.error-pg img {
    width: 100%;
}
	.error-pg h2 {
    font-size: 27px;
}
	.lat-news-wrap .csstdy-cont h3 {
    margin-bottom: 10px;
    font-size: 25px;
}
	.lat-news-wrap .csstdy-cont ul li {
    font-size: 18px;
}
	.lat-news-wrap .csstdy-cont .kpi-list li {
    flex: 0 0 48%;
    margin-bottom: 25px;
}
	.lat-news-wrap .csstdy-cont {
    width: 100%;
    padding: 25px 0 0 0;
}
	.lat-news-wrap .csstdy-ftr-img img {
    width: 80%;
}
	.lat-news-wrap .csstdy-ftr-img {
    width: 100%;
	text-align:center;
}
	.gdpr-comp .textwidget ul li {
    padding: 10px;
}
	footer .widget_text {
    margin-bottom: 0 !important;
}
	.inrpg-sec-pad .panel-grid-cell,
.container .container{
    padding: 0 !important;
} 

	.cntctpg-form form input[type="submit"] {
    padding: 10px 15px !important;
    border-radius: 0 !important;
}
	.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 10px !important;
}
	.gform_wrapper.gravity-theme .ginput_complex .name_last {
    margin-bottom: 0;
}
	.header-sec .panel-grid-cell,
.header-sec .panel-grid-cell .widget_custom_html,
.header-sec .panel-grid-cell .widget_siteorigin-panels-builder,
header .panel-layout .panel-grid .panel-grid-cell	{
    margin-bottom: 0 !important;
}
	.header-sec {
    display: flex;
}
	.cursor.cursor-follower,
.cursor.cursor-dot	{
		display:none;
	}
	body{
		overflow-x:visible;
	}
	.hmcase-wrpinr .hmcase-bx {
    flex: 0 0 50%;
}
	.cntctpg-form .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 18px;
}
	.header-sec {
  padding: 0;
  }
   .header-sec .panel-grid-cell:first-child {width: calc(80% - ( 0.5 * 30px ) )!important; }
    .header-sec .panel-grid-cell:last-child {width: calc(20% - ( 0.5 * 30px ) )!important;; }
	header .social-media {display:none;}
	.filter-sidebar .panel-grid-cell:first-child {width: calc(100% - ( 0.5 * 30px ) )!important; }
	.filter-sidebar {
	width: 300px;
	right: -300px;
	padding: 25px 25px;
}
	.gdpr-how ul li {
    width: 100%;
    padding: 30px 20px 20px 20px;
    min-height: auto;
}
	.tmpg-wrp .team-grid{
	grid-template-columns: repeat(2, 1fr); column-gap: 15px;
}
.tmpg-wrp .team-box {margin-bottom:15px;}
.cltpg-wrp .credentials-grid {
	grid-template-columns: repeat(2, 1fr);
}
	.inrpg-sec-pad .inner-sec {
    padding: 0;
}
	.inrpg-sec-pad {
    padding: 50px 0;
}
	.header-logo img,
header.fixed .header-logo img{
    width: 220px;
}
	header.fixed .header-sec {
    padding: 10px 0;
}
	footer .panel-grid-cell {
    padding-left: 10px !important;
}
	.loop-date {
    margin-top: auto;
    padding: 10px 0px;
    top: 89%;
}
	.loop-post img {
    height: auto;
}
	.hmtest-wrap .owl-dots{
    top: 0;
}
	.hmtest-wrap .fadeInLeft {
    text-align: center;
}
	.hm-team-wrp .team-box img,
.credentials-loop .cred img{
    max-height: inherit;
}
	.header-tittle {
    padding:120px 0px 50px 0;
}
.header-logo {
    text-align: left;
}
}

@media(max-width:600px){
	.owl-nav button span {
    width: 25px;
    height: 25px;
    line-height: 19px;
    font-size: 25px;
	margin: 0 2px;
}
		.hmtrafiq-wrp .owl-carousel .owl-item img {
    max-height: 89px;
}
	    #b-corp, #traffiq,#clients { scroll-margin-top: 20px;}
	.tmpg-wrp .team-box h3, .tmpg-wrp .team-box p {
	font-size: 16px; }
	ul#menu-quick-links {list-style: inherit;
padding-left: 25px;}
	.edip-mc, .gdpr-how, .gdpr-type,
	.gdpr-type ul li{
    padding: 20px 28px;
}
.gdpr-type ul li ul li {
    padding: 15px;
}
	.hmcase-wrpinr .hmcase-bx a h4 {
    font-size: 22px;
}
	.hmcase-wrpinr .hmcase-bx {
    flex: 0 0 100%;
}
	.edip-wrap ul li {
    padding-left: 30px;
}
	.cookpg p {
    padding: 15px;
}
	.cntctpg-map iframe {
    min-height: 300px;
    border: 5px double #f5f5f5 !important;
}
	.cntctpg-form form input[type="submit"] {
    padding: 10px 15px;
    font-size: 14px;
}
	.cntctpg-form form input[type="text"],
	.cntctpg-form form textarea {
    font-size: 18px !important;
    padding: 5px !important;
}
	.cntctpg-form form {
    padding: 10px 0 0 0;
}
	.inner-sec ul {
    padding-left: 0;
}
	.inner-sec p, .inner-sec ul li{
    line-height: 26px;
    font-size: 18px;
}
.inner-sec ul li a {
	font-size: 14px;
}
.cntctpg-dtls ul.social-media a {
    line-height: 32px;
}
	.inner-sec h4, .cntctpg-form h3.widget-title {
    font-size: 22px;
}
	.lat-news-wrap .meta span {
    padding: 8px 15px;
    font-size: 14px;
}
	.lat-news-wrap p {
    font-size: 18px;
    line-height: 28px;
}
	.copyright {
    padding: 10px 0px;
    font-size: 14px;
}
	.footer-sec a,
	.footer-sec p,
	.footer-contact-box i{
    font-size: 16px;
}
	.footer-sec ul.social-media, ul#menu-quick-links, footer .panel-grid-cell .textwidget {
    margin-left: 5px;
}
	footer .panel-grid-cell {
    padding-left: 0px !important;
}
	.loop-cont {
    padding: 0;
}
	.loop-post  p {
    font-size: 18px;
    line-height: 30px;
}
	.loop-date {
    padding: 5px 0px;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
}
	.testimonialslider .testimonial-review {
    padding-right: 22px;
}
	.testimonial-review .right_sec p {
    font-size: 18px;
    line-height: 26px;
}
	.hmtest-wrap .fadeInLeft img {
    width: 200px;
}
	.hm-team-wrp .team-box h3 {
    padding: 0; font-size:16px;
}
	.textwidget p {
    margin-bottom: 10px;
}
	.trafic-sec p { 
    font-size: 22px; line-height: 35px;
}
	.trafic-sec.heading h3.widget-title {
    line-height: 40px;
}
	.trafic-sec img {
    width: 200px;
}
	.hmnthng-ord p {
    font-size: 18px;
}
	.heading h3.widget-title {
    font-size: 30px;
	    margin-bottom: 10px;
}
	.location-tittle h3 {
    font-size: 20px;
    line-height: 26px;
}
.header-tittle {
    padding:100px 0px 50px 0;
}
.main-btn {
    padding: 12px 16px;
    font-size: 13px;
}

}