


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/







/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     background: url( ../images/myscroll.jpg) 50% no-repeat; background-attachment: fixed; background-size: cover;
}

body {
     color: #000;
     font-size: 16px;
font-family: "Open Sans", sans-serif;
     line-height: 1.4;
     font-weight: normal;
     overflow-x: hidden;
     background: rgba( 255,255,255,.85 );
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 48px
}

h2 {
     font-size: 25px
}

h3 {
     font-size: 21px
}

h4 {
     font-size: 19px
}

h5 {
     font-size: 17px
}

h6 {
     font-size: 16px
}

h1,h2,h3,h4{
font-family: "Open Sans", sans-serif;
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {

}

p {
     margin: 20px;
     font-weight: 600;
     font-size: 15px;
     line-height: 24px;
     color: #110f0a;
}

a {
     color: #ffffff;
     text-decoration: none;
     outline: none !important;
}


.layout_padding {
    padding-bottom: 70px;
    padding-top: 70px;
}

.header_section{
	width: 100%; 
	float: left;
	background-image: url(../images/banner.jpg);
	height: auto;
	padding-top: 20px;	
	background-size: cover;
    background-repeat: no-repeat;
}

.logo img {
height: 60px;
}


.active{ 
	background-color: #ffffff;
	padding-top: 5px; 
	padding-bottom: 5px; 
	color: #000;
  margin-top: 10px;

 }

.menu_text{
	width: 50%;
	float: right;

}
.menu_text ul{ margin:0px; padding: 0px;}
.menu_text li{ 
	float: left; 
	padding-right: 15px;
  padding-left: 15px; 
	font-size: 17pt;
}
.menu_text li a{
	color: #ffffff;
} 

.last{
	padding-top: 20px;
	color: #5CE1E6;
}

.banner_main {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.taital{
	width: 57%; 
	float: left;
	font-size: 60pt;
	color: #ffffff;
	text-align: right;
}

.ram{ width: 45%; float: left; }

.consectetur_text{
	width: 90%;
	float: left;
	font-size: 24px;
	color: #fefcfc;
	line-height: 50px;
}

.banner_bt{
	width: 55%;
	float: left;
}

.read_bt {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-radius: 60px;
    height: 100px;
    font-size: 25pt;
    border:0px;
}

.box{
	width: 100%;
	float: left;
	text-align: right;
}

.numbar_text {
    background-color: #84A7BE;
    width: 10%;
    text-align: center;
    float: right;
    padding-top: 20px;
    color: #ffffff;
}

.about_section{
	width: 100%;
	float: left;
	background-image: url(../images/about-img.jpg);
	height: auto;
	background-size: 100%;
	background-repeat: no-repeat;
}

.about_text{
	width: 100%;
	float: left;
}

.about_taital{
	width: 100%;
	float: left;
	font-size: 50pt;
	text-align: right;

}
.about_taital_1{
  width: 100%;
  float: left;
  font-size: 50pt;
  text-align: right;
  margin-top: 70px;

}


.about{
	padding-top: 715px;
}

.magna_text {
    font-size: 20pt;
    color: #060401;
    text-align: right;
    line-height: 40px;
    width: 45%;
    float: right;
    margin-right: 0px;
}

.about_bt{
	width: 100%;
	float: left;
}

.more_bt {
    width: 20%;
    float: right;
    background-color: #000;
    border-radius: 60px;
    height: 70px;
    font-size: 20pt;
    border: 0px;
    color: #fff;
}

.gallery_main{
	width: 100%;
	float: left;
	background-color:#84A7BE;
	height: auto;
}

.sed_text{
	font-size: 19pt;
    color: #060401;
    text-align: right;
    line-height: 40px;
    width: 87%;
    float: right;
    margin-right: 0px;

}

.images{
	margin-top: 20px;
}

.gallery_blog {
  position: relative;
  margin-top: 20px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.gallery_blog:hover .overlay {
    bottom: 0;
    height: 100%;
    opacity: 0.80;
}



.gallery_section_2{
	width: 100%; 
	float: left;
	background-color: #ffffff;
	height: auto;
	padding-top: 100px;
}

.pet_taital{
	width: 100%;
	float: left;
	font-size: 44pt;
	color: #353434;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 19pt;
    color: #353434;
    line-height: 35px;
    margin-left: 0px;
    padding-top: 40px;
}

.dog_bt{
    width: 70%;
    float: left;
    background-color: #221e1f;
    border-radius: 60px;
    height: 80px;
    font-size: 25pt;
    border:0px;
    color: #ffffff;
    margin-top: 40px;

}

.box_3{
	width: 100%;
	float: left;
	margin-top: 102px;
}

.numbar{
    background-color: #84A7BE;
    width: 15%;
    text-align: center;
    float: left;
    padding-top: 20px;
    color: #ffffff;
    margin-top: 16px;

}

.dog_img{
	width: 100%; 
	float: left;
}

.touch_section{
	width: 100%;
	float: left;
	background-image: url(../images/email-img.jpg);
	height: auto;
	padding-top: 55px;
	background-size: 100%;
    padding-bottom: 55px;

}

.get_taital{
	width: 100%;
	float: left;
	text-align: center;
	color: #84A7BE;
	font-size: 50pt;
    padding-bottom: 40px;

}

.email_box{
	width: 100%;
	float: left;
	background-color: #ffffff;
	border-radius: 20px;
	height: auto;
    padding: 50px 20px;
    opacity: 0.80;
}

.email-bt {
    border: 1px solid #000;
    color: #000000;
    width: 100%;
    height: 55px;
    font-size: 22px;
    padding: 20px;
}

.massage-bt {
    border: 1px solid #000;
    color: #000000;
    width: 100%;
    height: 200px;
    font-size: 22px;
    padding: 70px 20px 10px 20px;}

.send_btn {
    padding-left: 15px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

button.main_bt {
    background: #84A7BE;
    border: none;
    color: #fff;
    width: 160px;
    height: 58px;
    border-radius: 25px;
    font-size: 26px;
}

.form-group {
    margin-bottom: 2rem;
}

.touch_section_2{
	width: 100%; 
	float: left;
	background-color: #84A7BE;
	padding-top: 40px;	
	padding-bottom: 40px;
	height: auto;
}

.email_text {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.contact_us_3 {
    margin-top: 90px;
    margin-bottom: -105px;
    box-shadow: 0px 0px 8px 0px;
    color: #0a1422;
}

.btn-primary {
    background: #293F6D;
    border: #8C52FF;
    max-width: 170px;
    width: 100%;
    margin-right: 10px;
    border-radius: 25px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
}

button.btn.btn-primary, button.btn.btn-primary:hover, button.btn.btn-primary:focus {
    background: #293F6D;
    padding: 10 40px;
}

.our_texts{
	width: 100%;
	float: left;
	font-size: 40pt;
	color: #ebebeb;
}

.subscribe_bt{
	padding-right: 30px;
	padding-left: 30px;
	background-color: #000;
	border-top-right-radius: 30px !important;
	color: #fff;
	padding-bottom: 10px; 
	padding-top: 10px;
	border-bottom-right-radius: 30px !important;
	border: 0px; 
	font-size: 17pt;
}

.email_bt {
    width: 85%;
    float: left;
    border-bottom-left-radius: 30px !important;
    border-top-left-radius: 30px !important;
    padding-left: 30px;
    height: 65px;
    border: 0px;
    font-size: 17pt;
}

.section_footer{
	width: 100%;
	float: left;
	background-color: #293F6D;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px; 

}

.mail_section{
	width: 100%;
	float: left;
}

.mail_section ul{
	margin: 0px;
	padding: 0px;
}

.mail_section li{
	float: left;
	font-size: 12pt;
	color: #fdfefe;
	padding-top: 10px;
	padding-right: 35px;
}
.map_text{
	padding-left: 30px;

}

.footer_section_2{
	width: 100%;
	float: left;
	padding-top: 40px;
}

.shop_text {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #ebebeb;
    font-weight: bold;
    padding: 25px 0px;
}

.dummy_text {
    width: 100%;
    float: left;
    font-size: 12pt;
    color: #ebebeb;
    margin-left: 0px;
    margin-top: 0px;
    line-height: 30px;
}

.pet_text {
    font-size: 12pt;
    color: #ebebeb;
    padding-left: 16px;
}

.image-icon {
    width: 100%;
    float: left;
    padding-top: 6px;
}

.footer-img {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.adderess_text{
    width: 100%;
    float: left;
    font-size: 28px;
    color: #ebebeb;
    font-weight: bold;
    padding: 25px 0px;
}
.footer-img{
	width: 100% !important;
	float: left;
	margin-top: 10px;
	padding-bottom: 15px;
}

.social-icon{
	width: 100%;
	float: left;
	border-bottom: 3px solid#fff;
}

.icons {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 70px;
}
.icons li{ float: left; padding-left: 40px; }

.copyright{ 
	width: 100%;
	float: left;
	font-size: 12pt;
	color: #b1b0b0;
	text-align: center;
	padding-top: 25px;

}

.copyright a{
	color: #b1b0b0;
}

.copyright a:hover{
	color: #ffffff;
}





.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #5CE1E6;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}



.header-main{
	width: 100%;
	float: left;
	background-color: #1d1b1c;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-logo{  }

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .header-search {
        padding: 15px 0px;
    }
}


/*------------------------------------------------------------------- 767px x 599px ---------------------------------------------------------------------*/

@media only screen and (min-width: 599px) and (max-width: 767px) {
    .logo {
        text-align: center;
    }
    .cart-content-right {
        padding-bottom: 5px;
    }
    .mg {
        margin: 0px 0px;
    }
    .menu-area-main {
        height: 256px;
        overflow-y: auto;
    }
    .megamenu>.row [class*="col-"] {
        padding: 0px;
    }
    .menu-area-main .megamenu .men-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0px 15px;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        height: 19px;
    }
    .category-box.women-box {
        display: none;
    }
    .cart-box {
        display: inline-block;
        margin: 0px 30px;
    }
    .wish-box {
        float: none;
        margin: 0px 30px;
        display: inline-block;
    }
    .menu-add {
        display: none;
    }
    .category-box {
        display: none;
    }
    .mean-container .mean-nav ul li ol {
        padding: 0px;
    }
    .mean-container .mean-nav ul li a {
        padding: 10px 20px;
        width: 94.8%;
    }
    .mean-container .mean-nav ul li li a {
        width: 92%;
        padding: 1em 4%;
    }
    .mean-container .mean-nav ul li li li a {
        width: 100%;
    }
    .header-search {
        padding: 15px 0px;
    }
    #collapseFilter.d-md-block {
        padding: 30px 0px;
    }
}


/*------------------------------------------------------------------- 599px x 280px ---------------------------------------------------------------------*/

@media only screen and (min-width: 280px) and (max-width: 599px) {
    .cart-content-right {
        padding-bottom: 5px;
    }
    .megamenu>.row [class*="col-"] {
        padding: 0px;
    }
    .menu-area-main .megamenu .men-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0px 15px;
    }
    .mean-container .mean-nav ul li a {
        padding: 1em 4%;
        width: 92%;
    }
    .mean-container .mean-nav ul li li a {
        width: 90%;
        padding: 1em 5%;
    }
    .mean-container .sub-full.megamenu-categories ol li a {
        padding: 5px 0px;
        text-transform: capitalize;
        width: 100%;
    }
    .megamenu .sub-full.megamenu-categories .women-box .banner-up-text a {
        width: auto;
        border: none;
        float: none;
    }
    .menu-area-main {
        height: 290px;
        overflow-y: auto;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        top: 0;
    }

.consectetur_text { margin-left: 0px;}
.read_bt { height: 60px; font-size: 24pt;}
.banner_bt { width: 100%;}
.numbar_text { width: 20%; margin-top: 0px; display: none;}
.about_taital { font-size: 28px; text-align: right;}
.magna_text { font-size: 13pt; line-height: 20px; width: 100%; color: #fff; }
.sed_text { font-size: 20pt; line-height: 30px; width: 100%;}
.pet_taital { font-size: 20pt;}
.box_3 { display: none;}
.dog_img { padding-top: 40px;}
.get_taital { font-size: 32pt;}
.our_texts {font-size: 27pt;}
.email_bt { font-size: 13pt; height: 53px; padding-left: 10px;}
.subscribe_bt { font-size: 13pt; padding-right: 10px; padding-left: 10px; }
.massage-bt { height: 130px; padding: 20px 20px 10px 20px;}
.send_btn { padding-left: 0px;}
.header_section { padding-bottom: 20px;}


}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .titlepage h2::after {width: 58%;}
    .about-box .titlepage h2::after {
        width: 52%;
right: -221px;
    }
    .Nursery-img .text-box h3 {padding: 111px 50px;}
    .contact .titlepage h2::after {
    left: -650px;
width: 30%;
   }
   .sporrt_text { margin-top: 0px;}
   #main_slider a.carousel-control-prev {
    display: none;
   }
   #main_slider a.carousel-control-next {
    display: none;
    }
.menu_text { width: 75%;}
.consectetur_text { font-size: 18pt;}
.read_bt { height: 60px; font-size: 23pt;}
.magna_text { font-size: 20pt; line-height: 28px;}
.more_bt { width: 24%; height: 60px;}
.about { width: 100%; float: left; padding-top: 40px; }
.pet_taital { font-size: 42pt;}
.lorem_text { font-size: 18pt; padding: 0px;}
.dog_bt { height: 60px; font-size: 20pt;}
.email_bt { width: 82%; }
.shop_text { font-size: 21pt;}
.adderess_text { font-size: 21pt;}
.icons { width: 35%;}
.mail_section li { padding-right: 12px;}
.map_text { padding-left: 8px;} 




}

@media (min-width: 768px) and (max-width: 991px) {
    .main-menu ul > li a {padding: 7px 6px ; }
    .main-menu ul>li a { font-size: 14px;}

    .banner-main .carousel-caption h1 {

        font-size: 36px;
        padding-top: 0px;
    }
    .banner-main .carousel-caption p {

        margin-bottom: 7px;
        display: none;
    }
    .main { width: 15%;}
    .info_icon { min-width: 10%;}
    #main_slider a.carousel-control-prev {
    display: none;
}
.btn_main { margin-top: 58px; width: 65%;}
#main_slider a.carousel-control-next {
    display: none;
}
.sporrt_text { margin-top: 0px; font-size: 24px;}
.email_btn { padding: 41px;}
    .btn-primary {max-width: 144px;}
    .titlepage h2::after {width: 79%;}
    .about-box .titlepage h2::after {width: 73%;
right: -88px;}
   .contact .titlepage h2::after {
left: -403px;
width: 41%;
   }
