@charset "utf-8";
/* CSS Document */


@import url(http://fonts.googleapis.com/css?family=Roboto);

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

@import url('https://fonts.googleapis.com/css?family=PT+Serif&display=swap');

@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

body
{
    background: url(../images/bg22.png) no-repeat scroll center center;
    background-image: url(../images/bg22.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
	color:#000000;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size:15px;
	line-height:1.6;
	overflow-x:hidden;
}

@font-face {
   font-family: Verdana;
   src:url(font/Verdana.woff);
}

ul li
{
	padding:0px;
	margin:0px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 1.3;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  }

p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size:15px;
	line-height:1.6;
	color:#000000;
	text-align:justify;}
  
  
/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }
  
.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }
  
  .mb-20 {
  margin-bottom: 20px !important; }
  
    .mb-10 {
  margin-bottom: 10px !important; }



.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }
  
.pt-15
{
   padding-top:15px !important;
}

.pb-15
{
   padding-bottom:15px !important;
}


.pl-30
{
   padding-left:30px !important;
}


.pl-10
{
   padding-left:10px !important;
}

.pt-10
{
   padding-top:10px !important;
}


.pt-5
{
   padding-top:5px !important;
}


.pr-10
{
   padding-right:10px !important;
}


.ht
{
	min-height:100px;
}

.bg-gray {
    background-color: #f5f6f6;
}

.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}

.pull-left{float:left!important}

.pull-right{float:right!important}

a{ color:#999999;}
a:focus, a:hover {
    color: #06a1e4;
	text-decoration:none;
}

.form-control 
{
 margin-bottom:10px;
}


.text-center
{
text-align:center;
margin:0px auto;
}


.top-bar
{
	background-color:#580094;
	color:#fff;
	font-size:15px;
	line-height:1.6;
	padding:5px;
}


.logo_bar
{
	background-color:#580094;
	color:#fff;
	font-size:15px;
	line-height:1.6;
	padding:5px;
}


.buy_button
{
	border:2px solid #580094;
	background:none;
	color:#000000;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:100px;
	padding-right:100px;
	font-size:30px;
	font-weight:bold;
}


.buy_button:hover
{
	border:2px solid #580094;
	color:#ffffff;
	background-color:#580094;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:100px;
	padding-right:100px;
	font-size:30px;
	font-weight:bold;
}





/*menu css */



.navbar-default {

    background-color: #580094;
    border-color: #580094;
   /*box-shadow:rgba(0,0,0,.6) 0 0 18px;*/
}

   .navbar {
    position: relative;
    min-height:40px;
}

.navbar-nav
{
	/*margin-top:10px;
	margin-bottom:10px;*/
	margin:10px;
	padding:0px;
}

.navbar-nav ul
{
    width:100%;
    padding:0;
}

.nav-caption{
    color: #323A45;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 0 0 0;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 100%;
    display: none;
}
.navbar-toggle{
    background:#303436;
    border:none;
    padding:10px 10px;
    border-radius:3px;
    margin-top:5px;
}
.navbar-default{
    background: #580094 ;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background:#1dbdd4;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
    height:3px;
}



/* sub menus arrows */
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    position:static;
    margin-top:0;
    margin-right:0;
    margin-left:6px;
    display:inline-block;
    width:0;
    height: 0;
    overflow:hidden;
    vertical-align:middle;
    border-top:4px solid;
    border-right:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px dashed transparent;
}
.navbar-nav > li > .has-submenu .sub-arrow {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    width:8px;
    height: 12px;
    line-height: 8px;
    border-width: 0px;
}
.navbar-nav > li > .has-submenu .sub-arrow:before {
    /*content: "\f107";*/
}
.navbar-nav ul .sub-arrow {
    position:absolute;
    right:0;
    margin-top:6px;
    margin-right:15px;
    border-top:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px solid;
}
.navbar-nav ul a.has-submenu {
    padding-right:30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: transparent;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    height:20px;
    overflow:hidden;
    text-align:center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
    position:absolute;
    top:-2px;
    left:50%;
    margin-left:-8px;
    width:0;
    height:0;
    overflow:hidden;
    border-top:7px dashed transparent;
    border-right:7px dashed transparent;
    border-bottom:7px solid;
    border-left:7px dashed transparent;
}
.dropdown-menu.sm-nowrap{
    display: none;
    left: 0;
    margin-left: 186px;
    margin-top: -42px;
    max-width: 20em;
    min-width: 10em;
    top: auto;
    width: auto;
	
}

.navbar-nav span.scroll-down-arrow {
    top:6px;
    border-top:7px solid;
    border-right:7px dashed transparent;
    border-bottom:7px dashed transparent;
    border-left:7px dashed transparent;
}
.navbar-default .navbar-nav li a{
    color: #fff;
    text-transform:uppercase;
    font-size: 16px;
    /*font-weight: 700;*/
    line-height:15px;
}
.navbar-default .navbar-nav > li{
}
.navbar-default .navbar-nav > li:first-child{
    border-left:none;
}
.navbar-default .navbar-nav > li > a:after,
.navbar-default .navbar-nav > li > a:before {
    transition: all .5s;
}

