@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat'), local('Montserrat'), url(../fonts/montserrat-v14-latin-regular.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat'), local('Montserrat'), url(../fonts/montserrat-v14-latin-300.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat'), local('Montserrat'), url(../fonts/montserrat-v14-latin-500.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat'), local('Montserrat'), url(../fonts/montserrat-v14-latin-600.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat'), local('Montserrat'), url(../fonts/montserrat-v14-latin-700.woff2) format('woff2');
    font-display: swap;
}

html,body { 
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.85;
  position: relative;
  color: #262626;
  height: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 6.4rem;
}

h2,
.h2 {
  font-size: 4.8rem;
}

h3,
.h3 {
  font-size: 3.6rem;
}

h4,
.h4 {
  font-size: 2.8rem;
}

h5,
.h5 {
  font-size: 2.2rem;
}

h6,
.h6 {
  font-size: 1.8rem;
}

p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
   display: inline-block;
   outline-style: none;
   text-decoration: none;
   color: inherit;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline:medium none;
}

.primary-color {
  color: #0096D6 !important;
}

.primary-bg {
  background: #0096D6;
}

.lite-grey-bg {
  background: #f7f7f7;
}

.white-text {
  color: #ffffff !important;
}

.section-padding {
  padding: 120px 0;
}
.section-padding-40 {
  padding: 60px 0;
}
.section-padding-top {
  padding-top: 120px;
}

.section-padding-bottom {
  padding-bottom: 120px;
}

.section-padding-80-55 {
  padding: 80px 0 55px;
}

.section-padding-80 {
  padding: 80px 0;
}

.section-padding-60 {
  padding: 60px 0;
}
.padding-60{
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-padding-top-60 {
  padding-top: 60px;
}

.section-padding-bottom-60 {
  padding-bottom: 60px;
}

.margin-balance {
  margin-bottom: -30px !important;
  display: inline-block;
  width: 100%;
}

.margin-balance-top {
  margin-top: -30px !important;
}

.col-sm-mb-sp {
  margin-bottom: 0;
}

.section-wrapper + .section-wrapper {
  margin-top: 50px;
}

.fix {
  clear: both;
}

.section-title{
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 70px;

}
.section-title h2{
	position: relative;
  font-weight: 500px;
  display: inline-block;
  color: #242526;
  font-size:40px;
  border-left: 3px solid #72d00b;
  padding: 4px 22px;
  margin-bottom: 16px;
}
/*.services h4 span {
    color: #6CC343;
}*/
.section-title h2:before {
	content: '';
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 22px;
    width: 2px;
    background-color: #0096D6;
    
}
.section-title h2:after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 24px;
    background-color: #0096D6;
    content: '';
}
.section-title h2>span{
  color: #0096D6;
  font-weight: 600;
}
.section-title p{
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 0px;
}


.lead {
  font-weight: 300;
}

.btn-style{
  border-radius: 0px;
  margin-right: 10px;

}
.btn-animate{
    animation: bounceInDown 1s both 1s;
}
.btn-style{
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
}


/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #0096D6;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border:none;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-color: #333333;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
   background: #0096D6;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.nav-top {
  padding: 10px 0px 10px 0px;
}
.nav-top-social{
	display: inline-block;
	margin-right: 10px;
}
.nav-top .nav-top-social ul li {
  display: inline-block;
  margin-right: 8px;
}
.nav-top-social li a i {
      height: 24px;
    width: 24px;
    border: 1px solid;
    text-align: center;
    line-height: 23px;
}
.nav-top .nav-top-social ul li a {
  color: #ffffff;
}
.contact-top{
	position: absolute;
    right: 40px;
    top: -10px;
    background: #fff;
	padding: 0 15px 0 3px;
    font-size: 16px;
    font-weight: 600;
	box-shadow: 0px 3px 8px #3e3e3e;
}
.contact-top:before{
	content: '';
    border-top: 29px solid #fff;
    border-bottom: 5px solid transparent;
    border-left: 26px solid transparent;
    top: 0px;
    position: absolute;
    left: -26px;
}
.nav-top .nav-top-access {
	display: inline-block;
  text-align: left;
}

.nav-top .nav-top-access ul li {
  display: inline-block;
  color: #ffffff;

}

.nav-top .nav-top-access ul li a {
  color: #ffffff;
}

