﻿
/*************************
*******Typography******
**************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);

body {
  font-family: 'Roboto', sans-serif;
  
  position: relative;
  font-weight:400px;
  background: #cafffb;
  color:#111;
}

ul li {
  list-style: none;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;  
  margin: 0px;
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

.navbar-toggle {
  background-color: #000;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #0f3768;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
  border-radius: 50%;
}

a#scrollUp i{
    font-size: 18px;
    padding: 5px;
}
.container-fluid{
	padding-right:15px;
	padding-left:15px;
}
.no-margin{
	margin:0px;
}
.no-padding{
	padding:0px;
}
.no-padding-r{
	padding-right:0px;
}
.no-padding-l{
	padding-left:0px;
}
.fullwidth{
	float:left;
	width:100%;
}
.section-space{
	padding:50px 0px;
}
a, a:hover{
	color:#28b6f6;
}
.divide{
	position:relative;
}
.divide:after{
	position:absolute;
	background: #ddd;
    content: '';
    width: 98%;
    height: 1px;
    left: 15px;
    right: 15px;
    top: 50%;
    z-index: -1;
}
.full-img{
	width:100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.full-img:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.sticky {
    background: #000;
    border-bottom: 1px solid #222;
    position: fixed;
    z-index: 10000;
    width: 100%;
}
.desktop-view{display: block!important;}
.mobile-view{display: none!important;}
/*************************
*******Header CSS******
**************************/
/*  Header Top Start*/
.logo{
	float:left;
	margin-right:20px;
	max-width:135px;
}
.logo a{
	color:#fff;
	font-size:30px;
}
.logo h1{
	font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
	float:none;
	line-height: 57px;    
	display: inline-block;
	color: #0f3768;
}
.logo .fa {
    padding: 10px;
    color: #0f3768;
}
.header-info, .header-info a{
	color:#fff;
}
.header-info .fa, .header-info p{
	float:left;
}
.header-info .fa{
	    margin-left: 20px;
    margin-top: 4px;
    color: #3399cc;
    margin-right: 8px;
}
.header-info .pull-left{
	margin-right: 25px;
}
.navbar-collapse.collapse{
  padding-left: 0;
  padding-right: 0;
}
.mainmenu{
	display:inline-block;    
	margin-top: 7px;
	float: right;
}
.mainmenu ul li a {
	color: #111;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    text-transform: uppercase;
	padding: 10px 8px;
    font-size: 16px;
}
.mainmenu ul li a:hover, .mainmenu ul li a.active,
.nav>li>a:hover, .nav>li>a:focus{
	color: #0f3768;
    background:transparent;    
	cursor: pointer;
}
.mainmenu .btn-default {
    color: #696763;
    border: none;
    background: transparent;
    box-shadow: none;
	padding:0px;
	outline:none;
}
.navbar-header 
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.fa-angle-down{
  padding-left: 5px; 
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*  Dropdown menu*/
/*  Header Top End*/

/*  Header Middle Start*/
.header-middle{
	background:#0f3768;
	padding: 5px 0px 5px 0px;
}
.head-box span{
	float:left;
}
.header-bottom{
	 background: #fff;    
	 padding: 8px 0px;
}
.head-time{
	float:left;
	margin-right:20px;
	color:#111;
	 margin-top: 15px;
    font-size: 16px;
}
.head-time .fa{
	margin-right:10px;
    font-size: 18px;    
	margin-top: 3px;
}
.head-time,.head-time .fa, .head-time p{
	float:left;    
	margin-bottom: 0px;
}
/*  Header Middle End*/

/*************************
******* Home ******
**************************/
/*Main slider start*/
.main-slider .owl-nav{
    position: absolute;
    top: 45%;
    font-size: 60px;
    color: #999;
	width: 100%;
}
.main-slider .owl-prev{
    left:30px;    
	position: absolute;
	outline: none;
    color: #fff;
}
.main-slider .owl-next{
    right:30px;
	position: absolute;    
	outline: none;
    color: #fff;
}
.main-slider .owl-dots{
	display:none;
}
.top-slider{
	position:relative;
	float:left;
	width:100%;
}
.mask {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(000,000,000,0.7);
    content: '';
    height: 100%;
    width: 100%;
}
.inner-pages-title .mask {
    background: rgba(000,000,000,0.2);
}
.main-slider .mask {
    z-index: 1;
}
.main-sl-info {
    position: absolute;
    z-index: 100;
}
.main-sl-btn {
    margin-top: 40px;
}
.main-sl-info h2 {
    margin: 25% 0px 20px 0px;
    color: #fff;
    font-size: 50px;
    position: relative;
	text-transform:uppercase;
}
.main-sl-info p {
    color: #fff;
    font-size: 20px;
}
.main-sl-btn a {
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}
.main-sl-btn a:hover {
    border: 1px solid #0f3768;
    background: #0f3768;
}
.owl-carousel .owl-nav.disabled, 
.owl-carousel .owl-nav {
    display: block!important;
    position: absolute;
    top: auto;
    font-size: 60px;
    width: 100%;
    text-align: center;
    bottom: 0;
}
.owl-carousel {
    padding-bottom: 60px;
}
.owl-carousel .owl-nav.disabled button, 
.owl-carousel .owl-nav button {
   outline:none;
   margin: 0px 5px;
}
.main-slider.owl-carousel .owl-nav.disabled, .main-slider.owl-carousel .owl-nav {
    top: 50%;
	bottom: auto;
}
#main-slider{
	padding:0px;
}
.owl-nav span {
    font-size: 45px;
    padding: 5px 10px;
    height: 38px;
    line-height: 16px;
    float: right;
	background:#fff;
	color:#0f3768;
	border:1px solid #0f3768;
}
.owl-nav span:hover {
	background:#0f3768;
	color:#fff;
	border:1px solid #0f3768;
}
/*Main slider end*/