.navbar-default .navbar-nav > li > a{
   /* padding:12px 18px;*/

    position:relative;
    z-index: 1;
}

.navbar-default .navbar-nav > li > a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '';
    color: transparent;
   /* background: #660066;*/
    opacity: 0;
    z-index: -1;
	color:#e7ca88;
}
.navbar-default .navbar-nav > li > a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.navbar-nav > li.active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    /*background: #660066;*/
    color:#000!important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus
{
     /*background:#660066;*/
    color:#000!important;
}

.navbar-nav li:nth-child(n+2)::before {
    /*background: none repeat scroll 0 0 #ddd;
    content: "";
    height: 19px;
    left: -1px;
    position: absolute;
    top: 13px;
    width: 1px;*/
}
.navbar-nav > li + li {
    margin-left: 1px;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
    padding-left:35px;
}
.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
    padding-left:45px;
}
.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
    padding-left:55px;
}
.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
    padding-left:60px;
}
.navbar-nav .dropdown-menu > li > a {
    white-space:normal;
    font-size: 14px;
    padding:12px 20px;
    border-bottom:1px solid #e4e4e4;
	color:#000;
}

.navbar-nav .dropdown-menu > li > a:hover
{
    color:#fff;
    background:#2f5093 ;
}
.navbar-nav ul.sm-nowrap > li > a {
    white-space:nowrap;
}
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
.navbar-nav .collapsible ul.sm-nowrap > li > a {white-space:normal;}
.navbar-nav .collapsible iframe{display:none;}
/* disable Bootstrap 3's global box-sizing:border-box; for the menus as it doesn't play nice with SmartMenus */
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    border-color:transparent!important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
    background-color:#fff ;
}
/*------------Animation-CSS-------------*/
.navbar-nav > li:hover > ul{
    /*display: block;*/
    -moz-animation: fadeInUp .4s ease-in;
    -webkit-animation: fadeInUp .4s ease-in ;
    animation: fadeInUp .4s ease-in;
}