.paddimg-right {
    padding-right: 15px;
}
.paddimg-left {
    padding-left: 15px;
}
.menu_main {
    width: 75%;}

.menu_text { width: 95%;}
.ram { width: 100%;}
.taital { width: 30%; font-size: 40pt; }
.consectetur_text { width: 76%; font-size: 21pt; line-height: 30px; }
.read_bt { font-size: 20pt; height: 60px; }
.banner_bt { width: 43%;}
.numbar_text { width: 15%;}
.about_taital { font-size: 60px; }
.magna_text { font-size: 16pt; line-height: 30px; }
.more_bt { width: 30%; height: 60px;}
.about { padding-top: 55px; width: 100%; float: left;}
.pet_taital { font-size: 31pt; }
.lorem_text { font-size: 17pt; padding-top: 0px;}
.dog_bt { width: 100%; font-size: 20pt; height: 60px;}
.numbar { width: 20%;}
.box_3 { margin-top: 30px; }
.email_bt { width: 77%; }
.footer-logo{ min-height: 108px; }
.icons { width: 50%; }
.shop_text { font-size: 24pt;}
.mail_section li { padding-right: 12px;}
.about_taital_1 { margin-top: 55px;}


}

@media (min-width: 576px) and (max-width: 767px) {
    .last {display: none;}
    .banner-main .carousel-caption {top: 0%;}
.titlepage h2 {
font-size: 42px;
display: block; 
}
#main_slider a.carousel-control-prev {
    position: absolute;
    left: 25%;
    top: 64%;
    display: none;
}
.btn_main { margin-top: 58px; width: 80%;}
#main_slider a.carousel-control-next {
    position: absolute;
    left: 50px;
    top: 64%;
    display: none;
}
.btn-primary {
    margin-top: 0px;
    margin-left: -7px;
}
.menu_main {
    width: 95%;}