/*main-content start*/
.main-content{
	margin-top:35px;
}
.title-info{
	margin-bottom:20px;
}
.title-info h5{
	text-transform:uppercase;
}
h2.title {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    text-align: left;    
	float: left;
	text-transform:uppercase;
}
p.text-in{
	font-size:18px;
}

/*category-tab css start*/
.category-tab ul {
  list-style: none outside none;
  margin: 0 0 30px;   
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  border: none;
  text-align:center;
}
.tab-content{
	z-index:100;
}
.category-tab ul li a {
    color: #666;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
	border: 1px solid #ddd;
    border-radius: 0px;
    padding: 10px 15px;    
	display: flex;
    align-items: center;
}
.category-tab .nav-tabs>li {
	padding: 0px 5px;
	float: none;
    display: inline-block;
}
.category-tab ul li a:hover{
	color:#fff;
	background: #0f3768;
  border: 1px solid #0f3768;
}
.nav-tabs  li.active a, 
.nav-tabs  li.active a:hover, 
.nav-tabs  li.active a:focus {
  background: #0f3768;
  color: #fff;
  cursor: default;
  margin-right:0;
  margin-left:0;
  position:relative;
  border: 1px solid #0f3768;
  float: left;    
  display: flex;
  align-items: center;
}
.nav-tabs  li  a {
  border-radius: 0px;
  line-height: 1.42857;
  margin-right:0;
  float: left;
}
/*category-tab css end*/
/*main content end*/

