/*
Theme Name: Twenty Fifteen child
Theme URI: https://digitalviewindia.com
Author: digitalviewindia team
Template: twentyfifteen
Author URI: digitalviewindia.com
Version: 1.0
*/

/*@import '../twentyfifteen/style.css';*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');

@font-face {
  font-family: 'myriad';
  src:url('./fonts/myriad.ttf') format('truetype');
}


/* Base Styles for Navigation */
nav.navbar {
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
}

nav.navbar .navbar-nav {
    margin: 15px;
    padding: 0;
}

nav.navbar .navbar-nav > li {
    list-style: none;
    position: relative;
}

nav.navbar .navbar-nav > li > a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

nav.navbar .navbar-nav > li > a:hover {
    background-color: #555;
    color: #fff;
}

/* Dropdown Submenu Styles */
nav.navbar .navbar-nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #004f77;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    min-width: 200px;
}

nav.navbar .navbar-nav li ul li {
    width: 100%;
}

nav.navbar .navbar-nav li ul li a {
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 13px;
    display: block;
    background-color: #444;
    transition: background-color 0.3s ease;
}

nav.navbar .navbar-nav li ul li a:hover {
    background-color: #555;
}

/* Show Submenu on Hover */
nav.navbar .navbar-nav li:hover > ul {
    display: block;
}

/* Responsive Styles */
@media (max-width: 767px) {
    nav.navbar .navbar-nav > li {
        display: block;
        width: 100%;
    }

    nav.navbar .navbar-nav > li > a {
        padding: 10px;
        border-bottom: 1px solid #444;
    }

    nav.navbar .navbar-nav li ul {
        position: static;
        display: none;
        width: 100%;
    }

    nav.navbar .navbar-nav li ul li a {
        padding: 10px 15px;
        border-bottom: 1px solid #555;
    }

    nav.navbar .navbar-nav li ul li a:last-child {
        border-bottom: none;
    }

    nav.navbar .navbar-nav li:hover > ul {
        display: block;
    }
}

.page-content h2
{
    color:#214A84  !important;
        font-size: 29px;
        font-weight:500;
}


.page-content h3
{
    color:#000 !important;
        font-size: 24px;
}
.page-content a
{
    color:#1d59f1 !important;
}


.msacwl-slider-wrap .msacwl-slide, .msacwl-carousel-wrap .msacwl-carousel-slide {
    height: 500px;
}

.msacwl-gallery-caption span.image_title {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    display: none;
}

.msacwl-gallery-caption {
     background:none !important;
    color: #fff;
    padding: 5px 5px 40px 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 5px solid #ccc;
}


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom:10px;
}

td, th {
  border: 5px solid #dddddd;
  text-align: center;
 padding: 8px !important;

  
}

tr:nth-child(even) {
  background-color: #dddddd;
}



@media(max-width:800px){

#content-section2 p{
	margin: 5px !important;
}
#center-img{
	display:none;
}
.copyright{
	background: #000;
    color: #fff;
    height: auto !important;
   text-align:center;
}
}

.copyright{
	background: #1e2629 none repeat scroll 0 0;
    border-top: 1px solid #666;
    color: #fff;
    font-family: myriad;
    height: auto;
    line-height: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
	letter-spacing:1px;
	text-align:center;
}
.copyright a{
	color: #fff !important;
	font-family: myriad;
	letter-spacing:1px;
}
#footer-link h3{
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	 margin-bottom: 35px;
	 border-right:4px solid #2FBAE2;
}
.testi{
	 background: #3c3c3c none repeat scroll 0 0;
    color: #fff;
      padding: 10px 10px 38px 11px;
    text-align: justify;
	border-radius:2px;
}
.quick-link li a{color:#000;}
#menu1{

    /* margin-left: 290px; */
    

}

#footer1{
	background:#1E2629;
	padding:20px 20px;
	color:#fff;
}
#footer1 p{
	font-family: lato;
