@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {

	border:0;

	outline:0;

	font-size:100%;

	background:transparent;

	margin:0;

	padding:0;

}

 section, footer, aside, nav, main, article, figure {

    display: block;

} 


a{ text-decoration:none!important; outline:none!important; color:#888;}

a:hover{ text-decoration:none!important; color:#a63378;}

a.active{ text-decoration:none;}

a:focus{ color:#a63378;}

body{ margin:0px!important; padding:0px!important; 	font-family: 'Open Sans', sans-serif;  font-size:13px; letter-spacing:0.70px;overflow-x: hidden;}

.main_wrapper{position:absolute; bottom:0;}

.top_hold{ width:100%; height:auto; float:left; position:absolute; top:0px; z-index:99; background:rgba(0,0,0,0.3); }

.header{ width:100%; height:auto; float:left; background-color:#fff; box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2); z-index:50; float:left; }

.logo { display:inline-block; width:auto; height:auto; float:left;  margin-right:25px; margin-top:8px;}

.logo img{transition: all 0.5s ease;}

header nav {text-align: center;   }

header nav ul {margin: 0 ;padding: 0; float:right; }


header nav ul li {	display: block;	font-weight:normal;position: relative;	text-align:center;	float:left; transition:1s ease-in-out 1s;}


header nav ul li a {color: #000;	font-weight: 600;	padding:35px 15px 35px 15px; overflow: hidden;text-transform:uppercase;	text-decoration:none;display:block; }

header nav ul li:hover{ color:#a63378;   }

.menu_hold{ width:100%; height:150px; background:rgba(0 0 0 0.8);}

header nav ul li:hover a{ text-decoration:none;	color:#a63378; } 

header nav ul li ul{  padding:0px; position:absolute; z-index:999; display:none; background-color: #a63378!important;  transition:1s ease-in-out 1s;}

header nav ul li ul li {  margin: 0 auto; text-align: left; width:260px; color:#555!important; list-style:none;  border:0; background-color: #a63378; transition:1s ease-in-out 1s; border-bottom:1px solid #a2d234;}

header nav ul li ul li:hover{ color:#1c3765; padding:0px;}

header nav ul li ul li a{ color:#fff!important;  display:block; padding:10px; text-decoration:none; width:260px; border:0px!important; text-transform:capitalize;  background-color: #aedd41;}

header nav ul li ul li:hover a{ background-color:#a2d234; color:#fff!important; border:0px!important;}

header nav ul li:hover ul{ display:block; transition:1s ease-in-out 1s;}

.icon_top{ font-size:18px;}

.current{  color:#a63378; }

.current:hover{ transform:none; color:#1c3765; border:0px; }

/*header nav ul li:hover .current{background:#8a6b00;}*/

.mean-container a.meanmenu-reveal { margin-right: 30px; margin-top: 30px;}

.ie8 .current:after {	display: none;}


.search_hold{ width:auto; height:auto; position:relative; margin-top:25px; float:right;}
.search_wrap{ width:215px; height:auto; background:#f1f1f1; border-radius:15px; padding:6px; float:right;}
.search_btn{ width:20px; height:20px; position:absolute; right:5px; top:8px; cursor:pointer;}
.top_strip{ width:100%;}

.banner{ width:100%; height:100%; float:left; margin-top:100px;  }
.banner img{ width:100%;}
.banner_caption{ width:100%; height:auto; float:left; text-align:center; position:absolute; bottom:0;}
.banner_caption h1{ text-align:center; font-size:30px; color:#fff; text-transform:uppercase; font-weight:600; background:rgba(173,220,71,0.8); padding:30px 0px; width:60%; margin:0 auto; font-weight:300;}
.bg-overlay{display: block;  height: 100%; opacity: 0.70;  position: absolute; top: 0;  width: 100%;  z-index: 0; transition:0.40s ease-in 0.40s;}
.banner_caption p{ text-align:center; color:#fff; margin-top:30px; line-height:22px;}
.btn_more{ width:150px; height:auto; margin:0 auto; text-align:center; display:table; padding:10px; color:#fff; background:#a63378; text-transform:uppercase; font-weight:600; margin-top:30px;}
.btn_more a{ color:#fff; display:block;}
.btn_more:hover{ background:#1c3765;}
.bg-overlay.bg-overlay-dark { background:rgba(0,0,0, 0.70);}

.fix-nav {

 /* this make our menu fixed top */

    z-index: 9999;

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

}



.fix-body {

 /* this will adjust body top margin to prevent content jumping when nav gets fix  */

    margin-top:105px;

 /* adjust as per height of your menu */

}
.top_strip{ width:100%; height:auto; float:left; background:#aedd41; padding:10px 0px;}
.left_txt{ width:50%; height:auto; float:left; color:#fff; font-weight:600; padding-left:15px; }
.right_txt{ width:50%; height:auto; float:right; color:#fff; font-weight:600; text-align:right;  padding-right:15px;}

/*About holder*/
.about_wrapper{ width:100%; height:auto; float:left; padding:30px 0px 30px;}
.about_wrapper h2{ font-size:24px; font-weight:700; color:#000; text-align:center; padding-bottom:10px; text-transform:uppercase; }
.line_wrap{ width:5%; height:4px; text-align:center; background:#2e9b9d; margin:0 auto;}
span.blue{ color:#a63378!important;}
.about_wrapper p{ text-align:justify; width:100%; line-height:22px; color:#555; margin-top:10px; }
.more{ width:150px; height:auto; float:left; text-align:center; color:#fff; background:#a63378; text-transform:uppercase; font-size:12px; margin-top:20px; padding:8px; border-radius:5px;}
.more a{ color:#fff;}
.more:hover a{ color:#000;}
.about_bg{ width:100%; height:auto; float:left;}
.about_wrapper .small{ font-size:12px; color:#888; line-height:2px; margin-top:8px; margin-bottom:10px; width:100%; float:left; line-height:22px; text-align:center;}
.abt_wrap{ width:100%; height:; float:left; padding:25px 0px;}
.about_wrapper ul li{list-style-position:inside; color:#555; margin-top:15px;}
.about_txt ul li{list-style-position:inside; color:#555; margin-top:15px;}


/*why Choose*/

.why_wrapper{ width:100%; height:300px; float:left; padding:50px 0px 50px; background:url(../images/bg.jpg) no-repeat center center; background-attachment:fixed; background-size:cover;}
.why_wrapper h2{ font-size:24px; font-weight:700; color:#fff; text-align:center; padding-bottom:10px; text-transform:uppercase; margin-top:30px; margin-bottom:10px; }
.line_wrap{ width:5%; height:4px; text-align:center; background:#2e9b9d; margin:0 auto;}
.why_wrapper p{ text-align:center; width:100%; line-height:22px; color:#fff; margin-top:10px; width:50%; margin:0 auto; }
.about_pagewrapper ul li{ list-style-position:inside; color:#555; line-height:24px;}

/*Service holder*/
.service_wrapper{ width:100%; min-height:380px; float:left; position:relative; background:#f7f8fa; padding:50px 0px 20px 0px;}
.service_wrapper h2{ font-size:24px; font-weight:700; color:#000; text-align:center;  padding-bottom:10px; text-transform:uppercase; }
.service_hold{ width:100%; height:auto; float:left; background:#fff; padding:20px;  border:2px solid #ddd; background:#fff;}
.icon_area{ width:20%; height:100%; float:left; display:block; color:#a63378;}
.txt_service{ width:80%; height:100%; float:left;}
.service_wrapper h3{ font-size:14px; font-weight:700; color:#a63378; text-align:center; margin-bottom:10px; text-transform:uppercase; line-height:22px; }
.service_wrapper p{ text-align:center; line-height:22px; color:#555; margin-top:10px;}
.more_service{ width:100%; height:auto; float:left; margin:0 auto; text-align:right; color:#a63378; text-transform:uppercase; font-size:12px; margin-top:20px;}
.more_service a{ color:#a63378;}
.more_service:hover a{ color:#000;}
.product_wrapper .small{ font-size:12px; color:#888; line-height:2px; margin-top:8px; margin-bottom:10px; width:100%; float:left; line-height:22px; text-align:center;}
/*Product Area*/
.product_main{ width:100%; height:auto; float:left;}
.product_wrapper{ width:100%; height:auto; float:left; padding:50px 0px;  background:#f7f8fa;}
.product_wrapper h2{ font-size:24px; font-weight:700; color:#000; text-align:center; padding-bottom:10px; text-transform:uppercase; }
.product_hld{ width:100%; height:auto; float:left;}
.service_wrapper .small{ font-size:12px; color:#888; line-height:2px; margin-top:8px; margin-bottom:10px; width:100%; float:left; line-height:22px; text-align:center;}
.product_wrapimg{ width:100%; height:auto; float:left; margin-top:20px; position:relative; transition: all .2s ease-in-out; overflow:hidden;}
.product_wrapimg img{ width:100%; display:block; }
.product_wrapper .col-md-12.col-sm-12.col-xs-12 { padding-left:0px;}
.prd_tit{ width:100%; height:auto; background:rgba(173,220,71,1); padding:10px 0px; float:left;}
.prd_tit h3{ font-size:18px; color:#fff; font-weight:700; text-align:center;}
.overlay {  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  height: 100%;  width: 100%;  opacity: 0;  transition: .5s ease; background-color: #000;}
.product_hld:hover .overlay { opacity: 0.8;}
.product_hld p{ text-align:justify; line-height:22px; color:#555; margin-top:10px;}
.product_hld:hover img{transform: scale(1.5); -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;    -o-transition: all 1s ease;  -ms-transition: all 1s ease; transition: all 1s ease;}

.more_wrap{ width:100px; background:rgba(166,51,120,0.8); text-align:center; margin:0 auto;color:#fff; font-size:12px; padding:8px; margin-top:10px; font-weight:600;}
.more_wrap a{color:#fff; display:block;}


.cent_txt{ position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%); width:75%;}

.product_wrapimg h4{ font-size:15px; font-weight:700; color:#fff; text-align:center; padding-bottom:10px; text-transform:Capitalize; }
.white_wrap{ width:50px; height:4px; background:#fff;  margin-bottom:10px; text-align:center; margin:0 auto;}


/*News Area*/
.news_wrapper{ width:100%; height:auto; float:left; padding:50px 0px;  background:#f7f8fa;}
.news_wrapper h2{ font-size:24px; font-weight:700; color:#000; text-align:center;  padding-bottom:10px; text-transform:uppercase; }
.news_hold h3{ font-size:14px; font-weight:700; color:#000; text-align:left; margin-bottom:10px; text-transform:uppercase; line-height:22px; }
.news_hold h3 a{color:#000;}
.news_hold h3:hover a{color:#a63378;}
.line_wrap2{ width:5%; height:4px;  background:#2e9b9d; }
.news_hold{ width:100%; height:auto; float:left; margin-top:20px;}
.news_img{ width:100%; height:auto; float:left;  }
.news_img img{ width:100%;}
.news_wrapper .small{ font-size:12px; color:#888; line-height:2px; margin-top:8px; margin-bottom:10px; width:100%; float:left; line-height:22px; text-align:center;}
.video_hold{ width:100%; height:auto; float:left; margin-top:50px;}
.video_hold img{ width:100%; }
.news_txt{ width:100%; height:auto; float:left; background:#fff; padding:15px;}

/*Footer*/

.footer{ width:100%; height:auto; float:left; background:#222222; padding:50px 0px;}
.footer h3{ font-size:13px; color:#fff; margin-bottom:15px; font-weight:700; text-transform:uppercase;}
.footer p{ text-align:left; line-height:22px; color:#777777; margin-top:10px;}
.foot_links{ width:100%; height:auto; float:left;}
.foot_links ul{ margin:0px; padding:0px;}
.foot_links ul li{ list-style:none;  line-height:24px; color:#777777;}
.foot_links ul li:hover a{ color:#a63378;}
.foot_links ul li a{ color:#777777;}
.contact_address{ width:100%; height:auto; float:left; line-height:22px;}
.google_map{ width:100%; height:auto; float:left;}
.google-maps { position: relative; padding-bottom: 35%; height: 0; overflow: hidden; }
.google-maps iframe { position: absolute;  top: 0;left: 0; width: 100% !important; height: 100% !important;}
.foot_btm{ width:100%; height:auto; float:left; background:#000; padding:15px 0px;}
.copy{ text-align:left; color:#777;}
.foot_btmmenu{ width:100%; height:auto; float:right;}
.foot_btmmenu ul{ margin:0px; padding:0px; float:right;}

.foot_btmmenu ul li a{ color:#fff;}
.inptwrap{ width:100%; height:auto; float:left; background:#272727; border:1px solid #333; margin-bottom:10px; resize:none; border-radius:0px;}
.foot_btmmenu ul li{    list-style: none;
    float: left;
    padding: 0px 5px;
    color: #777;
    text-align: right;
    background: #272727;
    border-radius: 50%;
    padding: 5px;
    margin: 0px 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid #333;
    font-size: 15px;
}
/*Page Css*/

.page_banner{ width:100%; height:auto; float:left; position:relative; margin-top:80px;}
.page_banner img{ width:100%;}
.page_container{ width:100%; height:auto; float:left; padding:30px 0px; }
.about_pagewrapper{ width:100%; height:auto; float:left;}
.caption_hold{ width:100%; height:auto; position:absolute; bottom:0;background:rgba(173,220,71,0.8); padding:10px 0px;}
.page_banner h1{ font-size:24px; color:#fff; text-align:center;  font-weight:700; text-transform:uppercase;}
.breadcrumb{ background:none; margin:0 auto; display:table; color:#fff!important;}
.breadcrumb ol li a{ color:#fff!important;}
.breadcrumb li a{ color:#fff!important;}
.breadcrumb > .active{ color:#fff!important;}
.about_txt{ width:100%; height:auto; float:left;}
.about_img{ width:100%; height:auto; float:left;}
.about_img img{ width:100%;}
.aboutpage_img img{ width:100%;}
.about_pagewrapper p{ text-align:justify; line-height:22px; color:#555; margin-top:10px;}
.about_pagewrapper h2{ font-size:20px; font-weight:700; color:#000; text-align:left; margin-bottom:30px;  text-transform:uppercase; }
.about_pagewrapper h3{ font-size:14px; font-weight:700; color:#a63378; text-align:left; margin-bottom:10px; text-transform:uppercase; line-height:22px; }
.miss_txt{ width:100%; height:auto; float:left; margin-top:20px; background:#f6f7f8; padding:20px;}
.contact_bar{ width:100%; height:auto; float:left; background:#f6f7f8; padding:20px;}
.contact_bar h3{ color:#000; text-align:left; font-size:18px; margin-top:10px;}
.contact_btn{ width:150px; height:auto; padding:10px; background:#a63378; border-radius:5px; text-align:center; color:#fff; cursor:pointer;}
.contact_btn a{ color:#fff;}

.value_txt{ width:80%; height:auto; margin:0 auto; margin-bottom:20px;}
.value_txt p{ color:#555; text-align:center;}
.value_hold{ width:100%; height:auto; float:left;}
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a{ display:block;}
.smallbus_txt{ width:100%; height:auto; margin:0 auto; margin-bottom:20px;}
.smallbus_txt p{ color:#555; text-align:justify;}
.business_list{ width:100%; height:auto; float:left; background:#a63378; padding:25px;}
.business_list ul{ margin:0px; padding:0px;}
.business_list ul li{ list-style:none; line-height:22px; text-transform:uppercase; color:#fff; font-weight:600; margin-bottom:10px;}
.business_list p{ color:#fff; text-align:justify; margin-bottom:10px;}
.business_list ul li::before{ content:""; color:#fff; font-family:'fontawesome'; margin-right:10px; font-size:20px; font-weight:normal;}
.business_list ul li a{ color:#fff; }
.business_list ul li:hover a{ color:#1c3765; }
.breadcrumb-item > a{ text-transform:uppercase;}
.smallbus_img{ width:50%; height:auto; text-align:center; margin: 0 auto; margin-top:20px;}
.smallbus_img img{ width:100%;}
.solution_img{ width:100%; height:auto; text-align:center; margin: 0 auto; margin-top:20px;}
.solution_img img{ width:100%;}

.quote_hold{ width:100%; height:auto; float:left; background:#f6f7f8; padding:20px; border-left:4px solid #a63378; margin-top:15px;}
.small_list{ width:100%; height:auto; float:left;  padding:25px;}
.small_list ul{ margin:0px; padding:0px;}
.small_list ul li{ list-style:none; line-height:22px; text-transform:capitalize; color:#555; font-weight:600; margin-bottom:10px;}
.small_list p{ color:#555; text-align:justify; margin-bottom:10px;}
.small_list ul li::before{ content:""; color:#a63378; font-family:'fontawesome'; margin-right:10px; font-size:20px; font-weight:normal;}

.testimonial_hold{ width:100%; height:auto; float:left; background:#f6f7f8; padding:20px; border-left:4px solid #a63378; margin-top:15px;}
.test_name{ font-size:14px; font-weight:700; color:#a63378; text-align:left;  text-transform:capitalize; line-height:22px; margin-top:10px; }
.desig{font-size:12px; font-weight:700; color:#888; text-align:left;  text-transform:capitalize; line-height:22px;}
.case_img{width:100%; height:auto; float:left;}
.case_txt{ width:100%; height:auto; float:left; padding:20px;}
.case_hold{ width:100%; height:auto; float:left; margin-bottom:20px;}
.address_wrap{ width:100%; height:auto; float:left; line-height:22px; background:#f6f7f8; padding:20px;}
.input_mes{ height:230px!important; resize:none; margin-bottom:10px; margin-top:5px;}
.input_in{ margin-bottom:10px; margin-top:5px;}
.sub_btn{ background:#a63378; text-align:center; color:#fff; padding:10px; border:0px; border-radius:5px; width:120px; font-weight:600;}



/***********************media*******************************/

 @media only screen and (min-width: 1400px) and (max-width: 1920px) { .banner > img{ width:100%;}}



 @media only screen and (min-width: 960px) and (max-width: 1199px) {.top_hold{ top:0; background:rgba(0,0,0,0.3); height:80px;} .fix-nav{ position:inherit;  height:auto;} .container{ width:95%;} .search_hold{ margin:0 auto; float:none; padding-top:25px; text-align:center; display:table;} .search_btn{ top:32px;}    .banner_caption h1{ font-size:30px;} .logo{ text-align:left; margin-right:0px; width:30%; margin-top:20px;} .banner{ margin-top:180px;} .about_bg img{ width:100%;} .page_banner{ margin-top:125px;} .logo img{ width:100%;}  }

 

 @media only screen and (min-width: 768px) and (max-width: 959px) {.top_hold{ top:0; background:rgba(0,0,0,0.3); height:80px;} .fix-nav{  height:auto; position:inherit;} .container{ width:95%;}  .copy{  font-size:10px;}  header nav{ display:none;}  .search_hold{ margin:0 auto; float:none; padding-top:25px; text-align:center; display:table;} .search_btn{ top:32px;} .current{ background:#000; border:0px;}  .banner_caption h1{ font-size:24px;} .banner_caption p{ margin-top:10px;} .caption_txt{ width:50%;} .icon_area{ width:100%;} .txt_service{ width:100%;}  .about_bg img{ width:100%;} .page_banner{ margin-top:120px;}  .mean-container .mean-nav { margin-top:110px!important;} .mean-container a.meanmenu-reveal{ margin-top:45px;} .service_wrapper .col-md-3.col-sm-3.col-xs-12 {  width: 50%;} .footer h3{font-size:12px;} .about_wrapper .col-md-6.col-sm-6.col-xs-12 { width: 100%;
}}

 

 @media only screen and (min-width: 768px) and (max-width: 1040px) {}

 

 @media only screen and (min-width: 480px) and (max-width: 767px) {.top_hold{ top:0; background:rgba(0,0,0,0.3); height:80px;} .fix-nav{ height:auto; position:inherit; } .container{ width:95%;} video{ height:100%; } .video{ height:100%;  background:#c9992b} .about_wrapper p{ text-align:justify;} .video{ display:none;} .copy{ text-align:center; } .foot_btm{ padding:0px;} .social_mediafoot ul{ margin:0 auto; display:table;} .social_mediafoot{ float:none;}  header nav{ display:none!important;} .social_media{ display:none;} .encyclopedia_slide{ z-index:99;} .mean-container .mean-nav{ position:static!important;} body{ overflow-y:auto;} .foot_btm{ z-index:80; font-size:10px;} .logo{ margin:0 auto; width:100%; text-align:left;} .banner{ margin-top:175px;} .banner_caption h1{ font-size:18px;} .banner_caption p{ margin-top:5px;} .bx-wrapper .bx-next{ background-size:50%; right:-25px;} .bx-wrapper .bx-prev{ background-size:50%;} .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{ width:10px; height:10px;} .bx-wrapper .bx-pager.bx-default-pager a{width:10px; height:10px;} .bx-wrapper .bx-pager{ bottom:0;} .search_hold{ float:left; margin-top:15px; margin-bottom:10px;}  .current{ background:#000; border:0px;} .caption_txt{ width:80%;} .about_bg img{ width:100%;} .page_banner{ margin-top:200px;} .footer h3{ margin-top:15px;} .smallbus_img{ width:100%;} .mean-container .mean-nav { margin-top:100px!important;}}

  

 @media only screen and (min-width: 320px) and (max-width: 480px) {.top_hold{ top:0; background:rgba(0,0,0,0.3); height:80px;} .fix-nav{ height:auto; position:inherit;} .container{ width:95%;} .top_hold .container{ width:100%;} .logo img{ width:80%; margin-top:15px; } .copy{ text-align:center; } .foot_btm{ padding:0px; font-size:10px;} .social_mediafoot ul{ margin:0 auto; display:table;} .social_mediafoot{ float:none;} .video{ display:none;} .encyclopedia_slide{ bottom:80px;}  .language_list{ position:fixed; width:100%; background:#8a6b00; height:40px; padding-top:10px; top:0; z-index:200;} .language_list ul{ margin:0 auto; display:table;} .language_list ul li a{ color:#fff;}  header nav{ display:none!important;} .social_media{ display:none;} .encyclopedia_slide{ z-index:99;} body{ overflow-y:auto;} .foot_btm{ z-index:80;} .form_hold{ width:90%;} .home_wrap h1{ font-size:20px;} .search_hold{ float:left; margin-top:15px; margin-bottom:10px;}  .current{ background:#000; border:0px;} .top_strip{ font-size:8px;} .logo{ margin:0 auto; width:100%; text-align:left;} .banner_caption h1{ font-size:18px;} .banner_caption p{ margin-top:5px;} .bx-wrapper .bx-next{ background-size:50%; right:-25px;} .bx-wrapper .bx-prev{ background-size:50%;} .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{ width:10px; height:10px;} .bx-wrapper .bx-pager.bx-default-pager a{width:10px; height:10px;} .bx-wrapper .bx-pager{ bottom:0;} .current{ background:#000; border:0px;} .caption_txt{ width:80%;} .icon_area{ width:100%;} .txt_service{ width:100%;} .about_wrapper p {
    text-align: justify;}  .foot_btmmenu ul{ float:none; margin:0 auto; text-align:center;} .foot_btmmenu ul li{ float:none;text-align:center; margin-top:5px;} .about_bg img{ width:100%;} .page_banner{ margin-top:160px;} .caption_hold{ bottom:0px;} .caption_hold h1{ font-size:18px; margin-bottom:5px;} .footer h3{ margin-top:15px;}  .smallbus_img{ width:100%;} .banner{margin-top:80px;} .logo{ margin-bottom:10px;}}

 

 @media only screen and (max-width: 320px){}