/*
Author - Rahul Ranjan
Url - http://7topics.com
*/
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700");body{font-family: "Raleway", Helvetica, sans-serif;background:rgba(0,0,0,0.8);}h3{padding:0px;margin:0px;} header{ cursor: default; height: 100px; line-height: 3.25em; position: fixed; float:left; width: 100%;z-index: 10001; background:#fff; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .tp_container{width:100%;} 

.tp_box{background:#FFF9C4; min-height:680px;} 
.content_fix{padding:15px 0 0; width:90%; margin:0px auto;}
.tp_logo{float:left;padding:0px 0 15px 15px;font-family:times new roman;font-size:35px;font-weight:600;color:#d50000;} 
.tp_menu_top{float:right;} .tp_menu{float:left;} .logo_ct{float:left;}
 .logo_txt{float:left; padding:25px 0px 10px;} .tp_menu{padding:15px 0 0; } .tp_menu>ul{padding-right:15px;} .tp_menu>ul>li{float:left;font-weight:bold;list-style:none;padding:0px 15px 0; transition:1s;background:#000; box-shadow:5px 5px 0 rgba(0,0,0,.5); display:inline-block; font-size:2em; padding:2px 15px 2px; text-decoration:none;transform: skew(-20deg);} .tp_menu>ul>li:hover{background:#fff; box-shadow:5px 5px 0 rgba(0,0,0,.5); display:inline-block; font-size:2em; padding:2px 10px 2px;color:#000; text-decoration:none;box-shadow: 0 0 0 ;} .tp_menu>ul>li>a{transition:1s;color:#fff;font-size:20px;display:inline-block; transform: skew(20deg);} .tp_menu>ul>li>a:hover{transition:1s;color:#000;} .section_1{padding-top:100px;} .footer{background:#000; color:#fff; bottom:0;} .request_help{} .request_help>li{list-style:none; padding:5px 0 5px;} .mi-slider { position: relative; margin-top: 0px; height: 250px; } .mi-slider ul { list-style-type: none; position: absolute; width: 100%; left: 0; bottom: 10px; overflow: hidden; text-align: center; pointer-events: none; } .no-js .mi-slider ul { position: relative; left: auto; bottom: auto; margin: 0; overflow: visible; } .mi-slider ul.mi-current { pointer-events: auto; } .mi-slider ul li { display: inline-block; padding: 20px; width: 150px; max-width: 300px; -webkit-transform: translateX(600%); transform: translateX(600%); -webkit-transition: opacity 0.2s linear; transition: opacity 0.2s linear; } .no-js .mi-slider ul li { -webkit-transform: translateX(0); transform: translateX(0); } .mi-slider ul li a, .mi-slider ul li img { display: block; margin: 0 auto; } .mi-slider ul li a { outline: none; cursor: pointer; } .mi-slider ul li img { max-width: 100%; padding: 5px; border: 1px solid #000; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .mi-slider ul li img:hover { -moz-transform: scale(1.6); -webkit-transform: scale(1.6); transform: scale(1.6); } .mi-slider ul li h4 { margin: 0px; display: inline-block; font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif; font-style: italic; font-weight: 400; font-size: 18px; padding: 20px 10px 0; } .mi-slider ul li:hover { opacity: 0.7; } .mi-slider nav { position: relative; text-align: center; max-width: 800px; margin: 0 auto; border-top: 5px solid #333; } .no-js nav { display: none; } .mi-slider nav a { display: inline-block; text-transform: uppercase; letter-spacing: 5px; padding: 40px 30px 30px 34px; position: relative; color: #888; outline: none; -webkit-transition: color 0.2s linear; transition: color 0.2s linear; } .mi-slider nav a:hover, .mi-slider nav a.mi-selected { color: #000;font-weight: bold; } .mi-slider nav a.mi-selected:after, .mi-slider nav a.mi-selected:before { content: ''; position: absolute; top: -5px; border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; } .mi-slider nav a.mi-selected:after { border-color: transparent; border-top-color: #fff; border-width: 20px; left: 50%; margin-left: -20px; } .mi-slider nav a.mi-selected:before { border-color: transparent; border-top-color: #333; border-width: 27px; left: 50%; margin-left: -27px; } .mi-slider ul:first-child li, .no-js .mi-slider ul li { -webkit-animation: scaleUp 350ms ease-in-out both; animation: scaleUp 350ms ease-in-out both; } @-webkit-keyframes scaleUp { 0% { -webkit-transform: translateX(0) scale(0); } 100% { -webkit-transform: translateX(0) scale(1); } } @keyframes scaleUp { 0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); } 100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); } } .mi-slider ul:first-child li:first-child { -webkit-animation-delay: 90ms; animation-delay: 90ms; } .mi-slider ul:first-child li:nth-child(2) { -webkit-animation-delay: 180ms; animation-delay: 180ms; } .mi-slider ul:first-child li:nth-child(3) { -webkit-animation-delay: 270ms; animation-delay: 270ms; } .mi-slider ul:first-child li:nth-child(4) { -webkit-animation-delay: 360ms; animation-delay: 360ms; } .mi-slider ul.mi-moveFromRight li { -webkit-animation: moveFromRight 350ms ease-in-out both; animation: moveFromRight 350ms ease-in-out both; } .mi-slider ul.mi-moveFromLeft li { -webkit-animation: moveFromLeft 350ms ease-in-out both; animation: moveFromLeft 350ms ease-in-out both; } .mi-slider ul.mi-moveToRight li { -webkit-animation: moveToRight 350ms ease-in-out both; animation: moveToRight 350ms ease-in-out both; } .mi-slider ul.mi-moveToLeft li { -webkit-animation: moveToLeft 350ms ease-in-out both; animation: moveToLeft 350ms ease-in-out both; } .mi-slider ul.mi-moveToLeft li:first-child, .mi-slider ul.mi-moveFromRight li:first-child, .mi-slider ul.mi-moveToRight li:nth-child(4), .mi-slider ul.mi-moveFromLeft li:nth-child(4) { -webkit-animation-delay: 0ms; animation-delay: 0ms; } .mi-slider ul.mi-moveToLeft li:nth-child(2), .mi-slider ul.mi-moveFromRight li:nth-child(2), .mi-slider ul.mi-moveToRight li:nth-child(3), .mi-slider ul.mi-moveFromLeft li:nth-child(3) { -webkit-animation-delay: 90ms; animation-delay: 90ms; } .mi-slider ul.mi-moveToLeft li:nth-child(3), .mi-slider ul.mi-moveFromRight li:nth-child(3), .mi-slider ul.mi-moveToRight li:nth-child(2), .mi-slider ul.mi-moveFromLeft li:nth-child(2) { -webkit-animation-delay: 180ms; animation-delay: 180ms; } .mi-slider ul.mi-moveToLeft li:nth-child(4), .mi-slider ul.mi-moveFromRight li:nth-child(4), .mi-slider ul.mi-moveToRight li:first-child, .mi-slider ul.mi-moveFromLeft li:first-child { -webkit-animation-delay: 270ms; animation-delay: 270ms; } @-webkit-keyframes moveFromRight { 0% { -webkit-transform: translateX(600%); } 100% { -webkit-transform: translateX(0%); } } @-webkit-keyframes moveFromLeft { 0% { -webkit-transform: translateX(-600%); } 100% { -webkit-transform: translateX(0%); } } @-webkit-keyframes moveToRight { 0% { -webkit-transform: translateX(0%); } 100% { -webkit-transform: translateX(600%); } } @-webkit-keyframes moveToLeft { 0% { -webkit-transform: translateX(0%); } 100% { -webkit-transform: translateX(-600%); } } @keyframes moveFromRight { 0% { -webkit-transform: translateX(600%); transform: translateX(600%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes moveFromLeft { 0% { -webkit-transform: translateX(-600%); transform: translateX(-600%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes moveToRight { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); } 100% { -webkit-transform: translateX(600%); transform: translateX(600%); } } @keyframes moveToLeft { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); } 100% { -webkit-transform: translateX(-600%); transform: translateX(-600%); } } .mi-slider { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } 
 #wt_left{ width:22%; }
#wt_right{ width:78%;}
@media screen and (max-width: 910px){
	.tp_logo{font-size:25px;}.logo_ct>img{width:80px;}.logo_txt{padding:15px 0px 10px;}
	.mi-slider nav { max-width: 90%; } .mi-slider nav a { font-size: 12px; padding: 40px 10px 30px 14px; } 	
}
 @media screen and (max-width: 740px){
#wt_left{ width:40%; }
#wt_right{ width:58%;}
		.mi-slider { height: 300px; } .mi-slider nav { top: 220px; } }
@media screen and (max-width: 600px){
	.tp_logo{font-size:14px;}.logo_ct>img{width:55px;padding:10px 0 5px}
#wt_left{ float:none;width:99%; margin:0px auto;}
#wt_right{ float:none;width:99%; margin:0px auto;}
	}
	@media screen and (max-width: 490px){ .mi-slider { text-align: center; height: auto; } .mi-slider ul { position: relative; display: inline; bottom: auto; pointer-events: auto; } .mi-slider ul li { -webkit-animation: none !important; animation: none !important; -webkit-transform: translateX(0) !important; transform: translateX(0) !important; padding: 10px 3px; min-width: 140px; } .mi-slider nav { display: none; } } *, *::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *::after, *::before { content: ''; } a { color: #f05451; text-decoration: none; } .cd-tabs { position: relative; width: 90%; max-width: 960px; margin: 2em auto; } .cd-tabs:after { content: ""; display: table; clear: both; } .cd-tabs::after { position: absolute; top: 0; right: 0; height: 60px; width: 50px; z-index: 1; pointer-events: none; background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0)); background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0)); visibility: visible; opacity: 1; -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; } .no-cssgradients .cd-tabs::after { display: none; } .cd-tabs.is-ended::after { visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; } .cd-tabs nav { overflow: auto; -webkit-overflow-scrolling: touch; background: #f8f7ee; box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06); } @media only screen and (min-width: 768px) { .cd-tabs::after { display: none; } .cd-tabs nav { position: absolute; top: 0; left: 0; height: 100%; box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06); z-index: 1; } } @media only screen and (min-width: 960px) { .cd-tabs nav { position: relative; float: none; background: transparent; box-shadow: none; } } 
	
	.cd-tabs-navigation { width: 360px; } 
	.cd-tabs-navigation:after { content: ""; display: table; clear: both; }
	.cd-tabs-navigation li{ float: left;list-style:none; }
	.cd-tabs-navigation a{ position: relative; display: block; height: 60px; width: 60px; 
	text-align: center; font-size: 12px; font-size: 0.75rem; -webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; font-weight: 700; color: #c3c2b9; padding-top: 34px; }

	.no-touch .cd-tabs-navigation a:hover { color: #29324e; background-color: rgba(233, 230, 202, 0.3); }
	.cd-tabs-navigation a.selected { background-color: #ffffff !important;
	box-shadow: inset 0 2px 0 #f05451; color: #29324e; }
	.cd-tabs-navigation a::before { position: absolute; top: 12px; left: 50%; margin-left: -10px; 
	display: inline-block; height: 20px; width: 20px; background-image: url("../img/vicons.svg");
	background-repeat: no-repeat; }
	.cd-tabs-navigation a[data-content='inbox']::before { background-position: 0 0; }
	.cd-tabs-navigation a[data-content='new']::before { background-position: -20px 0; }
	.cd-tabs-navigation a[data-content='gallery']::before { background-position: -40px 0; }
	.cd-tabs-navigation a[data-content='store']::before { background-position: -60px 0; }
	.cd-tabs-navigation a[data-content='settings']::before { background-position: -80px 0; }
	.cd-tabs-navigation a[data-content='trash']::before { background-position: -100px 0; }
	.cd-tabs-navigation a[data-content='inbox'].selected::before { background-position: 0 -20px; }
	.cd-tabs-navigation a[data-content='new'].selected::before { background-position: -20px -20px; }
	.cd-tabs-navigation a[data-content='gallery'].selected::before { background-position: -40px -20px; }
	.cd-tabs-navigation a[data-content='store'].selected::before { background-position: -60px -20px; } 
	.cd-tabs-navigation a[data-content='settings'].selected::before { background-position: -80px -20px; } 
	.cd-tabs-navigation a[data-content='trash'].selected::before { background-position: -100px -20px; } 
	
	@media only screen and (min-width: 768px) { 
	.cd-tabs-navigation { width: 80px; float: left; }
	.cd-tabs-navigation a { height: 80px; width: 80px; padding-top: 46px; } 
	.cd-tabs-navigation a.selected { box-shadow: inset 2px 0 0 #f05451; } 
	.cd-tabs-navigation a::before { top: 22px; } } 
	@media only screen and (min-width: 328px) { 
	.cd-tabs-content li {
    padding: 2em 2em 2em 7em;
}
	.cd-tabs-navigation { width: 80px; float: left; }
	.cd-tabs-navigation a { height: 80px; width: 80px; padding-top: 46px; } 
	.cd-tabs-navigation a.selected { box-shadow: inset 2px 0 0 #f05451; } 
	.cd-tabs-navigation a::before { top: 22px; }
	.cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
}
.cd-tabs-content li {
   /* padding: 50em 20em 20em 70em;*/
}
.cd-tabs-content { background: #ffffff; } .cd-tabs-content li { display: none; padding: 1.4em; } 
		.cd-tabs-content li.selected { display: block; -webkit-animation: cd-fade-in 0.5s; 
		-moz-animation: cd-fade-in 0.5s; animation: cd-fade-in 0.5s;     margin: 5px 0px 0px 70px;} 
	} 
	@media only screen and (min-width: 960px) {
		.cd-tabs-navigation { width: auto; background-color: #f8f7ee; 
		box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06); } 
		.cd-tabs-navigation a { height: 60px; line-height: 60px; width: auto; text-align: left;
		font-size: 14px; font-size: 0.875rem; padding: 0 2.8em 0 4.6em; }
		.cd-tabs-navigation a.selected { box-shadow: inset 0 2px 0 #f05451; }
		.cd-tabs-navigation a::before { top: 50%; margin-top: -10px; margin-left: 0; left: 38px; } 
	}

		.cd-tabs-content { background: #ffffff; } .cd-tabs-content li { display: none; padding: 1.4em; } 
		.cd-tabs-content li.selected { display: block; -webkit-animation: cd-fade-in 0.5s; 
		-moz-animation: cd-fade-in 0.5s; animation: cd-fade-in 0.5s; } 
		.cd-tabs-content li p { font-size: 14px; font-size: 0.875rem; line-height: 1.6; color: #8493bf;
		margin-bottom: 2em; } 
		@media only screen and (min-width: 768px) { .cd-tabs-content { min-height: 480px; } 
		.cd-tabs-content li { padding: 2em 2em 2em 7em; } } 
		@media only screen and (min-width: 960px) { .cd-tabs-content { min-height: 0; } 
		.cd-tabs-content li { padding: 3em; } 
		.cd-tabs-content li p { font-size: 16px; font-size: 1rem; } } 
		
		@-webkit-keyframes cd-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes cd-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes cd-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } 

	.footer_menu{padding: 0px 10px 0;}.footer_menu>li{float:left;list-style:none;padding:5px 10px 5px;}.footer_menu>li>a{transition:0.6s;}.footer_menu>li>a:hover{color:#fff;}


.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.social-icons .fa {
	font-size: 1.3em;
}
.social-icons .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 .social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
 .social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 