font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
text-align: left;
opacity: 0.7;
}
#footer1 span{
	opacity:0.7;
}
#footer-1 h3{
	font-size:24px;
	text-transform:normal !important;
	font-weight:bold;
}
.footer-btn{
	background:#fff;
	color:#1764B3;
	padding:10px;
	border:0;
	border-radius:4px;
}
.fa{
	font-size:26px !important;
	color:#fff !important;
}
.fa-angle-right{
	display:none !important;
}
.fa-angle-left{
	display:none !important;
}
.navbar-inverse .navbar-toggle{
	background:#000 !important;
	padding: 8px;
}
#welcome-section{
	padding:80px 0;
}
#welcome-section h3{
	color: #004F77;
font-family: lato;
font-size: 26px;
font-weight: 700;
margin-top: 0;
padding-bottom: 5px;
text-align: left;
text-transform: capitalize;
}
#welcome-section p{
	color: #000;
float: left;
font-family: lato;
font-size: 15px;
line-height: 27px;
opacity: 0.7;
text-align: left;
}
#study-visa{
	margin-bottom:15px;
}
#study-visa h3{
	margin-left:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:15px;
}
#study-visa-content p{
	font-size: 15px;
    text-align: justify;
}
#tourist-visa1 h3{
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 25px;
}
#tourist-visa{
	background:#E2E3E5;
	 padding-bottom: 22px;
    padding-top: 16px;
}
#tourist-visa h3:after {
 background-color: #B3B4B6;
    content: "";
    height: 3px;
    margin-left: 15px;
    margin-top: 11px;
    position: absolute;
    width: 71%;
}
#study-visa h3:after {
 background-color: #cecece;
    content: "";
    height: 3px;
    margin-left: 15px;
    margin-top: 11px;
    position: absolute;
    width: 72%;
}
#tourist-visa img{
	width:100% !important;
}
#tourist-visa1 h2{
	 color: #153367;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
    text-transform: uppercase;
}
.thumbnail{
	border:0px !important;
	background:transparent !important;
}
.gallery{
	 margin-bottom: 28px;
    margin-top: 60px;
}
#other-services{
	background:#153367;
	color:#fff;
}
#other-services h3:after {
 background-color: #fff;
    content: "";
    height: 5px;
    margin-left: 15px;
    margin-top: 11px;
    position: absolute;
    width: 69%;
}
#other-services h3{
	font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