.banner-main .carousel-caption h1 {
    font-size: 50px;
}
.titlepage h2::after {
width: 88%;
}

.about-box .titlepage h2::after {width: 45%;
right: -281px;}
.sporrt_text { margin-top: 0px;}
.Nursery-img .text-box h3 {
font-size: 36px;
padding: 126px 40px;
}
.main {
    width: 20%;}

.contact .titlepage h2::after {
    left: -234px;
width: 55%;
}

.menu_text { width: 100%; float: left; margin-top: 30px; } 
.taital {
    width: 100%;
    font-size: 46pt;
    text-align: left;
}
.ram { width: 100%; }
.consectetur_text { font-size: 18pt; line-height: 30px; margin-left: 0px;} 
.numbar_text { width: 20%;}
.read_bt { width: 80%; height: 70px; font-size: 20pt; }
.about_taital { font-size: 46px;}
.magna_text { font-size: 14pt; line-height: 21px;}
.more_bt { width: 35%; font-size: 17pt; height: 55px;}
.about { width: 100%; float: left; padding-top: 22px; }
.pet_taital { font-size: 23pt;}
.lorem_text { font-size: 15pt; line-height: 25px; padding-top: 0px; }
.dog_bt { width: 100%; height: 60px; font-size: 18pt; margin-top: 0px; }
.numbar { width: 30%; }
.box_3 { margin-top: 30px; }
.email_bt { width: 69%; }
.icons { width: 70%; }
.gallery_section_2 { padding-bottom: 30px; padding-top: 50px;}

}


