body{
	padding:0;
	margin: 0;
	overflow-x: hidden;
}

p{
	padding: 0; margin: 0;
}
img{
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
.t-c{
	text-align: center !important;
}
.t-l{
	text-align: left !important;
}
.t-r{
	text-align: right !important;
}
.no-padding{
	padding: 0;
}
.center_contanier{
	width: 1200px; margin:0 auto;
}
.smallcenter_contanier{
	width: 1000px; margin:0 auto;
}
.smallcenter_contanier_md{
	width: 1050px; margin:0 auto;
}
.small_net_center_contanier {
    width: 900px;
    margin: 0 auto;
}
.center_big_contanier{
	width: 1290px; margin:0 auto;
}
.center_smallbig_contanier{
	width: 400px; margin:0 auto;
}
.mar_1{
	margin-top: 5px;
}
.mar_2{
	margin-top: 10px;
}

.mar_3{
	margin-top: 15px;
}
.mar_4{
	margin-top: 20px;
}
.mar_5{
	margin-top: 25px;
}
.mar_6{
	margin-top: 30px;
}
.mar_7{
	margin-top: 35px;
}
.mar_8{
	margin-top: 40px;
}
.mar_9{
	margin-top: 45px;
}
.mar_10{
	margin-top: 50px;
}
.mar_11{
	margin-top: 55px;
}
.mar_12{
	margin-top: 60px;
}
.mar_13{
	margin-top: 65px;
}
.mar_14{
	margin-top: 70px;
}
.mar_15{
	margin-top: 75px;
}
.mar_16{
	margin-top: 80px;
}
.mar_17{
	margin-top: 85px;
}
.mar_18{
	margin-top: 90px;
}
.mar_19{
	margin-top: 95px;
}
.mar_20{
	margin-top: 100px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    float: left;
    color: #f8981d;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #f8981d;
    float: left;
        color: #f8981d;
}
/*==== Back To Top Start ====*/
#return-to-top {
  position: fixed;
  bottom: 70px;
  right:20px;
  width:45px;
  height:45px;
  line-height:45px;
  text-align:
  center;
  border: 2px solid #fff;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display:
  none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  box-shadow:4px 4px 5px 0px
  rgba(50, 50, 50, 0.2);
  background: #f8981d;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  font-size:19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.errorpage_panel {
    width: 100%;
    float: left;
    padding: 40px 0px;
}
.errorpage_panel .smapl_bvo{
	width: 100%;
	float: left;
	border: 13px solid #061f6d;
	padding: 40px;
}
.errorpage_panel h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 235px;
    color: #061f6d;
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    font-weight: 600;
    padding: 0px;
}
.errorpage_panel h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 35px;
    color: #061f6d;
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    font-weight: 600;
    padding: 0px;
}
.errorpage_panel .err_buttan {
    font-family: 'Rubik', sans-serif;
    font-size: 19px;
    color: #ffffff;
    float: none;
    font-weight: 700;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    background-color: #f8981d;
    border: 2px solid #f8981d;
    margin: 10px auto;
    padding: 12px 22px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-radius: 50px;
}

/*---------------------slider_banner----------------------*/
.slider_banner {
	width: 100%;
	float: left;
	background-color: #061f6d;
	padding: 33px 89px;
}

