/*--------------------------------------------
	General
-----------------------------------------------*/

body {
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 28px;
	overflow-x: hidden;
}

a {
	transition: 300ms ease;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

h5 {
	color: #646464;
	margin: 0;
}

hr {
	border-top: 1px solid #dadada;
}

.btn {
	outline: none !important;
}


/*--------------------------------------------
	Navigation
-----------------------------------------------*/
.main-nav {
	background-color: #ffffff;
	margin-bottom: 0;
	padding: 10px 0;
}
.navbar-brand {
	display: inline-block;
	padding: 3px;
	height: 58px;
}
.site-logo {
	background: url('../icons/twtsave-logo.svg') center no-repeat;
	display: inline-block;
	width: 138px;
	height: 100%;
}
.site-logo.dark {
	background: url('../icons/twtsave-logo-footer.svg') center no-repeat;
}
#lang-menu {
	background: #fff;
	padding: 0;
	font-size: 15px;
	outline: none;
	border: none;
}
.lang-cont {
	padding: 10px 0;
	float: right;
}
.lang-cont .dropdown-menu {
	min-width: 325px;
	left: -215px;
}
.lang-cont .dropdown-menu>li {
	display: inline-block;
	width: 49%;
	float: left;
}
.lang-cont .dropdown-menu>li>a {
	padding: 5px 20px;
}
.lang-cont .dropdown-menu>li>a span {
	display: inline-block;
	vertical-align: middle;
}
/*--------------------------------------------
	Icons/Buttons
---------------------------------------------*/
.icon {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: cover !important;
}
.btn {
	transition: 0.2s ease;
	border-radius: 5px !important;
}
.icon.clip {
	background: url('../icons/clip.svg') center no-repeat;
} 
.err-icon,
.pasted .icon.clip {
	background: url('../icons/error.svg') center no-repeat;
}
.icon.back {
	background: url('../icons/back-2.svg') center no-repeat;
	width: 35px;
	height: 35px;
}
.icon.down {
	background: url('../icons/download.svg') center no-repeat;
	width: 25px;
	height: 25px;
}
#resultsec .icon.down {
	background: url('../icons/download2.svg') center no-repeat;
	width: 25px;
	height: 25px;
}
.icon.lang {
	background: url('../icons/lang.svg') center no-repeat;
	background-size: cover;
	height: 25px;
	width: 25px;
	vertical-align: middle;
}
.icon.flag {

background-size: cover;
}
.icon.indo {
	background: url('../icons/flag-indo.svg') center no-repeat;
}
.icon.return {
	background: url('../icons/more.svg') center no-repeat;
}
.btn.btn-primary {
	background: #005f8d;
	color: #ffffff;
	font-weight: 500;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
	background: #003955;
	color: #fff;
}
.btn.btn-secondary {
	background: #1e98d2;
	color: #fff;
	font-size: 13px;
}
.btn.btn-secondary.pasted {
	background: #628494;
	color: #ffffff;
}
.btn.btn-secondary:hover {
	background: #24b8ff;
}
.btn.btn-secondary.pasted:hover {
	background: #37505c;
}
.btn:focus,
.btn:active {
	border: none!important;
	outline: none!important;
}
.btn.btn-primary:hover,
.btn.btn-primary.load {
	-webkit-animation: movingback 5s ease infinite;
	-moz-animation: movingback 5s ease infinite;
	animation: movingback 5s ease infinite;
	background-size: 200% 200%;
}
.loader {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	z-index: 2;
	width: 48px;
	height: 48px;
	border: 8px solid #FFF;
	border-bottom-color: #24b8ff;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 0.7s ease-in-out infinite;
	display: none;
}
 @keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 