.responsive-menu{
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.logo h3 span {
    background: #73BA55;
    padding: 5px 10px;
    color: #fff;
}
.menu-area{
    position:relative;
    background: #fff;
	width: 100%;
}
.logo h3 {
    font-size: 30px;
    color: #222;
}
.logo .content{
	display: inline-block;
	color: #73BA55;
	position: relative;
    text-align: center;
    width: 120px;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-transform: uppercase;
    line-height: 20px;
    font-weight: 700;
	letter-spacing: 0.3px;
}
.logo .content span{
	color: #0096D6;
}
.logo .content span.lt{
	color: #73BA55;
	text-transform: lowercase;
}
.logo .content:before{
	content:'';
	position: absolute;
	width:18px;
	left: 0;
	top: 10px;
	height:1px;
	background: #ccc;
}
.logo .content:after{
	content:'';
	position: absolute;
	width:18px;
	height:1px;
	background: #ccc;
	right: 0;
    top: 10px;
}

.mainmenu{
  float: right;
}
.mainmenu ul .current-page-item > a, .mainmenu ul li a:hover {
    color: #73BA55;
}
.mainmenu ul li ul {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 200%;
    visibility: hidden;
    width: 260px;
    z-index: -99;
    box-shadow: 0px 0px 4px rgba(170, 170, 170, 0.69);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    
}
.mainmenu ul li:hover ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 99;
    top: 100%
}
.mainmenu ul li ul li {
    border-bottom: 1px solid #ededed;
    display: block;
}
.mainmenu ul li a{
  color: #fff;
}
.mainmenu ul li ul li:last-child{
    border-bottom: 0px solid #ededed
}
.mainmenu ul li ul li a {
    display: block;
    padding: 8px 15px;
	font-size: 14px;
}
.mainmenu ul li ul li a:hover{
    background: #73BA55 none repeat scroll 0 0;
    color: #fff;
}
.mainmenu ul li:hover > a {
    color: #73BA55;
}
.search-panel {
    color: #73BA55;
    display: block;
    float: none;
    position: relative;
    text-align: center;
    top: 10px;
    width: 100%;
}
.header-top-left {
    padding: 7px 0;
}

.mainmenu ul {
    text-align: right;
    margin-left: -50px;
}
.mainmenu ul li {
    display: inline-block;
    position: relative;
}
.mainmenu ul li a {
    color: #222;
    display: block;
    font-size: 16px;
    padding: 30px 24px 30px 10px;
    text-transform: capitalize;
    font-weight: 600
}

.mainmenu ul li.drop > a:before {
    font-family: 'FontAwesome';
    float: right;
    content: "\f107";
    margin-top: 0;
    right: 10px;
    position: absolute;
}

.logo {
    display: inline-block;
    margin: 9px 0;
}

.social-link__block a {
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    line-height: 28px;
    text-align: center;
    margin-top: 6px;
    position: relative;
    z-index: 2;
}
.social-link__block a i{
  font-size: 14px;
}
.social-link__block a.facebook{
    background-color: #3a6bb1;
}
.social-link__block a.twitter  {
    background-color: #0ec8f5;
}
.social-link__block a.google-plus  {
    background-color: #f2623b;
}
.social-link__block a.linkedin  {
    background-color: #0094d3;
}
.social-link__block a.youtube  {
    background-color: #C4302B;
}
.social-link__block a.skype {
    background-color: #00A7E5;
}

.logo-text{
  color: #222;
}
.logo-text span{
  background: #0096D6;
  padding: 5px 7px;
  color: #fff;
}
.logo-text1 span {
    padding: 5px 10px;

}

.fix-bg{
	position: relative;
	padding: 35px 17px;
	background: #0096D6;
	color: #ffffff;
}
.fix-bg:before, .fix-bg:after {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
}
.fix-bg:before {
    left: 0;
    width: 31%;
    margin-left: -100px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background: #73BA55 none repeat scroll 0 0;
}
.fix-bg .fix-title h2{
	font-size: 60px;
	    text-shadow: -2px 4px 0 rgba(0,0,0,0.3);
}
.fix-bg .fix-content{
	display: flex;
	justify-content: center;
}
.fix-bg .fix-content .box{
	padding: 0px 20px;
}
.fix-bg .fix-content h3{
	font-size: 20px;
    text-transform: uppercase;
}
.fix-bg .fix-content h3 span{
	font-size: 60px;
	margin-right: 15px;
	color: #a3ff7c;
	text-shadow: 4px 4px 0px #0096d6, 7px 7px 0px rgba(0, 0, 0, 0.2);
}
.bg-opacity:before
{
  content: "";
  height: 100%; 
  left: 0; 
  position: absolute; 
  top: 0; 
  width: 100%; 
  z-index: -1; 
 }

.bg-opacity:before {  background: rgba(0,0,0, 0.5);}