.navbar-nav > li > ul.dropdown-menu li:hover ul{
    /*display:block;*/
    -moz-animation: fadeInUp .5s ease-in ;
    -webkit-animation: fadeInUp .5s ease-in ;
    animation: fadeInUp .5s ease-in;
}
@media only screen and (max-width: 767px) {


    .navbar-default .navbar-nav li a{
        color: #010101;
    }
    .navbar{
        background:#580094;
        border-color: transparent;
        float: none;
    }
    .navbar-nav li:nth-child(n+2)::before {
        background: none;
    }

    .navbar-nav{
        background:#303436;
		margin-top:10px;
    }
    .navbar-collapse{
        position: absolute;
        width: 100%;
		margin:0px;
		max-height: 280px;
        overflow-y: auto;
		margin-top:20px;
    }
    .navbar-nav > li ul > li:first-child > a{border-top:none;}
    .navbar-default .navbar-nav > li > a,.navbar-nav .dropdown-menu > li > a
    {
        padding-top:12px!important;
        padding-bottom:12px!important;
    }
    .navbar-default .navbar-nav li a{
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        padding-left:45px;
        color:#fff;
        font-size:13px;
        border-bottom: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        background:#e8e8e8;
        color:#fff;
    }
    .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow
    {
        float:right;
        color:#fff;
    }
    .navbar-nav > li > ul:before
    {
        content:"";
        display:none;
    }
    .navbar-nav > li > .has-submenu .sub-arrow{
        font-size: 14px;
        font-weight: bold;
        width: 10px;
    }
    .navbar-default .navbar-nav > li{border-bottom:1px solid rgba(255, 255, 255, 0.54);}
    .dropdown-menu.sm-nowrap > li{background:#303436; border-top:1px solid rgba(255, 255, 255, 0.54);}

    .navbar-nav > li:hover > ul{
        -moz-animation: none;
        -webkit-animation: none ;
        animation: none;
    }

    .navbar-nav > li > ul.dropdown-menu li:hover ul{
        -moz-animation: none;
        -webkit-animation:none;
        animation: none;
    }
    .nav-caption{ display: block; }

    
}


/*menu css */

.menu-bar
{	
	z-index:500;
}


/* news area css  */

.news-container
{
	background-color:#f4f4f4;
	color:#000;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-size:15px;
	line-height:1.6;
	padding-top:30px;
	padding-bottom:30px;
}
.news-container img
{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-blog-item
{
	 -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	  background-color: #fff;
	  margin-bottom: 30px;
}

.news-blog-item:hover{box-shadow: rgb(0, 0, 0) 0px 0px 10px;border-radius:4px; background-color:#e9e9e9;  cursor:pointer;}



.news-blog-item .news-list-post-published 
{
    position: absolute;
    bottom: 60%;
    left: 10%;
}


.news-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}
.news-list-post-published 
{
    font-weight: 800;
    color: #434343;
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    min-width: 80px;
    padding: 12px 7px;
    text-align: center;
}

.news-blog-item .news-img-frame 
{
    margin-bottom: 27px; 
}

.news-img-frame img {
    width: 100%;
	min-height:270px;
}

.news-img-frame img:hover {
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.news-img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.news-img  {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}





.news-blog-item .news-title 
{
    margin-bottom: 18px; 
	color:#000;
}

.news-blog-item .news-title a 
{
    margin-bottom: 18px; 
	color:#000;
	font-size:20px;
}
.news-blog-item .news-btn 
{
    font-size: 14px; 
}
.news-blog-item .news-brief-content 
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:10px;
	min-height:200px;
}



.news-list-post-published li
{
	list-style:none;
}
.news-list-post-published li:first-child
{
    font-size: 40px;
    padding-bottom: 20px; 
	
}


.news-btn-readmore {
    background-color: transparent;
    color: #434343;
    padding: 0;
    min-height: 0;
}
/* .news-btn {
    border: 2px solid transparent;
    background-color: #FFC000;
    color: #fff;
    font-weight: bold;
    padding: 11px 30px;
    font-size: 13px;
    outline: none;
    min-height: 44px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */






.banner-content-inner
{
	width:100%;
	overflow:hidden;
	height:300px;
	background-color:#fff;
	/*background-image:url(../../images/inner-banner.jpg);
	background-position: center top;*/
}


.banner_top_menu
{ 
	 /*width:300px;*/  
	 position:absolute;  
	 z-index:500; 
	 /*left:5%;*/ 
	 overflow:hidden; 
	 top:0px; 
}
.banner_top_menu img 
{ 
	width:100%;
}
.top_line2 
{
	width:100%; 
	margin:0px auto; 
	padding:0px 0px;
}
.outer_menu_s 
{ 
	width:100%;  
	position:absolute; 
	z-index:100;
}
.banner_inner2 
{ 
	position:absolute; 
	top:0; 
	z-index:10; 
	width:100%;
}

.banner_inner3 
{ 
	position:absolute; 
	top:0; 
	z-index:10; 
	width:100%;
}



.scroll-fix
{
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(0, 0, 0, 0.19);
 padding:0px;
 margin:0px;
 top:0px;
 background-color: #FFFFFF;
 }

#back2Top {
    width: 40px;
    line-height: 40px;
	border-radius:50%;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #580094;
    color: #fff;
    text-align: center;
    font-size:16px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #ddd;
    color: #000;
}


.logo_bar
{
	/*position: absolute;
	margin-top:-60px;*/
}




.banner-content-inner
{
	width:100%;
	overflow:hidden;
	height:300px;
	background-color:#fff;
	/*background-image:url(../../images/inner-banner.jpg);
	background-position: center top;*/
}


.banner_top_menu
{ 
	 /*width:300px;*/  
	 position:absolute;  
	 z-index:500; 
	 /*left:5%;*/ 
	 overflow:hidden; 
	 top:0px; 
}
.banner_top_menu img 
{ 
	width:100%;
}
.top_line2 
{
	width:100%; 
	margin:0px auto; 
	padding:0px 0px;
}
.outer_menu_s 
{ 
	width:100%;  
	position:absolute; 
	z-index:100;
}
.banner_inner2 
{ 
	position:absolute; 
	top:0; 
	z-index:10; 
	width:100%;
}

.banner_inner3 
{ 
	position:absolute; 
	top:0; 
	z-index:10; 
	width:100%;
}


/*services section area css*/



.our-services
{
	background-color: #FFFFFF;
	color:#000000;
	/*padding-top:10px;*/
	padding-bottom:30px;
}

.our-services h1
{
	color:#336699;
	text-align:center;
	text-transform:uppercase;
	font-size:24px;
	margin-bottom:30px;
}

.services-box
{
	margin-bottom:10px;
	padding:10px;
}

.services-box img
{
   margin:0px auto;
   text-align:center;
}

.ser-padd
{
  padding:10px;
}

.services-box-inner
{
	border:1px solid #ddd;
}
.services-box:hover
{
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: opacity 0.3s ease-in-out;
	cursor:pointer;

}
.services-box:hover .serives-box-title
{
	 color: #000000;
}


.services-box-wrapper {
  position: relative;
}

.services-box-wrapper::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  transition: .2s;
}

.overlay-rounded-top::before {
  border-radius: 5px 5px 0 0;
}

.services-box:hover .services-box-wrapper::before {
  opacity: .4;
}

.services-box-card-body-2 {
  position: relative;
  transition: .2s ease;
  border-radius: 0 0 5px 5px;
/*  padding-top:10px;
  padding-bottom:10px;
*/}

/*.card-body-2::before {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  background: #336699;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  transition: .2s ease;
}
*/
.serives-box:hover .services-box-card-body-2 {
  background: #e84444;
}
.serives-box:hover .services-box-card-body-2 .serives-box-title
{
	color:#330033;	
}
.serives-box:hover .services-box-card-body-2 h4,
.serives-box:hover .services-box-card-body-2 p,
.serives-box:hover .services-box-card-body-2 a {
  color: #330033;
}

.serives-box:hover .services-box-card-body-2::before {
  background: #e84444;
}