/*About Us Section Start*/
.about-container{
	background:#fff;
}
.about-container .title-text:after{
	background:#000;
}
.about-text{  
	color: #000;
}
.about-text h4{
	margin:10px 0px 20px 0px;
}
.about-text ul{
	margin:10px;
	padding:0px;

}
.about-text ul li{
	    list-style: disc;
    margin-left: 5px;
    margin-bottom: 10px;
}
.about-b{
	margin-top:20px;
}
.about-b h2{
	margin-bottom:20px;
}
.title p{
	padding:0px 20%;
}
.title-text{
	position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: auto;
    float: none;
    display: inline-block;
}
.title-text:after{
	position:absolute;
	width:100%;
	height:3px;
	left:0px;
	bottom:0px;
	background:#111;
	content:'';
	z-index:1;
}
.big-logo{
	max-width:450px;    
	margin: 0 auto;
}
.about-img{
	margin:20px 0px;
}
.about-img img{
	width:100%;
	margin-bottom:20px;
}
/*About Us Section End*/

/*Services Section Start*/
.services-container{
	background: #d0d9f0;
}
.services-container .title-text{
	color:#0f3768;
}
.services-container .title-text:after {
    background: #0f3768;
}
.service-icon{
	margin-top:30px;
}
.servicebox{
	background: #fff;
    padding: 25px 10px;
    margin-bottom: 30px;
	box-shadow: 0px 0px 4px 0px #000;
	min-height: 141px;
}
.servicebox:hover{
	background: #73e1ff;
}
.services-container a{
	color:#000;
}
.servicebox .about-i-text{
	float:right;
	width:80%;
}
.servicebox .about-i-text p{
	margin:10px 0px 0px 0px;
}
.servicebox .ser-img{
	width: 45px;
    float: left;
  
}

.servicebox h4, .servicebox a{
	text-transform:uppercase;
}
.servicebox h4{
	color: #0f3768;
}
.servicebox a{
	font-weight: bold;
    color: #111;
    font-size: 13px;
}
.services-img{
	border:4px solid #fff;
	overflow: hidden;
    margin-bottom: 20px;
    transition: transform .2s;
}
.services-img img {
    transition: transform .2s;
}
.services-img img:hover {
    transform: scale(1.5);
    transition: transform .2s;
    cursor: pointer;
}
/*Services Section End*/

/*Gallery Section Start*/

/*Gallery Section End*/

/*Testimonials Section Start*/
.testimonials-container{
	background: #f6f6f6;
	color:#000;
}
.testimonials-container .title-text:after {
    background: #000;
}
.test-slider{
	margin-top:20px;
}
.testimonial-text {
    background: #3399cc;
    float: left;
    width: 100%;
    padding: 35px;
	position:relative;
	color:#fff;
	min-height: 205px;
	margin-bottom: 30px;
    margin-top: 30px;
}
.testimonial-text:after {
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #3399cc transparent transparent transparent;
	position:absolute;
	content:'';
	bottom:-18px;
	left:30px;
}
.testimonial-text .fa{
    font-size: 26px;
    margin: 0px 5px 5px 0px;
    color: #0f3768;
}
.test-info .author-info{
	display:flex;
	align-items:center;
	float:left;
	width:100%;   
	background: transparent;
}
.test-info .author-text{
	float:left;
	width:auto;
	margin-left:15px;
	display: flex;
    align-items: center;
}
.testi-img{
	max-width:100px;
	margin-right:20px;
    float: left;
}
.testi-img img{
	border-radius:50%;
}
.testi-info{
	float:left;
	max-width:80%;
}
/*Testimonials Section End*/

/*Blog slider Section Start*/
.blog-container .title-text:after{
	background:#0f3768;
}
.blog-sl-container{
	margin-top:30px;
}
.blog-img-info{
	position:relative;
}
.blog-text-info a{
	color:#000;
}
.blog-text-info a:hover{
	color:#0f3768;
}
.blog-text-info h4{
	margin:15px 0px; 
}
.blog-text-info p{
	margin:15px 0px 0px 0px;
}
.demo-page-container .blog-text-info h4{
	min-height: 46px;
    font-size: 16px;
    line-height: 22px;
}
/*Blog slider Section End*/