#other-services .container{
    padding-bottom: 10px;
    padding-top: 10px;
}
#other-services h2{
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.copyright a{color:#fff;}
@media(max-width:800px){
	.carousel-caption{
		display:none;
	}
}
.abtext1{
	display: block;
    font-family: lato;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
	color: #fff;
	text-transform: none;
	padding-bottom:60px;
}
.service-tag{
	background: #fff none repeat scroll 0 0;
color: #004F77;
font-family: lato;
font-size: 17px;
font-weight: 600;
margin: 0;
padding-bottom: 15px;
padding-top: 15px;
text-align: center;
text-transform: capitalize;
height: 68px;
width: 100%;
line-height: 22px;
border-top:1px solid rgba(0,0,0,0.1) !important;
}
#owl-demo3 .owl-prev {
	background: rgba(0, 0, 0, 0) url("./images/arrow_1.png") no-repeat scroll center center;
    float: left;
    height: 100px;
    left: -58px;
    opacity: 1;
    position: absolute;
    top: 105px;
    width: 53px;
}
#owl-demo3 .owl-next {
	background: rgba(0, 0, 0, 0) url("./images/arrow_2.png") no-repeat scroll center center;
    float: right;
    position: absolute;
    right: -58px;
    top: 105px;	
    width: 53px;
    height: 100px;
	opacity:1;
}
#read-more{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("./images/bg.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    clear: both !important;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 56px;
}
#readmore2{
	display: block;
    margin: 0 auto;
    width: 80%;
}
#readmore2 p{
	color: #fff;
    font-size: 26px;
	font-family: open sans;
	text-align:center;
}
.readm{
	background: #dcc60e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 21px;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin: 22px auto 0;
    width: 140px;
}
#footer1{
	padding:20px;
	background-image:#363636;
	color:#fff;
	font-family: open sans;
	   font-size: 16px;
}
#footer1 h3{
	font-size: 24px;
    font-weight: bold;
    text-transform: normal !important;
	font-family: open sans;
}
.fa{
	font-size:30px !important;
}
#footer1 .fa{
	font-size:17px !important;
}
#menu-footer-menu a{
	color: #fff;
    font-family: lato;
    font-size: 14px;
    opacity: 0.7;
	letter-spacing:1px;
    transition: all 0.5s;
    text-decoration: none;
}
#menu-footer-menu a:hover{
    margin-left:5px;
}
#footer1 li span{
    opacity: 1.0;
}
#footer1  li{
	list-style:none;
	line-height:32px;
	font-family: open sans;
	font-size: 16px;
}
#footer-1{
	padding-bottom: 40px;
    padding-top: 20px;
}
#videos{
	padding-top: 30px !important;
}
.page-header h1{
	color: #214A84;
    font-family: lato;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
	letter-spacing:1px;
    padding-left:2rem;
}
.carousel-caption{
	text-align:left;
}
.carousel-caption {
    left: 11%;
    padding-bottom: 30px;
    right: 20%;
	top:100px;
}
.carousel-caption h2{
	font-family: open sans;
    font-size: 48px;
    font-weight: 900;
    line-height: 52px;
}
#carousel-site h3 {
    font-family: open sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    width: 55%;
}
.carousel-caption .btn-primary{
	background-color: #03a9f5;
    border-radius: 30px;
    color: #fff;
    font-family: open sans;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
	border:0;
}
.current-menu-item a{
	color:#03A9F5 !important;
	font-weight:600;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img{
	width:100%;
}
.rm-1{
    background-color: #004F77;
	/*  background:linear-gradient(rgba(41,93,165,0.9) 50%, rgba(41,93,165,1) 50% );*/
  
border: 0 none;
border-radius: 30px;
color: #fff;
font-family: lato;
font-size: 15px;
font-weight: 600;
margin-top: 20px;
padding: 11px 25px;
position: relative;
text-transform: uppercase;
top: 10px;
border-radius: 0;
}
.rm-1:hover{
	color:#fff;
	text-decoration:none;
}
.services p{
	color: #656565;
    font-family: open sans;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.services .rm-1{
	margin:auto;
	display:block;
}
#owl-demo4 .owl-prev {
	background: rgba(0, 0, 0, 0) url("./images/left.png") no-repeat scroll center center;
    bottom: 0;
    float: right;
    height: 100px;
    left: 510px;
    opacity: 1;
    position: absolute;
    top: 402px;
    width: 53px;
}
#owl-demo4 .owl-next {
	background: rgba(0, 0, 0, 0) url("./images/right.png") no-repeat scroll center center;
     bottom: 0;
    float: none;
    height: 100px;
    opacity: 1;
    position: absolute;
    right: 510px;
    top: 402px;
    width: 53px;
}
.abtext21 {
    color: #000;
    display: block;
    font-family: open sans;
    font-size: 30px;
    font-weight: bold;
    margin-top: 25px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
	margin-top:60px;
}
.testimonial{
	background:#fff;
	background-size:cover;
	padding:70px 0;
}
.colon{
	margin-top:32px;
}
.page-content li,.page-content p,.page-content a{
	color: #000;
    font-family: myriad;
    font-size: 14px;
    line-height: 28px;
}
.well {
    background-color: transparent;
border: 0 none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: 0px;
border-radius: 4px;
box-shadow: none;
margin-bottom: 20px;
min-height: 20px;
padding: 41px;
border-left: 1px solid rgba(0,0,0,0.1);
}
.address_block h2{
	color: #014f84;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
}
.well .wpcf7-text {
    border-radius: 0;
    box-shadow: none;
    height: 40px;
	color:#000;
    border:0;
    background:#eee;
}
.well .wpcf7-textarea {
    border-radius: 0;
    box-shadow: none;
    height: 200px;
	color:#000;
    border:0;
    background:#eee;
}
.form-conrol{
	color:#000;
	font-family:myriad;
}
.well label{
	margin-bottom:12px;
}
.well .wpcf7-submit{
	background: #214A84;
    border: 0 none;
    color: #fff;
    font-family: roboto;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 40px;
    text-transform: uppercase;
}
#owl-demo5 .owl-prev,#owl-demo5 .owl-next{
    background: #295DA5 !important;