.counter-bg{
  background: rgba(0,0,0,0) url("../image/banner/project-bg.jpg");
  background-clip: initial;
  background-color: rgba(255,255,255,0);
  background-origin: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.page-bg{
    background: rgba(0,0,0,0) url("../image/banner/dummy-image.jpg");/* Change the dummy image*/
  background-clip: initial;
  background-color: rgba(255,255,255,0);
  background-origin: initial;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 100px 0;
}
.page-bg.about{
	background-image: url("../image/banner/about-bg.jpg");
	background-position: center;
}
.page-bg.contact{
	background-image: url("../image/banner/contact-bg.jpg");
}
.page-bg.pc-repair{
	background-image: url("../image/services/computer-repair-services.jpg");
	background-position: center;
}
.page-bg.laptop-repair{
	background-image: url("../image/banner/laptop-repair.jpg");
	background-position: center;
}
.page-bg.mac{
	background-image: url("../image/banner/mac-repair-services.jpg");
	background-position: center;
}
.page-bg.cctv{
	background-image: url("../image/services/slider3.jpg");
}
.page-bg.biometric{
	background-image: url("../image/slider/slider2.jpg");
}
.page-bg.network{
	background-image: url("../image/services/network-solution.jpg");
}
.page-bg.upgrades{
	background-image: url("../image/banner/hardware-upgrades.jpg");
	background-position: center;
}
.page-bg.data-bkup{
	background-image: url("../image/banner/data-backup.jpg");
	background-position: center;
}
.page-bg.software{
	background-image: url("../image/banner/software-bg.jpg");
	background-position: center;
}
.page-bg.amc{
	background-image: url("../image/banner/computer-amc-bg.jpg");
	background-position: center;
}
.page-bg.web-design{
  background-image: url("../image/services/website-designing.png");
  background-position: center;
}
.page-bg.domain{
	background-image: url("../image/services/domain-registration.jpg");
}
.page-bg.graphics{
  background-image: url("../image/services/graphics-designing-services.png");
  background-position: center;
}
.page-bg.seo{
  background-image: url("../image/services/smo-services.png");
}
.page-bg.redesign{
  background-image: url("../image/services/website-redesign-services.jpg");
  background-position: center;
}
.page-bg.maintenance{
  background-image: url("../image/services/website-maintenance.jpg");
  background-position: center;
}
.page-bg.ecommerce{
  background-image: url("../image/services/ecommerce-website-design.png");
  background-position: center;
}
.page-bg.vc{
  background-image: url("../image/banner/conference.jpg");
  background-position: center;
}
.home-bg{
    background: rgba(255,255,255,0) url("../image/slider/dummy-image.jpg");/* Change the dummy image*/
  background-attachment: fixed;
  background-clip: initial;
  background-color: rgba(255,255,255,0);
  background-origin: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.page-bg.error{
  background: #B83729;
}
.page-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}


.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content:center;
}
.fixed-header{
	position:fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	transition:all 500ms ease;
	-webkit-animation-name: menu_sticky;
	animation-name: menu_sticky;
	-webkit-animation-duration: 0.60s;
	animation-duration: 0.60s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.11);
}


.page-title .breadcrumb ul {
  margin-top: 8px;
  overflow: hidden;
}

.page-title .breadcrumb ul li {
  color: #fff;
  float: left;
  padding-right: 12px;
  margin-right: 12px;
  font-style: italic;
  position: relative;
}

.page-title .breadcrumb ul li:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 0;
}

.page-title .breadcrumb ul li:last-child {
  margin: 0;
  padding: 0;
}

.page-title .breadcrumb ul li:last-child:after {
  content: "";
}

.page-title .breadcrumb ul li a {
  color: #fff;
}

.page-title .breadcrumb ul li a:hover {
  color: #f6ba18;
}
.bg-silver{
  background: #F9F9F9;
}
section.services{
	padding:80px 0;
}
.services img {
    float: right;
    width: 500px;
    margin: 27px 0 15px 15px;
}
.services p, .services ul{
	font-size: 1.8rem;
    font-weight: 400;
}
.services ul{
	margin: 18px 0 25px 50px;
	list-style: disc;
}
.services h4{
	position: relative;
    margin-bottom: 32px;
    display: inline-block;
    padding: 12px 22px;
	border-left: 3px solid #72d00b;
}
.services h4:before {
	content: '';
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 22px;
    width: 2px;
    background-color: #0096D6;
    
}
.services h4:after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 24px;
    background-color: #0096D6;
    content: '';
}
.services a{
	color: #0096D6;
}
.services .right-side ul{
	list-style: none;
	margin: 0 0 25px 0px;
	border: 1px solid #e2e2e2;
}
.services .right-side h5{
	background: #6CC343;
	color: #fff;
    padding: 8px 10px 8px 20px;
    font-size: 20px;
    font-weight: 600;
}
.services .right-side h5:before, .services .right-side h5:after{
	content: '';
	background: url("../image/chain.png") no-repeat;
	background-size: contain;
	position: absolute;
    width: 16px;
    display: block;
    top: -80px;
    height: 82px;
	left: 32px;
}
.services .right-side h5:after{
	right: 22px;
    left: auto;
}
.services .right-side ul li{
	font-size: 15px;
    padding: 5px 12px;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
	transition: 0.2s;
}
.services .right-side ul li:last-child{
	border-bottom: none;
}
.services .right-side ul li a{
	color: #000;
	width: 100%;
}
.services .right-side ul li.active, .services .right-side ul li:hover{
	background:#ffffff;
	border-left: 3px solid #0096D6;
}
.services .right-side ul li.active a, .services .right-side ul li:hover a{
	color: #0096D6;
}
.effect-sidebar
{
  position: relative;
}
.effect-sidebar:before, .effect-sidebar:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect-sidebar:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
.video-section {
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
  background: #f8f8f8;
  
}
.video-section .embed-container { position: relative; padding-bottom: 54.8%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0 14px; }