@media (max-width: 575px) {
    .last { display: none; }
    .carousel-caption {display: none;} 
.header { padding-top: 0px; }
.logo { float: inherit; padding-bottom: 15px; text-align: center;}
.btn-primary {max-width: 126px;
margin-right: 2px;
font-size: 14px;}
.banner-main .carousel-caption h1 {font-size: 30px; line-height: 38px;}
.titlepage h2 {
    font-size: 27px;
}
.sporrt_text{ 
     font-size: 23px; 
     margin-top: 0px;
}
.main {
    width: 30%;
}
.btn_main {
    margin-top: 30px;
    padding-bottom: 30px;
    width: 55%;}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 175px;
    top: 90%;
}

#main_slider a.carousel-control-next {
    position: absolute;
    left: 236px;
    top: 90%;
}

.titlepage h2::after {
    width: 93%;
}
    .about-box .titlepage h2::after {
        width: 238px;
        right: -50px;
    }
 .Gallery .titlepage h2 {
    font-size: 47px;
 }
    .Gallery .titlepage h2::after {
        width: 89%;
    }

    .paddimg-right {
    padding-right: 15px;
}
.paddimg-left {
    padding-left: 15px;
}
.Nursery-img .text-box h3 {
font-size: 23px;
padding: 30px 14px;

}