/*Inner Page Title CSS Start*/
.inner-pages-title{
	position:relative;  
	max-height:150px;
	overflow:hidden;
}
.inner-pages-title h2{
	    text-transform: uppercase;
    text-align: center;
}
.inner-pages-title .page-title {
    position: absolute;
    top: 35%;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
	z-index:10;
}
/*Inner Page Title CSS End*/
/*About Page Title CSS Start*/
.about-page-section{
	background:#f5f5f5;
}
/*About Page Title CSS End*/
/*Testimonials Page CSS Start*/
.testimonials-page-container .col-sm-4{
	margin:15px 0px;
}
/*Testimonials Page CSS End*/
/*Services Page CSS Start*/
.training-section .about-i-text img{
	max-width:600px;
}
.services-page-container .servicebox .about-i-text {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.services-page-container .col-sm-4 img{
	border: 5px solid #fff;
    box-shadow: 0px 0px 8px #444;
}
.services-page-container .servicebox:hover {
    background: #fff;
}
.servicebox ul {
	padding-left:15px;
}
.servicebox ul li {
    list-style: decimal;
    padding: 0px;
    margin: 0px;
}
.training-info .servicebox .ser-img {
    width: 45px;
    float: left;
    float: none;
    text-align: center;
    display: inline-block;
}
.training-info .servicebox{
        text-align: center;
    display: flex;
    align-items: center;
    background: #3399cc;
    border: 2px solid #ffff;
}
.training-info .servicebox:hover{
    background: #0f3768;
}
.training-info .servicebox h4 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}
.training-info .servicebox .about-i-text {
    margin-top:0px!important;
}
.training-section table {
  border-collapse: collapse;
}

.training-section table, .training-section td {
  border: 1px solid black;
  font-size: 16px;
    font-weight: bold;
}
.training-section td {
    padding: 15px!important;
	vertical-align: middle!important;
}
.training-section tr td:first-child {
    /*width: 10%!important; */  
	background: #f1f1f1;
}
.training-section tr td:nth-child(2){
    /*width: 25%!important; */
}
.training-section tr td .fa{
    margin-right:10px;
	color:#3399cc;
}
/*Services Page CSS End*/

/*Clients Page CSS Start*/
.services-data-info{
	margin:15px 0px 20px 0px;
}
.services-info h2{
	margin:0px 0px 20px 0px;
}
.services-data-img_adjust{
    height: 150px;
	overflow:hidden;
	margin-bottom:20px;
	border: 5px solid #ddd;
    background-color: white !important;
	transition: transform .2s;
}
.services-data-img{
        background-color: white !important;

	overflow:hidden;
	margin-bottom:20px;
	border: 5px solid #ddd;
	transition: transform .2s;
}
.services-data-img:hover{
	box-shadow: 0px 0px 10px 0px #222;
	transition: transform .2s;
}
.services-data-img img{
	transition: transform .2s;
}
.services-data-img img:hover{
	transform: scale(1.5);
	transition: transform .2s;
	cursor:pointer;
}
.btn-all {
    border: 1px solid #55c5d0;
    padding: 3px 8px;
    color: #55c5d0;
    margin-top: 20px;
    text-transform: uppercase;
    background: #fff;
    float: none;
    display: inline-block;
}
/*Clients Page CSS End*/