.serives-box-title
{
   color:#336699; 
   font-size:20px; 
   text-align: left; 
   text-transform:capitalize;
}


.serives-box-text
{
   color:#111111; 
   font-size:15px; 
   text-align: justify; 
   text-transform:capitalize;
   font-weight:600;
}

.services-box-card-body-2 p
{
   color:#111111; 
   font-size:15px; 
   text-align: justify; 
   text-transform:capitalize;
}



/*slider css*/

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}

.carousel-inner .item .carousel-caption 
{
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	
	
  
}

.toggleCaption {
	color:#FFFFFF;
	font-size:26px;
	text-align:center;
	margin-bottom:15%;
	animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
	-moz-transition: none !important;
	
}

.you-box
{
	margin-top:200px;
}

#box:before {
    content:"";
    position:absolute;
    top:0;
    right:250px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #ee1f25;
    border-bottom: 30px solid transparent;
}
#box {
    background-color: #ee1f25;
    height: 60px;
    width: 250px;
    position:relative;
    float:right;
    text-align:left;
    color: white;
	font-size:14px;
    font-family: "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;
}


.youtube-video
{
	border:3px solid #ffffff;
}


.banner-box2
{
	height:270px;
}

.banner_heading
{
	margin:0px;
	padding:0px;
	padding-top:10%;
	color:#FFF;
	text-align:center;
	text-transform:capitalize;
}

/*footer */

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffffff;
  color: #666467;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  /*border-radius: 2px;*/
  border-radius:50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #999;
  color: #fff;
}