.bs-slider{
    overflow: hidden;
    position: relative;
    border: 10px solid #f8981d;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #f8981d;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 0%;
}
.control-round .carousel-control.right {
    right: 0%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 88%;
    bottom: 10%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


.slide-text {
    left: 0;
    top: 22%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}
.slide-text > h1 {
    color: #077c18;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    margin-top: -6px;
    text-align: left;
    width:100%;
    float: left;
    text-transform: uppercase;
}
.slide-text > h2 {
    color: #020210;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    margin-top: 0px;
    text-align: left;
    width: 100%;
    float: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.slide-text > h1 span {
	color: #b60159;;
}
.slide-text > p {
    font-family: 'Lato', sans-serif;    
    padding: 0;
    color: #1c1c1c;
    font-size: 16px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 9px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    width: 52%;
    text-align: left;
    margin-left: 0px;
    margin-top: 18px;
}
.slide-text > p span {
	color: #60af3c;
	font-weight: bold;
}
.slide-text > a.btn-default {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 0px;
    margin-right: 9px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    font-weight: 500;
    background-color: #4eadd4;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    margin-left: 0px;
    width: 17%;
    padding: 26px 0px;
    margin-top: 20px;
    border: 2px solid #87ceeb;
    text-transform: uppercase;
    font-weight: 600;
}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #b0389e;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


.di{
	padding: 1px 0px;
}

.slide-text > a.btn2-default {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 19px;
    line-height: 0px;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    font-weight: 500;
    background-color: #0170ec;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    margin-left: 0px;
    width: 22%;
    padding: 20px 0px;
    margin-top: 10px;
    border-radius: 50px;
    border: 2px solid #0170ec;
}
.slide-text > a.btn2-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
/*------ssr_panel_top_one----------*/
.ssr_panel_top_fionone{
	width: 100%;
	float: left;
	background: #061f6d;
	padding: 6px 0px;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #ffffff;
    padding-bottom: 16px;
    border-bottom: 5px solid #061f6d;
}
.ssr_panel_top_fionone .social_infromation_details {
    font-family: 'Josefin Sans', ui-sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 8px;
    padding-right: 0px;
    float: left;
}
.ssr_panel_top_fionone .social_infromation_details ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.ssr_panel_top_fionone .social_infromation_details ul li{width: auto;float: left;}
.ssr_panel_top_fionone .social_infromation_details ul li a{
	color: #ffffff;
	text-decoration: none;
	float: left;
	padding: 0px 13px;
}
.ssr_panel_top_fionone .read_more_buttan_two_three {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    color: #f8981d;
    width: auto;
    text-align: center;
    font-weight: 500;
    border-radius: 2px;
    border: none;
    text-transform: uppercase;
    padding: 9px 19px;
    margin-top: 0px;
    background-color: #ffffff;
    float: right;
}
.ssr_panel_top_fionone .read_more_buttan_two_three_two {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    color: #ffffff;
    width: auto;
    text-align: center;
    font-weight: 500;
    border-radius: 2px;
    border: none;
    text-transform: uppercase;
    padding: 9px 19px;
    margin-top: 0px;
    background-color: #f8981d;
    float: right;
    margin-left: 10px;
}
/*------ssr_panel_top_one----------*/

.ssr_panel_top_one {
	width: 100%;
	float: left;

}
.ssr_panel_top_one .total_navigation_box {
	width: 100%;
	float: left;
}
.ssr_panel_top_one .total_navigation_box .logo_box_one {
	width: 100%;
	float: left;
	background-color: #000000;
	height: 112px;
}
.ssr_panel_top_one .total_navigation_box .logo_pic {
	width: 78%;
	float: left;
}

.ssr_panel_top_one .total_navigation_box .bor_der_divider {
	width:100%;
	float: left;
	border-bottom: 1px solid #cba13b;
}
.ssr_panel_top_one .total_navigation_box .contact_info {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width:100%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 17px;
    line-height: 0px;
}
.ssr_panel_top_one .total_navigation_box .contact_info .pic_ic {width: 20px;margin-right: 9px;}
.ssr_panel_top_one .total_navigation_box .contact_info .pic_ic_two {width: 20px;margin-right: 6px;margin-top: -3px;}
.ssr_panel_top_one .total_navigation_box .contact_info ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.ssr_panel_top_one .total_navigation_box .contact_info ul li{
	float: left;
	padding: 0px 16px;
}
.ssr_panel_top_one .total_navigation_box .contact_info ul li a{
	color: #ffffff;
	text-decoration: none;
}
.ssr_panel_top_one .total_navigation_box .social_ic {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    float: right;
    width: auto;
    margin-top: 31px;
    padding-right: 6px;
}
.ssr_panel_top_one .total_navigation_box .social_ic ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.ssr_panel_top_one .total_navigation_box .social_ic ul li {
	float: left;
}

.ssr_panel_top_one .total_navigation_box .social_ic ul li a {
    color: #ffffff;
    text-decoration: none;
    width: 26px;
    height: 27px;
    float: left;
    border-radius: 4px;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    margin-left: 6px;
}
.ssr_panel_top_one .total_navigation_box .social_ic ul li:first-child a {
    background-color: #3b5998;
}
.ssr_panel_top_one .total_navigation_box .social_ic ul li:first-child a:hover {
    background-color: #1a25b9;

}
.ssr_panel_top_one .total_navigation_box .social_ic ul li:nth-child(2) a {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.ssr_panel_top_one .total_navigation_box .social_ic ul li:nth-child(2) a:hover {
    background-color: #0b86f4;
}
.ssr_panel_top_one .total_navigation_box .social_ic ul li:nth-child(3) a {
    background-color: #064dbc;
}
.ssr_panel_top_one .total_navigation_box .social_ic ul li:nth-child(3) a:hover {
    background-color: #bc0606;
}
.ssr_panel_top_one .total_navigation_box .social_ic ul li:nth-child(4) a {
    background-color: #d50606;
}
.ssr_panel_top_one .total_navigation_box .social_ic ul li:nth-child(4) a:hover {
    background-color: #db0000;
}
.ssr_panel_top_one .total_navigation_box .social_ic ul li:nth-child(5) a {
    background-color: #d20202;
}
.ssr_panel_top_one .total_navigation_box .social_ic ul li:nth-child(5) a:hover {
    background-color: #0fd202;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar-default .navbar-nav li a {
    font-size: 14px;
    color: #000000;
    font-family: 'Josefin Sans', ui-sans-serif;
    padding: 12px 21px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 1px;
    border: 1px solid #fff;
}

.navbar-nav {
    float: right;
    margin-top: 22px;
    margin-right: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .active a:hover {
    color: #f8981d;
    background-color: transparent;
    border: 1px solid;
    padding: 12px 21px;
    }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f8981d;
    background-color: transparent;
    border: 1px solid;
    padding: 12px 21px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background:#d3191e;
    color: #ffffff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 8px !important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: none;
    padding-top: 29px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #f8981d;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu > li > a {
  display: block;
  padding: 12px 17px !important;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  border-bottom: 1px dashed #8b8a8a;
  padding-left: 20px !important;
  font-size: 12px !important;
  height: auto !important;
}

/*----------body_top_panel_futter-----------*/
.body_top_panel_futter {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 0px;
    background: #061f6d;
}
.body_top_panel_futter h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.body_top_panel_futter h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 31px;
}
.body_top_panel_futter h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-left: 0px;
    letter-spacing: 2px;
}
.body_top_panel_futter p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    color: #f1f1f1;
    text-align: left;
    font-weight: 400;
    width: 100%;
    float: left;
    margin-top: 0px;
    line-height: 31px;
    padding-right: 60px;
}
.body_top_panel_futter h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
    background-color: #061f6d;
    padding: 20px 20px;
    letter-spacing: 2px;
}
.body_top_panel_futter h5 a {
	text-decoration: none;
	color: #ffffff;
}
.body_top_panel_futter .futter_panel_navi {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    float: inherit;
    width: 100%;
    text-align: left;
    margin-top: 14px;
    text-transform: uppercase;
    margin-left: 30px;
}

.body_top_panel_futter .futter_panel_navi ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.body_top_panel_futter .futter_panel_navi ul li {
    float: left;
    width: 49%;
    padding: 8px 7px;
}
.body_top_panel_futter .futter_panel_navi ul li a {
	color: #ffffff;
	text-decoration: none;
}
.body_top_panel_futter .in_form_new {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 400;
    float: left;
    width: 65%;
    padding: 10px 10px;
    border: none;
    outline: none;
    box-shadow: none;
    margin-top: 26px;
    background-color: #fff;
    height: 40px;
}