/*--------------------------------------------
	Section
-----------------------------------------------*/
.inner-section {
	padding: 40px 20px;
	border: 1px solid #dff5ff;
	background: #f5fcff;
	border-radius: 10px;
	margin-bottom: 40px;
}
.inner-section:not(:first-child) {
	margin-top: 25px;
}
.inner-section.dark {
	background: linear-gradient(45deg, rgb(1 21 30) 20%, rgb(13 51 68) 100%);
	color: #fff;
}
.inner-section.dark h2,
.inner-section.dark h3 {
	color: #fff;
}
.inner-section h2 {
	margin-top: 0;
}
.inner-section p:last-child {
	margin-bottom: 0;
}
.inner-section.center {
	text-align: center;
}
.steps-container {
	display: flex;
	gap: 15px;
	margin-top: 50px;
	margin-bottom:  40px;
}
.step-tile {
	text-align: center;
	padding: 30px 20px 20px 20px;
	background: #f5fcff;
	border: 1px solid #def5ff;
	border-radius: 10px;
	position: relative;
	flex: 1;
}
.step-tile.dark {
	background: #24b8ff;
	color: #ffffff;
}
.step-tile.dark h3 {
	color: #ffffff !important;
}
.step-tile>span {
	position: absolute;
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: inline-block;
	background-color: #84daff;
	border-radius: 50%;
	border: 1px solid #def5ff;
	top: -25px;
	right: 0;
	left: 0;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: auto;
}
.step-tile h3 {
	margin: 15px 0 15px 0 !important;
	font-size: 18px !important;
}
ul.features {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
ul.features li {
	display: inline-block;
	padding: 0px 0 20px 30px;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	width: 49%;
}
ul.features li:nth-last-child(-n + 2) {
	padding: 0px 0 0px 30px;
}
ul.features li>span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #838383;
}
ul.features li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url('../icons/feature.svg') center no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
}
#resultsec {
	display: none;
	background: #ffffff;
	padding: 10px;
	border-radius: 3px;
}
#resultsec .btn-back {
	display: block;
	text-align: left;
	padding: 0 0 15px 0;
}
#resultsec .btn-back .icon {
	background-color: #000;
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
#resultsec .btn-back span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #000;
}
#resultsec .btn-back span:nth-child(2) {
	margin-left: 10px;
}
#resultsec .tile {
	padding: 10px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}
#resultsec .author .img-holder,
#resultsec .author span {
	display: inline-block;
}
#resultsec .author span {
	margin-left: 10px;
	line-height: 40px;
}
#resultsec .author span.verified {
	background: url('../icons/verified-badge.svg') center no-repeat;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 1px;
}
#resultsec .author .img-holder {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 79%;
	overflow: hidden;
	vertical-align: middle;
}
#resultsec .author .img-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#resultsec .tile .media-item .img-holder {
	margin-top: 10px;
	overflow: hidden;
	max-height: 500px;
	position: relative;
	background-color: rgb(234 234 234);
}
#resultsec .tile .media-item .img-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 50;
}
#resultsec .btn-container {
	margin-top: 10px;
}
.media-header p {
	font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.media-header span {
	margin-bottom: 15px;
	display: inline-block;
}
#resultsec .btn {
	display : block;
	background: #094765;
	color: #fff;
	padding: 15px 0;
	font-size: 16px;
	outline: none;
	border: none;
}
#resultsec .btn .quality {
	text-transform: uppercase;
}
#resultsec .btn span {
	display: inline-block;
	vertical-align: middle;
}
#resultsec .btn:hover {
	opacity: .8;
}
#resultsec .btn:not(:first-child) {
	margin-top: 10px;
}
#resultsec .btn.more {
	padding: 10px 0;
	background: #404040;
	margin-top: 10px;
	!i;!;
}
.section.anim {
	background: rgb(0 124 193);
	background: linear-gradient(17deg, rgb(36 184 255) 8%, rgb(36 184 255) 100%);
	background-size: 400% 400%;
	position: relative;
	overflow: hidden;
}
.section .box {
	position: absolute;
	width: 100%;
	height: 100%;
	/* margin: 0 -200px 0 0; */
}
.section.main {
	text-align: center;
    color: #000;
}

