/** Web Fonts **/
@font-face {
	font-family: 'Conv_seguisb';
	src: url('../fonts/seguisb.eot');
	src: local('☺'), url('../fonts/seguisb.woff') format('woff'), url('../fonts/seguisb.ttf') format('truetype'), url('../fonts/seguisb.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_segoeuib';
	src: url('../fonts/segoeuib.eot');
	src: local('☺'), url('../fonts/segoeuib.woff') format('woff'), url('../fonts/segoeuib.ttf') format('truetype'), url('../fonts/segoeuib.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_segoeuil';
	src: url('../fonts/segoeuil.eot');
	src: local('☺'), url('../fonts/segoeuil.woff') format('woff'), url('../fonts/segoeuil.ttf') format('truetype'), url('../fonts/segoeuil.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_segoeui';
	src: url('../fonts/segoeui.eot');
	src: local('☺'), url('../fonts/segoeui.woff') format('woff'), url('../fonts/segoeui.ttf') format('truetype'), url('../fonts/segoeui.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_segoeuisl';
	src: url('../fonts/segoeuisl.eot');
	src: local('☺'), url('../fonts/segoeuisl.woff') format('woff'), url('../fonts/segoeuisl.ttf') format('truetype'), url('../fonts/segoeuisl.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Global css ---------- */
html {
    -moz-font-smoothing:antialiased;
    font-smoothing:antialiased;
    -webkit-font-smoothing:antialiased;
}
body{
	/* color:#7e7e7e; - Change d by priyanka on May 13, 2019*/
	
	font-family: 'Conv_segoeuisl';
	font-size:22px;
	line-height:1.35;
	background:#f2f2f2;
}
.container{
	width:85%;
	max-width:100%;
}
a{
	color:#336699;
}
b, strong{
	font-weight:normal;
	font-family: 'Conv_seguisb';
}
.orange{
	color:#cb6828;
}
.blue{
	color:#336699;
}
.mb-6{
	margin-bottom:6rem !important;
}
img{
	max-width:100%;
}
.row:before, .row:after {display: none !important;}


/* Header css ---------- */
.navbar-brand{
	max-width:50%;
}
.navbar-toggler{
	border:none;
}
.navbar {
  margin-bottom: 20px;
  padding:1.5rem 0 1.5rem 0;
  background-color:transparent !important;
}
.navbar-nav .nav-link{
	font-family: 'Conv_seguisb';
	font-size:20px;
}
.navbar-light .navbar-nav .nav-link{
	color:#7f7f7f;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding-right: .8rem;
	padding-left: .8rem;
}
.language-btn{
	margin-left:.8rem;
}
.language-btn .btn{
	color:#cb6828;
	line-height:16px;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.25);
box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.25);
}
.language-btn .dropdown-menu{
	min-width:6rem;
	left:auto;
	right:0;
	text-align:right;
	margin:0;
	padding:0;
	background:#cb6828;
}
.language-btn .dropdown-item{
	padding: .10rem .5rem;
	color:#FFF;
}
.language-btn .dropdown-item:hover{
	color:#000;
}


/* Content css ---------- */
.tool-box:before{
	display: block;
	content: "";
	width: 100%;
	padding-top: 50%;
}
.tool-box{
	background:#7e7e7e;
	text-align:center;
	position:relative;
	vertical-align:middle;
	color:#FFF;
	z-index:0;
	overflow:hidden;
	border-radius: 25px;
	border:none !important;;
}
.tool-box .title {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -91px;
    min-width: 182px;
    min-height: 40px;
    text-align: center;
}
.tool-box .title h3{
	font-size:27px;
	font-family: 'Conv_seguisb';
	margin:0;
	display:inline-block;
	background: #cb6828;
    padding: 2px 11px 5px;
}
.tool-box .setting-link{
	color:#fff;
	position:absolute;
	top:6%;
	right:3%;
	max-width:11%;
	z-index:904;
	font-size:30px;
	height:30px;
	line-height:29px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.tool-box .setting-link:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
		  text-decoration:none;
}
.tool-box .main-icon{
	position:absolute;
	left:50%;
	margin-left:-66.5px;
	top:50%;
	margin-top:-78px;
	z-index:-1;
}
.tool-box:hover .title, .tool-box:hover .main-icon{
	display:none;
}
.tool-box .overlay-text{
	display:none;
	position:absolute;
	left:8px;
	right:8px;
	font-size:25px;
	line-height:31px;
	font-family: 'Conv_segoeuil';
	text-align:left;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tool-box:hover .overlay-text{
	display:block;
}
.tool-box .jcf-file{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
}


/* Setting page css ---------- */
.blue-bg, .orange-bg{
	color:#fff;
}
.blue-bg{
	background:#336699;	
}
.orange-bg{
	background:#cb6828;
}
.light{
	font-family: 'Conv_segoeuil';
}
.setting-container{
	font-size:25px;
	padding:15px 70px 15px 40px;
}
.setting-container label{
	font-family: 'Conv_segoeuil';
	margin-bottom:0;
}

/* Form styles ---------- */
.form-group{
	margin-bottom:7px;
}
.form-control{
	font-size:25px;
	line-height:45px;
	height:45px;
	color:#000;
	font-family: 'Conv_segoeuil';
	text-align:center;
	border-color:#fff !important;
	-webkit-border-radius: 6px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 6px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 6px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.jcf-select{
	height:45px !important;
	margin:0 !important;
	color:#000;
	width:100%;
	font-family: 'Conv_segoeuil';
	text-align:center;
	border-color:#fff !important;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.jcf-select .jcf-select-opener{
	background:url(../img/select-arrow.png) no-repeat center center !important;
	width:28px !important;
}
.jcf-select .jcf-select-text{
	line-height:40px !important;
	font-size:25px !important;
	margin:0 28px 0 10px !important;
}
.jcf-range{
	margin:0 !important;
	width:100% !important;
	min-width:150px !important;
}
.jcf-range .jcf-range-wrapper{
	border-radius:0 !important;
	background:#fff !important;
}
.jcf-range .jcf-range-handle{
	border:#336699 solid 1px;
	background:#fff !important;
	width: 35px !important;
	height: 35px !important;
	-webkit-border-radius: 35px !important;
	-moz-border-radius: 35px !important;
	border-radius: 35px !important;
	margin-top:-12px !important;
}
.jcf-range.jcf-focus .jcf-active-handle {
	border-color:#cb6828 !important;
}
.jcf-focus, .jcf-focus * {border-color: #cb6828 !important;}
.jcf-checkbox{
	width:52px !important;
	height:45px !important;
	border-color:#fff !important;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.jcf-checkbox span{
	background:url(../img/checkbox-arrow.png) no-repeat center center;
	border:none !important;
	height:23px !important;
	width:24px !important;
	-moz-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	-webkit-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	margin:-15px 0 0 -12px !important;
}
.checkbox-container{
	text-align:center;
}
.drop-files{
	font-size:25px;
	padding:15px 40px;
}
.drop-files label{
	font-family: 'Conv_segoeuil';
	margin-bottom:0;
}
.select-file{
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 40px;
	right: 40px;
}
.select-file:before{
	position:absolute;
	content:" ";
	border:#fff dashed 6px;
	left:0;
	right:0;
	top:70px;
	bottom:auto;
	height:230px;
}
.select-file .jcf-file{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:none !important;
	z-index:9999;
}
.select-file .jcf-file .jcf-fake-input{
	opacity:0;
}
.select-file .jcf-file .jcf-upload-button{
	opacity:0;
}
.jcf-file .jcf-real-element {
    position: absolute !important;
    font-size: inherit !important;
    height: auto !important;
    margin: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
	width:100%;
}



.select-file .or{
	margin:75px 0 10px 0;
	width:100%;
}
.bottom-set{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:auto;
	z-index:0;
}
#real {
	display:block;
}
#refl {
	display:block;
	-moz-transform: scaleY(-1);
       -o-transform: scaleY(-1);
       -webkit-transform: scaleY(-1);
       transform: scaleY(-1);
	-webkit-mask-image: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.4)));
}

.percent-outer{
	position:relative;
	background:#FFF;
	-webkit-border-radius: 6px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 6px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 6px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	z-index:0;
}
.percent-outer:before{
	position:absolute;
	content:"%";
	right:0;
	bottom:0;
	top:0;
	left:50%;
	z-index:-1;
	font-size:25px;
	line-height:45px;
	height:45px;
	color:#000;
	font-family: 'Conv_segoeuil';
}
.percent-outer .form-control{
	padding-right:50%;
	text-align:right;
	background:none;
	border:none;
}



/* Footer css ---------- */
footer, .footer{
	margin-top:20px;
	border-top:#7e7e7e solid 2px;
	padding:20px 0;
}
.footer-nav{
	font-family: 'Conv_segoeui';
	font-size:15px;
	line-height:17px;
}
.footer-nav ul{
	margin:0 -22px;
	padding:0;
}
.footer-nav ul li{
	list-style:none;
	display:inline-block;
	padding:0 22px;
	border-right:#336699 solid 1px;
	margin-bottom:10px;
}
.footer-nav ul li:last-child{
	border:none;
}
.copyright{
	color:#7e7e7e;
	font-size:15px;
	font-family: 'Conv_segoeuil';
}
.footer-socials{
	text-align:right;
}
.footer-socials a{
	background:#aac5f5;
	color:#fff;
	width:45px;
	height:45px;
	line-height:45px;
	display:inline-block;
	text-align:center;
	font-size:1.5rem;
	margin-left:15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/* Responsive css ---------- */
@media (max-width:1199.98px){
	.language-btn {
    	margin-top: .5rem;
		margin-left:0;
	}
	.language-btn .dropdown-menu{
		right:auto;
		left:0;
	}
}
@media screen and (max-width: 1149px) and (min-width: 1050px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 9px;
		padding-left: 9px;
	}
	.navbar-nav .nav-link{
		font-size:17px;
	}
}
@media screen and (max-width: 1049px) and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px;
	}
	.navbar-nav .nav-link{
		font-size:16px;
	}
}
@media screen and (max-width: 1140px) and (min-width: 992px) {
	.tool-box .overlay-text{
		font-size:20px;
		right:35px;
	}
	.tool-box .main-icon {
		margin-left: -47px;
		margin-top: -55px;
		max-height: 110px;
	}
}
@media screen and (max-width: 860px) and (min-width: 768px) {
	.tool-box .overlay-text{
		font-size:20px;
		right:35px;
	}
	.tool-box .main-icon {
		margin-left: -55px;
		margin-top: -64px;
		max-height: 128px;
	}
}
@media (max-width: 991px) {
	.navbar-toggler{
		z-index: 100;
	}
	.navbar-collapse.collapse, .navbar-collapse.collapsing, .navbar-collapse.collapse.show  {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 40px 15px;
		background: #fff;
		display: block;
	} 
	.navbar-collapse.collapse {
		visibility: hidden;
		opacity: 0;
		z-index: 0;
	}
	.navbar-collapse.collapse.show, .navbar-collapse.collapsing {
		visibility: visible;
		opacity: 1;
		z-index: 10;		-webkit-transition: height 0s;
	    -o-transition: height 0s;
	    transition: height 0s;
	}
	.navbar-toggler:not(.collapsed) {
		position: fixed;
		top: 5.5%;
		right: 7.5%;
	}
	.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		background:url(../img/cross.jpg);
		background-repeat: no-repeat;
		background-position: center;
		
	}
	.drop-files{
		height:175px;
	}
	.select-file{
		height:70px;
	}
	.select-file:before{
		display:none;
	}
	.md-none{
		display:none;
	}
}
@media (max-width:767.98px){
	.navbar{
		padding:0 .5rem;
		margin-bottom:10px;
	}
	.navbar-toggler{
		padding: .25rem .0rem;
	}
	.navbar-toggler:not(.collapsed) {
		position: fixed;
		top: 0px;
		right: 10px;
	}
	.main-heading{
		margin:0 0 20px 0 !important;
	}
	.h2, h2{
		font-size:1.5rem;
	}
	.h3, h3 {
    	font-size: 1.3rem;
	}
	.container{
		width:100%;
	}
	.tool-box{
		margin:0 -15px;
	}
	.tool-box .title{
		font-size:24px;
	}
	.tool-box .main-icon {
		margin-left: -60px;
		margin-top: -70px;
		max-height: 140px;
	}
	.setting-container {
    	font-size: 1.25rem;
	}
	.jcf-select .jcf-select-text, .form-control, .percent-outer::before{
		font-size:21px !important;
	}
	body{
		font-size:18px;
	}
	footer, .footer{
		text-align:center;
		position:relative;
	}
	footer:before, .footer:before{
		position:absolute;
		content:" ";
		left:-15px;
		right:-15px;
		top:-3px;
		height:3px;
		background:#7e7e7e;
	}
	.footer-nav {
    	font-size: 16px;
    	line-height: 16px;
	}
	.footer-nav ul{
		margin:0;
	}
	.footer-nav ul li{
		padding:0 10px;
	}
	.footer-socials{
		text-align:center;
		margin-top:10px;
	}
	.footer-socials a{
		width:40px;
		height:40px;
		line-height:37px;
		font-size:1.3rem;
	}
	.copyright{
		font-size:14px;
	}
}
@media (max-width:575px){
	.setting-container, .drop-files{
		padding:5px 10px;
	}
	.checkbox-container{
		text-align:left;
	}
	.bottom-set{
		font-size:1.2rem;
	}
	.drop-files{
		height:63px;
	}
	.select-file {
		height:63px;
		top: 0px;
		bottom: 0px;
		left: 15px;
		right: 15px;
	}
	.settings-page .navbar{
		margin-bottom:0;
	}
	.no-gutters.mob-0{
		margin-left:-15px;
		margin-right:-15px;
	}
	.h2, h2{
		font-size:1.4rem;
	}
	.mob-m0{
		margin:0 !important;
	}
	.mob-mb5{
		margin-bottom:5px !important;
	}
	h3.mob-small{
		font-size:1.15rem;
	}
	.setting-container{
		font-size:1.1rem;
	}
	.jcf-select{
		height:30px !important;
	}
	.jcf-select .jcf-select-text, .form-control, .percent-outer::before{
		font-size:17px !important;
		line-height:26px !important;
	}
	.jcf-select .jcf-select-opener{
		background-size:contain !important;
	}
	.jcf-checkbox {
		width: 32px !important;
		height: 30px !important;
	}
	.jcf-checkbox span{
		margin:-12px 0 0 -11px !important;
	}
	.form-group{
		margin-bottom:5px;
	}
	.form-control{
		height:30px;
	}
	.jcf-range .jcf-range-track{
		height:5px !important;
	}
	.jcf-range .jcf-range-display-wrapper{
		min-height:5px !important;
	}
	.jcf-range .jcf-range-handle{
		height:22px !important;
		width:22px !important;
		margin-top:-9px !important;
	}
}