/* DETAILS

==================================================

	Theme Name: Vic Legal	

	Author: Onqanet Technologies

	Author URI: http://onqanet.com

==================================================

*/



@charset "utf-8";
/* CSS Document */

/*******GOOGLE_FONT************/

@font-face {
	font-family: 'Poppins-Light';
	src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-Light.woff') format('woff'),  url('../fonts/Poppins-Light.ttf') format('truetype'),  url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-Regular.woff') format('woff'),  url('../fonts/Poppins-Regular.ttf') format('truetype'),  url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Medium';
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-Medium.woff') format('woff'),  url('../fonts/Poppins-Medium.ttf') format('truetype'),  url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-SemiBold.woff') format('woff'),  url('../fonts/Poppins-SemiBold.ttf') format('truetype'),  url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MonotypeCorsiva';
	src: url('../fonts/MonotypeCorsiva.eot?#iefix') format('embedded-opentype'),  url('../fonts/MonotypeCorsiva.woff') format('woff'),  url('../fonts/MonotypeCorsiva.ttf') format('truetype'),  url('../fonts/MonotypeCorsiva.svg#MonotypeCorsiva') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #fff;
	color: #000;
	font-family: 'Poppins-Regular' !important;
	font-size: 14px;
	overflow-x: hidden;
}
html * {
	outline: none;
}
ol, ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none !important;
	outline: none !important;
}
outline {
	border: 0;
}
.lft {
	float: left;
}
.rgt {
	float: right;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
a, input, textarea {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
/***********HOME-PAGE-CSS-start************/











/****** Loader Start *******/

.loader-screen {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ED117F;
	z-index: 9999999;
	display: block;
	left: 0;
	right: 0;
}
#loader {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
	max-width: 300px;
}
/****** Loader End *******/



/************* Scroll top *************/

.blck-tape a {
	color: #fff;
}
.blck-tape a:hover {
	color: #fff;
	text-decoration: none;
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #ED3188 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	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;
	border-radius: 50%;
	z-index: 999;
}
.cd-top:hover {
	background: #000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */

	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */

	opacity: 1;
}
.no-touch .cd-top:hover {
	background-color: rgb(249, 161, 27);
	opacity: 1;
}
/***********Scroll top-end*****************/

/***********map-scroll-off***********/

.map-container {
	width: 100%;/*margin: 50px 0 3000px;*/

}
.map-container iframe {
	width: 100%;
	height: 350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked {
	pointer-events: auto;
}
/*********end**********/

/*******logo-area*****/

.logo-area {
	padding: 0px 0 0 0;
}
.logo-area img {
	margin: 10px 0;
}
.header-call p {
	float: right;
	color: #032e58;
	font-size: 20px;
	padding: 30px 0;
}
.header-call p a {
	color: #d1262d;
	font-size: 20px;
	border: 1px solid transparent;
	padding: 3px 30px;
	border-radius: 0;
	font-family: 'Poppins-Medium';
}
.header-call p a:hover {
	background: #d1262d;
	color: #fff;
	border: 1px solid #d1262d;
}
/*****first-roll*******/

.first-roll {
	background: #d1262d;
	padding: 10px 0;
}
.roll-each h1 {
	color: #fff;
	font-family: 'MonotypeCorsiva';
	font-size: 36px;
	margin: 0;
}
/*******menu*********/

.menu-box {
	padding: 0 !important;
}
.menu-box ul li {
	display: inline-block;
	width: 20%;
	/* padding: ; */

	/* list-style: none; */

	margin-right: -4px;
}
.menu-each {
	position: relative;
	overflow: hidden;
}
.menu-each img {
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.menu-title {
	/*background: rgb(209, 38, 45);*/

	padding: 4px 20px;
	width: 100%;
	transition: all ease-in-out 0.5;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.menu-each:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.menu-each:hover .menu-title {
	bottom: 100px;
}
.menu-box ul li:nth-child(odd) .menu-title {
/*background:#03335d;	*/

}
.menu-title h4 {
	color: #032e58;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}
/***********2nd roll*******/

.second-roll {
	background: #f2f2f2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.second-roll .roll-each p {
	font-size: 16px;
	text-transform: uppercase;
	color: #03335d;
	font-family: 'Poppins-Medium';
	padding: 15px 0 5px 0;
	white-space: nowrap;
}
/****features******/

.fea-each {
	background: #FFF;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	height: 180px;
	width: 180px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	margin: 60px auto;
}
.fea-box {
	position: relative;
}
.fea-box::before {
	position: absolute;
	content: '';
	background: url(../images/bef.png);
	top: -46px;
	z-index: 9;
	width: 232px;
	height: 136px;
	background-size: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.fea-box::after {
	position: absolute;
	content: '';
	background: url(../images/aft.png);
	bottom: 48px;
	z-index: 9;
	width: 232px;
	height: 136px;
	background-size: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.fea-img {
	background-size: cover !important;
	width: 270px;
	height: 270px;
	transform: rotate(-45deg) translateY(-21%);
	-webkit-transform: rotate(-45deg) translateY(-21%);
	-moz-transform: rotate(-45deg) translateY(-21%);
	-ms-transform: rotate(-45deg) translateY(-21%);
	-o-transform: rotate(-45deg) translateY(-21%);
	position: absolute;
	top: 0px;
	left: 0;
	background-position: center !important;
}
.fea-text h4 {
	text-align: center;
	color: #000;
	line-height: 26px;
	padding: 15px 0;
	font-family: 'Poppins-Medium';
	font-size: 17px;
}
/********footer******/

.footer {
	background: #032e58;
	position: inherit;
	z-index: 9;
}
.footer ul {
	text-align: center;
	margin-bottom: 0;
}
.footer ul li {
	display: inline-block;
	position: relative;
	border-right: 1px solid #063d72;
}
.footer ul li:last-child {
	border-right: none;
}
.footer ul li a {
	color: #fff;
	text-transform: uppercase;
	padding: 20px 20px;
	display: block;
	font-size: 15px;
}
/*****sidebar*****/

.sidebar-area {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	margin: 20px 0;
	border-radius: 7px;
}
.testimonials h3 {
	margin: 0;
	/* background: #fff; */
	padding: 10px 0;
	color: #03335d;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Poppins-Medium';
	border-bottom: 1px solid #ccc;
}
.other-links ul li a {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	text-transform: uppercase;
}
.other-links ul li a:hover, .other-links ul li a:focus {
	background: #c3262f;
	color: #fff;
	border-radius: 6px;
}
.testi-sec p {
	color: #000;
	font-size: 13px;
	line-height: 24px;
}
.other-links ul li a {
	padding: 10px;
	display: block;
}
.other-links ul li a {
	padding: 8px 20px 5px 20px;
	display: block;
	text-align: center;
}
.other-links ul li {
	background: #ffe2e2;
	margin-bottom: 5px;
	border-radius: 6px;
}
.testi-sec h4 {
    color: #1f1f1f;
    font-size: 13px;
    font-family: 'Poppins-Medium';
}
.testi-sec p {
    color: #1f1f1f;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Poppins-Medium';
}
.testi-sec {
	border-bottom: 1px dashed #d7d7d7;
	margin-bottom: 20px;
}
.testi-sec h5 {
    text-align: left;
    color: #000000;
    font-size: 11px;
    line-height: 25px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-style: italic;
}
/*.testi-slider .owl-prev {

	background-image: url(../images/prev.jpg);

	height: 25px !important;

	width: 34px !important;

	text-indent: -10000px;

	border-radius: 0 !important;

	border: none !important;

	position: absolute;

	z-index: 9999;

	top: 0;

	right: 40px;

}

.testi-slider .owl-next{

	background-image: url(../images/next.jpg);

	height: 25px !important;

	width: 34px !important;

	text-indent: -10000px;

	border-radius: 0 !important;

	border: none !important;

}

.testi-slider .owl-controls {

	position: absolute !important;

	right: 0px !important;

	top: -38px !important;

	z-index: -1;

}*/

.site-title h2 {
	text-transform: uppercase;
	color: #03335d;
	font-family: 'Poppins-SemiBold';
}
.inner-content ul li {
	color: #595959;
	list-style: inside square;
	font-size: 16px;
	line-height: 30px;
}
.inner-content img {
	margin-bottom: 30px;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.inner-content p {
	color: #000;
	line-height: 25px;
	font-size: 13px;
}
/*======================================== 03.09.2018 Nazrul ======================================*/



.main-menu {
	text-align: right;
	margin: 0;
}
.inn-menu-area {
	background: #c3262f;
	position: relative;
	margin: 30px 0;
}
.main-menu li {
	display: inline-block;
}
.main-menu li a {
	text-transform: uppercase;
	padding: 12px 19px;
	font-size: 15px;
	display: block;
	color: #fff;
}
.main-menu li a:hover {
	background: #02284f;
}
.inner-content h4 {
	color: #000;
	font-size: 25px;
	padding: 12px 0;
}
.inner-content h5 {
	color: #000;
	font-size: 20px;
	padding: 5px 0;
}
.our-links ul li {
	list-style: none;
	width: 47%;
	display: inline-block;
	border-bottom: 1px dashed #ccc;
	line-height: 53px;
	text-transform: uppercase;
	margin: 0 15px 0 0;
}
.our-links ul li a {
	color: #032e58;
}
.menu-toggle {
	display: none;
}
.contact-info ul li p {
	font-size: 15px;
	color: #000;
	margin: 0;
}
.contact-info li {
	padding: 10px 0;
}
.contact-info ul li i {
	color: #c3262f;
	background: #fff;
	border: 1px solid #c3262f;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	line-height: 39px;
}
.contact-info ul li p span {
	float: right;
	width: 82%;
}
.contact-info ul li a {
	font-size: 15px;
	color: #000;
}
.contact-info ul li a i {
	margin: 0 7px 0 0;
}
.con-social ul li {
	display: inline-block;
}
.con-social ul li a i {
	color: #000;
}
.cintact-form form input[type="text"], .cintact-form form input[type="tel"], .cintact-form form input[type="email"], .cintact-form form select {
	width: 100%;
	height: 44px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #c3262f;
	padding: 0 15px;
	margin: 0 0 8px 0;
	color: #000;
}
.cintact-form form input[type="submit"] {
	width: 100%;
	height: 48px;
	border-radius: 4px;
	background: #c3262f;
	border: 1px solid #c3262f;
	padding: 0 15px;
	margin: 0 0 8px 0;
	color: #fff;
	font-size: 16px;
}
.cintact-form form input[type="submit"]:hover {
	background: #053968;
	border: 1px solid #053968;
}
.cintact-form form textarea {
	width: 100%;
	height: 100px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #c3262f;
	padding: 9px 15px;
	margin: 0 0 12px 0;
	color: #000;
}
.con-map iframe {
	width: 100%;
	height: 174px;
	margin: 27px 0 0 0;
}
.inner-contact {
	margin: 43px 0 0 0;
}
.inner-content {
	margin-bottom: 0px;
}
.inner-content .fea-box::after {
	bottom: -54px;
}
.inn-menu-area .fea-each {
	background: #FFF;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	height: 100px;
	width: 100px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	margin: 60px auto;
}
.inn-menu-area .fea-box {
	position: absolute;
	top: -85px;
}
.inner-content {
	padding: 70px 0;
}
.inn-menu-area .fea-box::before {
	position: absolute;
	content: '';
	background: url(../images/bef.png);
	top: 36px;
	z-index: 9;
	width: 100px;
	height: 136px;
	background-size: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.inn-menu-area .fea-box::after {
	position: absolute;
	content: '';
	background: url(../images/aft.png);
	bottom: -46px;
	z-index: 9;
	width: 100px;
	height: 136px;
	background-size: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-repeat: no-repeat;
}
/****/
.info-pdf h4 {
	color: #03335d;
	font-size: 20px;
	padding: 12px 0;
}
.info-pdf ul{
	margin:0;	
}
.info-pdf ul li {
	list-style: none;
	width: 47%;
	display: inline-block;	
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 15px 15px 0;
	position: relative;
	padding: 0 0 0 0;
	font-size: 14px;
}
.info-pdf ul li a {
	border-bottom: 1px dashed #ccc;
	padding: 13px 0;
	display: block;
	color: #032e58;
}
.info-pdf ul li a:hover{
	border-bottom: 1px dashed #032e58;	
}
.info-pdf ul li::after {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	content: '\f1c1';
	width: auto;
	height: auto;
	font-size: 30px;
	color: #6c6c6c;
	font-family: 'FontAwesome';
	line-height: 32px;
}