.section.main h1, 
.section.main h2,
.section.main p {
	margin: 5px 0 5px 0;
	color: #fff;
}
.section.main h1 {
	font-weight: 600;
	font-size: 38px;
}
.section.main h2 {
	font-weight: 400;
	font-size: 26px;
	margin: 10px 0;
}
.section.content h3 {
	font-size: 21px;
}
.section.content h1,
.section.content h2,
.section.content h3 {
	color: #24b8ff;
}
.section.content {
	padding-top: 60px;
}
.section.content.page {
	padding: 20px 0;
}
.section.content img {
	width: 100%;
	border-radius: 10px;
}
.ques-panel {
	margin: 30px 0;
}
.ques-panel .panel {
	border: none;
	box-shadow: none;
}
.ques-panel .panel-default>.panel-heading {
	background-color: #fff;
	border-bottom: 1px solid #ebebeb;
	padding:0;
}
.section .ques-panel h3 {
	font-size: 20px;
	color: #565656;
}
.ques-panel a {
	display: block;
	padding: 20px 0;
}
.ques-panel a:focus,
.ques-panel a:hover,
.ques-panel a {
	outline: none;
	text-decoration: none;
}
.ques-panel p {
	color: #72848d;
	font-size: 14px;
}
.ques-panel .panel-body {
	line-height: 32px;
	font-size: 16px;
}
.ques-panel.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
	padding: 10px 0;
}
.note {
	padding: 10px;
    border: 1px solid #dddddd;
    background: #f3f3f3;
}
.social-container {
	width: 100%;	
}
.social-container .item{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 10px 10px;
}
/*--------------------------------------------
	Form
---------------------------------------------*/