border: 0 !important;
border-radius: 30px !important;
color: #fff !important;
display: inline-block !important;
font-size: 12px !important;
margin: 5px !important;
opacity: 1 !important;
padding: 8px !important;
}


@media(min-width:800px){
.fixed {
    position:fixed;	
    top:33px;
	z-index:1;
	right:0;
	background:rgba(255,255,255,0.8);
	width:100%;
	box-shadow: 0 2px 5px #ccc;
}
.fixed{
    padding:0;
}
 .fixed .l-img {
        width: 800px;
        margin-left: 176px;
        text-align: center !important;
    }

}
@media(max-width:800px){
	#welcome-section h3{
		margin-top:20px;
	}
	#owl-demo3 .owl-prev,#owl-demo3 .owl-next{
	display:none;
	}
	.h-top p{
	text-align:center;
	line-height:26px;
}
}
body{
	overflow-x:hidden;
}
.metaslider .caption-wrap{
	background:transparent !important;
	bottom: 0 !important;
    color: white;
    display: block;
    left: 122px !important;
    line-height: 1.4em;
    margin: 0;
    opacity: 1 !important;
    position: absolute;
    top: 130px !important;
    width: 100%;
}
.metaslider  h2 {
   font-family: lato;
color: #214A84 !important;
font-weight: 600;
line-height: 24px;
font-size: 24px;
text-transform: uppercase;
margin-top:0;
}
.metaslider  h3 {
    font-family: lato;
font-size: 14px;
font-weight: 400;
line-height: 26px;
text-align: justify;
text-transform: none;
width: 100%;
color: #000;
}
.metaslider .btn-primary {
    /*background-color: #214A84;*/
    background:linear-gradient(rgba(41,93,165,0.9) 50%, rgba(41,93,165,1) 50% );
border: 0 none;
border-radius: 30px;
color: #fff;
font-family: lato;
font-size: 14px;
font-weight: 600;
padding: 10px 30px;
text-transform: uppercase;
border-radius: 0;
}
.metaslider{
	margin:auto !important;
}
.h-top{
	background:#7f7f7f;
	color:#fff;
	font-family:myriad;
	padding-top:8px;
	padding-bottom:8px;
}
.h-top span{
	font-weight:600;
	text-transform:uppercase;	
}
.h-top p{
	margin:0 !important;
	font-size:13px;
	letter-spacing:1px;
    font-family: lato;
}

.services{
	background:url("./images/service_bg.png") no-repeat scroll;
	background-size:cover;	
    padding:50px 0 60px;
}
.services .thumbnail img {
    width: auto;
    margin: auto;
    display: block;
    height: 250px;
    background: #fff;
    padding: 24px;
}
.services .item{
	padding-left:12px;
	padding-right:12px;
}
.appoint h3{
	color: #004F77;
    font-family: lato;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-shadow: none;
    text-transform: capitalize;
	padding-bottom:15px;
	padding-top:30px;
    letter-spacing: 1px;
}
.appoint .wpcf7-text{
	color: #000;
    font-family: lato;
    font-size: 14px;
    height: 44px;
    border:0;
    /*border-left:1px solid #295DA5;
    border-bottom:1px solid #295DA5;*/
    box-shadow: none;
    background:#ddd;
    border-left: 1px dotted #000;
border-right: 1px dotted #000;
}
.appoint .wpcf7-textarea{
	height:100px;
	font-family: lato;
    font-size: 14px;
	color:#000;
    border:0;
    /*border-left:1px solid #295DA5;
    border-bottom:1px solid #295DA5;*/
    box-shadow: none;
    background:#ddd;
    border-left: 1px dotted #000;
border-right: 1px dotted #000;
}
.appoint .wpcf7-submit{
   background:#004F77;
/*	background: linear-gradient(rgba(41,93,165,0.9) 50%, rgba(41,93,165,1) 50% );*/
    border: 0 none;
    border-radius: 0px;
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 100%;
}
.learn h3{ 
	color: #004F77;
font-family: lato;
font-size: 24px;
font-weight: 700;
margin-top: 0;
padding-bottom: 15px;
text-align: left;
text-transform: none;
}
.learn{
	padding-top:20px;
}
@media(min-width:800px){
	.appoint{
		margin-left:30px;
		margin-right:30px;
	}
}
.appointment{
	padding:90px 0;
    background:#eee;
}
.appointment h4{
	    color: #000;
    font-family: lato;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 5px;
    padding-top: 8px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    font-size: 16px;
}
.appointment p{
	color: #000;
    font-family: myriad;
    font-size: 14px;
    line-height: 25px;
    opacity: 0.8;
    text-align: justify;
}
.testimonial h3{
	color: #000;
font-family: lato;
font-size: 30px;
font-weight: 700;
margin-top: 0;
padding-bottom: 0;
text-align: center;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 0;
}
.testimonial p{
	color: #000;
    font-family: lato;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 20px;
    opacity: 0.8;
    text-align: center;
}
.testimonial p.t-name{
	font-weight:600;
}
.testimonial h4{
	background: transparent none repeat scroll 0 0;
color: #004F77;
font-family: lato;
font-size: 14px;
font-weight: 600;
margin: 0;
padding-bottom: 46px;
padding-top: 15px;
text-align: center;
text-transform: capitalize;
}
.testimonial p:bofore{
	content:url('./images/icon_1.png');
}
.colon-img{
	margin:auto;
	display:block;
	padding-top:25px;
}