.white-clr-all,
.white-clr-all p {
    color: #fff;
}
.main-slider-1 {
    height: 600px;
    position: relative;
    width: 100%;

}
.slider-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-origin: initial;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.slider-bg::after {
    background: rgba(0,0,0,.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-cell {
    display: table;
    height: 100%;
    width: 100%;
}
.slider-ver {
    display: table-cell;
    vertical-align: middle;

}
.main-slider-1 .carousel,
.item,
.active {
    height: 100%
}
.main-slider-1 .carousel-inner {
    height: 100%
}
.slider-bg{
  height: 100%;
}
.slide-control-mr {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 45px;
    font-size: 20px;
    left: 20px;
    margin-top: -50px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    opacity: .5;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.slide-control-mr i{
  font-size: 30px;
}
.slide-control-mr:hover {
    opacity: 1;
    color: #fff;
    background: #0096D6;
    border: 1px solid #0096D6;
}
.slide-control-mr:foucs {
    color: #fff;
}
.slide-control-mr.right {
    left: auto;
    right: 20px;
}
.slide-control-mr i{
  text-align: center;

}
.slider-con{
 margin: 12%;
}
.slider-con h1 {
    animation: fadeInDown .7s both .7s;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
}
.slider-con p {
 animation: fadeInDown  .7s both .7s; 
 margin:10px 0 22px;
 font-size: 14px;
}
.btn-animate{

  margin-top: 10px;
   animation: fadeInUp  .7s both .7s;                                                                                                                                                                                  
}
.slider-con h1 span {
    color: #0096D6;
}
.carousel-indicators li {
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    margin: 0 3px;
    border-radius: 50%;
}
.carousel-indicators .active {
    background-color: #0096D6;
    border: 2px solid #0096D6;
    height: 15px;
    margin: 0 3px;
    width: 15px;
}

.home-carousel-2 .carousel-indicators li {
    border: 0px solid #fff;
    background: #fff;
    height: 8px;
    width: 24px;
    margin: 0 3px;
    border-radius: 0px;
}
.home-carousel-2 .carousel-indicators li.active{
    border: 0px solid #0096D6;
    background: #0096D6;
    height: 8px;
    width: 24px;
    margin: 0 3px;
    border-radius: 0px;
} 
.slider-area{
  padding: 100px 0 0;
}
.slider-area.home-bg {
  padding: 0;
  height: 600px;
}
.slider-area.home-bg .container {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
}
.text h1{
  font-size:55px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  display: inline-block;
}
.text p{
  color: #fff;
  margin-bottom: 30px;
}
.text span{
  color: #0096D6;
}
.blog-text .text h1{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  padding-top: 10px;
  display: inline-block;
  margin-bottom: 140px;
  margin-top: 40px;
}

.bouncing-icon{
  position: absolute;
  left: 46%;
  margin-top: 70px;
  width: 50px;
  color: #fff;
  font-size: 40px;
  text-align:center;
  transition: all .4s ease 0s;
  animation: 3s ease 0s normal none infinite running bounce;
}
.bouncing-icon:hover{
  color: #fff;
}
.why-choose-us{
	padding: 60px 0;
}
.section-1-box {
    padding: 20px 0;
    text-align: center;
	border: 1px solid #e2e2e2;
	transition: all 500ms ease;
}
.section-1-box:hover{
	transform: scale(1.05);
	box-shadow: 0 8px 15px 0 rgba(50,50,50,.1);
}

.section-1-box-icon-background {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto 25px auto;
}
.section-1-box-icon-background.rp{
	background: #009cff;
}
.section-1-box-icon-background.xp{
	background: #3f51b5;
}
.section-1-box-icon-background.ct{
	background: #673ab7;
}
.section-1-box-icon-background.dw{
	background: #ff5722;
}

.section-1-box p:after{
	content: '';
	width:50px;
	height:2px;
	background: #72d00b;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

.section-1-box-icon-background i {
    margin-top: 22px;
    color: #ffffff;
}

.section-1-box h4 {
    font-size: 17px;
    margin: 0 0 15px 0;
	font-weight: 600;
}

.section-1-box p {
    color: #777;
    font-size: 14px;
}

.service-grid-s1 .grid{
  display: block;
  background: #fff;
  padding: 40px;
  position: relative;
  border:1px solid #ccc;
  margin-bottom: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all .3s;
  margin-bottom: 30px;
  z-index: 1;
}
.service-grid-s1 .grid:after{
  position: absolute;
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  width: 0%;
  background:#0096D6;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all .6s;
  z-index: -1;
}
.service-grid-s1 .grid:hover:after {
  width: 100%;
}
.service-grid-s1 .grid:hover{
  border-color: #0096D6;
}

.service-grid-s1 .grid  .icon i {
    height: 80px;
    width: 80px;
    line-height: 74px;
    border: 5px solid #f6f6f6;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #0096D6;
    margin-bottom: 20px;
    border-radius: 50%;
    font-size: 37px;
}

.service-grid-s1 .grid h3{
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 .9em;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all .5s;
}

.service-grid-s1 .grid h3 a{
  color: #051429;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all .5s;
}
.service-grid-s1 .grid .details{
  text-align: center;
}
.service-grid-s1 .grid .details p{
  font-size: 14px;
  font-weight: 24px;
  color: #222;
  margin: 0;
}

.service-grid-s1 .grid:hover .icon i {
  color: #fff;
  border-color:#fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all .5s;
}
.service-grid-s1 .grid:hover h3 a{
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all .5s;
}
.service-grid-s1 .grid:hover .details p{
  color: #fff;
}
.owl-item { 
  transform: translateZ(0) !important;
 -webkit-transform: translateZ(0) !important; 
 -ms-transform: translateZ(0) !important; 
}
#service{
	background: #f6f6f6;
}

.services.all .card{
  margin: 0px 0px 70px;
  padding: 0;
  background: #fff;
  border-top-right-radius: 10px;
  position: relative;
  transition: all 0.2s ease-out;
    box-shadow: 0px 12px 12px -7px rgba(38, 38, 38, 0.7);
  text-decoration: none;
  overflow: hidden;
  text-align: center;
}
.services.all .card img{
	width: 100%;
	margin: 0;
	float: none;
	height: 160px;
    object-fit: cover;
}
.services.all .card:hover img{
	transform: none;
}
.services.all .card p{
	font-size: 20px;
    padding: 0px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details p {
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-top {
  top: 20%;
}
.fadeIn-left {
  left: 20%;
}


.card {
	display: block; 
	  margin-bottom: 20px;
	  line-height: 1.42857143;
	  background-color: #fff;
	  border-radius: 2px;
	  border: 1px solid #cacaca;
	  transition: box-shadow .25s; 
	  -webkit-font-smoothing: subpixel-antialiased;
  }
  .card:hover {
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	
  }
  .img-card {
	width: 100%;
	height:200px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	display:block;
	  overflow: hidden;
	  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
  }
  .img-card img{
	width: 100%;
	height: 200px;
	object-fit:cover; 
	transition: all .25s ease;
  } 
  .card-content {
	padding:15px 20px 35px;
	text-align:left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
  }
  .card-content p{
	  line-height: 22px;
  }
  .card-title {
	margin:20px 0 15px 0;
	font-weight: 600;
    font-size: 16px;
  }
  .card-title{
	color: #0096D6;
	text-decoration: none !important;
  }
  .card-read-more {
	  position: absolute;
	  width: 100%;
	  bottom: 20px;
	  background: #337ab7;
	text-align: center;
	padding: 16px 20px 16px 20px;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
  }
  
  .card-read-more a {
	text-decoration: none !important;
	padding:8px 25px;
	font-weight:600;
	text-transform: uppercase;
	line-height: 12px;
	color: #fff;
	border: 1px solid #ffffff;
	margin: 0;
  }
  .card-read-more a:hover{
	border: 1px solid #ffffff;
	color: #fff;
  }
  .card:hover img{
	 -webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
  }
  .card:hover .card-read-more{
	  opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  }
  .card:hover .card-content{
	-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
  }
.services-carousel{
	position: relative;
	padding-bottom: 45px;
}
.services-carousel .owl-nav, .services-carousel .owl-dots .owl-dot span{
	display: none;
}

.services-carousel .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.services-carousel .owl-dot{
	position: relative;
	display: inline-block;
	width: 35px;
	height: 5px;
	background-color: #e1e1e1;
	margin: 0 5px;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active{
	background-color: #152545;
}

.counter-item{
  display: block;
  padding: 40px 20px;
  border:1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 1; 
}

.counter-item i{
  display: block;
  font-size: 70px;
  margin-bottom: 30px;
}
.counter-item span{
  font-size: 30px;
  color: #73BA55;
  font-weight: 500;

  margin-bottom: 20px;
  display: inline-block;
}
.counter-item-inner{
 position: relative;
}
.counter-item h4{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.counter-item.style-2{
  width: 100%;
  height: 0;
  position: relative;
  padding: 0 0 70% 0;
  border:none; 

}
.counter-item-inner .icon{
 height: 100%;
    border-right: 1px dashed #6e6e6e;
    padding-right: 20px;
    position: absolute;
    left: 0;
}
.counter-item.style-2 .counter-item-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter-item.style-2 i{
  font-size: 36px;
  margin-bottom: 17px;
}

.counter-item.style-2 h4{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.counter-item.style-2 span{
  margin-bottom: 0;
}
#services-tags {
  background: #f6f6f6;
}
#areas a, #services-tags a{
  display: inline-block;
  background: #ffffff;
  padding: 4px 22px;
  margin: 5px 4px 5px 0;
  border-radius: 6px;
  border: 1px solid #6CC343;
  cursor: pointer;
}
#areas a:hover, #services-tags a:hover{
  color: #ffffff;
  background: #0096D6;
  border: 1px solid #0096D6;
}

.ptb-40{
  padding-top: 40px;
  padding-bottom: 40px;
}


.error-text{
 text-align: center;
 color: #0096D6;
}
.error-text h2{
  font-size: 150px;
  font-size: 400;
  line-height: 1;
}
.error-text span{
  font-size: 48px;
  font-weight: 400;

}
.error-text p{
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 30px;
}
.error-text .btn-go{
  margin-top: 20px;
}

.social-profile-blog{
margin-top: 30px;
margin-bottom: 10px;  
}
.social-profile-blog li{
  display: inline-block;
  padding: 5px 5px;

}
.social-profile-blog li a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #222;
  border: 1px solid #222;
  border-radius: 100%;
  text-align: center;
}
.social-profile-blog li a:hover{
    border:1px solid #0096D6;
  color: #fff;
  background: #0096D6;
}
.contact-team{
  padding-top: 35px;
  padding-bottom: 20px;
}
 .contact-team h3{
  margin-bottom: 30px;
  text-transform: uppercase;
 }
 .contact-team h3 span{
  color:#0096D6;
 }
 .contact-form input{
  height: 50px;
  margin-bottom: 3px;
  border-radius: 0px;
  outline: none;
 }
   .contact-form input:focus{
    outline: none;
    box-shadow: none;
    border-color:#0096D6;
    
  }
  .contact-form textarea{
   margin-bottom: 20px;
   height: 120px;
  border-radius: 0px;
  resize: none;
  }
  .contact-form textarea:focus{
    outline: none;
    box-shadow: none;
    border-color:#0096D6;
    
  }
  .contact-team .alert-success{
    display: none;
}
.contact-team .alert-dismissible .close{
	font-size: 30px;
}
.contact-team form input.error, .contact-team form textarea.error {
    border: 1px solid #f2c4c2;
    background: #ffeceb;
}
.contact-send-message button{
	margin-top:20px;
}
.contact-form .form-group span {
    display: none;
    color: #ff0000;
    font-size: 14px;
}
.services .contactinfo{
	list-style: none;
	padding-top: 10px;
	margin-left: 12px;
 }
 .services .contactinfo li{
	 display: flex;
	 margin-bottom: 12px;
 }
 .services .contactinfo li i{
	margin: 5px 13px 0 0;
	font-size: 26px;
	color: #72d00b;
 }
 .services .contactinfo li span:nth-of-type(2){
	 font-size:16px;
 }
 .services .contactinfo li a{
	 color: #262626;
	 align-self: center;
	 font-size: 16px;
 }
.btn-pricing{
  border:0px; 
}
.owl-item.active,
.owl-item.cloned{
  transform: scale(.95);
}
.owl-item.center{
  transform: scale(1);
}
.owl-item.center .rate{
    color: #0096D6;
  border:5px solid #0096D6 !important;
}


.footer-bg{
  background-color: #034a6a;
}
.footer{
  color: #fff;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.footer-widget-area{
  position: relative;
}
.f-widget{
  margin-bottom: 40px;

}
.f-address li i {
    margin-right: 5px;
    color: #ffffff;   
}
.f-widget-title{
  margin-bottom: 40px;
  text-align: center;
}
.f-widget-title img{
  display: block;
}
.f-widget .f-text{
	margin-top: 15px;
}
.f-widget-title h4{
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 1;
}
.captcha div, .captcha h5, .captcha input{
	display: inline-block;
}
.captcha div{
	font-size: 22px;
}
.captcha h5{
	font-size: 18px;
	font-weight: normal;
}
.captcha .quest{
	background: #F9F9F9;
	border: 1px solid #ccc;
	padding: 2px 20px;
	margin-left: 12px;
}
.captcha input{
	width: 60px;
    font-size: 22px;
    text-align: center;
	height: 46px;
}
.useful-links{
  margin: 0;
}
.useful-links li{
  display: block;
  position: relative;
  list-style: none;
}
.useful-links li i{
 color: #ffffff;
}
.useful-links li a{
  color: #fff;
  margin-left: 5px;
  padding: 9px 0px;
}
.useful-links li:first-child a{
  padding-top: 0;
}
.useful-links li:last-child a{
  border-bottom: 0;
  padding-bottom: 0;
}
.useful-links li a{
  color: #fff;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.useful-links li a:hover{
  color: #0096D6;
}
.copyright-area{
    border-top: 1px solid #ebebeb3b;
}
.social-profile{
margin-top: 10px;
margin-bottom: 10px;  
}
.social-profile li{
  display: inline-block;
  padding: 5px 5px;

}
.social-profile li a{
    color: #fff;
    height: 30px;
    width: 30px;
    border: 1.5px solid #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
}

.copyright-text{
  margin: 20px 0;
}
.copyright-text a{
  color: #0096D6;
  font-weight: 400;
}
.m-t-30{
  margin-top: 30px;
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

.whastapp {
  position: fixed;
  bottom: 5px;
  right: 5px;
  animation: mover 1s infinite  alternate;
  transform-origin: center;
  z-index: 999;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;

    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite; 

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #000;

        -webkit-animation: spin 3s linear infinite; 
        animation: spin 3s linear infinite; 
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #000;

        -webkit-animation: spin 1.5s linear infinite; 
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg); 
            -ms-transform: rotate(0deg);  
            transform: rotate(0deg);  
        }
        100% {
            -webkit-transform: rotate(360deg);  
            -ms-transform: rotate(360deg);  
            transform: rotate(360deg);  
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  
            -ms-transform: rotate(0deg); 
            transform: rotate(0deg);  
        }
        100% {
            -webkit-transform: rotate(360deg);  
            -ms-transform: rotate(360deg);  
            transform: rotate(360deg); 
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #fff;
        z-index: 1000;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);  
        transform: translateX(0);  
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  
            -ms-transform: translateX(-100%);  
                transform: translateX(-100%);  

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%); 
                transform: translateX(100%); 

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  
            -ms-transform: translateY(-100%);  
                transform: translateY(-100%);  

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }


@media only screen and (min-width: 992px) and (max-width: 1200px){
.mainmenu ul {
margin-left: -50px;
}
}
@media (max-width:1420px){
	.fix-bg .fix-title h2{
		font-size: 55px;
	}
}
@media (max-width:991px){
	.right-side{
		display: none;
	}
}
@media (max-width:767px){
    .responsive-menu{
      display: block
  }
  .mainmenu{
      display: none
  }
  .mobile-menu-area{
    width: 100%;
    margin-top: 0;
    position: absolute;
    right: 0;
  }
  .mean-container .mean-nav{
    background: #ffffff;
  }
  .mean-container a.meanmenu-reveal{
    margin-top: -63px;
    margin-right: 4px;
    border: none;
    color: #0096D6;
  }
  .mean-container a.meanmenu-reveal span{
    background: #0096D6;
  }
  .mean-container .mean-nav ul li a{
    text-transform: capitalize;
    color: #222222;
    border-top: 1px solid #cccccc;
    padding: 10px 5%;
  }
  .mean-container .mean-nav ul li li a{
    padding: 10px 10%;
  }
  .mean-container .mean-nav ul li a.mean-expand{
    margin-top: 6px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    right: 5px;
  }
  .mean-container .mean-nav ul li.current-page-item > a{
    color: #73BA55;
    font-weight: 500;
  }
  .logo img {
      position: relative;
      z-index: 99999;
  }
  .main-slider-1{
    height: 450px;
  }
.slider-con h1{
font-size: 37px;
}
.slider-con p{
font-size: 14px;
} 
.btn-style a{
font-size: 14px !important;
} 
.slider-bg {
  height: 104%;
}
.slide-control-mr i{
font-size: 25px;
}
.text h1{
  font-size: 37px;
}
.slide-control-mr {
height: 39px;
font-size: 20px;   
left: 10px;
margin-top: -50px;    
padding: 1px;    
position: absolute;    
text-align: center;   
top: 50%;   
width: 39px;;
}

.slide-control-mr.right {
  right: 10px;
}
.section-padding {
  padding: 60px 0;
}
.section-padding-top {
  padding-top: 60px;
}
.section-padding-bottom {
  padding-bottom: 60px;
}
.right-content {
  margin-top: 30px;
}
.col-3-middle {
  margin-top: 30px;
}
.services img{
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}
section.services {
  padding: 50px 0;
}
.service-grid-s1 .grid, .service-grid-s2 .grid {
  padding: 30px 25px;
}
  .service-grid-s1 .grid .icon {
 position: static;
 margin-bottom: 13px;
}
 .service-grid-s1 .grid h3 {
 font-size: 16px;
}
.whastapp img {
  width: 60px;
}
.page-bg{
  padding: 80px 0;
}
.pagi ul li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 13px;
}
  .page-title h2 {
  font-size: 30px;
  display: block;
}
.counter-item-inner .icon{
height: 100%;
  border-right: 0px dashed #6e6e6e;
  padding-right: 20px;
  position: absolute;
  left: 0;
}
.carousel-indicators li {
  border: 2px solid #fff;
  height: 12px;
  width: 12px;
  margin: 0 3px;
  border-radius: 50%;
}
.carousel-indicators li.active{
   height: 12px;
  width: 12px;
  margin: 0 3px;
  border-radius: 50%;
}
.home-carousel-2 .carousel-indicators li {
  border: 0px solid #fff;
  background: #fff;
  height: 8px;
  width: 18px;
  margin: 0 3px;
  border-radius: 0px;
}
.home-carousel-2 .carousel-indicators li.active{
  border: 0px solid #055DB6;
  background: #055DB6;
  height: 8px;
  width: 18px;
  margin: 0 3px;
  border-radius: 0px;
}
.fix-bg .fix-title h2 {
	font-size: 36px;
	margin-bottom: 15px;
	letter-spacing: 1.2px;
}
.fix-bg .fix-content {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.fix-bg .fix-content .box {
    margin-bottom: 15px;
}
.fix-bg .fix-content h3 {
    font-size: 16px;
}
.fix-bg .fix-content h3 span {
	font-size: 36px;
}
.contact-team {
  padding-top: 30px;
}

.contact-form input{
  height: 38px;
}
.footer{
	padding-top: 45px;
}
.footer .f-address li{
	margin-bottom: 15px;
}
.copyright-social{
	margin-top: 17px;
}
}

@media (max-width:460px){
  .mean-container a.meanmenu-reveal{
    margin-top: -53px;
  }
.nav-top .nav-top-social {
  float: none;
  width: 100%;
  text-align: center;
}
.nav-top .nav-top-social ul li {
  margin: 0 3px;
}
.nav-top-social{
margin-top: 5px;
}
.nav-top .nav-top-access {
  float: none;
  width: 100%;
  text-align: center;
}
.nav-top .nav-top-access ul li {
  margin: 0 5px;
}
.responsive-menu a{
  margin-right: 2px;
}
.logo img{
  width: 100px;
}
.slider-con h1{
font-size: 30px;
}
.section-1-box-icon-background{
  width: 60px;
  height: 60px;
}
.section-1-box-icon-background .fa-4x{
  font-size: 2em;
  margin-top: 16px;
}
.mb-20{
margin-bottom: 20px;
}
.text h1{
  font-size: 27px;
}
.btn-style a{
color: #fff;
font-size: 13px;
padding: 0px 0px;
text-transform: uppercase;
font-weight: 500;

}
.counter-item.style-2 {
  width: 100%;
  height: 0;
  position: relative;
  padding: 0px 0 50% 0;
  border: none;
}
.fix-bg:before {
    width: 40%;
    margin-left: -146px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-35deg);
}
.captcha input, .captcha div{
	font-size: 20px;
}
.captcha h5{
	font-size: 16px;
}
.captcha .quest{
	padding: 0px 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .mainmenu ul{
      text-align: center
  }
  .logo {
    display: block;
    margin: 25px 0px 0px 0px;
    text-align: center;
  }
  .section-padding {
    padding: 90px 0;
  }
  .section-padding-top {
    padding-top: 90px;
  }
  .section-padding-bottom {
    padding-bottom: 90px;
  }
  .section-padding-80 {
    padding: 60px 0;
  }
  .section-padding-80-55 {
    padding: 60px 0;
  }
  .section-padding-60 {
    padding: 40px 0;
  }
  .section-padding-top-60 {
    padding-top: 40px;
  }
  .section-wrapper + .section-wrapper {
    margin-top: 40px;
  }
  .col-3-right {
    margin-top: 30px;
  }
  .col-sm-mb-sp {
    margin-bottom: 90px;
  }
  .page-title h2 {
    font-size: 30px;

  }
  .counter-item-inner .icon{
    height: 100%;
    border-right: 0px dashed #6e6e6e;
    padding-right: 20px;
    position: absolute;
    left: 0;
  }
  .counter-item{
    width: 100%;
    height: 0;
    position: relative;
    padding: 0px 0 50% 0;
    border: none;
  }
}  