.contact .titlepage h2::after {

    left: -8px;
    width: 281px;
}
.footer .headinga span {
font-size: 16px;

}
.menu-bottom {
    margin-bottom: 45px;
}
ul.link li {

    padding: 8px 12px;
    padding-bottom: 0px; 
}


.about_section { background-size: cover; padding-bottom: 30px;}
.menu_text { width: 100%; float: left; margin-top: 30px; }
.taital { width: 100%; font-size: 40pt; text-align: left;}
.ram { width: 100%;}
.consectetur_text { font-size: 16pt; line-height: 30px;}
.numbar_text { width: 20%;}
.about_taital { font-size: 46px;}
.about_taital_1 { font-size: 46px;}
.magna_text { font-size: 13pt; line-height: 20px;}
.more_bt { width: 40%; height: 55px; font-size: 14pt;}
.about { width: 100%; float: left; padding-top: 0px; }
.pet_taital { font-size: 30pt; font-size: 26pt; text-align: center;}
.gallery_section_2 { padding-top: 40px;}
.lorem_text { font-size: 17pt; padding-top: 0px;}
.dog_bt { width: 55%; height: 55px; font-size: 14pt;}
.box_3 { margin-top: 40px;}
.email_bt { width: 62%; }
.icons { width: 100%; }
.mail_section li { font-size: 12pt; padding-right: 20px;}
.map_text { padding-left: 20px; }
.icons li { float: left; padding-left: 24px; display: contents;}



}