#menu-footer-menu {
    padding-right: 5px;
}
#menu-footer-menu li{
	width:50%;
	float:left;
}
.s-l{
	padding:0;
	clear:both;
	padding-top:15px;
}
.s-l li{
	display:inline;
	margin-right:5px;
	margin-top:25px;
}
.well label {
    display: inline-block;
    font-family: myriad;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}
strong{
	color:#000;
	font-size:19px;
}
.address_block {
    border-left: 1px solid rgba(0,0,0,0.1);
}
.c-f{
	float:right;
}
.inner-banner{
	width:100%;
}
.page-content b {
    color: #0c0c0c;
    font-weight: 600;
    font-size: 17px;
}
@media(max-width:1279px){
	.metaslider .caption{
		display:none;
	}
}
/** Responsive Menu *****/
/***********/

	
@media(max-width:1024px){
	
	#menu1{
		width:100% !important;
	}

}
/****************/
.scrollup {
   background:rgba(0,0,0,0.5) url("./images/arrow_3.png") no-repeat;
   border: medium none;
bottom: -5px;
display: none;
height: 22px;
overflow: hidden;
position: fixed;
right: 10px;
text-decoration: none;
text-indent: 100%;
width: 40px;
height: 40px;
text-align: center;
background-position: center;
}
.scrollup:focus{
	border:0px !important;
}
a:focus {
    outline: 0 !important;
    outline-offset: 0px !important;
}
.l-img {
    width: 1025px;
    margin-left: 47px;
    margin-top: 20px;
}
.h-top .fa {

    font-size: 15px !important;
    position: relative;
    top: 1px;

}
.cpt{
    width: 380px;
background: #fff;
padding: 29px 24px 8px;
text-align: left;
position: relative;
left:96px;
}
.nivo-caption{
    background: transparent !important;
}
.nivo-caption{
   /* left:96px !important;*/
    position: absolute !important;
}
.metaslider .nivoSlider .nivo-prevNav {
opacity: 1 !important; 
left: 5px !important;
}
.metaslider .nivoSlider .nivo-nextNav {
opacity: 1 !important; 
right: 5px !important;
}
#welcome-section img
{
    overflow: hidden;
} 
#welcome-section img
{
    transition:all 0.5s;
}
#welcome-section img:hover
{
    transition: all 0.5s;
    transform:scale(1.1);
    box-shadow:none;
    border:0;
}
#welcome-section img{
box-shadow:3px 4px 14px #414141;
/*border:1px solid rgba(0,0,0,0.1);*/
width: 420px;
margin: auto;
}
#welcome-section h4{
    font-family: lato;