.main-form-section form {
	position: relative;
	margin-top: 20px;
}
.main-form-section form.loading::before {
	content: '';
	position: absolute;
	z-index: 1;
	background: #7c7c7c;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0px;
}
.main-form-section form.loading .loader {
	display: inline-block;
}
.error-box {
	padding: 0 10px 0 10px;
	letter-spacing: 0.5px;
	color: #ffb2b2;
	text-align: center;
	display: inline-block;
	position: absolute;
	min-width: 250px;
	min-height: 50px;
	z-index: 1;
	background-color: #ff1919;
	border-left: 50px solid #c70000;
	top: -60px;
	line-height: 50px;
	animation-name: floating;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.error-box:before {
	content: '';
	height: 0px;
	width: 0px;
	position: absolute;
	border-right: solid 10px transparent;
	border-left: solid 10px transparent;
	border-top: solid 10px #c70000;
	bottom: -10px;
	left: -35px;
}
.err-msg {
	line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.error-box .icon {
	fill: #a10000;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	position: absolute;
	left: -40px;
	top: 50%;
	bottom: 50%;
	transform: translate(0, -50%);
}
.main-form-section {
	margin: 10% 0 10% 0;
	position: relative;
	z-index: 1;
}

.main-form-section .input-cont,
.main-form-section .btn-cont {
	text-align: center;
	display: inline-block;
}
.main-form-section .input-cont {
	width: 80%;
	position: relative;
}
.main-form-section .input-cont button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 6px;
	z-index: 0;
}
.main-form-section .btn-cont {
	width: 19%;
	float: right;
}
.main-form-section .input-cont button,
.main-form-section .btn-cont button,
.main-form-section input {
	border: none;
	!i;!;
}
.main-form-section .btn-cont button {
	width: 100%;
	min-height: 50px;
	margin: 0;
}
.main-form-section .btn-cont button span {
	margin-left: 5px;
}
.main-form-section input {
	opacity: 0.7;
	height: 50px;
	padding: 6px 25px;
}
.main-form-section input:focus {
	box-shadow: 0px 0px 10px 1px #1573a0;
}
.main-form-section input.err {
	box-shadow: 0px 0px 10px 1px #ffffff;
}
button span {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	line-height: 27px;
	font-size: 16px;
}
#paste span {
	font-size: 13px;
}
.contact-form-container {
	margin: 30px 0 50px 0;
}
.contact-form-container button {
	background: #00a6ec;
	color: #fff;
	display: inline-block;
	width: 300px;
	border: none;
	position: relative;
	padding: 15px 0;
}
.contact-form-container button.loading {
	text-indent: -9999px;
}
.contact-form-container button .spinner {
	display: none;
}
.contact-form-container button.loading .spinner {
	display: inline-block;
}
.contact-form-container button:hover,
.contact-form-container button:active {
	color: #fff;
	background: #0091ce;
}
.contact-form-container textarea {
	height: 100px;
}
#msg-box {
	display: none;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
}
#msg-box.error {
	background: #ffe6e6;
	border: 1px solid #ff9797;
	color: #ac0000;
}
#msg-box.success {
	background: #e9ffe6;
	border: 1px solid #47ff00;
	color: #4cac00;
}
/*--------------------------------------------
	Animations
---------------------------------------------*/
.shim {
	position: absolute;
	left: -45%;
	height: 100%;
	width: 45%;
	background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
	background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
	background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
	animation: shimming 1s infinite;
	z-index: 45;
}
@keyframes rotate {
	from {transform: rotate(0deg);}
	from {transform: rotate(360deg);}
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 5px); }
    to   { transform: translate(0, -0px); }    
}
@-webkit-keyframes movingback {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes movingback {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes movingback { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes shimming {
  0%{
    left: -45%;
  }
  100%{
    left: 100%;
  }
}

/*--------------------------------------------
	Footer
-----------------------------------------------*/

footer {
	background-color: #22b7ff;
	border-top: 1px solid #ebebeb;
}
footer .footer-inner {
	padding: 30px 0;
}
footer p {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}
.footer-logo p {
	font-size: 13px;
}
.footer-brand {
	height: 40px;
	margin-bottom: 10px;
}
.footer-menu p {
	color: #003c5d;
	font-size: 18px;
}
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu li>a {
	color: #ffffff;
}
.footer-menu li>a:hover {
	color: #ff5257;
}
.footer-bar {
	padding: 7px 0;
	background: #000000;
	text-align: center;
}
footer .footer-bar p {
	margin: 0;
}
/*--------------------------------------------
	Responsive
---------------------------------------------*/
@media all and (max-width: 991px) {
	ul.features li {
		display: block;
		width: 100%;
	}
	ul.features li:nth-last-child(-n + 2) {
		padding: 0px 0 20px 30px;
	}
	ul.features li:nth-last-child(-n + 1) {
		padding: 0px 0 0px 30px;
	}
} 
@media all and (max-width: 767px) {
	.main-nav .navbar-header {
		float: left;
	}
	.section.main h1 {
		font-size: 34px;
	}
	.section.main h2 {
		font-size: 22px;
	}
	.main-form-section .btn-cont,
	.main-form-section .input-cont {
		float: none;
		width: 100%;
	}
	.main-form-section .btn-cont {
		margin-top: 10px;
	}
	.main-form-section input {
		border-radius:  5px;
		opacity: 0.92;
	}
	.media-header {
		text-align: center;
	}
	.media-header p {
		font-size: 20px;
	}
	.steps-container {
		flex-direction: column;
	}
	.step-tile:not(:first-child) {
        margin-top: 20px;
    }
	.contact-form-container button {
		width: 100%;
	}

	.footer-menu {
		font-size: 15px;
	}
	.footer-inner {
		text-align: center;
	}
	.footer-inner .col-sm-4:not(:last-child) {
		margin-bottom: 15px;
	}
	
}

@media all and (max-width: 579px) {
    .site-logo {
		max-width: 100px;
	}
	.navbar-brand {
		height: 30px;
	}
	.main-nav,
	.navbar-header,
	.lang-cont{
		padding: 5px 0;
	}
	.section.main h1 {
		font-size: 26px;
		line-height: 33px;
	}
	.section.main h2,
	.ques-panel h3 {
		font-size: 18px;
	}
	.section.content h2{
		font-size: 24px;
		line-height: 32px;
	}
	.ques-panel .panel-body {
		line-height: 24px;
    	font-size: 14px;
	}
	#resultsec .btn-back .icon {
		width: 35px;
		height: 35px;
	}
}