.margin-top-40{ margin-top: 40px; }
.margin-top-30{ margin-top: 30px; }
.margin-top-20{ margin-top: 20px; }
.margin-top-10{ margin-top: 10px; }
.margin-bottom-40{ margin-bottom: 40px; }
.margin-bottom-30{ margin-bottom: 30px; }
.margin-bottom-20{ margin-bottom: 20px; }
.margin-bottom-10{ margin-bottom: 10px; }


ul.footlink {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.header_section h3 {
    color: #fff;
}

.menu_text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner_main {
    height: 750px;
    background: url(../images/mymain.jpg) 50% no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 20px;
    padding: 0;
}

.header_section{ padding: 10px 0 0; background: #000; }

.banner_main .inner {
    background: rgba(140, 82, 255, .8);
    color: #fff;
    position: absolute;
    width: 500px;
    bottom: 0;
    right: 0;
    padding: 20px;
    text-align: center;
}

.taital {
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
    font-size: 33px;
    margin: 0 0 10px;
}


html {
     background: url( ../images/myscroll.jpg) 50% no-repeat; background-attachment: fixed; background-size: cover;
}

body {
    background: rgba( 255,255,255,.75 );
    display: table;
    width: 100%;
}
.about_section{ background: transparent; }
img{ max-width: 100%; }
.btn-primary {
    width: auto;
    max-width: 100%;
}

.about_text {
    padding: 20px 0;
}

.gallery_main.transparent {
    background: transparent;
}

.imgbox img {
    position: absolute;
    min-width: 100%;
    width: auto;
    max-width: 1000%;
    min-height: 100%;
    height: auto;
    max-height: 1000%;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -webkit-transform: translate( -50%, -50%);
}
.imgbox {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.single_team_text P {
    margin: 0;
}
.single_team_text {
    padding: 20px;
    background: #84A7BE;
}

.single_team {
    border: 2px solid #fff;
}
.header_section {
    overflow: hidden;
}

.about_text A:not(.btn) {
    color: #000;
}
.about_text A:not(.btn):hover {
    color: #5CE1E6;
}


@media (max-width: 767px) {
	.banner_main .inner{ width: 100%; padding: 10px;  }
.banner_main .inner .form-group {
    margin-bottom: 10px;
}
.menu_text li {
    float: right;
    }
    .menu_text{ margin-top: 0; }
.taital {
    font-size: 30px;
    margin: 0 0 10px;
    line-height: 1.25;
    }
html {

    background-repeat: repeat;
    background-size: auto;
    background-attachment: initial;
}
ul.footlink A {
	font-size: 9px;
}
.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
}