color: #000;
font-weight: 600;
text-transform: capitalize;
font-size: 15px;
}
.services .thumbnail img{
    width: 100%;
}
.services .thumbnail
{
    overflow: hidden;
      display: inline-block;
} 
.services .thumbnail
{
    transition:all 0.3s;
}
.services .thumbnail:hover
{
    /* transition: all 0.3s;
    transform:scale(1.1);
      display: block; */
}
/*
.services a{
    olor: #fff;
text-align: center;
margin: auto;
display: block;
font-size: 14px;
background: #295DA5;
padding: 7px 0 9px;
width: 95%;
font-family: lato;
font-weight: 500;
text-decoration: none;
}*/
/*.services a .fa{
    font-weight: 500;
    font-size: 16px !important;
}
.services a{
    display: none;
    transition: all 5.5s;
}
.services .item:hover a{
    display: block;
    position: relative;
    top: -104px;
    transition-delay: 12s;
    transition: opacity 1s ease;
}*/
/**********/
/* ~~~~~~~ INIT. BTN ~~~~~~~ */

.services .btn {      
   position: relative;
padding: 1.4rem 4.2rem;
    padding-left: 3.1rem;
padding-right: 3.1rem;
font-size: 1.4rem;
color: var(--inv);
letter-spacing: 4px;
text-transform: uppercase;
transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
cursor: pointer;
user-select: none;
text-align: center;
width: 70% !important;
margin: auto;
display: none;
font-family: lato;
font-weight: 500;
border:1px solid rgba(255,255,255,0.2) !important;
}

.services .btn:before, .services .btn:after {
    content: '';
    position: absolute; 
    transition: inherit;
    z-index: -1;
}

.services .btn:hover {
    color: var(--def);
    transition-delay: .6s;
}

.services .btn:hover:before {
    transition-delay: 0s;
}

.services .btn:hover:after {
    background: var(--inv);
    transition-delay: .4s;
}

/* From Left */

.from-left:before, 
.from-left:after {
    top: 0;
    width: 0;
    height: 100%;
}

.from-left:before {
    right: 0;
    border: 1px solid var(--inv);
    border-left: 0;
    border-right: 0;    
}

.from-left:after {
    left: 0;
}

.from-left:hover:before,
.from-left:hover:after {
    width: 100%;
}
.services{
   --def: ;  
    --inv: #fff;
   /* display: flex;*/
    justify-content: center;
    align-items: center;
    /*flex-direction: column;*/
    /*height: 100vh;*/
}
.from-left{
    display: none;
    border: 1px solid rgba(255,255,255,0.2) !important;
border-radius: 0;
}
.services .item:hover .from-left{
    display: block;
}
.services .fa {
    font-size: 11px !important;
    font-weight: 400 !important;
}
@media(min-width:800px){
    .services{
        height: auto;
    }
}
.learn img{
    transition: all 0.5s;
}
.learn img:hover{
    transform: rotate(-2deg);
}
/**********/
.apt
{
  position: relative;
}
.apt:before, .appoint:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  top: 80%;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.apt:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.rm1{
    transition: all 0.5s;
}
.rm1:hover{
    /* margin-left: 10px; */
}
.rm2{
    transition: all 0.5s;
}
.rm2:hover{
    margin-left: 30px;
    margin-right: 30px;
}
/*************/
.metaslider{
    z-index: -1 !important;
}