.body_top_panel_futter .news_later_box {
	width: 100%;
	float: left;
	background: #f8981d;
	padding: 21px 20px;
	padding-top: 20px;
	margin-top: 18px;
}
.body_top_panel_futter .news_later_box  .in_form {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
    float: left;
    width: 100%;
    background-color: #f6f3f3;
    padding: 13px;
    border: none;
    outline: none;
}
.body_top_panel_futter .news_later_box .readmore1 {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #061f6d;
    border: none;
    color: #ffffff;
    width: auto;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 18px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 5px auto;
    outline: none;
    height: auto;
}
.body_top_panel_futter h6{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.body_top_panel_futter .readmore1 {
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: #f00234;
    border: none;
    color: #ffffff;
    width: 97px;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 10px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0px auto;
    border-radius: 0px;
    outline: none;
    height: 40px;
    margin-top: 26px;
}
.body_top_panel_futter .futter_panel_navi_contact_informt {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    float: inherit;
    width: 100%;
    text-align: left;
    margin-top: 26px;
    margin-left: 0px;
    line-height: 27px;
    letter-spacing: 1px;
}

.body_top_panel_futter .futter_panel_navi_contact_informt ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.body_top_panel_futter .futter_panel_navi_contact_informt ul li {
    float: left;
    width: 100%;
    padding: 6px 0px;
}
.body_top_panel_futter .futter_panel_navi_contact_informt ul li a {
	color: #ffffff;
	text-decoration: none;
}
.body_top_panel_futter .fot_icone {
	margin-right: 12px;
	width: 26px;
	float: left;
}

.body_top_panel_futter .social_ic {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: auto;
    margin-top: 9px;
    padding-right: 17px;
    margin-left: -8px;
}
.body_top_panel_futter .social_ic ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.body_top_panel_futter .social_ic ul li {
	float: left;
}

.body_top_panel_futter .social_ic ul li a {
    color: #ffffff;
    text-decoration: none;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 0px 10px;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    margin-left: 10px;
}
.body_top_panel_futter  .logo_box {
	width: 100%;
	float: left;
	background: #fff;
	padding-top: 14px;
	padding-bottom: 14px;
}
.body_top_panel_futter .logo_box  .logo_pin {
	width: 22%;
}
.body_top_panel_futter .social_ic ul li:first-child a {
    background-color: #3b5998;
}
.body_top_panel_futter .social_ic ul li:first-child a:hover {
    background-color: #1a25b9;

}
.body_top_panel_futter .social_ic ul li:nth-child(2) a {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.body_top_panel_futter .social_ic ul li:nth-child(2) a:hover {
    background-color: #0b86f4;
}
.body_top_panel_futter .social_ic ul li:nth-child(3) a {
    background-color: #bc0606;
}
.body_top_panel_futter .social_ic ul li:nth-child(3) a:hover {
    background-color: #bc0606;
}
.body_top_panel_futter .social_ic ul li:nth-child(4) a {
    background-color: #06e24f;
}
.body_top_panel_futter .social_ic ul li:nth-child(4) a:hover {
    background-color: #db0000;
}
.body_top_panel_futter .social_ic ul li:nth-child(5) a {
    background-color: #0fd202;
}
.body_top_panel_futter .social_ic ul li:nth-child(5) a:hover {
    background-color: #0fd202;
}
.body_top_panel_futter .extra_menu_panel {
	width: 100%;
	float: left;
	background-color: #f8981d;
	padding-top: 18px;
	padding-bottom: 17px;
	margin-top: 22px;
}
.body_top_panel_futter .extra_menu_panel .mainservive_menu {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    float: none;
    width: auto;
    margin-top: 0px;
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    text-transform: uppercase;
    letter-spacing: 2px;
    }
.body_top_panel_futter .extra_menu_panel .mainservive_menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.body_top_panel_futter .extra_menu_panel .mainservive_menu ul li{
	float: left;
	padding: 0px 14px;
}
.body_top_panel_futter .extra_menu_panel .mainservive_menu ul li a{
	color: #ffffff;
	text-decoration: none;
}
/*------------------cosmos_interior_design_panel_five----------------------*/
.cosmos_interior_design_panel_five {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.cosmos_interior_design_panel_five h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 49px;
    color: #000000;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 30px;
}
.cosmos_interior_design_panel_five .main_shop_box_two {
    width: 100%;
    float: left;
}
.cosmos_interior_design_panel_five .main_shop_box_two .main_shop_pic {
	width: 100%;
	height: 445px;
	object-fit: cover;
	position: relative;
	object-position: center;
}
.cosmos_interior_design_panel_five .main_shop_box_two .mno_kpo_boxdes {
	width: 90%;
	position: absolute;
	top: -120px;
	left: 0;
	right: 0;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	border: none;
	padding: 29px 13px;
}
.cosmos_interior_design_panel_five .main_shop_box_two .mno_kpo_boxdes:hover {
	background: rgba(00,00,00,0.8);
}
.cosmos_interior_design_panel_five .main_shop_box_two .mno_kpo_boxdes   h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cosmos_interior_design_panel_five .main_shop_box_two .mno_kpo_boxdes .poarew {
    font-size: 24px;
    color: #000000;
}
.cosmos_interior_design_panel_five .main_shop_box_two .mno_kpo_boxdes:hover .poarew {
    color: #ffffff;
}
.cosmos_interior_design_panel_five .main_shop_box_two .mno_kpo_boxdes h2 a{
	 color: #000000;
	 text-decoration: none;
}
.cosmos_interior_design_panel_five .main_shop_box_two .mno_kpo_boxdes:hover h2 a{
	color: #ffffff;
}
ul.slick-dots {
    display: none !important;
}
.slick-slide {
    margin: 0px 9px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slide {
    width: 100%;
    float: left;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: initial;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

button.slick-prev.slick-arrow {
    top: 0px;
    padding: 0;
    width: 160px;
    height: 100%;
    display: inline-block;
    border: 0;
    position: absolute;
    color: #000000;
    background: rgba(255,255,255,0.8);
    font-size: 0;
    right: 4px;
    z-index: 99;
}

button.slick-next.slick-arrow {
    top: 0px;
    padding: 0;
    width: 160px;
    height: 100%;
    display: inline-block;
    border: 0;
    position: absolute;
    color: #000000;
    background: rgba(255,255,255,0.8);
    font-size: 0;
    left: 4px;
}

button.slick-next.slick-arrow:after {
    content: "\f104";
    position: absolute;
    left: 60px;
    top: 120px;
    color: #000000;
    font-size: 73px;
    font-family: fontawesome;
}

.ipoty button.slick-next.slick-arrow {
    margin-top: -370px;
}
button.slick-prev.slick-arrow:after {
    content: "\f105";
    position: absolute;
    left: 60px;
    top: 120px;
    color: #000000;
    font-size: 73px;
    font-family: fontawesome;
}
/*------------------jim_blenhart_nine----------------------*/
.jim_blenhart_nine {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f6f5f5;
}
.jim_blenhart_nine h6{
	    font-family: 'Josefin Sans', sans-serif;
	    font-size: 25px;
	    color: #000000;
	    font-weight: 700;
	    float: left;
	    width: 100%;
	    text-align: center;
	    text-transform: capitalize;
	    margin-top: 1px;
}
.jim_blenhart_nine h5{
	    font-family: 'Josefin Sans', sans-serif;
	    font-size: 52px;
	    color: #000000;
	    font-weight: 700;
	    float: left;
	    width: 100%;
	    text-align: center;
	    text-transform: capitalize;
	    margin-top: 1px;
}
.jim_blenhart_nine h4{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 1px;
	padding: 0px 240px;
	line-height: 34px;
}
.jim_blenhart_nine .border_one {
	width: 100px;
	background-color: #061f6d;
	float: none;
	height: 9px;
	display: flex;
	margin: 4px auto;
	border-radius: 40px;
}

.jim_blenhart_nine .jim_blenhart_proces_box{
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 0px 20px 40px 20px;
	margin-top: 60px;
	border-radius: 20px;
	border-bottom: 5px solid #061f6d;
}
.jim_blenhart_nine .jim_blenhart_proces_box .process_pitue{display: flex;width: 28%;margin: 12px auto;}
.jim_blenhart_nine .jim_blenhart_proces_box h2{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	margin-top: 31px;
	line-height: 30px;
}
.jim_blenhart_nine .jim_blenhart_proces_box p{
	font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 1px;
    line-height: 27px;
}
.jim_blenhart_nine .jim_blenhart_proces_box .opo_pou{
	font-family: 'Rubik', sans-serif;
	background-color: #061f6d;
	border: none;
	color: #ffffff;
	width: auto;
	font-size: 33px;
	font-weight: 700;
	padding: 12px 15px;
	cursor: pointer;
	text-transform: uppercase;
	float: none;
	border-radius: 20px 20px 0px 0px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	margin-top: -30px;
}

/*--------star_interir_pagedisn_panel_one-------*/
.star_interir_pagedisn_panel_one {
	width: 100%;
	float: left;
	background: #061f6d;
	padding-top: 50px;
	padding-bottom: 50px;
}
.star_interir_pagedisn_panel_one .baner_menu_li_listing {
    color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin-top: 25px;
    font-weight: 400;
    text-transform: capitalize;
    float: left;
    margin-bottom: 41px;
    padding-right: 40px;
}
.star_interir_pagedisn_panel_one .baner_menu_li_listing ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.star_interir_pagedisn_panel_one .baner_menu_li_listing ul li{
	float: left;
	width: 100%;
	padding: 13px 0px;
}
.star_interir_pagedisn_panel_one .baner_menu_li_listing .port_pic{width: 30px;height: 28px;object-fit: contain;margin-right: 14px;}
.star_interir_pagedisn_panel_one .vip_inform {
    width: 100%;
    float: right;
    background-color: #ffffff;
    margin-top: 0px;
    border-radius: 19px;
    padding: 24px 20px;
    box-shadow: 0px 8px 10px -3px #c8c7c7;
}

.star_interir_pagedisn_panel_one .vip_inform .frop_panel{width: 100%;float: left;padding: 14px;}

.star_interir_pagedisn_panel_one .in_form {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 500;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 21px 20px;
    border: 1px solid #e7e3e3;
    outline: none;
    border-radius: 5px;
}
.star_interir_pagedisn_panel_one .in_form2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 11px;
    color: #1a1a1a;
    font-weight: 600;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    height: 100px;
    border: 1px solid #c7c7c7;
    border-radius: 0px;
    text-transform: uppercase;
}

.star_interir_pagedisn_panel_one .readmore1 {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #f8981d;
    border: none;
    color: #ffffff;
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 40px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 13px auto;
    border-radius: 4px;
}
.star_interir_pagedisn_panel_one .readmore1:hover {
	background-color: #050505;
	color: #fff;
}
.star_interir_pagedisn_panel_one  h2 {
    color: #000000;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 19px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    font-weight: 800;
    float: left;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.star_interir_pagedisn_panel_one  h3 {
	color: #ffffff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 52px;
	text-align: left;
	width: 100%;
	margin-top: 49px;
	font-weight: 700;
	float: left;
	line-height: 68px;
	margin-bottom: 10px;
	text-transform: capitalize;
	padding-right: 50px;
}
.star_interir_pagedisn_panel_one p {
    color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin-top: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    float: left;
    line-height: 33px;
    padding-right: 60px;
}

/*-----------------marmorin_interiors_eight----------------*/
.marmorin_interiors_eight{
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-bottom: 60px;
	background: #f8981d;
}
.marmorin_interiors_eight h3{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    margin-top: 1px;
    margin-bottom: 40px;
}
.marmorin_interiors_eight h5{
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    margin-top: 1px;
    margin-bottom: 16px;
}
.marmorin_interiors_eight .tetimonila_box_design {
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding: 44px 20px;
}
.marmorin_interiors_eight .tetimonila_box_design .testimonials_pic{
	width: 76%;
	float: right;
}
.marmorin_interiors_eight .tetimonila_box_design h2{
    font-family: 'Josefin Sans', ui-sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    margin-top: 14px;
    margin-bottom: 0px;
}
.marmorin_interiors_eight .tetimonila_box_design p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 17px;
    line-height: 30px;
}
.marmorin_interiors_eight .tetimonila_box_design .star_pic{
	width: 25%;
}
/*---------wright_rigid_packers_four----------*/
.wright_rigid_packers_four {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.wright_rigid_packers_four .small_pictu{
	width: 100%;
	float: left;
	border-radius: 0px 0px 190px 190px;
	height: 470px;
	object-fit: cover;
}
.wright_rigid_packers_four .small_pictu_two{
	width: 100%;
	float: left;
	border-radius: 10px;
	height: 440px;
	object-fit: cover;
}
.wright_rigid_packers_four .right_text_panel_one {
	width: 100%;
	float: left;
	padding-left: 30px;
}
.wright_rigid_packers_four .right_text_panel_one h2{
    color: #000000;
    font-family: 'Josefin Sans', ui-sans-serif;
    font-size: 23px;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    margin-bottom: 0px;
    border-left: 4px solid #f8981d;
    padding-left: 10px;
}
.wright_rigid_packers_four .right_text_panel_one h3{
    color: #000000;
    font-family: 'Josefin Sans', ui-sans-serif;
    font-size: 53px;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    font-weight: 700;
    text-transform: capitalize;
    float: left;
    margin-bottom: 0px;
}
.wright_rigid_packers_four .right_text_panel_one p{
    color: #000000;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
    float: left;
    margin-bottom: 0px;
    line-height: 29px;
}
.wright_rigid_packers_four .right_text_panel_one .small_box_oe {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.wright_rigid_packers_four .right_text_panel_one .small_box_oe .ico_icone {
	width: 92%;
	float: left;
}
.wright_rigid_packers_four .right_text_panel_one .small_box_oe h4{
    color: #000000;
    font-family: 'Josefin Sans', ui-sans-serif;
    font-size: 19px;
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 0px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-left: 17px;
}
.wright_rigid_packers_four .right_text_panel_one .small_box_oe h4 span{
    width: 100%;
    float: left;
}
.wright_rigid_packers_four .right_text_panel_one .buttan_new_desn{
	color: #000000;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 54px;
	text-align: left;
	margin-top: 35px;
	font-weight: 600;
	background-color: #d42127;
	border: none;
	border-radius: 0px;
	width: 72%;
	float: left;
}
.wright_rigid_packers_four .right_text_panel_one .buttan_new_desn .back_pic {
	width: 20%;
	float: left;
	background-color: #333;
	padding: 30px 10px;
	height: 114px;
}
.wright_rigid_packers_four .right_text_panel_one .buttan_new_desn .back_pic img{
	width: 50%;
	margin: 0 auto;
	display: flex;
	margin-top: 5px;
}

.wright_rigid_packers_four .right_text_panel_one .blac_text {
	padding-left: 20px;
	width: 80%;
	float: left;
}
.wright_rigid_packers_four .right_text_panel_one .buttan_new_desn .blac_text span{
	color: #ffffff;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 16px;
	text-align: left;
	margin-top: 14px;
	font-weight: 600;
	border: none;
	border-radius: 0px;
	width: 100%;
	float: left;
	text-transform: uppercase;
}
.wright_rigid_packers_four .right_text_panel_one .buttan_new_desn a{
	color: #ffffff;
	text-decoration: none;
}

/*-----------stone_cabinate_44--------------*/
.stone_cabinate_44 {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 47px;
	background: #f2f2f2;
}
.stone_cabinate_44 .why_box {
	width: 100%;
	float: left;
	border: 1px solid #d0d6d6;
	padding: 32px 20px;
	border-radius: 10px;
	box-shadow: 6px 6px 10px -2px #d0d6d6;
	margin-top: 21px;
	background: #fff;
}
.stone_cabinate_44 .why_box .why_icone_icone {
	width: 45%;
	height: 110px;
	object-fit: contain;
}
.stone_cabinate_44 .why_box:hover .why_icone_icone {
    filter: brightness(0.5);
}
.stone_cabinate_44 .why_box h2 {
    color: #131010;
    font-family: 'Josefin Sans', ui-sans-serif;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-top: 19px;
    font-weight: 800;
    text-transform: uppercase;
}
.stone_cabinate_44 h3 {
    color: #131010;
    font-family: 'Josefin Sans', ui-sans-serif;
    font-size: 41px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.stone_cabinate_44 .why_box p {
    color: #1d1b1b;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin-top: 6px;
    font-weight: 400;
    line-height: 26px;
    float: left;
}
/*---what_sup_panel------*/
.what_sup_panel {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 9999;
    bottom: 44%;
}
.what_sup_panel .whats {
    right: 11px;
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #12e50a;
}
.what_sup_panel .whats:hover {
	background-color: #067509;
}
.what_sup_panel .whats .fon_iconet{
	font-size: 35px;
	width: 100%;
	text-align: center;
	float: left;
	color: #fff;
	line-height: 62px;
}
/*--------inner_baner----------*/
.inner_banner {
    width: 100%;
    float: left;
    padding-bottom: 0px;
    margin-top: 0px;
    background-color: #061f6d;
    padding-top: 0px;
}
.inner_banner h1 {font-family: 'Josefin Sans', sans-serif;font-size: 21px;color: #ffffff;font-weight: 700;float: left;width: 100%;text-align: center;text-transform: uppercase;margin-top: 0px;background-color: #f8981d;padding: 15px 8px;margin-bottom: 0px;letter-spacing: 2px;}
.inner_banner h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 19px;
    font-weight: 700;
    letter-spacing: 2px;
}
.inner_banner h2 a {
	text-decoration: none;
	color: #ffc495;
}
/*-------cosmos_contact_page_one---------*/
.cosmos_contact_page_one {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cosmos_contact_page_one h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    margin-top: 0px;
}
.cosmos_contact_page_one .in_form {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    color: #10110f;
    font-weight: 400;
    float: left;
    width: 98%;
    background-color: transparent;
    padding: 16px 12px;
    outline: none;
    border-radius: 2px;
    border: 1px solid #d2d2d2;
}
.cosmos_contact_page_one .in_form2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #10110f;
    font-weight: 400;
    float: left;
    width: 99%;
    background-color: transparent;
    padding: 9px;
    height: 90px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    outline: none;
}
.cosmos_contact_page_one .readmore1 {
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: #f86e00;
    border: none;
    color: #ffffff;
    width: auto;
    font-size: 19px;
    font-weight: 600;
    padding: 15px 32px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 5px auto;
    border-radius: 3px;
    float: left;
}
.cosmos_contact_page_one p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: left;
    margin-top: 21px;
    line-height: 30px;
}

.cosmos_contact_page_one h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    margin-top: 14px;
    border-bottom: 1px solid #cac7c7;
    padding-bottom: 13px;
}
.cosmos_contact_page_one .social_ic {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    width: 1005;
    margin-top: 13px;
    float: left;
}
.cosmos_contact_page_one .social_ic ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.cosmos_contact_page_one .social_ic ul li {
	float: left;
}

.cosmos_contact_page_one .social_ic ul li a {
    color: #ffffff;
    text-decoration: none;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 10px 0px;
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    margin-right: 10px;
}
.cosmos_contact_page_one .social_ic ul li:first-child a {
    background-color: #3b5998;
}
.cosmos_contact_page_one .social_ic ul li:first-child a:hover {
    background-color: #1a25b9;

}
.cosmos_contact_page_one .social_ic ul li:nth-child(2) a {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.cosmos_contact_page_one .social_ic ul li:nth-child(2) a:hover {
    background-color: #0b86f4;
}
.cosmos_contact_page_one .social_ic ul li:nth-child(3) a {
    background-color: #bc0606;
}
.cosmos_contact_page_one .social_ic ul li:nth-child(3) a:hover {
    background-color: #bc0606;
}
.cosmos_contact_page_one .social_ic ul li:nth-child(4) a {
    background-color: #26de00;
}
.cosmos_contact_page_one .social_ic ul li:nth-child(4) a:hover {
    background-color: #db0000;
}
.cosmos_contact_page_one .social_ic ul li:nth-child(5) a {
    background-color: #d20202;
}
.cosmos_contact_page_one .social_ic ul li:nth-child(5) a:hover {
    background-color: #0fd202;
}
.cosmos_contact_page_one h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    margin-top: 8px;
}
.cosmos_contact_page_one h4 a{
	color: #000000;
	text-decoration: none;
}

.cosmos_contact_page_one .map_class{width: 100%;float: left;height: 220px;margin-top: 28px;}

/*---------cppainting_progaller_gallery----------*/
.cppainting_progaller_gallery {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.cppainting_progaller_gallery .arr {
	
}
.cppainting_progaller_gallery h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #191917;
    font-weight: 800;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 1px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.viewbox-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(49, 45, 42, 0.8);
    z-index: 700;
}
.viewbox-body{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	overflow: auto;
}
.viewbox-header{
	margin: 10px;
}
.viewbox-content{
	margin: 10px;
	width: 300px;
	height: 300px;
}
.viewbox-footer{
	margin: 10px;
}
.viewbox-content .viewbox-image{
	width: 100%;
	height: 100%;
}

/* buttons */
.viewbox-button-default{
	cursor: pointer;
    height: 64px;
    width: 64px;
}
.viewbox-button-default > svg{
	width: 100%;
	height: 100%;
	background: inherit;
	fill: inherit;
	pointer-events: none;
	transform: translateX(0px);
}
.viewbox-button-default{
	fill: #fff;
}
.viewbox-button-default:hover{
    fill: #fff;
}

.viewbox-button-close{
	position:absolute;
	top:10px;
	right: 10px;
	z-index:9;
}
.viewbox-button-full-screen{
	position:absolute;
	top:84px;
	right: 10px;
	z-index:9;
}
.viewbox-button-next,
.viewbox-button-prev{
	position:absolute;
	top: 50%;
	height: 128px;
    width: 128px;
	margin: -64px 0 0;
	z-index:9;
}
.viewbox-button-next{
	right: 10px;
}
.viewbox-button-prev{
	left: 10px;
}
@media (max-width: 480px) {
	.viewbox-button-close{
		top: 0;
		right: 0;
	}
	.viewbox-button-next,
	.viewbox-button-prev{
		height: 81px;
    	width: 81px;
		margin-top: -40px;
	}
	.viewbox-button-next{
		right:-15px;
	}
	.viewbox-button-prev{
		left:-15px;
	}
}

/* loader */
.viewbox-container .loader{
	widows: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-25px 0 0 -25px;
}
.viewbox-container .loader *{
	margin: 0;
	padding: 0;
}
.viewbox-container .loader .spinner{
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0 auto;
}
.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #999;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.viewbox-container .loader .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.thumbnail {
  border: none;

}
@-webkit-keyframes sk-bounce{
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce{
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.overlay {
    position: absolute;
    top: 19px;
    bottom: 0px;
    left: 15px;
    right: 0;
    width: 93%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(00,00,00,0.6);
    height: 333px;
}
.black_box_design {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.black_box_design_two {
	width: 94%;
	float: left;
	margin-top: 1px;
}
.gsm img {
    width: 100%;
    margin-bottom: 6px;
    border-radius: 3px;
    border: none;
    height: 332px;
    object-fit: cover;
    object-position: center;
}
.gsm:hover img {
}

.gsm:hover .overlay {
  opacity: 1;
}
.overlay .new_settext {
    font-family: 'Josefin Sans', ui-sans-serif;
    color: #f5f5f5;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.overlay  p {
    font-family: 'IBM Plex Sans', ui-sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 18px 40px;
    margin-bottom: 20px;
}

.overlay .readmoreceo {
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: #f8981d;
    border: none;
    color: #f6f6f6;
    width: auto;
    font-size: 40px;
    font-weight: 600;
    padding: 0px 14px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px;
    margin-right: 0px;
    position: absolute;
    right: 0;
    left: 0;
    width: 67px;
    margin: 0 auto;
}
.gsmtwo img {
    width: 100%;
    margin-bottom: 6px;
    border-radius: 3px;
    border: none;
    height: 102px;
    object-fit: cover;
    object-position: center;
}
.gsmtwo:hover img {
}

.gsmtwo:hover .overlaytwo {
  opacity: 1;
}
.gsm:hover .overlaytwo {
  opacity: 1;
}
.overlaytwo  .new_settext_two {
    font-family: 'Rubik', sans-serif;
    color: #f5f5f5;
    font-size: 21px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding-top: 31px;
}
.overlaytwo {
    position: absolute;
    top: 8px;
    bottom: 0px;
    left: 7px;
    right: 0;
    width: 84%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(00,00,00,0.6);
    height: 83px;
}
/*----------------------ssr_aboutus_page_inner_ser_two-----------------------*/
.ssr_aboutus_page_inner_ser_two {
	width: 100%;
	float: left;
	padding-top: 55px;
	padding-bottom: 55px;
	background: #000;
}

.ssr_aboutus_page_inner_ser_two .about_picture {
	width: 94%;
	float: left;
	height: 418px;
	object-fit: cover;
	object-position: center;
	border-radius: 230px 220px 0px 0px;
	border: 5px solid #f8981d;
	}

.ssr_aboutus_page_inner_ser_two .round {
    color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-top: 19px;
    font-weight: 600;
    background-color: transparent;
    border: 3px solid #fff;
    padding: 11px 23px;
    border-radius: 0px;
    width: auto;
    text-transform: uppercase;
	float: left;
	margin-right: 23px;
}
.ssr_aboutus_page_inner_ser_two .round:hover {
    background-color: #187bb7;
}

.ssr_aboutus_page_inner_ser_two h2{
    color: #ffffff;
    font-family: 'Josefin Sans', ui-sans-serif;
    font-size: 40px;
    text-align: left;
    width: 100%;
    margin-top: 89px;
    font-weight: 600;
    float: left;
}
.ssr_aboutus_page_inner_ser_two p {
    color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin-top: 5px;
    font-weight: 400;
    line-height: 30px;
    float: left;
    padding-right: 22px;
}
.ssr_aboutus_page_inner_ser_two .buttan_read {
    font-family: 'Josefin Sans', ui-sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: auto;
    text-align: center;
    padding: 8px 28px;
    border: none;
    background-color: #f8981d;
    border-radius: 2px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 10px;
}
.ssr_aboutus_page_inner_ser_two .buttan_read_two {
	background-color: #061f6d;
	font-family: 'Josefin Sans', ui-sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	float: left;
	width: auto;
	text-align: center;
	padding: 8px 28px;
	border: none;
	border-radius: 2px;
	text-transform: uppercase;
	margin-top: 20px;
}
/*----------drift_about_dsign_page-----------*/
.drift_about_dsign_page {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #fefefe;
}
.drift_about_dsign_page h4 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    text-align: left;
    width: 100%;
    margin-top: 2px;
    font-weight: 700;
    float: left;
    line-height: 40px;
    padding-right: 60px;
}
.drift_about_dsign_page h4 span{
    color: #009647;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    text-align: left;
    width: 100%;
    margin-top: 2px;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
}
.drift_about_dsign_page h5 {
    color: #000000;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    width: 100%;
    margin-top: 29px;
    font-weight: 400;
    float: left;
    line-height: 30px;
}
.drift_about_dsign_page .abo_box_design {
	width: 100%;
	float: left;
	padding: 20px;
	box-shadow: 8px 2px 7px -3px #b5b5b5;
	background-color: #fff;
	margin-top: 0px;
	border: 1px solid #e5e4e4;
	border-left: 9px solid #061f6d;
	padding-top: 40px;
	padding-bottom: 70px;
}
.drift_about_dsign_page .abo_box_design .ab_ico_pic{
	float: left;
	height: 79px;
	object-fit: contain;
	margin-bottom: 12px;
}
.drift_about_dsign_page .abo_box_design h2{
    color: #000000;
    font-family: 'Josefin Sans', ui-sans-serif;
    font-size: 33px;
    text-align: left;
    width: 100%;
    margin-top: 0px;
    font-weight: 700;
    float: left;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e4e4;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.drift_about_dsign_page .abo_box_design p{
	color: #000000;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	width: 100%;
	margin-top: 2px;
	font-weight: 400;
	float: left;
	line-height: 27px;
}
/*-------------just_bathroom_designe_page_inner------------*/
.just_bathroom_designe_page_inner {
    width: 100%;
    float: left;
    padding-top: 51px;
    padding-bottom: 51px;
}
.just_bathroom_designe_page_inner .listing_service {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #1b2c38;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 26px;
    text-transform: uppercase;
    border: 2px solid #e1dfdf;
    padding: 13px;
    }
.just_bathroom_designe_page_inner .listing_service ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.just_bathroom_designe_page_inner .listing_service  ul li{

}
.just_bathroom_designe_page_inner .listing_service ul li a{
	float: left;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	background-color: #f8981d;
	padding: 10px;
	margin-bottom: 5px;
}
.just_bathroom_designe_page_inner .listing_service ul li a:hover{
	color: #ffffff;
	background-color: #061f6d;
}
.just_bathroom_designe_page_inner .sc_picture {
	width: 100%;
	float: left;
	object-fit: cover;
	object-position: center;
	}
.just_bathroom_designe_page_inner h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 35px;
    color: #100e0e;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 21px;
    margin-bottom: 2px;
    margin-left: 0px;
    font-weight: 600;
    text-transform: capitalize;
}
.just_bathroom_designe_page_inner p {
    color: #000000;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin-top: 5px;
    font-weight: 400;
    line-height: 27px;
    float: left;
    padding-right: 22px;
}


.just_bathroom_designe_page_inner .uper_box_desgine {
    width: 100%;
    float: left;
    background-color: #061f6d;
    height: auto;
    padding-bottom: 32px;
    margin-top: 10px;
    padding-top: 23px;
    border-radius: 10px;
    }
.just_bathroom_designe_page_inner .round {
    color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    text-align: center;
    margin-top: 14px;
    font-weight: 600;
    background-color: #f8981d;
    border: none;
    padding: 14px 32px;
    border-radius: 0px;
    width: auto;
    text-transform: uppercase;
    float: none;
    margin-right: 0px;
}
.just_bathroom_designe_page_inner h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 19px;
    color: #ffffff;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.just_bathroom_designe_page_inner h5 {
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 34px;
    width: 100%;
    margin-top: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 29px;
    text-transform: uppercase;
    float: left;
    }
.just_bathroom_designe_page_inner h6 {
    color: #fcfcfc;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 31px;
    width: 100%;
    margin-top: 4px;
    font-weight: 700;
    text-align: center;
    line-height: 29px;
    float: left;
    }
.just_bathroom_designe_page_inner h6 a{
	color: #ffffff;
	text-decoration: none;
}
.just_bathroom_designe_page_inner .sili_pic{
width: 100%;}
.just_bathroom_designe_page_inner  .kop_box_dsign {
	width: 100%;
	float: left;
	padding: 20px;
	border: 1px solid #b0b0b0;
}
.just_bathroom_designe_page_inner h3 {
    color: #030303;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    text-align: left;
    width: 100%;
    margin-top: 30px;
    font-weight: 700;
    text-transform: capitalize;
    float: left;
    margin-bottom: 10px;
}
.just_bathroom_designe_page_inner .vip_inform {
    width: 100%;
    float: left;
    background-color: #061f6d;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 21px;
}
.just_bathroom_designe_page_inner .in_form {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 12px 14px;
    border: 1px solid #ffffff;
    outline: none;
    border-radius: 4px;
    margin-bottom: 8px;
}

.just_bathroom_designe_page_inner .readmore1 {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #f8981d;
    border: none;
    color: #ffffff;
    width: auto;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 50px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0px auto;
    border-radius: 4px;
}
/*----------glass_top_panel_menu_mobile_menu-------------*/
.glass_top_panel_menu_mobile_menu {
    width: 100%;
    float: left;
    display: none;	
}
.glass_top_panel_menu_mobile_menu .social_ic_mob {
	font-family: 'Abel', sans-serif;    
	font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    float: right;
    margin-top: 5px;
    margin-left: 0px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mob {
	font-family: 'Abel', sans-serif;    
    font-size: 33px;
    color: #260b02;
    font-weight: 400;
    float: right;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 21px;
}
.glass_top_panel_menu_mobile_menu span {
    position: relative;
    right: 21px;
    margin-top: 0px;
    background-color: transparent;
    border-radius: 50%;
    color: #121111;
    text-align: center;
    float: right;
    font-size: 48px !important;
}
.glass_top_panel_menu_mobile_menu .lop {
    margin-top: 16px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mob ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.glass_top_panel_menu_mobile_menu .social_ic_mob ul li {
    float: left;
    padding: 4px 10px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mob ul li a {
	text-decoration: none;
	color: #260b02;
}
.glass_top_panel_menu_mobile_menu .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #1a184d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}
.ss_li_me {
    color: #ffffff;
    cursor: pointer;
    padding-left: 0px;
    font-size: 33px;
    left: -11px;
    top: 0px;
    width: 40px !important;
    height: 40px !important;
    line-height: 38px;
    font-size: 24px !important;
}
.glass_top_panel_menu_mobile_menu .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #eeecec;
}
.glass_top_panel_menu_mobile_menu .sidenav a:hover {
  color: #d3191e;
}

.glass_top_panel_menu_mobile_menu .sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: none;
    right: 0px;
}

.glass_top_panel_menu_mobile_menu .social_ic_mobmenu {
	font-family: 'IBM Plex Sans', sans-serif;    
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mobmenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.glass_top_panel_menu_mobile_menu .social_ic_mobmenu ul li {
    float: left;
    padding: 4px 10px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mobmenu ul li a {
	text-decoration: none;
	color: #ffffff;
}
@media screen and (max-height: 450px) {
  .glass_top_panel_menu_mobile_menu .sidenav {padding-top: 15px;}
  .glass_top_panel_menu_mobile_menu .sidenav a {font-size: 18px;}
}
.con_t_in {
	display: none;
}
.mobile_contact_ubi {
	display: none;
}
/*------------responsive-----------------*/

@media only screen and (min-width: 766px) {
	

}


/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 992px) {
		.container{
		width:757px;
	}
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}







}




@media only screen and (min-width: 992px) and (max-width: 1024px)  {
		.container{
		width:990px;
	}
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}






	
	
}

@media only screen and (min-width: 1024px) and (max-width: 1224px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}

	
	
	
}

/* Note: Design for a width of 320px */

@media only screen and (min-width: 300px) and (max-width: 767px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}
.glass_top_panel_menu_mobile_menu {
    width: 100%;
    float: left;
    display: block;
    padding-top: 4px;
    padding-bottom: 5px;
    background-color: #fff;
}
.sidenav ul {
    width: 100%;
    float: left;
    padding-left: 0px;
    padding-top: 0px;
}
.fa.fa-caret-down.right {
    float: right;
}
.fa.right.fa-caret-up {
    float: right;
}
.glass_top_panel_menu_mobile_menu .sidenav a:hover {
    color: #d3191e;
}
.mobile_machnic_logo_panel {
    display: none;
}
.glass_top_panel_menu_mobile_menu .logo_picture {
    width: 68%;
    margin-top: 0px;
    margin-left: 0px;
}
.glass_top_panel_menu_mobile_menu .sidenav a:hover {
    color: #f8981d;
}
.glass_top_panel_menu_mobile_menu .sub-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #f8981d;
}		
.mobile_contact_ubi {
	display: block;
	width: 100%;
	float: left;
	background-color: #f8981d;
}

.mobile_contact_ubi h2 {
    font-family:
    'Montserrat', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color:#2fce08;
    padding: 15px 5px;
    }

.mobile_contact_ubi h2 span {
	margin-right: 4px;
font-size: 22px;}
.mobile_contact_ubi h2 a{
	color: #ffffff;
	text-decoration: none;
}
.mobile_contact_ubi h3 {
    font-family:'Montserrat', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;  
padding: 15px 5px;}

.mobile_contact_ubi h3 span {
	margin-right: 9px;
font-size: 22px;}
.mobile_contact_ubi h3 a{
	color: #ffffff;
	text-decoration: none;
}
.mobile_contact_ubi h4 {
    font-family:'Montserrat', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 15px 5px;
    background-color:#1a184d;
}

.mobile_contact_ubi h4 span {
	margin-right: 0px;
font-size: 22px;}
.mobile_contact_ubi h4 a{
	color: #ffffff;
	text-decoration: none;
}
.ssr_panel_top_fionone {
    display: none;
}
.ssr_panel_top_one {
    display: none;
}
.slider_banner {
    padding: 13px 7px;
}
.cosmos_interior_design_panel_five h3 {
    font-size: 20px;
}
button.slick-next.slick-arrow {
    display: none !important;
}
button.slick-prev.slick-arrow {
    display: none !important;
}
.jim_blenhart_nine h4 {
    padding: 0px 0px;
}
.mkol {
    padding: 0;
}
.bs-slider {
    border: 5px solid #f8981d;
}
.wright_rigid_packers_four .small_pictu_two {
    height: auto;
}
.wright_rigid_packers_four .right_text_panel_one {
    padding-left: 0px;
}
.wright_rigid_packers_four .right_text_panel_one h3 {
    font-size: 28px;
}
.wright_rigid_packers_four .right_text_panel_one .small_box_oe .ico_icone {
    width: 16%;
    float: none;
}
.wright_rigid_packers_four .right_text_panel_one .small_box_oe h4 {
    text-align: center;
    margin-top: 20px;
    padding-left: 0px;
}
.stone_cabinate_44 h3 {
    font-size: 21px;
}
.stone_cabinate_44 .why_box .why_icone_icone {
    width: 25%;
}
.star_interir_pagedisn_panel_one {
	padding-left:15px;
	padding-right: 15px;
}
.star_interir_pagedisn_panel_one h3 {
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    line-height: 37px;
    padding-right: 0px;
}
.star_interir_pagedisn_panel_one p {
    text-align: center;
    padding-right: 0px;
}
.star_interir_pagedisn_panel_one .vip_inform {
    margin-top: 30px;
}
.jim_blenhart_nine h5 {
    font-size: 24px;
    margin-top: 21px;
}
.marmorin_interiors_eight .tetimonila_box_design .testimonials_pic {
    width: 26%;
    float: none;
}
.marmorin_interiors_eight .tetimonila_box_design h2 {
    text-align: center;
    margin-bottom: 20px;
}
.marmorin_interiors_eight .tetimonila_box_design p {
    text-align: center;
}
.body_top_panel_futter {
	padding-left:15px;
	padding-right: 15px;	
}
.body_top_panel_futter .extra_menu_panel .mainservive_menu ul li {
    float: left;
    padding: 10px 8px;
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.body_top_panel_futter .extra_menu_panel {
    padding: 20px;
}
.body_top_panel_futter .logo_box .logo_pin {
    width: 82%;
}
.body_top_panel_futter h5 {
    padding: 20px 0px;
    letter-spacing: 1px;
}
.body_top_panel_futter .logo_box {
    margin-top: 20px;
}
.inner_banner h1 {
    font-size: 17px;
}
.inner_banner {
    padding-bottom: 10px;
}
.ssr_aboutus_page_inner_ser_two {
	padding-left:15px;
	padding-right: 15px;	
}
.ssr_aboutus_page_inner_ser_two .about_picture {
    width: 100%;
    height: 310px;
}
.ssr_aboutus_page_inner_ser_two h2 {
    font-size: 37px;
    text-align: center;
    margin-top: 19px;
}
.ssr_aboutus_page_inner_ser_two p {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    padding-right: 0px;
}
.drift_about_dsign_page .abo_box_design {
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.body_top_panel_futter p {
    padding-right: 0px;
}
.just_bathroom_designe_page_inner {
	padding-left:15px;
	padding-right: 15px;	
}
.just_bathroom_designe_page_inner h2 {
    font-size: 31px;
    text-align: center;
}
.just_bathroom_designe_page_inner p {
    font-size: 14px;
    text-align: center;
    padding-right: 0px;
}
.no-padding-mob {
	padding:0px;
}
.just_bathroom_designe_page_inner .listing_service {
    margin-top: 23px;
}
.overlay .new_settext {
    font-size: 21px;
}
.errorpage_panel {
 	padding-left:15px;
	padding-right: 15px;   
}
.errorpage_panel h2 {
    font-size: 59px;
}
.errorpage_panel .err_buttan {
    font-size: 12px;
    padding: 12px 18px;
}
.errorpage_panel .smapl_bvo {
    padding: 10px;
}
















	
}

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.container{
		width:470px;
	}
	
	
	
	
	
}

@media only screen and (min-width: 300px) and (max-width: 479px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}


}
