/*Offers Page Title CSS Start*/
.offer-info .col-sm-4{
	margin:15px 0px;
}
.offer-info .blog-img-info {
    border: 4px solid #0f3768;    
	float: left;
}
.offer-info .blog-img-info a {
    display:block;
}
.blog-text-info,.blog-text-info a,.more-demo{
	float:left;
	width:100%;
}
/*Offers Page Title CSS End*/
/*Faq accordion CSS Start*/
.accordionButtonNotactive {
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #ddd;
    margin-top: -1px;   
	position: relative;
}
.accordionButtonNotactive:after {
   right:10px;
	top:15px;      
	font-size: 12px!important; 
	position: absolute;
	content: "\f078";
	z-index:1;
	color:#111;
	font:normal normal normal 16px/1 FontAwesome;	
}
.accordionButtonActive:after {
	content: "\f077";
	color:#fff;
	right:10px;
	top:15px;      
	font-size: 12px!important; 
	position: absolute;
	font:normal normal normal 16px/1 FontAwesome;
}
.accordionButtonActive {
    padding: 10px 20px;
    border: 1px solid #ddd;
    margin-top: -1px;
	position: relative;
}
.accordionContent {
    border: 1px solid #ddd;
    margin-top: 0px;
    padding: 10px;
}
.accordionContent { display: none; }
.accordionContent ul { padding-left:15px;}
.accordionContent ul li { list-style:disc!important;}
.accordionButtonActive { 
	color: #fff;
    background: #0f3768;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 16px;
	cursor:pointer;
	border-bottom:1px solid #ddd;
}
.accordionButtonNotactive { 
	color: #111;
    background: #fff;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 16px;
	cursor:pointer;
	border-bottom:1px solid #ddd;
}
.info-box{
	margin-bottom:10px;
}
/*Faq accordion CSS End*/
/*Contact Page Title CSS Start*/
.cont-info,.contact-address .contact-widget{
	margin-top:20px;
}
input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
input[type=submit] {
       background: #0f3768;
    color: #fff;
    cursor: pointer;
    border: 1px solid #0f3768;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
	outline:none;
}
.contact-address .contact-widget .fa {
    height: 30px;
    width: 40px;
    line-height: 30px;
    font-size: 32px;
    margin-right: 15px;
}
.contact-address .address span {
    width: 71%;
    color: #000;
    font-size: 18px;
}
.contact-address .phone a, .contact-address .email a {
    color: #000;
    font-size: 18px;
}
.contact-address .phone a:hover, .contact-address .email a:hover {
    color: #0f3768;
}
.contact-address .email{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.contact-address .contact-widget .big-logo {
    max-width: 170px;
	margin-bottom:20px;    
	float: left;
}
/*Contact Page Title CSS End*/
/*Demo Page Title CSS Start*/
.demo-page-container .title h3{
	margin-bottom:20px;    
	line-height: 30px;
}
.demo-page-container .title p{
	color:#0f3768;
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
}
/*Demo Page Title CSS End*/

/*Footer CSS Start*/
.footer-about-container{
	    border-top: 1px solid #ddd;
    padding: 10px 0px;
    background: #f9f9f9;
}
.footer-about-container h2{
	font-family: 'Courgette', cursive;
	text-transform:normal
}
.footer-about-container h4{
	float:left;
	margin-right:20px;
}
#footer{
	background:#000;
}
.footer-info{
	display:flex;
}
.footer-widget{
	padding-top:60px; 
	padding-bottom:60px; 
	background: #0f3768;
}
.single-widget h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    position: relative;
	margin-bottom:25px; 
    width: 100%;
}
.single-widget ul li a{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 0px;
    margin-bottom: 10px;
}
.single-widget ul li a:hover{
	color: #fff;
}
.single-widget p{
	color:#fff;
}
/*first widget start*/
.footer-social{
	float:left;
	margin-top:20px;
}
.footer-logo .fa {
   padding: 6px;
    border-radius: 50%;
    margin-right: 0px;
    float: left;
    font-size: 18px;
}
.footer-logo h1 {
    color: #fff;
    float: left;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 30px;
}
/*first widget end*/
/*Second widget Start*/
.links li{
	width: 100%;
    float: left;
}
.links li a{
	width:100%;
	float:left;
}
.links li a .fa{
	float: left;
    line-height: 20px;
	margin-right:10px;
}
/*Second widget end*/