.social-links  .icon-facebook{background:#ffffff}
.social-links  .icon-twitter{background:#ffffff}
.social-links .icon-instagram{background:#ffffff}
.social-links .icon-whatsapp{background:#ffffff}
.social-links .icon-linkedin{background:#ffffff}
.social-links .icon-linkedin{background:#ffffff}
.social-links .icon-youtube{background: #ffffff}



/*footer */




.footer-box-wrapper
{ 
	background-color:#000000; 
	color:#FFFFFF; 
	padding:5px;
}

.footer-bottom
{
   background-color:#580094;
   text-align:center;
   padding:20px;
   color:#FFFFFF;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
}



.footer-box .foot-title {
    font-size: 20px;
   /* border-bottom: 1px solid #414040;*/
    padding-bottom: 10px;
	color:#FFFFFF; 
}


.footer-box .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #154b87;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}

.footer-box .social-links a:hover {
  background: #5c93bf;
  color: #fff;
}

.footer-box .social-links  .icon-facebook{background:#2f5093}
.footer-box .social-links  .icon-twitter{background:#00bdec}
.footer-box .social-links .icon-instagram{background:#dd27a3}
.footer-box .social-links .icon-whatsapp{background:#146a03}
.footer-box .social-links .icon-linkedin{background:#1b92bd}
.footer-box .social-links .icon-linkedin{background:#1b92bd}
.footer-box .social-links .icon-youtube{background: #FF0000}


 .footer-box .footer-links {
  margin-bottom: 30px;
}

 .footer-box .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-box .footer-links ul i {
  padding-right: 5px;
  color: #008bbc;
  font-size: 18px;
}

.footer-box .footer-links ul li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}

 .footer-box .footer-links ul li:first-child {
  padding-top: 0;
}

 .footer-box .footer-links ul a {
  color: #000;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
}

 .footer-box .footer-links ul a:hover {
  color: #000;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

 .footer-box .footer-wiz {
	padding: 20px 0px;
}
 .footer-box .footer-wiz h3 {
	color: #fff;
	margin-top: 0px;
	position: relative;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 40px;
}
 .footer-box .footer-wiz h3:before {
	position: absolute;
	display: block;
	height: 2px;
	background-color: #580094;
	left: 0px;
	bottom: -10px;
	content: "";
	width: 40px;
}
 .footer-box .footer-wiz h3.footer-logo {
	margin-bottom: 20px;
}
 .footer-box .footer-wiz h3.footer-logo:before {
	display: none;
}
 .footer-box .footer-wiz ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:500;
}
 .footer-box .footer-wiz ul li {
	padding-bottom: 5px;
}
.footer-wiz ul.footer-contact li {
	color: #eb0028;
}
 .footer-box .footer-wiz ul.footer-contact li a {
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
 .footer-box .footer-wiz ul.footer-contact li i.fa {
	padding-right: 4px;
	color: #a7a7a7;
}
 .footer-box .footer-menu ul li {
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
	color: #fff;
}

 .footer-box .footer-menu ul li a {
	color: #999;
}

 .footer-box .footer-menu ul li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "\f105";
	font-family: 'FontAwesome';
}
 .footer-box .footer-menu ul li:hover a {
	color: #fff;
}
 .footer-box .footer-menu ul li:hover:before {
	color: #ddd;
}
 .footer-box .footer-menu ul li:hover {
	padding-right: 20px;
}
.footer-wiz ul.open-hours li {
	border-bottom: 1px dashed #404040;
	padding: 10px 0px;
}
 .footer-box .footer-wiz ul.open-hours li:first-child {
	padding-top: 0px;
}

 .footer-box .footer-menu p
{
	color:#fff;
}


/*heading bottom css */

.section-title {
  margin-bottom:10px;
}

.section-title-border {
  position: relative;
}

.section-title-border::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 120px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #580094;
}

.section-title-border::after {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #580094;
  box-shadow: 0 0 0 5px #fff;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.section-title-border-gray {
  position: relative;
}

.section-title-border-gray::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 120px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #580094;
}

.section-title-border-gray::after {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #580094;
  border: 2px solid #580094;
  box-shadow: 0 0 0 5px #f5f5f5;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.media-container .section-title-border-half {
  position: relative;
}

.media-container .section-title-border-half::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  /*border-radius: 50%;*/
  background: transparent;
  border: 2px solid #580094;
  bottom: -14px;
  left: 0;
}

.media-container .section-title-border-half::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  left: 15px;
  bottom: -10px;
  background: #580094;
}

.section-title-border-half-white {
  position: relative;
}

.section-title-border-half-white::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  bottom: -14px;
  left: 0;
}

.section-title-border-half-white::after {
  background: #fff;
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  left: 15px;
  bottom: -10px;
}



.media-container h3 {
	color: #000000;
	margin-top: 0px;
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
	text-align:left;
}
.media-container h3:before {
	position: absolute;
	display: block;
	height: 2px;
	background-color: #1dbdd4;
	left: 0px;
	bottom: -10px;
	content: "";
	width: 40px;
}

.media-container h2 {
	color: #000000;
	margin-top: 0px;
	position: relative;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 20px;
	text-align:left;
}
.media-container h2:before {
	position: absolute;
	display: block;
	height: 2px;
	background-color: #ee1f24;
	left: 0px;
	bottom: -10px;
	content: "";
	width: 40px;
}



/*services css
*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin-bottom:50px;
}

.card  p
{
	text-align:center;
}

.card-img-wrapper {
  position: relative;
}

.card-img-wrapper::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  transition: .2s;
}

.card-body-2 {
  position: relative;
  transition: .2s ease;
  border-radius: 0 0 5px 5px;
}

.card-body-2::before {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  background: #fff;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  transition: .2s ease;
}

.card:hover .card-img-wrapper::before {
  opacity: .4;
}

.card:hover .card-body-2 {
  background: #e84444;
}

.card:hover .card-body-2 h5,
.card:hover .card-body-2 h6,
.card:hover .card-body-2 a {
  color: #fff;
}

.card:hover .card-body-2::before {
  background: #e84444;
}

.overlay-rounded-top::before {
  border-radius: 5px 5px 0 0;
}

.rounded-0 {
    border-radius: 0!important;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.translateY-25 {
    transform: translateY(25px);
}
.btn-secondary {
    background: #303032;
    color: #fff;
}

.btn-primary
{
	background: #303032;
    color: #fff;
}

.btn-primary:hover
{
	background: #059ee4;
    color: #fff;
}
.btn {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    /*padding: 16px 44px;
    border-radius: 35px;*/
	padding: 13px 18px;
   /* border-radius: 10px;*/
    /*font-weight: 600;*/
    border: 0;
    position: relative;
    z-index: 1;
    transition: .2s ease;
	color:#FFFFFF;
}

.mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.text-center {
    text-align: center!important;
}


/* service single start */
.side-section ul li
{
	list-style:none;
}
.service-menu
{
	border-bottom: 1px solid #dee2e6!important;
}

.mb-50 {
    margin-bottom: 50px;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.rounded {
    border-radius: .25rem!important;
}
.border {
    border: 1px solid #dee2e6!important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.service-menu li a
{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#000000;
	text-transform:capitalize;
	
}

.service-menu li.active a {
    background: #303032;
    color: #fff !important;
}
.font-primary {
    font-family: 'Roboto', sans-serif;
}
.text-dark {
    color: #222;
}
.text-dark {
    color: #343a40!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.d-block {
    display: block!important;
}
.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important;
}

.service-menu li.active {
  position: relative;
}

.service-menu li.active a {
  background: #303032;
  color: #fff !important;
}

.service-menu li.active::before {
  position: absolute;
  content: '';
  height: 15px;
  width: 15px;
  background: #303032;
  top: 50%;
  right: -7px;
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 991px) {
  .service-menu li.active::before {
    display: none;
  }
}

.service-menu li:hover a {
  color: #fff !important;
  background: #303032;
}




.cta {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.py-50 {
    padding: 50px 0;
}
.overlay-primary {
    position: relative;
}
@media (min-width: 992px)
.text-lg-left {
    text-align: left!important;
}
.text-center {
    text-align: center!important;
}

.overlay-primary::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #05a0e3;
    opacity: .6;
}

.text-white
{
	color:#FFF;
	
}

.contact-content 
{
	text-align:center;
}

.contact-content p 
{
	text-align:center;
	margin-top:10px;
}













 .gallery-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border:5px solid #ccc;
  
}

 .gallery-box .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  text-align: center;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gallery-box .details h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom:20px;
  text-transform:capitalize;
}

.gallery-box .details h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom:20px;
  text-transform:capitalize;
}
.gallery-box .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}


.gallery-box .details a {
  color: #fff;
}

.gallery-box .details a:hover {
  color: #f82249;
}

.gallery-box:hover .details {
  bottom: 0;
}




.gallery-section
{
	width:100%;
	background-color:#fff;
	color:#000000;
	padding-top:20px;
	padding-bottom:50px;
}

.gallery-section h1
{
	color: #660066;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
	text-transform:uppercase;
}

.foot-gallery-sectiion
{
	border:4px solid #cc9900;
	margin-bottom:20px;
}



/* about us css */


/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(3);
}

.about-content-area
{
	background-color:#fff;
	color:#000000;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-size:15px;
	line-height:1.6;
	padding-top:10px;
	padding-bottom:30px;	
	text-align:center;
	background-image: url(../../images/wel-bg.png);
	background-position:top center;
}
.about-content-area img
{
	margin:0px auto;
	-webkit-animation: zoom 15s;
  animation: zoom 15s;
}

.about-content-area h1
{
  text-align:center;
  text-transform:capitalize;
}


.about-content-area h3
{
  text-align:center;
  text-transform:capitalize;
}


.about-content-text
{
	color:#111111;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-size:15px;
	line-height:1.6;
    padding-left:2%;
	padding-right:5%;
}

.about-content-text h4
{
	font-family: 'Roboto', sans-serif;
}

.about-content-text p
{
	color:#111111;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-size:15px;
	line-height:1.6;
	text-align:center;
}


.about-content-text a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    background: transparent;
	border:2px solid #000;
    padding: 5px 30px;
    display: inline-block;
}
.about-content-text a:hover {
    color: #fff;
    background: #ee1f24;
	border:2px solid #ee1f24;
}



/* testmonial  */
.testmonial-container
{
	background-color:#f4f4f4;
	color:#111111;
	padding-top:0px;
	padding-bottom:20px;
}

.testmonial-container h3 {
	color: #000000;
	margin-top: 0px;
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
	text-align:left;
}
.testmonial-container h3:before {
	position: absolute;
	display: block;
	height: 2px;
	background-color: #1dbdd4;
	left: 0px;
	bottom: -10px;
	content: "";
	width: 40px;
}

.testmonial-container h2 {
	color: #000000;
	margin-top: 0px;
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
	text-align:left;
}
.testmonial-container h2:before {
	position: absolute;
	display: block;
	height: 2px;
	background-color: #1dbdd4;
	left: 0px;
	bottom: -10px;
	content: "";
	width: 40px;
}

.testmonial-box
{
	font-weight: 800;
    color: #434343;
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 12px 7px;
    text-align: justify;
	background-color:#fff;
	min-height:250px;
	border-radius:4px;
	margin-bottom:20px;
}

.testmonial-box:hover{box-shadow: rgb(0, 0, 0) 0px 0px 10px;border-radius:4px; background-color:#e9e9e9;  cursor:pointer;}

.testmonial-box img
{
	width:120px;
	border-radius:50%;
	height:100px;
	float:right;
	
}


/* video css */


.video-box
{
	background-color:#fff;
	margin-bottom:20px;
	padding:0px;
	border-radius:5px;
	padding-bottom:10px;
	
}

.video-box:hover{box-shadow: rgb(0, 0, 0) 0px 0px 10px;border-radius:4px; background-color:#e9e9e9;  cursor:pointer;}

.video-box-title
{
	text-align:left;
	padding:10px;
	text-transform:capitalize;
	color:#111111;
}

.video-box-text
{
	text-align:left;
	text-transform:capitalize;
	color:#333;
	margin:0px;
}
/* news area css  */

.news-container
{
	background-color:#f4f4f4;
	color:#000;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-size:15px;
	line-height:1.6;
	padding-top:30px;
	padding-bottom:30px;
}
.news-container img
{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-blog-item
{
	 -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	  background-color: #fff;
	  margin-bottom: 30px;
}

.news-blog-item:hover{box-shadow: rgb(0, 0, 0) 0px 0px 10px;border-radius:4px; background-color:#e9e9e9;  cursor:pointer;}



.news-blog-item .news-list-post-published 
{
    position: absolute;
    bottom: 60%;
    left: 10%;
}


.news-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}
.news-list-post-published 
{
    font-weight: 800;
    color: #434343;
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    min-width: 80px;
    padding: 12px 7px;
    text-align: center;
}

.news-blog-item .news-img-frame 
{
    margin-bottom: 27px; 
}

.news-img-frame img {
    width: 100%;
	min-height:270px;
}

.news-img-frame img:hover {
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.news-img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.news-img  {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}





.news-blog-item .news-title 
{
    margin-bottom: 18px; 
	color:#000;
}

.news-blog-item .news-title a 
{
    margin-bottom: 18px; 
	color:#000;
	font-size:20px;
}
.news-blog-item .news-btn 
{
    font-size: 14px; 
}
.news-blog-item .news-brief-content 
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:10px;
	min-height:200px;
}



.news-list-post-published li
{
	list-style:none;
}
.news-list-post-published li:first-child
{
    font-size: 40px;
    padding-bottom: 20px; 
	
}


.news-btn-readmore {
    background-color: transparent;
    color: #434343;
    padding: 0;
    min-height: 0;
}
/* .news-btn {
    border: 2px solid transparent;
    background-color: #FFC000;
    color: #fff;
    font-weight: bold;
    padding: 11px 30px;
    font-size: 13px;
    outline: none;
    min-height: 44px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */



/* gallery area css  */

.gallery-area
{
	background-color:#fff;
	color:#000000;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-size:15px;
	line-height:1.6;
	padding-top:30px;
	padding-bottom:30px;
	
}

.gallery-area h2
{
	text-align:center;
}


/* our values  */


.our-values
{
	padding-top:30px;
	padding-bottom:30px;
	background-color:#fff;
	color:#000;
}
.our-values-content
{
	text-align:center;
}



.section-dark-testimonials {
    background-image: url(../../images/testmonial-bg.jpg);
}

.bg-parallax {
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -1px;
}


.padding2{
    padding: 34px 0 60px 0;
}

/*inner page css*/
.dental-container
{
	background-color:#FFFFFF;
	color:#111111;
	padding-top:20px;
	padding-bottom:20px;
}

.testmonial-content
{
	color:#fff;
	text-align:center;
}

.testmonial-content h2
{
	color:#fff;
	text-align:center;
}

.testmonial-content h4
{
	color:#fff;
	text-align: left;
}

.testmonial-content p
{
	color:#fff;
	text-align:center;
}


.testmonial-text img
{
	border-radius: 50%;
    margin: 0 auto;
}

.dental-container img
{
	margin:0px auto;
}

/*douctor css*/

.doctors-box
{
	margin-right: 20px;
	margin-top:30px;
	margin-bottom:30px;
    /*border-radius: 4px;*/
    background: #fff;
    /*padding:5%;*/
    text-align: left;
    box-shadow: 3px 18px 20px 0 rgba(172,172,172,.25);
	border-bottom:3px solid #4e3225;
}

.doctors-box:hover
{     
	box-shadow:rgba(89,75,66,.2) 0 2px 2px,rgba(89,75,66,.2) 0 4px 4px,rgba(89,75,66,.2) 0 8px 8px,rgba(89,75,66,.2) 4px 16px 16px,rgba(89,75,66,.22) 6px 32px 32px;
	text-decoration: none;
	cursor:pointer;
	border-bottom:3px solid #a07748;
}


.doctors-info
{
	padding-top:10px;
	padding-bottom:10px;
	min-height:80px;
}

.doctors-box h3
{
	margin:0px auto;
	text-align:center;
	color:#2f5093;
	font-family: 'PT Serif', serif;
	text-transform:capitalize;
	font-size:22px;
	line-height:1.6;
}


.doctors-box h4
{
	margin:0px auto;
	text-align:center;
	color:#111111;
	font-family: 'PT Serif', serif;
	text-transform:capitalize;
	font-size:15px;
}



.doctors-box p
{
	margin:0px auto;
	text-align:center;
	color:#000;
	font-family: 'PT Serif', serif;
	text-transform:capitalize;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
}




.doctors-box.doctors-box-img:hover  {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.doctors-box.doctors-box-img {
  overflow: hidden;
  margin-bottom: 15px;
}

.doctors-box.doctors-box-img img {
  transition: 0.3s ease-in-out;
  overflow: hidden;
}







/* Extra small devices (phones, 600px and down) */
@media only screen ;and (max-width: 600px) {
.top-bar
{
	background-color:#580094;
	color:#fff;
	font-size:15px;
	line-height:1.6;
	padding:5px;
	text-align:center;
}

.you-box
{
	margin-top:0px;
}
.banner-content
{
	width:100%;
	overflow:hidden;
	height:300px;
}

.doctors-box h3
{
	margin:0px auto;
	text-align:center;
	color:#2f5093;
	font-family: 'PT Serif', serif;
	text-transform:capitalize;
	font-size:14px;
	line-height:1.6;
}


.doctors-box h4
{
	margin:0px auto;
	text-align:center;
	color:#111111;
	font-family: 'PT Serif', serif;
	text-transform:capitalize;
	font-size:13px;
}

.toggleCaption {
	color:#FFFFFF;
	font-size:26px;
	text-align:center;
	margin-bottom:10%;
	animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
	-moz-transition: none !important;
}

.footer-box
{
	/*background-color:#252525;*/
	/*background-image:url(../../images/footer-bg.png);
	background-repeat:no-repeat;
	background-position:left top;*/
	background-color:#000000;
	color:#FFFFFF; 
}


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) 
{  

.you-box
{
	margin-top:0px;
}
.toggleCaption {
	color:#FFFFFF;
	font-size:26px;
	text-align:center;
	margin-bottom:10%;
	animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
	-moz-transition: none !important;
}
.top-bar
{
	background-color:#580094;
	color:#fff;
	font-size:15px;
	line-height:1.6;
	padding:5px;
	text-align:center;
}
.banner-content
{
	width:100%;
	overflow:hidden;
	height:200px;
}

.studio-container
{
	background-color:#FFFFFF;
	color:#111111;
	padding-top:0px;
	padding-bottom:20px;
}

.studio-container h5
{
	background-color:#FFFFFF;
	color:#111111;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:600;
}

.studio-container p
{
	text-align:justify;
}

.carousel-inner .item > img {
  -webkit-animation: zoom 10s;
  animation: zoom 10s;
 /*  padding-top:10%; */
}

.our-services
{
	background-color: #FFFFFF;
	color:#000000;
	padding-top:50px;
	padding-bottom:30px;
}


.testmonial-box img
{
	width:120px;
	border-radius:50%;
	height:80px;
	float:right;
	
}

.footer-box
{
	/*background-color:#252525;*/
	/*background-image:url(../../images/footer-bg.png);
	background-repeat:no-repeat;
	background-position:left top;*/
	background-color:#000000;
	color:#FFFFFF; 
}



}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) 
{
.top-bar
{
	background-color:#580094;
	color:#fff;
	font-size:15px;
	line-height:1.6;
	padding:5px;
	text-align:center;
}	
	
.banner-content
{
	width:100%;
	overflow:hidden;
	height:200px;
}
.dental-container
{
	background-color:#FFFFFF;
	color:#111111;
	padding-top:0px;
	padding-bottom:20px;
}


.footer-box
{
	/*background-color:#252525;*/
	/*background-image:url(../../images/footer-bg.png);
	background-repeat:no-repeat;
	background-position:left top;*/
	background-color:#000000;
	color:#FFFFFF; 
}


}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.banner-content
{
	width:100%;
	overflow:hidden;
	height:400px;
}

.footer-box
{
	/*background-color:#252525;*/
	/*background-image:url(../../images/footer-bg.png);
	background-repeat:no-repeat;
	background-position:left top;*/
	background-color:#000000;
	color:#FFFFFF; 
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

.banner-content
{
	width:100%;
	overflow:hidden;
	height:400px;
}

.footer-box
{
	/*background-color:#252525;*/
	/*background-image:url(../../images/footer-bg.png);
	background-repeat:no-repeat;
	background-position:left top;*/
	background-color:#000000;
	color:#FFFFFF; 
}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

.banner-content
{
	width:100%;
	overflow:hidden;
	height:560px;
}
.footer-box
{
	/*background-color:#252525;*/
	background-image:url(../images/footer-bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#000000;
	color:#FFFFFF; 
}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.banner-content
{
	width:100%;
	overflow:hidden;
	height:560px;
}
.footer-box
{
	/*background-color:#252525;*/
	background-image: url(../images/footer-bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#000000;
	color:#FFFFFF; 
}



}




.global_box
{
	border:2px solid #ddd;
	padding:10px;
	color:#111111;
	border-radius:4px;
	height:auto;
	min-height:200px;
}
.global_box:hover
{
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: opacity 0.3s ease-in-out;
	cursor:pointer;
}

.global_box_title
{
	color:#111111;
	font-size:20px;
	text-align:left;
	padding-bottom:10px;
}

.global_box_text
{
	color:#111111;
	font-size:14px;
	text-align:left;
	padding-bottom:10px;
}
.global_box_logo
{
	float:left;
	padding-bottom:10px;
}
.global_box_icon
{
	float: right;
	padding-bottom:10px;
}


.offer-area
{
	background-color:#e1e1e1;
	color:#000000;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-size:15px;
	line-height:1.6;
	padding:10px;
	margin:0px;
	
}

.offer-area p
{
	color:#000000;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-size:15px;
	line-height:1.6;
	padding:0px;
}

.offer-area h2
{
	text-align:center;
}


.services-area
{
	background-color:#f4f4f4;
	color:#000000;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-size:15px;
	line-height:1.6;
	padding-top:30px;
	padding-bottom:30px;
	
}

.services-area h2
{
	text-align:center;
}



.services-area img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.service_img:hover img {
	/*-webkit-transform: scale(1.1);
	transform: scale(1.1);*/
	border:2px solid #d3573f;
}

.service_img2:hover img {
	/*-webkit-transform: scale(1.1);
	transform: scale(1.1);*/
	border:2px solid #d3573f;
}



















.user_box
{
    /*padding: 20px;*/
	padding-top:12px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.21);
    background-color: #fff;
	margin-top:30px;
	margin-bottom:30px;
}
.cont_height
{
  min-height:500px;
  padding-top:10px;
  padding-bottom:10px;
}


.sub_button
{
	background-color:#580094;
	padding:10px 30px 10px 30px;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
	border:1px solid #580094;
}

.sub_button:hover
{
	background-color:#e9285c;
	padding:10px 30px 10px 30px;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
	border:1px solid #e9285c;
}


.home_container_button
{
	top:20%;
	bottom:20%;
	margin-top:10%;
	margin-bottom:10%;
	text-align:center;
}


.amt-color-1
{
	color:#580094;
}