@media(max-width: 800px){
    
.appoint{
    /*box-shadow: 0 0 10px #999;*/
    /*padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    background:#fff;*/
    padding-bottom: 56px;
padding-left: 50px;
padding-right: 50px;
position: relative;
background: url(./images/apt-bg.png) no-repeat scroll;
    background-size: auto;
background-size: 100% 100%;
padding-top:5px;
}
.appoint:before, .appoint:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:100%;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777 !important;
  -moz-box-shadow: 0 15px 10px #777 !important;
  box-shadow: 0 15px 10px #777 !important;
  -webkit-transform: rotate(-3deg) !important;
  -moz-transform: rotate(-3deg) !important;
  -o-transform: rotate(-3deg) !important;
  -ms-transform: rotate(-3deg) !important;
  transform: rotate(-3deg) !important;
}
.appoint:after
{
  -webkit-transform: rotate(3deg) !important;
  -moz-transform: rotate(3deg) !important;
  -o-transform: rotate(3deg) !important;
  -ms-transform: rotate(3deg) !important;
  transform: rotate(3deg) !important;
  right: 10px;
  left: auto;
}
.entry-title a{
	color: #000;
font-family: lato;
font-weight: 600;
font-size: 19px;
text-transform: capitalize;
}
.entry-title{
	margin-bottom:0px;
}
.entry-content p{
	line-height: 24px;
color: #000;
opacity: 0.7;
font-family: lato;
font-size: 15px;
}
.entry-content strong{
	color: #214A84;
opacity: 1;
font-family: lato;
font-size: 16px;
text-transform: uppercase;
}
.entry-content img{
	float: right;
border: 1px solid rgba(0,0,0,0.1);
padding: 14px;
margin-right: 13px;
margin-top: 27px;
width: auto;
height: auto;
}
.entry-footer,.pagination{display:none;}
.entry-title{
    color: #000;
    font-family: lato;
    font-weight: 600;
    font-size: 22px;
	text-align:left !important;
	padding-bottom:14px;
	padding-top:22px;
}
.r_prd{
	color: #214A84;
font-family: lato;
font-size: 14px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
padding-top:34px !important;
}

.cat_links a{
	color: #000;
font-family: lato;
font-size: 14px;
font-weight: 600;
text-decoration: none;
}
.cat_links h2{
	border-bottom: 1px solid rgba(0,0,0,0.2);
padding-bottom: 10px;
padding-top:0;
line-height: 14px;
margin: 15px 0;
}
.entry-header .entry-title{
    margin-top:0;
    padding-top: 0;
}
.single-post .entry-header .entry-title{
    padding-bottom: 14px;
padding-top: 44px;
}

.main{
    z-index: -1;
}
@media(max-width: 800px){
.entry-content img{
    float: none;
    width:100%;
}
}
.page_c{
    z-index: -1 !important;
}
.services .btn{
    display: a !important;
}
.single-post .post-thumbnail{
    display: none;
}
.latest-product-template-default .inner-banner{
    display: none;
}
@media(max-width:800px){
.theme-default .nivo-caption{
display:none !important;
}

@media(max-width:800px){
    
.sub-menu {
   position: relative;
   z-index:1;
}
}



@media(max-width:600px)
{
 
 
 
 a:active, a:hover {
     outline: 0; 
}

.l-img {
    width:360px;
    margin-left: 0px;
  
}

/* Base Styles for Navigation */
nav.navbar {
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
}

nav.navbar .navbar-nav {
    margin: 0;
    padding: 0;
}

nav.navbar .navbar-nav > li {
    list-style: none;
    position: relative;
}

nav.navbar .navbar-nav > li > a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

nav.navbar .navbar-nav > li > a:hover {
    background-color: #555;
    color: #fff;
}

/* Dropdown Submenu Styles */
nav.navbar .navbar-nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #444;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    min-width: 200px;
}

nav.navbar .navbar-nav li ul li {
    width: 100%;
}

nav.navbar .navbar-nav li ul li a {
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 13px;
    display: block;
    background-color: #444;
    transition: background-color 0.3s ease;
}

nav.navbar .navbar-nav li ul li a:hover {
    background-color: #555;
}

/* Show Submenu on Hover */
nav.navbar .navbar-nav li:hover > ul {
    display: block;
}

/* Responsive Styles */
@media (max-width: 767px) {
    nav.navbar .navbar-nav > li {
        display: block;
        width: 100%;
    }

    nav.navbar .navbar-nav > li > a {
        padding: 10px;
        border-bottom: 1px solid #444;
    }

    nav.navbar .navbar-nav li ul {
        position: static;
        display: none;
        width: 100%;
    }

    nav.navbar .navbar-nav li ul li a {
        padding: 10px 15px;
        border-bottom: 1px solid #555;
    }

    nav.navbar .navbar-nav li ul li a:last-child {
        border-bottom: none;
    }

    nav.navbar .navbar-nav li:hover > ul {
        display: block;
    }
}

#menu1{

    margin-left: 3px !important;

}
}

@media(min-width:800px){


}

  

  #specification{
    display: block;
 }


#welcome-section {
    padding: 0px 0;
}


}

 /* ************PET shop************* */