/*Third widget Start*/
.contact-widget, .contact-widget a{
	color:#fff;
}
.contact-widget .fullwidth{
	margin-bottom:15px;
}
.contact-widget .fullwidth .fa{
    color: #3399cc;
    float: left;
    padding: 5px;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.contact-widget .fullwidth span{
    width: 80%;
    float: left;
}
.footer-social a {
    color: #fff!important;
}
.footer-social a:hover {
    color: #fff!important;
}
/*Third widget end*/

/*Contact widget Section Start*/
.contact-widget .fa {
    color: #3399cc;
    border-radius: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 10px;
    font-size: 16px;
    float: left;
    margin-right: 5px;
    padding: 5px;
}
.address {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 0px;
    float: left;
}
.address span {
    float: left;
    width: 80%;
    color: #fff;
}
.phone, .email, .time {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.phone a, .email a {
    color: #fff;
}
.phone a:hover, .email a:hover {
    color: #fff;
}
/*Contact widget Section End*/
.footer-copy-text{
   padding:15px 0px;
}
.footer-copy-text p{
    color: #fff;
    margin-top: 5px;
	font-size: 13px;
}
.footer-copy-text a{
	text-transform:uppercase;
	font-weight:bold;
}
.footermenu li a {
    color: #fff;
    background: #444;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 0px;
    margin: 0px 5px;
    line-height: 25px;
    font-size: 14px;
}
.footermenu li a:hover,.footermenu li a:focus {
    color: #0f3768;
    background: #fff;
}
/*Footer CSS End*/
/*------------------------------------Media Query CSS Start---------------------------------------*/
@media(max-width:1024px) {
.mainmenu ul li a {
    font-size: 16px;
}
.main-sl-info {
    left: 80px;
}
.main-sl-info h2 {
    margin: 15% 0px 20px 0px;
}
.testimonial-text {
    padding: 20px;
}
}
@media(max-width:992px) {
.header-bottom {
    padding: 5px 0px;
}
.mainmenu ul li a {
    font-size: 14px;
	padding: 10px 6px;
}
.top-slider .col-sm-6{
	width:100%;
}
.main-sl-info{
	left:0px;
}
.service-icon .col-sm-8 .col-sm-6{
	width:100%;
}
.servicebox .about-i-text {
    float: left;
    margin-left: 20px;
    width: 80%;
}
.services-page-container .servicebox .about-i-text {
    margin-left: 0;
}
.testimonial-text .fa {
    font-size: 20px;
}
.title p {
    padding: 0px;
}
.single-widget h2 {
    font-size: 18px;
}
.testimonial-text {
	min-height: 225px;    
	display: flex;
    align-items: center;
}
}
@media(max-width:768px) {
.desktop-view{display: none!important;}
.mobile-view{display: block!important;}
/*------------------------------------Menu css start---------------------------------------*/

#menu.in {
    right: -290px;
    transition: 0.5s;
}
.bt-menu-trigger {
    position: fixed;
    top: 45px;
    right: 20px;
    display: block;
    width: 30px;
    height: 40px;
    cursor: pointer;
    z-index: 100000;
    transition: 0.5s;
}
.close{right:20px; transition: 0.5s;}
.bt-menu-trigger span {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background-color: #000;
    font-size: 0px;
    user-select: none;
    transition: background-color 0.3s;
}
.close span {
    background-color: transparent;
}
.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    transition: transform 0.3s;
}
.bt-menu-trigger span:before {
    transform: translateY(-250%);
}

.bt-menu-trigger span:after {
    transform: translateY(250%);
}
.close span:before {
    transform: translateY(0) rotate(45deg);
}

.close span:after {
    transform: translateY(0) rotate(-45deg);
}
.mobile-view .header-info {
    position: fixed;
    top: 30px;
    right: 0px;
    width: 250px;
    height: 100vh;
    z-index: 100;
    float: left;
    background: #fff;
    border-left: 2px solid #ff6600;
    display: inline;
    padding: 30px 20px;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0px 0px 8px #333;
}
.mobile-view .header-info ul li{
	margin-bottom:10px;    
	text-align: left;
}
/*------------------------------------Menu css end---------------------------------------*/
.main-sl-info {
    left: 75px;
}
.main-sl-info h2 {
    margin: 45px 0px 10px 0px;
    font-size: 34px;
}
.main-sl-btn {
    margin-top: 30px;
}
.main-sl-info p {
    max-width: 500px;
    margin: 0px;
}
.main-sl-btn a {
    padding: 6px 10px;
    font-size: 16px;
}
.services-page-container .service-icon {
    padding: 0px 15px;
}
.main-slider .owl-prev {
    left: 15px;
}
.main-slider .owl-next{
	right:15px;
}
.testimonials-page-container .testimonial-text {
	min-height: auto;
}
.demo-page-container .blog-text-info h4 {
    min-height: 70px;
}
}
@media(max-width:767px) {
.demo-page-container .blog-text-info h4 {
    min-height: auto;
}
}
@media(max-width:600px) {
.main-sl-info h2 {
    margin: 25px 0px 10px 0px;
    font-size: 26px;
}
.main-sl-info p {
	max-width:400px;
    font-size: 16px;
}
.inner-pages-title .page-title {
    top: 30%;  
}
.inner-pages-title .page-title h1{
	font-size: 32px;
}
.big-logo {
    max-width: 100%;
}
.big-logo img {
    max-width: 400px;
}
.footer-info {
    display: block;
}
.single-widget{
	margin-bottom:40px;
}
.contact-widget{
	margin-bottom:0px;
}
.footer-widget {
  padding-bottom: 20px;
    float: left;
    width: 100%;
    padding-top: 40px;
}
.services-page-container .servicebox .col-sm-8{
	margin-top: 25px;
    float: left;
}
.services-page-container .service-icon {
    margin-top: 0px;
}
.testimonials-page-container .col-sm-4{
	margin-bottom:20px;
	float:left;
}
.offers-page-container, .testimonials-page-container,.demo-page-container{
	padding-bottom:0px;
}
.offers-page-container .offer-info .col-sm-4,.demo-page-container .col-sm-4 {
    margin: 0px 0px 40px 0px;
    float: left;
}
}
@media(max-width:480px) {
.header-info, .header-info a {
    font-size: 12px;
}
.mobile-view .header-info {
    top: 27px;
}
.main-slider.owl-carousel .owl-nav,.main-sl-info p {
    display: none!important;
}
.main-sl-info {
    left: 0;
}
.main-sl-info h2 {
	margin: 35px 0px 10px 0px;
    font-size: 24px;
}
.main-sl-btn {
    margin-top: 20px;
}
.main-sl-btn a {
    padding: 4px 10px 6px 10px;
    font-size: 14px;
	margin-right:0px;
}
.category-tab ul {
    margin-bottom: 10px;
}
.category-tab ul li a {
    font-size: 12px;
    padding: 6px 10px;
}
.inner-pages-title .page-title {
    top: 28%;
}
.inner-pages-title .page-title h1 {
    font-size: 28px;
}
}
@media(max-width:414px) {

}
@media(max-width:384px) {
	.header-info .col-sm-12{
		padding:0px;
	}
.servicebox .about-i-text {
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
}
.category-tab >.container{
	padding:0px;
}
}
@media(max-width:320px) {
}
/*------------------------------------Media Query CSS End---------------------------------------*/

/* Contact form successfull message */
.successfull-message {   
    padding: 10px 15px;
    background: #32CD32;
    margin: 30px 0;
    color: #fff;
    font-size: 16px;
}


/* blog page */
    .custom-card {
      border: none;
      border-radius: 15px;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }

    .custom-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

    .card-title {
      color: #2d8cff;
      font-weight: 600;
    }

    .card-text {
      color: #6c757d;
    }