
@font-face {
    font-family: 'rugsnatcher';
    src: url('../fonts/rugsnatcher.eot');
    src: url('../fonts/rugsnatcher.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rugsnatcher.woff2') format('woff2'),
        url('../fonts/rugsnatcher.woff') format('woff'),
        url('../fonts/rugsnatcher.ttf') format('truetype'),
        url('../fonts/rugsnatcher.svg#rugsnatcher') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-light-webfont.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#rugsnatcher') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gothambold-webfont.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#rugsnatcher') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* starts new fonts 21-02-2021 */
@font-face {
    font-family: 'Conv_MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: local('☺'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_GothamRnd-Book 6';
    src: url('../fonts/GothamRnd-Book 6.eot');
    src: local('☺'), url('../fonts/GothamRnd-Book 6.woff') format('woff'), url('../fonts/GothamRnd-Book 6.ttf') format('truetype'), url('../fonts/GothamRnd-Book 6.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_GothamRnd-Bold 4';
    src: url('../fonts/GothamRnd-Bold 4.eot');
    src: local('☺'), url('../fonts/GothamRnd-Bold 4.woff') format('woff'), url('../fonts/GothamRnd-Bold 4.ttf') format('truetype'), url('../fonts/GothamRnd-Bold 4.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GothamRounded-Bold';
    src: url('../fonts/GothamRounded-Bold.eot');
    src: url('../fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRounded-Bold.woff2') format('woff2'),
        url('../fonts/GothamRounded-Bold.woff') format('woff'),
        url('../fonts/GothamRounded-Bold.ttf') format('truetype'),
        url('../fonts/GothamRounded-Bold.svg#rugsnatcher') format('svg');
    font-weight: normal;
    font-style: normal;
}
.GothamRounded-Bold{
    font-family: 'GothamRounded-Bold';
}

@font-face {
    font-family: 'GothamRounded-Light';
    src: url('../fonts/GothamRounded-Light.eot');
    src: url('../fonts/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRounded-Light.woff2') format('woff2'),
        url('../fonts/GothamRounded-Light.woff') format('woff'),
        url('../fonts/GothamRounded-Light.ttf') format('truetype'),
        url('../fonts/GothamRounded-Light.svg#rugsnatcher') format('svg');
    font-weight: normal;
    font-style: normal;
}
.GothamRounded-Light{
    font-family: 'GothamRounded-Light';
}
/* end new fonts */

body{
	margin: 0;
    font-family: 'Gotham-Light';
}
.padding0{
	padding: 0px;
}
.joc-main-heading h1, .curd-banner-heading h1, .process-heading  h1, .idHead-text h2, .use-heading h2, .about-story-heading h2{
    font-size: 60px;
    font-family: 'rugsnatcher';
    /* line-height: 60px; */
}

.idHead-text  p{
    font-size: 14px;
    padding-bottom: 7px;
}

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-brand img{
	width:100%;
}
.sidebar-brand{
	width: 122px;
	padding: 40px 0px 25px 40px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    /* background: rgba(0,0,0,0.9); */
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper #sidebar-wrapper {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    z-index: 999;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
/*    padding: 15px;*/
}

#wrapper #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    top: 0;
    width: 215px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-wrapper .nav-brand img {
    width: 80px;
}

.menu-highlight{
   color: #16a695 !important;
}
.sidebar-nav li {
    text-indent: 12px;
    line-height: 40px;
}
.sidebar-nav li:first-child{
    margin-left: 0px;
    margin-right: 0px;
}
.sidebar-nav li a {
    /* display: block; */
    text-decoration: none;
    color: #ffffff;
    padding: 0 6px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    /*background: rgba(0,0,0,0.9);*/
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
   /* height: 65px;*/
    font-size: 18px;
    line-height: 60px;
}
.mobSelect-Menu a{
  padding: 7px 12px 7px 20px !important;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-nav li {
    margin-left: 10px;
    margin-right: 10px;
}
.sidebar-brand a{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.sidebar-nav li:first-child {
	border:none;
}
.sidebar-nav li:last-child {
	border:none;

}
.sidebar-nav ul:first li:last-child{
     margin-bottom: 200px;
}
.select-Menu{
    display:none;
    /*float:left;*/
}
.select-Menu li.sub-menu{
	position:relative;
}
/*li.sub-menu:after{
	content:"+ ";
	position:absolute;
	right:7px;
}
li.sub-menu1:after{
	content:"− ";
	position:absolute;
	right:7;
}*/
li.sub-menu a span.icon {
    float: right;
    margin-right: 5px;
    width: 2px;
}
.select-Menu li a{
    font-size: 11px;
}
.select-Menu{
	padding-left: 0px;
	cursor: pointer;
}
.select-Menu li{
	list-style-type: none;
	color: #ffffff;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}
.select-Menu li a{
	/*padding-left: 20px;*/
    /* font-size: 8.9px !important; */
    text-align: left;
}
.sidebar-social-sec ul li{
    display: inline-block;
    list-style: none;
}
.sidebar-social-sec ul li img{
    height: 25px;
}
.sidebar-social-sec{
    bottom: 0px;
    position: fixed;
    margin-top: 100px;
    display: none;
}
.sidebar-social-sec li{
    display: inline-block;
    list-style: none;
    height: 20px;
    width: 20px;
    background: white;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 4px;
}
.sidebar-social-sec li a{
    color: #000;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

   /* #wrapper.toggled {
        padding-left: 250px;
    }*/

    #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
       /* padding: 20px;*/
        position: relative;
    }

 	#page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

}
/*mobile header css starts here*/
.Mobile-idLogo img{
    width: 50px;
    margin-top: -8px;
    margin-right: 15px;
}
.Mobile-idLogo {
    float: right;
}
.mobile-header{
    background-color: black;
    padding-top: 20px;
    padding-bottom: 13px;
    color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.mob-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.mob-sidenav a {
    padding: 7px 12px 7px 1px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.mob-sidenav a:hover {
    color: #f1f1f1;
}

.mob-sidenav .closebtn {
    position: absolute;
     top: -18px;
    right: -6px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .mob-sidenav {padding-top: 15px;}
}
.mobSidebar-nav{
    padding-left: 0;
}
.mobSidebar-brand{
    text-align: center;
}
.mobSelect-Menu {
    cursor: pointer;
}
.mobSelect-Menu li.mobSub-menu {
    position: relative;
}
.mobSelect-Menu li:first-child {
    border: none;
}
.mobSelect-Menu li {
    list-style-type: none;
    color: #ffffff;
    width: 100%;
}
.mobSelect-Menu li.mobSub-menu1:after {
    content: "− " !important;
    position: absolute;
    right:22px;
}
.mobSelect-Menu li.mobSub-menu:after {
    content: "+ ";
    position: absolute;
    right: 22px;
}
.mobSidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
}
.mobSelect-Menu li:not(.mobSub-menu){
    display:none;
    /*float:left;*/
}
/*.mobSelect-Menu li a {
    padding-left: 20px;
}*/
.mobSidebar-nav li{
/*    margin-left: 15px;*/
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mobSidebar-nav{
    padding-left: 22px;
}
.mobSelect-Menu{
    padding-left: 0;
    text-transform: uppercase;
}
.mob-sidenav li {
    border-bottom: 1px dotted rgba(255,255,255,0.2);
  /*  border-bottom:2px solid #ffffff;*/
    list-style-type: none;
}
.mob-sidenav li:first-child {
     border: none;
}
.mob-sidenav li:last-child {
    border: none;
}
.mob-topicWidget-body img{
    width: 100%;
}
.mobWidget-content{
      background-color: #aaa8b1;
}
.mob-topicWidget-details p{
    color: #ffffff;
}
.mob-topicWidget-details h2{
    color: #ffffff;
    font-size: 19px;
}
.mob-topicWidget-details span{
    font-family: 'Gotham-Bold';
    font-size: 24px;
}
.mobMore-widgets{
    display: none;
}
.mobnNanoscroll-more{
    text-align: center;
}
.mobnNanoscroll-more img{
    width: auto;
}
.mob-topicWidget-details{
    width: 100%;
}
.mobWidget-content .modal-header{
    border: none;
}
.mobWidget-content .close{
    font-size: 48px;
}
.mobWidget-content .modal-header .close{
    margin-top: -22px;
}
#myModal{
    z-index: 9999999;
}
/*mobile header css starts here*/

/*previous,next and down-arrow images css starts here*/
section {
position: relative;
}

.prev-section, .next-section {
    display:inline-block;
    float:left;
    margin:10px;
}
.section-content {
    clear:both;
    margin:10px;
}
.next-section{
    position: absolute;
    right: 0;
    top: 48%;
    z-index: 888;
}
.prev-section{
    position: absolute;
    right: 0;
    top: 42%;
    z-index: 888;
}
.iDdown-arrow{
    position: absolute;
    bottom: 60px;
    text-align: center;
    left: 50%;
    margin-left: -36px;
    cursor: pointer;
    color: #000000;
}


/*previous,next and down-arrow images css ends here*/


.idDown-arrowBlack{
    color: #16a693;
}
a .idDown-arrowBlack:hover{
 color: #000000;
 text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
a:focus{
    text-decoration: none !important;
    color: #16a693;
}
/*.idDown-arrowBlack{
    color: white;
}*/
/*previous,next and down-arrow images css ends here*/
.contactus-form-main-wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
.contactus-form-main-wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
.contactus-form-main-wrapper input:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
.contactus-form-main-wrapper input:-moz-placeholder { /* Firefox 18- */
  color: #555;
}

.contactus-form-main-wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
.contactus-form-main-wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
.contactus-form-main-wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
.contactus-form-main-wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #555;
}
.contactus-form-main-wrapper input{
  color: #555;
}
.contactus-form-main-wrapper textarea{
  color: #555;
}
.contactus-form-main-wrapper select{
  color: #555;
}
.process-main-banner-section .iDdown-arrow h4{
    color: white;
}
.disclaimer-banner-section img{
    width: 100%;
}
.disclaimer-heading {
    position: absolute;
    bottom:20%;
    /*width: 100%;*/
    
    
}
.disclaimer-heading h1{
     font-family: 'rugsnatcher';
    font-size: 90px;
    color: #024239;
}

.disclaimer-content{
    margin-bottom: 100px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;

}
.disclaimer-content-left, .disclaimer-content-right{
    padding-left: 18px;
}
/* .sidebar-nav li.sub-menu:hover .select-Menu{
    display: block;
} */
.sidebar-nav li a:hover{
    color: #16a695;
}
.sidebar-nav li a{
    color: #fff;
}
.seo-comfort h1{
    font-size: 60px !important;
    font-family: 'rugsnatcher' !important;
    color: #5e351d !important;
}
.seo-comfort-get-in-touch h1{
    color: #16a693;
    font-family: 'rugsnatcher';
    font-size: 60px;
}
.seo-comfort-get-in-touch h1{
    margin-top: 100px;
}
